@charset "UTF-8";
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
@import url("../../css/comm/jquery-ui.css"); /* jquery ui 로드 */
@import url("../../css/comm/webFont.css"); /* 웹폰트 로드 */
@import url("swiper.css"); /* Swiper 로드 */
/*@import url("comm_default.css");								!* 디폴트 로드 *!*/
/*@import url("comm_style.css");									!* 공통 스타일 로드 *!*/
/*@import url("frame.css");										!* 프레임 로드 *!*/
/*@import url("print.css");										!* 인쇄 로드 *!*/
*, a {
  font-family: "Pretendard", serif;
  color: #363636;
}

.height-auto {
  height: auto;
}

.aspect-ratio-1-1 {
  aspect-ratio: 1/1;
}

.bg-none {
  background: none;
}

.left-0 {
  left: 0;
}

.top-0 {
  top: 0;
}

.bottom-0 {
  bottom: 0;
}

.right-0 {
  right: 0;
}

.max-w-100 {
  max-width: 100%;
}

.left-0 {
  left: 0% !important;
}

.top-0 {
  top: 0% !important;
}

.bottom-0 {
  bottom: 0% !important;
}

.right-0 {
  right: 0% !important;
}

.max-w-px-0 {
  max-width: 0px !important;
}

.w-px-0 {
  width: 0px !important;
}

.max-h-px-0 {
  max-height: 0px !important;
}

.h-px-0 {
  height: 0px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-0 {
    max-width: 0px !important;
  }
  .max-h-px-xs-0 {
    max-height: 0px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-0 {
    max-width: 0px !important;
  }
  .max-h-px-sm-0 {
    max-height: 0px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-0 {
    max-width: 0px !important;
  }
  .max-h-px-md-0 {
    max-height: 0px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-0 {
    max-width: 0px !important;
  }
  .max-h-px-lg-0 {
    max-height: 0px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-0 {
    max-width: 0px !important;
  }
  .max-h-px-xl-0 {
    max-height: 0px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-0 {
    max-width: 0px !important;
  }
  .max-h-px-contents-0 {
    max-height: 0px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-0 {
    max-width: 0px !important;
  }
  .max-h-px-screen-0 {
    max-height: 0px !important;
  }
}
.min-w-px-0 {
  min-width: 0px !important;
}

.min-h-px-0 {
  min-height: 0px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-0 {
    min-width: 0px !important;
  }
  .min-h-px-xs-0 {
    min-height: 0px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-0 {
    min-width: 0px !important;
  }
  .min-h-px-sm-0 {
    min-height: 0px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-0 {
    min-width: 0px !important;
  }
  .min-h-px-md-0 {
    min-height: 0px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-0 {
    min-width: 0px !important;
  }
  .min-h-px-lg-0 {
    min-height: 0px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-0 {
    min-width: 0px !important;
  }
  .min-h-px-xl-0 {
    min-height: 0px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-0 {
    min-width: 0px !important;
  }
  .min-h-px-contents-0 {
    min-height: 0px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-0 {
    min-width: 0px !important;
  }
  .min-h-px-screen-0 {
    min-height: 0px !important;
  }
}
.left-1 {
  left: 1% !important;
}

.top-1 {
  top: 1% !important;
}

.bottom-1 {
  bottom: 1% !important;
}

.right-1 {
  right: 1% !important;
}

.max-w-px-10 {
  max-width: 10px !important;
}

.w-px-10 {
  width: 10px !important;
}

.max-h-px-10 {
  max-height: 10px !important;
}

.h-px-10 {
  height: 10px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-10 {
    max-width: 10px !important;
  }
  .max-h-px-xs-10 {
    max-height: 10px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-10 {
    max-width: 10px !important;
  }
  .max-h-px-sm-10 {
    max-height: 10px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-10 {
    max-width: 10px !important;
  }
  .max-h-px-md-10 {
    max-height: 10px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-10 {
    max-width: 10px !important;
  }
  .max-h-px-lg-10 {
    max-height: 10px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-10 {
    max-width: 10px !important;
  }
  .max-h-px-xl-10 {
    max-height: 10px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-10 {
    max-width: 10px !important;
  }
  .max-h-px-contents-10 {
    max-height: 10px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-10 {
    max-width: 10px !important;
  }
  .max-h-px-screen-10 {
    max-height: 10px !important;
  }
}
.min-w-px-10 {
  min-width: 10px !important;
}

.min-h-px-10 {
  min-height: 10px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-10 {
    min-width: 10px !important;
  }
  .min-h-px-xs-10 {
    min-height: 10px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-10 {
    min-width: 10px !important;
  }
  .min-h-px-sm-10 {
    min-height: 10px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-10 {
    min-width: 10px !important;
  }
  .min-h-px-md-10 {
    min-height: 10px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-10 {
    min-width: 10px !important;
  }
  .min-h-px-lg-10 {
    min-height: 10px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-10 {
    min-width: 10px !important;
  }
  .min-h-px-xl-10 {
    min-height: 10px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-10 {
    min-width: 10px !important;
  }
  .min-h-px-contents-10 {
    min-height: 10px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-10 {
    min-width: 10px !important;
  }
  .min-h-px-screen-10 {
    min-height: 10px !important;
  }
}
.left-2 {
  left: 2% !important;
}

.top-2 {
  top: 2% !important;
}

.bottom-2 {
  bottom: 2% !important;
}

.right-2 {
  right: 2% !important;
}

.max-w-px-20 {
  max-width: 20px !important;
}

.w-px-20 {
  width: 20px !important;
}

.max-h-px-20 {
  max-height: 20px !important;
}

.h-px-20 {
  height: 20px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-20 {
    max-width: 20px !important;
  }
  .max-h-px-xs-20 {
    max-height: 20px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-20 {
    max-width: 20px !important;
  }
  .max-h-px-sm-20 {
    max-height: 20px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-20 {
    max-width: 20px !important;
  }
  .max-h-px-md-20 {
    max-height: 20px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-20 {
    max-width: 20px !important;
  }
  .max-h-px-lg-20 {
    max-height: 20px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-20 {
    max-width: 20px !important;
  }
  .max-h-px-xl-20 {
    max-height: 20px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-20 {
    max-width: 20px !important;
  }
  .max-h-px-contents-20 {
    max-height: 20px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-20 {
    max-width: 20px !important;
  }
  .max-h-px-screen-20 {
    max-height: 20px !important;
  }
}
.min-w-px-20 {
  min-width: 20px !important;
}

.min-h-px-20 {
  min-height: 20px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-20 {
    min-width: 20px !important;
  }
  .min-h-px-xs-20 {
    min-height: 20px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-20 {
    min-width: 20px !important;
  }
  .min-h-px-sm-20 {
    min-height: 20px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-20 {
    min-width: 20px !important;
  }
  .min-h-px-md-20 {
    min-height: 20px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-20 {
    min-width: 20px !important;
  }
  .min-h-px-lg-20 {
    min-height: 20px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-20 {
    min-width: 20px !important;
  }
  .min-h-px-xl-20 {
    min-height: 20px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-20 {
    min-width: 20px !important;
  }
  .min-h-px-contents-20 {
    min-height: 20px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-20 {
    min-width: 20px !important;
  }
  .min-h-px-screen-20 {
    min-height: 20px !important;
  }
}
.left-3 {
  left: 3% !important;
}

.top-3 {
  top: 3% !important;
}

.bottom-3 {
  bottom: 3% !important;
}

.right-3 {
  right: 3% !important;
}

.max-w-px-30 {
  max-width: 30px !important;
}

.w-px-30 {
  width: 30px !important;
}

.max-h-px-30 {
  max-height: 30px !important;
}

.h-px-30 {
  height: 30px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-30 {
    max-width: 30px !important;
  }
  .max-h-px-xs-30 {
    max-height: 30px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-30 {
    max-width: 30px !important;
  }
  .max-h-px-sm-30 {
    max-height: 30px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-30 {
    max-width: 30px !important;
  }
  .max-h-px-md-30 {
    max-height: 30px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-30 {
    max-width: 30px !important;
  }
  .max-h-px-lg-30 {
    max-height: 30px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-30 {
    max-width: 30px !important;
  }
  .max-h-px-xl-30 {
    max-height: 30px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-30 {
    max-width: 30px !important;
  }
  .max-h-px-contents-30 {
    max-height: 30px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-30 {
    max-width: 30px !important;
  }
  .max-h-px-screen-30 {
    max-height: 30px !important;
  }
}
.min-w-px-30 {
  min-width: 30px !important;
}

.min-h-px-30 {
  min-height: 30px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-30 {
    min-width: 30px !important;
  }
  .min-h-px-xs-30 {
    min-height: 30px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-30 {
    min-width: 30px !important;
  }
  .min-h-px-sm-30 {
    min-height: 30px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-30 {
    min-width: 30px !important;
  }
  .min-h-px-md-30 {
    min-height: 30px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-30 {
    min-width: 30px !important;
  }
  .min-h-px-lg-30 {
    min-height: 30px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-30 {
    min-width: 30px !important;
  }
  .min-h-px-xl-30 {
    min-height: 30px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-30 {
    min-width: 30px !important;
  }
  .min-h-px-contents-30 {
    min-height: 30px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-30 {
    min-width: 30px !important;
  }
  .min-h-px-screen-30 {
    min-height: 30px !important;
  }
}
.left-4 {
  left: 4% !important;
}

.top-4 {
  top: 4% !important;
}

.bottom-4 {
  bottom: 4% !important;
}

.right-4 {
  right: 4% !important;
}

.max-w-px-40 {
  max-width: 40px !important;
}

.w-px-40 {
  width: 40px !important;
}

.max-h-px-40 {
  max-height: 40px !important;
}

.h-px-40 {
  height: 40px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-40 {
    max-width: 40px !important;
  }
  .max-h-px-xs-40 {
    max-height: 40px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-40 {
    max-width: 40px !important;
  }
  .max-h-px-sm-40 {
    max-height: 40px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-40 {
    max-width: 40px !important;
  }
  .max-h-px-md-40 {
    max-height: 40px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-40 {
    max-width: 40px !important;
  }
  .max-h-px-lg-40 {
    max-height: 40px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-40 {
    max-width: 40px !important;
  }
  .max-h-px-xl-40 {
    max-height: 40px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-40 {
    max-width: 40px !important;
  }
  .max-h-px-contents-40 {
    max-height: 40px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-40 {
    max-width: 40px !important;
  }
  .max-h-px-screen-40 {
    max-height: 40px !important;
  }
}
.min-w-px-40 {
  min-width: 40px !important;
}

.min-h-px-40 {
  min-height: 40px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-40 {
    min-width: 40px !important;
  }
  .min-h-px-xs-40 {
    min-height: 40px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-40 {
    min-width: 40px !important;
  }
  .min-h-px-sm-40 {
    min-height: 40px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-40 {
    min-width: 40px !important;
  }
  .min-h-px-md-40 {
    min-height: 40px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-40 {
    min-width: 40px !important;
  }
  .min-h-px-lg-40 {
    min-height: 40px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-40 {
    min-width: 40px !important;
  }
  .min-h-px-xl-40 {
    min-height: 40px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-40 {
    min-width: 40px !important;
  }
  .min-h-px-contents-40 {
    min-height: 40px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-40 {
    min-width: 40px !important;
  }
  .min-h-px-screen-40 {
    min-height: 40px !important;
  }
}
.left-5 {
  left: 5% !important;
}

.top-5 {
  top: 5% !important;
}

.bottom-5 {
  bottom: 5% !important;
}

.right-5 {
  right: 5% !important;
}

.max-w-px-50 {
  max-width: 50px !important;
}

.w-px-50 {
  width: 50px !important;
}

.max-h-px-50 {
  max-height: 50px !important;
}

.h-px-50 {
  height: 50px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-50 {
    max-width: 50px !important;
  }
  .max-h-px-xs-50 {
    max-height: 50px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-50 {
    max-width: 50px !important;
  }
  .max-h-px-sm-50 {
    max-height: 50px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-50 {
    max-width: 50px !important;
  }
  .max-h-px-md-50 {
    max-height: 50px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-50 {
    max-width: 50px !important;
  }
  .max-h-px-lg-50 {
    max-height: 50px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-50 {
    max-width: 50px !important;
  }
  .max-h-px-xl-50 {
    max-height: 50px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-50 {
    max-width: 50px !important;
  }
  .max-h-px-contents-50 {
    max-height: 50px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-50 {
    max-width: 50px !important;
  }
  .max-h-px-screen-50 {
    max-height: 50px !important;
  }
}
.min-w-px-50 {
  min-width: 50px !important;
}

.min-h-px-50 {
  min-height: 50px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-50 {
    min-width: 50px !important;
  }
  .min-h-px-xs-50 {
    min-height: 50px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-50 {
    min-width: 50px !important;
  }
  .min-h-px-sm-50 {
    min-height: 50px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-50 {
    min-width: 50px !important;
  }
  .min-h-px-md-50 {
    min-height: 50px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-50 {
    min-width: 50px !important;
  }
  .min-h-px-lg-50 {
    min-height: 50px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-50 {
    min-width: 50px !important;
  }
  .min-h-px-xl-50 {
    min-height: 50px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-50 {
    min-width: 50px !important;
  }
  .min-h-px-contents-50 {
    min-height: 50px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-50 {
    min-width: 50px !important;
  }
  .min-h-px-screen-50 {
    min-height: 50px !important;
  }
}
.left-6 {
  left: 6% !important;
}

.top-6 {
  top: 6% !important;
}

.bottom-6 {
  bottom: 6% !important;
}

.right-6 {
  right: 6% !important;
}

.max-w-px-60 {
  max-width: 60px !important;
}

.w-px-60 {
  width: 60px !important;
}

.max-h-px-60 {
  max-height: 60px !important;
}

.h-px-60 {
  height: 60px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-60 {
    max-width: 60px !important;
  }
  .max-h-px-xs-60 {
    max-height: 60px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-60 {
    max-width: 60px !important;
  }
  .max-h-px-sm-60 {
    max-height: 60px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-60 {
    max-width: 60px !important;
  }
  .max-h-px-md-60 {
    max-height: 60px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-60 {
    max-width: 60px !important;
  }
  .max-h-px-lg-60 {
    max-height: 60px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-60 {
    max-width: 60px !important;
  }
  .max-h-px-xl-60 {
    max-height: 60px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-60 {
    max-width: 60px !important;
  }
  .max-h-px-contents-60 {
    max-height: 60px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-60 {
    max-width: 60px !important;
  }
  .max-h-px-screen-60 {
    max-height: 60px !important;
  }
}
.min-w-px-60 {
  min-width: 60px !important;
}

.min-h-px-60 {
  min-height: 60px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-60 {
    min-width: 60px !important;
  }
  .min-h-px-xs-60 {
    min-height: 60px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-60 {
    min-width: 60px !important;
  }
  .min-h-px-sm-60 {
    min-height: 60px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-60 {
    min-width: 60px !important;
  }
  .min-h-px-md-60 {
    min-height: 60px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-60 {
    min-width: 60px !important;
  }
  .min-h-px-lg-60 {
    min-height: 60px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-60 {
    min-width: 60px !important;
  }
  .min-h-px-xl-60 {
    min-height: 60px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-60 {
    min-width: 60px !important;
  }
  .min-h-px-contents-60 {
    min-height: 60px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-60 {
    min-width: 60px !important;
  }
  .min-h-px-screen-60 {
    min-height: 60px !important;
  }
}
.left-7 {
  left: 7% !important;
}

.top-7 {
  top: 7% !important;
}

.bottom-7 {
  bottom: 7% !important;
}

.right-7 {
  right: 7% !important;
}

.max-w-px-70 {
  max-width: 70px !important;
}

.w-px-70 {
  width: 70px !important;
}

.max-h-px-70 {
  max-height: 70px !important;
}

.h-px-70 {
  height: 70px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-70 {
    max-width: 70px !important;
  }
  .max-h-px-xs-70 {
    max-height: 70px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-70 {
    max-width: 70px !important;
  }
  .max-h-px-sm-70 {
    max-height: 70px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-70 {
    max-width: 70px !important;
  }
  .max-h-px-md-70 {
    max-height: 70px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-70 {
    max-width: 70px !important;
  }
  .max-h-px-lg-70 {
    max-height: 70px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-70 {
    max-width: 70px !important;
  }
  .max-h-px-xl-70 {
    max-height: 70px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-70 {
    max-width: 70px !important;
  }
  .max-h-px-contents-70 {
    max-height: 70px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-70 {
    max-width: 70px !important;
  }
  .max-h-px-screen-70 {
    max-height: 70px !important;
  }
}
.min-w-px-70 {
  min-width: 70px !important;
}

.min-h-px-70 {
  min-height: 70px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-70 {
    min-width: 70px !important;
  }
  .min-h-px-xs-70 {
    min-height: 70px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-70 {
    min-width: 70px !important;
  }
  .min-h-px-sm-70 {
    min-height: 70px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-70 {
    min-width: 70px !important;
  }
  .min-h-px-md-70 {
    min-height: 70px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-70 {
    min-width: 70px !important;
  }
  .min-h-px-lg-70 {
    min-height: 70px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-70 {
    min-width: 70px !important;
  }
  .min-h-px-xl-70 {
    min-height: 70px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-70 {
    min-width: 70px !important;
  }
  .min-h-px-contents-70 {
    min-height: 70px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-70 {
    min-width: 70px !important;
  }
  .min-h-px-screen-70 {
    min-height: 70px !important;
  }
}
.left-8 {
  left: 8% !important;
}

.top-8 {
  top: 8% !important;
}

.bottom-8 {
  bottom: 8% !important;
}

.right-8 {
  right: 8% !important;
}

.max-w-px-80 {
  max-width: 80px !important;
}

.w-px-80 {
  width: 80px !important;
}

.max-h-px-80 {
  max-height: 80px !important;
}

.h-px-80 {
  height: 80px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-80 {
    max-width: 80px !important;
  }
  .max-h-px-xs-80 {
    max-height: 80px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-80 {
    max-width: 80px !important;
  }
  .max-h-px-sm-80 {
    max-height: 80px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-80 {
    max-width: 80px !important;
  }
  .max-h-px-md-80 {
    max-height: 80px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-80 {
    max-width: 80px !important;
  }
  .max-h-px-lg-80 {
    max-height: 80px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-80 {
    max-width: 80px !important;
  }
  .max-h-px-xl-80 {
    max-height: 80px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-80 {
    max-width: 80px !important;
  }
  .max-h-px-contents-80 {
    max-height: 80px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-80 {
    max-width: 80px !important;
  }
  .max-h-px-screen-80 {
    max-height: 80px !important;
  }
}
.min-w-px-80 {
  min-width: 80px !important;
}

.min-h-px-80 {
  min-height: 80px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-80 {
    min-width: 80px !important;
  }
  .min-h-px-xs-80 {
    min-height: 80px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-80 {
    min-width: 80px !important;
  }
  .min-h-px-sm-80 {
    min-height: 80px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-80 {
    min-width: 80px !important;
  }
  .min-h-px-md-80 {
    min-height: 80px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-80 {
    min-width: 80px !important;
  }
  .min-h-px-lg-80 {
    min-height: 80px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-80 {
    min-width: 80px !important;
  }
  .min-h-px-xl-80 {
    min-height: 80px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-80 {
    min-width: 80px !important;
  }
  .min-h-px-contents-80 {
    min-height: 80px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-80 {
    min-width: 80px !important;
  }
  .min-h-px-screen-80 {
    min-height: 80px !important;
  }
}
.left-9 {
  left: 9% !important;
}

.top-9 {
  top: 9% !important;
}

.bottom-9 {
  bottom: 9% !important;
}

.right-9 {
  right: 9% !important;
}

.max-w-px-90 {
  max-width: 90px !important;
}

.w-px-90 {
  width: 90px !important;
}

.max-h-px-90 {
  max-height: 90px !important;
}

.h-px-90 {
  height: 90px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-90 {
    max-width: 90px !important;
  }
  .max-h-px-xs-90 {
    max-height: 90px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-90 {
    max-width: 90px !important;
  }
  .max-h-px-sm-90 {
    max-height: 90px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-90 {
    max-width: 90px !important;
  }
  .max-h-px-md-90 {
    max-height: 90px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-90 {
    max-width: 90px !important;
  }
  .max-h-px-lg-90 {
    max-height: 90px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-90 {
    max-width: 90px !important;
  }
  .max-h-px-xl-90 {
    max-height: 90px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-90 {
    max-width: 90px !important;
  }
  .max-h-px-contents-90 {
    max-height: 90px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-90 {
    max-width: 90px !important;
  }
  .max-h-px-screen-90 {
    max-height: 90px !important;
  }
}
.min-w-px-90 {
  min-width: 90px !important;
}

.min-h-px-90 {
  min-height: 90px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-90 {
    min-width: 90px !important;
  }
  .min-h-px-xs-90 {
    min-height: 90px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-90 {
    min-width: 90px !important;
  }
  .min-h-px-sm-90 {
    min-height: 90px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-90 {
    min-width: 90px !important;
  }
  .min-h-px-md-90 {
    min-height: 90px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-90 {
    min-width: 90px !important;
  }
  .min-h-px-lg-90 {
    min-height: 90px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-90 {
    min-width: 90px !important;
  }
  .min-h-px-xl-90 {
    min-height: 90px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-90 {
    min-width: 90px !important;
  }
  .min-h-px-contents-90 {
    min-height: 90px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-90 {
    min-width: 90px !important;
  }
  .min-h-px-screen-90 {
    min-height: 90px !important;
  }
}
.left-10 {
  left: 10% !important;
}

.top-10 {
  top: 10% !important;
}

.bottom-10 {
  bottom: 10% !important;
}

.right-10 {
  right: 10% !important;
}

.max-w-px-100 {
  max-width: 100px !important;
}

.w-px-100 {
  width: 100px !important;
}

.max-h-px-100 {
  max-height: 100px !important;
}

.h-px-100 {
  height: 100px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-100 {
    max-width: 100px !important;
  }
  .max-h-px-xs-100 {
    max-height: 100px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-100 {
    max-width: 100px !important;
  }
  .max-h-px-sm-100 {
    max-height: 100px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-100 {
    max-width: 100px !important;
  }
  .max-h-px-md-100 {
    max-height: 100px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-100 {
    max-width: 100px !important;
  }
  .max-h-px-lg-100 {
    max-height: 100px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-100 {
    max-width: 100px !important;
  }
  .max-h-px-xl-100 {
    max-height: 100px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-100 {
    max-width: 100px !important;
  }
  .max-h-px-contents-100 {
    max-height: 100px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-100 {
    max-width: 100px !important;
  }
  .max-h-px-screen-100 {
    max-height: 100px !important;
  }
}
.min-w-px-100 {
  min-width: 100px !important;
}

.min-h-px-100 {
  min-height: 100px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-100 {
    min-width: 100px !important;
  }
  .min-h-px-xs-100 {
    min-height: 100px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-100 {
    min-width: 100px !important;
  }
  .min-h-px-sm-100 {
    min-height: 100px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-100 {
    min-width: 100px !important;
  }
  .min-h-px-md-100 {
    min-height: 100px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-100 {
    min-width: 100px !important;
  }
  .min-h-px-lg-100 {
    min-height: 100px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-100 {
    min-width: 100px !important;
  }
  .min-h-px-xl-100 {
    min-height: 100px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-100 {
    min-width: 100px !important;
  }
  .min-h-px-contents-100 {
    min-height: 100px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-100 {
    min-width: 100px !important;
  }
  .min-h-px-screen-100 {
    min-height: 100px !important;
  }
}
.left-11 {
  left: 11% !important;
}

.top-11 {
  top: 11% !important;
}

.bottom-11 {
  bottom: 11% !important;
}

.right-11 {
  right: 11% !important;
}

.max-w-px-110 {
  max-width: 110px !important;
}

.w-px-110 {
  width: 110px !important;
}

.max-h-px-110 {
  max-height: 110px !important;
}

.h-px-110 {
  height: 110px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-110 {
    max-width: 110px !important;
  }
  .max-h-px-xs-110 {
    max-height: 110px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-110 {
    max-width: 110px !important;
  }
  .max-h-px-sm-110 {
    max-height: 110px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-110 {
    max-width: 110px !important;
  }
  .max-h-px-md-110 {
    max-height: 110px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-110 {
    max-width: 110px !important;
  }
  .max-h-px-lg-110 {
    max-height: 110px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-110 {
    max-width: 110px !important;
  }
  .max-h-px-xl-110 {
    max-height: 110px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-110 {
    max-width: 110px !important;
  }
  .max-h-px-contents-110 {
    max-height: 110px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-110 {
    max-width: 110px !important;
  }
  .max-h-px-screen-110 {
    max-height: 110px !important;
  }
}
.min-w-px-110 {
  min-width: 110px !important;
}

.min-h-px-110 {
  min-height: 110px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-110 {
    min-width: 110px !important;
  }
  .min-h-px-xs-110 {
    min-height: 110px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-110 {
    min-width: 110px !important;
  }
  .min-h-px-sm-110 {
    min-height: 110px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-110 {
    min-width: 110px !important;
  }
  .min-h-px-md-110 {
    min-height: 110px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-110 {
    min-width: 110px !important;
  }
  .min-h-px-lg-110 {
    min-height: 110px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-110 {
    min-width: 110px !important;
  }
  .min-h-px-xl-110 {
    min-height: 110px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-110 {
    min-width: 110px !important;
  }
  .min-h-px-contents-110 {
    min-height: 110px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-110 {
    min-width: 110px !important;
  }
  .min-h-px-screen-110 {
    min-height: 110px !important;
  }
}
.left-12 {
  left: 12% !important;
}

.top-12 {
  top: 12% !important;
}

.bottom-12 {
  bottom: 12% !important;
}

.right-12 {
  right: 12% !important;
}

.max-w-px-120 {
  max-width: 120px !important;
}

.w-px-120 {
  width: 120px !important;
}

.max-h-px-120 {
  max-height: 120px !important;
}

.h-px-120 {
  height: 120px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-120 {
    max-width: 120px !important;
  }
  .max-h-px-xs-120 {
    max-height: 120px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-120 {
    max-width: 120px !important;
  }
  .max-h-px-sm-120 {
    max-height: 120px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-120 {
    max-width: 120px !important;
  }
  .max-h-px-md-120 {
    max-height: 120px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-120 {
    max-width: 120px !important;
  }
  .max-h-px-lg-120 {
    max-height: 120px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-120 {
    max-width: 120px !important;
  }
  .max-h-px-xl-120 {
    max-height: 120px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-120 {
    max-width: 120px !important;
  }
  .max-h-px-contents-120 {
    max-height: 120px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-120 {
    max-width: 120px !important;
  }
  .max-h-px-screen-120 {
    max-height: 120px !important;
  }
}
.min-w-px-120 {
  min-width: 120px !important;
}

.min-h-px-120 {
  min-height: 120px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-120 {
    min-width: 120px !important;
  }
  .min-h-px-xs-120 {
    min-height: 120px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-120 {
    min-width: 120px !important;
  }
  .min-h-px-sm-120 {
    min-height: 120px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-120 {
    min-width: 120px !important;
  }
  .min-h-px-md-120 {
    min-height: 120px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-120 {
    min-width: 120px !important;
  }
  .min-h-px-lg-120 {
    min-height: 120px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-120 {
    min-width: 120px !important;
  }
  .min-h-px-xl-120 {
    min-height: 120px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-120 {
    min-width: 120px !important;
  }
  .min-h-px-contents-120 {
    min-height: 120px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-120 {
    min-width: 120px !important;
  }
  .min-h-px-screen-120 {
    min-height: 120px !important;
  }
}
.left-13 {
  left: 13% !important;
}

.top-13 {
  top: 13% !important;
}

.bottom-13 {
  bottom: 13% !important;
}

.right-13 {
  right: 13% !important;
}

.max-w-px-130 {
  max-width: 130px !important;
}

.w-px-130 {
  width: 130px !important;
}

.max-h-px-130 {
  max-height: 130px !important;
}

.h-px-130 {
  height: 130px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-130 {
    max-width: 130px !important;
  }
  .max-h-px-xs-130 {
    max-height: 130px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-130 {
    max-width: 130px !important;
  }
  .max-h-px-sm-130 {
    max-height: 130px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-130 {
    max-width: 130px !important;
  }
  .max-h-px-md-130 {
    max-height: 130px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-130 {
    max-width: 130px !important;
  }
  .max-h-px-lg-130 {
    max-height: 130px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-130 {
    max-width: 130px !important;
  }
  .max-h-px-xl-130 {
    max-height: 130px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-130 {
    max-width: 130px !important;
  }
  .max-h-px-contents-130 {
    max-height: 130px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-130 {
    max-width: 130px !important;
  }
  .max-h-px-screen-130 {
    max-height: 130px !important;
  }
}
.min-w-px-130 {
  min-width: 130px !important;
}

.min-h-px-130 {
  min-height: 130px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-130 {
    min-width: 130px !important;
  }
  .min-h-px-xs-130 {
    min-height: 130px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-130 {
    min-width: 130px !important;
  }
  .min-h-px-sm-130 {
    min-height: 130px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-130 {
    min-width: 130px !important;
  }
  .min-h-px-md-130 {
    min-height: 130px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-130 {
    min-width: 130px !important;
  }
  .min-h-px-lg-130 {
    min-height: 130px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-130 {
    min-width: 130px !important;
  }
  .min-h-px-xl-130 {
    min-height: 130px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-130 {
    min-width: 130px !important;
  }
  .min-h-px-contents-130 {
    min-height: 130px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-130 {
    min-width: 130px !important;
  }
  .min-h-px-screen-130 {
    min-height: 130px !important;
  }
}
.left-14 {
  left: 14% !important;
}

.top-14 {
  top: 14% !important;
}

.bottom-14 {
  bottom: 14% !important;
}

.right-14 {
  right: 14% !important;
}

.max-w-px-140 {
  max-width: 140px !important;
}

.w-px-140 {
  width: 140px !important;
}

.max-h-px-140 {
  max-height: 140px !important;
}

.h-px-140 {
  height: 140px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-140 {
    max-width: 140px !important;
  }
  .max-h-px-xs-140 {
    max-height: 140px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-140 {
    max-width: 140px !important;
  }
  .max-h-px-sm-140 {
    max-height: 140px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-140 {
    max-width: 140px !important;
  }
  .max-h-px-md-140 {
    max-height: 140px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-140 {
    max-width: 140px !important;
  }
  .max-h-px-lg-140 {
    max-height: 140px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-140 {
    max-width: 140px !important;
  }
  .max-h-px-xl-140 {
    max-height: 140px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-140 {
    max-width: 140px !important;
  }
  .max-h-px-contents-140 {
    max-height: 140px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-140 {
    max-width: 140px !important;
  }
  .max-h-px-screen-140 {
    max-height: 140px !important;
  }
}
.min-w-px-140 {
  min-width: 140px !important;
}

.min-h-px-140 {
  min-height: 140px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-140 {
    min-width: 140px !important;
  }
  .min-h-px-xs-140 {
    min-height: 140px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-140 {
    min-width: 140px !important;
  }
  .min-h-px-sm-140 {
    min-height: 140px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-140 {
    min-width: 140px !important;
  }
  .min-h-px-md-140 {
    min-height: 140px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-140 {
    min-width: 140px !important;
  }
  .min-h-px-lg-140 {
    min-height: 140px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-140 {
    min-width: 140px !important;
  }
  .min-h-px-xl-140 {
    min-height: 140px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-140 {
    min-width: 140px !important;
  }
  .min-h-px-contents-140 {
    min-height: 140px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-140 {
    min-width: 140px !important;
  }
  .min-h-px-screen-140 {
    min-height: 140px !important;
  }
}
.left-15 {
  left: 15% !important;
}

.top-15 {
  top: 15% !important;
}

.bottom-15 {
  bottom: 15% !important;
}

.right-15 {
  right: 15% !important;
}

.max-w-px-150 {
  max-width: 150px !important;
}

.w-px-150 {
  width: 150px !important;
}

.max-h-px-150 {
  max-height: 150px !important;
}

.h-px-150 {
  height: 150px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-150 {
    max-width: 150px !important;
  }
  .max-h-px-xs-150 {
    max-height: 150px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-150 {
    max-width: 150px !important;
  }
  .max-h-px-sm-150 {
    max-height: 150px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-150 {
    max-width: 150px !important;
  }
  .max-h-px-md-150 {
    max-height: 150px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-150 {
    max-width: 150px !important;
  }
  .max-h-px-lg-150 {
    max-height: 150px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-150 {
    max-width: 150px !important;
  }
  .max-h-px-xl-150 {
    max-height: 150px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-150 {
    max-width: 150px !important;
  }
  .max-h-px-contents-150 {
    max-height: 150px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-150 {
    max-width: 150px !important;
  }
  .max-h-px-screen-150 {
    max-height: 150px !important;
  }
}
.min-w-px-150 {
  min-width: 150px !important;
}

.min-h-px-150 {
  min-height: 150px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-150 {
    min-width: 150px !important;
  }
  .min-h-px-xs-150 {
    min-height: 150px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-150 {
    min-width: 150px !important;
  }
  .min-h-px-sm-150 {
    min-height: 150px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-150 {
    min-width: 150px !important;
  }
  .min-h-px-md-150 {
    min-height: 150px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-150 {
    min-width: 150px !important;
  }
  .min-h-px-lg-150 {
    min-height: 150px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-150 {
    min-width: 150px !important;
  }
  .min-h-px-xl-150 {
    min-height: 150px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-150 {
    min-width: 150px !important;
  }
  .min-h-px-contents-150 {
    min-height: 150px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-150 {
    min-width: 150px !important;
  }
  .min-h-px-screen-150 {
    min-height: 150px !important;
  }
}
.left-16 {
  left: 16% !important;
}

.top-16 {
  top: 16% !important;
}

.bottom-16 {
  bottom: 16% !important;
}

.right-16 {
  right: 16% !important;
}

.max-w-px-160 {
  max-width: 160px !important;
}

.w-px-160 {
  width: 160px !important;
}

.max-h-px-160 {
  max-height: 160px !important;
}

.h-px-160 {
  height: 160px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-160 {
    max-width: 160px !important;
  }
  .max-h-px-xs-160 {
    max-height: 160px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-160 {
    max-width: 160px !important;
  }
  .max-h-px-sm-160 {
    max-height: 160px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-160 {
    max-width: 160px !important;
  }
  .max-h-px-md-160 {
    max-height: 160px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-160 {
    max-width: 160px !important;
  }
  .max-h-px-lg-160 {
    max-height: 160px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-160 {
    max-width: 160px !important;
  }
  .max-h-px-xl-160 {
    max-height: 160px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-160 {
    max-width: 160px !important;
  }
  .max-h-px-contents-160 {
    max-height: 160px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-160 {
    max-width: 160px !important;
  }
  .max-h-px-screen-160 {
    max-height: 160px !important;
  }
}
.min-w-px-160 {
  min-width: 160px !important;
}

.min-h-px-160 {
  min-height: 160px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-160 {
    min-width: 160px !important;
  }
  .min-h-px-xs-160 {
    min-height: 160px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-160 {
    min-width: 160px !important;
  }
  .min-h-px-sm-160 {
    min-height: 160px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-160 {
    min-width: 160px !important;
  }
  .min-h-px-md-160 {
    min-height: 160px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-160 {
    min-width: 160px !important;
  }
  .min-h-px-lg-160 {
    min-height: 160px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-160 {
    min-width: 160px !important;
  }
  .min-h-px-xl-160 {
    min-height: 160px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-160 {
    min-width: 160px !important;
  }
  .min-h-px-contents-160 {
    min-height: 160px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-160 {
    min-width: 160px !important;
  }
  .min-h-px-screen-160 {
    min-height: 160px !important;
  }
}
.left-17 {
  left: 17% !important;
}

.top-17 {
  top: 17% !important;
}

.bottom-17 {
  bottom: 17% !important;
}

.right-17 {
  right: 17% !important;
}

.max-w-px-170 {
  max-width: 170px !important;
}

.w-px-170 {
  width: 170px !important;
}

.max-h-px-170 {
  max-height: 170px !important;
}

.h-px-170 {
  height: 170px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-170 {
    max-width: 170px !important;
  }
  .max-h-px-xs-170 {
    max-height: 170px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-170 {
    max-width: 170px !important;
  }
  .max-h-px-sm-170 {
    max-height: 170px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-170 {
    max-width: 170px !important;
  }
  .max-h-px-md-170 {
    max-height: 170px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-170 {
    max-width: 170px !important;
  }
  .max-h-px-lg-170 {
    max-height: 170px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-170 {
    max-width: 170px !important;
  }
  .max-h-px-xl-170 {
    max-height: 170px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-170 {
    max-width: 170px !important;
  }
  .max-h-px-contents-170 {
    max-height: 170px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-170 {
    max-width: 170px !important;
  }
  .max-h-px-screen-170 {
    max-height: 170px !important;
  }
}
.min-w-px-170 {
  min-width: 170px !important;
}

.min-h-px-170 {
  min-height: 170px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-170 {
    min-width: 170px !important;
  }
  .min-h-px-xs-170 {
    min-height: 170px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-170 {
    min-width: 170px !important;
  }
  .min-h-px-sm-170 {
    min-height: 170px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-170 {
    min-width: 170px !important;
  }
  .min-h-px-md-170 {
    min-height: 170px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-170 {
    min-width: 170px !important;
  }
  .min-h-px-lg-170 {
    min-height: 170px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-170 {
    min-width: 170px !important;
  }
  .min-h-px-xl-170 {
    min-height: 170px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-170 {
    min-width: 170px !important;
  }
  .min-h-px-contents-170 {
    min-height: 170px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-170 {
    min-width: 170px !important;
  }
  .min-h-px-screen-170 {
    min-height: 170px !important;
  }
}
.left-18 {
  left: 18% !important;
}

.top-18 {
  top: 18% !important;
}

.bottom-18 {
  bottom: 18% !important;
}

.right-18 {
  right: 18% !important;
}

.max-w-px-180 {
  max-width: 180px !important;
}

.w-px-180 {
  width: 180px !important;
}

.max-h-px-180 {
  max-height: 180px !important;
}

.h-px-180 {
  height: 180px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-180 {
    max-width: 180px !important;
  }
  .max-h-px-xs-180 {
    max-height: 180px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-180 {
    max-width: 180px !important;
  }
  .max-h-px-sm-180 {
    max-height: 180px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-180 {
    max-width: 180px !important;
  }
  .max-h-px-md-180 {
    max-height: 180px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-180 {
    max-width: 180px !important;
  }
  .max-h-px-lg-180 {
    max-height: 180px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-180 {
    max-width: 180px !important;
  }
  .max-h-px-xl-180 {
    max-height: 180px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-180 {
    max-width: 180px !important;
  }
  .max-h-px-contents-180 {
    max-height: 180px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-180 {
    max-width: 180px !important;
  }
  .max-h-px-screen-180 {
    max-height: 180px !important;
  }
}
.min-w-px-180 {
  min-width: 180px !important;
}

.min-h-px-180 {
  min-height: 180px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-180 {
    min-width: 180px !important;
  }
  .min-h-px-xs-180 {
    min-height: 180px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-180 {
    min-width: 180px !important;
  }
  .min-h-px-sm-180 {
    min-height: 180px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-180 {
    min-width: 180px !important;
  }
  .min-h-px-md-180 {
    min-height: 180px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-180 {
    min-width: 180px !important;
  }
  .min-h-px-lg-180 {
    min-height: 180px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-180 {
    min-width: 180px !important;
  }
  .min-h-px-xl-180 {
    min-height: 180px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-180 {
    min-width: 180px !important;
  }
  .min-h-px-contents-180 {
    min-height: 180px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-180 {
    min-width: 180px !important;
  }
  .min-h-px-screen-180 {
    min-height: 180px !important;
  }
}
.left-19 {
  left: 19% !important;
}

.top-19 {
  top: 19% !important;
}

.bottom-19 {
  bottom: 19% !important;
}

.right-19 {
  right: 19% !important;
}

.max-w-px-190 {
  max-width: 190px !important;
}

.w-px-190 {
  width: 190px !important;
}

.max-h-px-190 {
  max-height: 190px !important;
}

.h-px-190 {
  height: 190px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-190 {
    max-width: 190px !important;
  }
  .max-h-px-xs-190 {
    max-height: 190px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-190 {
    max-width: 190px !important;
  }
  .max-h-px-sm-190 {
    max-height: 190px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-190 {
    max-width: 190px !important;
  }
  .max-h-px-md-190 {
    max-height: 190px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-190 {
    max-width: 190px !important;
  }
  .max-h-px-lg-190 {
    max-height: 190px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-190 {
    max-width: 190px !important;
  }
  .max-h-px-xl-190 {
    max-height: 190px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-190 {
    max-width: 190px !important;
  }
  .max-h-px-contents-190 {
    max-height: 190px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-190 {
    max-width: 190px !important;
  }
  .max-h-px-screen-190 {
    max-height: 190px !important;
  }
}
.min-w-px-190 {
  min-width: 190px !important;
}

.min-h-px-190 {
  min-height: 190px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-190 {
    min-width: 190px !important;
  }
  .min-h-px-xs-190 {
    min-height: 190px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-190 {
    min-width: 190px !important;
  }
  .min-h-px-sm-190 {
    min-height: 190px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-190 {
    min-width: 190px !important;
  }
  .min-h-px-md-190 {
    min-height: 190px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-190 {
    min-width: 190px !important;
  }
  .min-h-px-lg-190 {
    min-height: 190px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-190 {
    min-width: 190px !important;
  }
  .min-h-px-xl-190 {
    min-height: 190px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-190 {
    min-width: 190px !important;
  }
  .min-h-px-contents-190 {
    min-height: 190px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-190 {
    min-width: 190px !important;
  }
  .min-h-px-screen-190 {
    min-height: 190px !important;
  }
}
.left-20 {
  left: 20% !important;
}

.top-20 {
  top: 20% !important;
}

.bottom-20 {
  bottom: 20% !important;
}

.right-20 {
  right: 20% !important;
}

.max-w-px-200 {
  max-width: 200px !important;
}

.w-px-200 {
  width: 200px !important;
}

.max-h-px-200 {
  max-height: 200px !important;
}

.h-px-200 {
  height: 200px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-200 {
    max-width: 200px !important;
  }
  .max-h-px-xs-200 {
    max-height: 200px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-200 {
    max-width: 200px !important;
  }
  .max-h-px-sm-200 {
    max-height: 200px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-200 {
    max-width: 200px !important;
  }
  .max-h-px-md-200 {
    max-height: 200px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-200 {
    max-width: 200px !important;
  }
  .max-h-px-lg-200 {
    max-height: 200px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-200 {
    max-width: 200px !important;
  }
  .max-h-px-xl-200 {
    max-height: 200px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-200 {
    max-width: 200px !important;
  }
  .max-h-px-contents-200 {
    max-height: 200px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-200 {
    max-width: 200px !important;
  }
  .max-h-px-screen-200 {
    max-height: 200px !important;
  }
}
.min-w-px-200 {
  min-width: 200px !important;
}

.min-h-px-200 {
  min-height: 200px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-200 {
    min-width: 200px !important;
  }
  .min-h-px-xs-200 {
    min-height: 200px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-200 {
    min-width: 200px !important;
  }
  .min-h-px-sm-200 {
    min-height: 200px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-200 {
    min-width: 200px !important;
  }
  .min-h-px-md-200 {
    min-height: 200px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-200 {
    min-width: 200px !important;
  }
  .min-h-px-lg-200 {
    min-height: 200px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-200 {
    min-width: 200px !important;
  }
  .min-h-px-xl-200 {
    min-height: 200px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-200 {
    min-width: 200px !important;
  }
  .min-h-px-contents-200 {
    min-height: 200px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-200 {
    min-width: 200px !important;
  }
  .min-h-px-screen-200 {
    min-height: 200px !important;
  }
}
.left-21 {
  left: 21% !important;
}

.top-21 {
  top: 21% !important;
}

.bottom-21 {
  bottom: 21% !important;
}

.right-21 {
  right: 21% !important;
}

.max-w-px-210 {
  max-width: 210px !important;
}

.w-px-210 {
  width: 210px !important;
}

.max-h-px-210 {
  max-height: 210px !important;
}

.h-px-210 {
  height: 210px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-210 {
    max-width: 210px !important;
  }
  .max-h-px-xs-210 {
    max-height: 210px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-210 {
    max-width: 210px !important;
  }
  .max-h-px-sm-210 {
    max-height: 210px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-210 {
    max-width: 210px !important;
  }
  .max-h-px-md-210 {
    max-height: 210px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-210 {
    max-width: 210px !important;
  }
  .max-h-px-lg-210 {
    max-height: 210px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-210 {
    max-width: 210px !important;
  }
  .max-h-px-xl-210 {
    max-height: 210px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-210 {
    max-width: 210px !important;
  }
  .max-h-px-contents-210 {
    max-height: 210px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-210 {
    max-width: 210px !important;
  }
  .max-h-px-screen-210 {
    max-height: 210px !important;
  }
}
.min-w-px-210 {
  min-width: 210px !important;
}

.min-h-px-210 {
  min-height: 210px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-210 {
    min-width: 210px !important;
  }
  .min-h-px-xs-210 {
    min-height: 210px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-210 {
    min-width: 210px !important;
  }
  .min-h-px-sm-210 {
    min-height: 210px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-210 {
    min-width: 210px !important;
  }
  .min-h-px-md-210 {
    min-height: 210px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-210 {
    min-width: 210px !important;
  }
  .min-h-px-lg-210 {
    min-height: 210px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-210 {
    min-width: 210px !important;
  }
  .min-h-px-xl-210 {
    min-height: 210px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-210 {
    min-width: 210px !important;
  }
  .min-h-px-contents-210 {
    min-height: 210px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-210 {
    min-width: 210px !important;
  }
  .min-h-px-screen-210 {
    min-height: 210px !important;
  }
}
.left-22 {
  left: 22% !important;
}

.top-22 {
  top: 22% !important;
}

.bottom-22 {
  bottom: 22% !important;
}

.right-22 {
  right: 22% !important;
}

.max-w-px-220 {
  max-width: 220px !important;
}

.w-px-220 {
  width: 220px !important;
}

.max-h-px-220 {
  max-height: 220px !important;
}

.h-px-220 {
  height: 220px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-220 {
    max-width: 220px !important;
  }
  .max-h-px-xs-220 {
    max-height: 220px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-220 {
    max-width: 220px !important;
  }
  .max-h-px-sm-220 {
    max-height: 220px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-220 {
    max-width: 220px !important;
  }
  .max-h-px-md-220 {
    max-height: 220px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-220 {
    max-width: 220px !important;
  }
  .max-h-px-lg-220 {
    max-height: 220px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-220 {
    max-width: 220px !important;
  }
  .max-h-px-xl-220 {
    max-height: 220px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-220 {
    max-width: 220px !important;
  }
  .max-h-px-contents-220 {
    max-height: 220px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-220 {
    max-width: 220px !important;
  }
  .max-h-px-screen-220 {
    max-height: 220px !important;
  }
}
.min-w-px-220 {
  min-width: 220px !important;
}

.min-h-px-220 {
  min-height: 220px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-220 {
    min-width: 220px !important;
  }
  .min-h-px-xs-220 {
    min-height: 220px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-220 {
    min-width: 220px !important;
  }
  .min-h-px-sm-220 {
    min-height: 220px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-220 {
    min-width: 220px !important;
  }
  .min-h-px-md-220 {
    min-height: 220px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-220 {
    min-width: 220px !important;
  }
  .min-h-px-lg-220 {
    min-height: 220px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-220 {
    min-width: 220px !important;
  }
  .min-h-px-xl-220 {
    min-height: 220px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-220 {
    min-width: 220px !important;
  }
  .min-h-px-contents-220 {
    min-height: 220px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-220 {
    min-width: 220px !important;
  }
  .min-h-px-screen-220 {
    min-height: 220px !important;
  }
}
.left-23 {
  left: 23% !important;
}

.top-23 {
  top: 23% !important;
}

.bottom-23 {
  bottom: 23% !important;
}

.right-23 {
  right: 23% !important;
}

.max-w-px-230 {
  max-width: 230px !important;
}

.w-px-230 {
  width: 230px !important;
}

.max-h-px-230 {
  max-height: 230px !important;
}

.h-px-230 {
  height: 230px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-230 {
    max-width: 230px !important;
  }
  .max-h-px-xs-230 {
    max-height: 230px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-230 {
    max-width: 230px !important;
  }
  .max-h-px-sm-230 {
    max-height: 230px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-230 {
    max-width: 230px !important;
  }
  .max-h-px-md-230 {
    max-height: 230px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-230 {
    max-width: 230px !important;
  }
  .max-h-px-lg-230 {
    max-height: 230px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-230 {
    max-width: 230px !important;
  }
  .max-h-px-xl-230 {
    max-height: 230px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-230 {
    max-width: 230px !important;
  }
  .max-h-px-contents-230 {
    max-height: 230px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-230 {
    max-width: 230px !important;
  }
  .max-h-px-screen-230 {
    max-height: 230px !important;
  }
}
.min-w-px-230 {
  min-width: 230px !important;
}

.min-h-px-230 {
  min-height: 230px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-230 {
    min-width: 230px !important;
  }
  .min-h-px-xs-230 {
    min-height: 230px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-230 {
    min-width: 230px !important;
  }
  .min-h-px-sm-230 {
    min-height: 230px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-230 {
    min-width: 230px !important;
  }
  .min-h-px-md-230 {
    min-height: 230px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-230 {
    min-width: 230px !important;
  }
  .min-h-px-lg-230 {
    min-height: 230px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-230 {
    min-width: 230px !important;
  }
  .min-h-px-xl-230 {
    min-height: 230px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-230 {
    min-width: 230px !important;
  }
  .min-h-px-contents-230 {
    min-height: 230px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-230 {
    min-width: 230px !important;
  }
  .min-h-px-screen-230 {
    min-height: 230px !important;
  }
}
.left-24 {
  left: 24% !important;
}

.top-24 {
  top: 24% !important;
}

.bottom-24 {
  bottom: 24% !important;
}

.right-24 {
  right: 24% !important;
}

.max-w-px-240 {
  max-width: 240px !important;
}

.w-px-240 {
  width: 240px !important;
}

.max-h-px-240 {
  max-height: 240px !important;
}

.h-px-240 {
  height: 240px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-240 {
    max-width: 240px !important;
  }
  .max-h-px-xs-240 {
    max-height: 240px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-240 {
    max-width: 240px !important;
  }
  .max-h-px-sm-240 {
    max-height: 240px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-240 {
    max-width: 240px !important;
  }
  .max-h-px-md-240 {
    max-height: 240px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-240 {
    max-width: 240px !important;
  }
  .max-h-px-lg-240 {
    max-height: 240px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-240 {
    max-width: 240px !important;
  }
  .max-h-px-xl-240 {
    max-height: 240px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-240 {
    max-width: 240px !important;
  }
  .max-h-px-contents-240 {
    max-height: 240px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-240 {
    max-width: 240px !important;
  }
  .max-h-px-screen-240 {
    max-height: 240px !important;
  }
}
.min-w-px-240 {
  min-width: 240px !important;
}

.min-h-px-240 {
  min-height: 240px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-240 {
    min-width: 240px !important;
  }
  .min-h-px-xs-240 {
    min-height: 240px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-240 {
    min-width: 240px !important;
  }
  .min-h-px-sm-240 {
    min-height: 240px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-240 {
    min-width: 240px !important;
  }
  .min-h-px-md-240 {
    min-height: 240px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-240 {
    min-width: 240px !important;
  }
  .min-h-px-lg-240 {
    min-height: 240px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-240 {
    min-width: 240px !important;
  }
  .min-h-px-xl-240 {
    min-height: 240px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-240 {
    min-width: 240px !important;
  }
  .min-h-px-contents-240 {
    min-height: 240px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-240 {
    min-width: 240px !important;
  }
  .min-h-px-screen-240 {
    min-height: 240px !important;
  }
}
.left-25 {
  left: 25% !important;
}

.top-25 {
  top: 25% !important;
}

.bottom-25 {
  bottom: 25% !important;
}

.right-25 {
  right: 25% !important;
}

.max-w-px-250 {
  max-width: 250px !important;
}

.w-px-250 {
  width: 250px !important;
}

.max-h-px-250 {
  max-height: 250px !important;
}

.h-px-250 {
  height: 250px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-250 {
    max-width: 250px !important;
  }
  .max-h-px-xs-250 {
    max-height: 250px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-250 {
    max-width: 250px !important;
  }
  .max-h-px-sm-250 {
    max-height: 250px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-250 {
    max-width: 250px !important;
  }
  .max-h-px-md-250 {
    max-height: 250px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-250 {
    max-width: 250px !important;
  }
  .max-h-px-lg-250 {
    max-height: 250px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-250 {
    max-width: 250px !important;
  }
  .max-h-px-xl-250 {
    max-height: 250px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-250 {
    max-width: 250px !important;
  }
  .max-h-px-contents-250 {
    max-height: 250px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-250 {
    max-width: 250px !important;
  }
  .max-h-px-screen-250 {
    max-height: 250px !important;
  }
}
.min-w-px-250 {
  min-width: 250px !important;
}

.min-h-px-250 {
  min-height: 250px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-250 {
    min-width: 250px !important;
  }
  .min-h-px-xs-250 {
    min-height: 250px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-250 {
    min-width: 250px !important;
  }
  .min-h-px-sm-250 {
    min-height: 250px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-250 {
    min-width: 250px !important;
  }
  .min-h-px-md-250 {
    min-height: 250px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-250 {
    min-width: 250px !important;
  }
  .min-h-px-lg-250 {
    min-height: 250px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-250 {
    min-width: 250px !important;
  }
  .min-h-px-xl-250 {
    min-height: 250px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-250 {
    min-width: 250px !important;
  }
  .min-h-px-contents-250 {
    min-height: 250px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-250 {
    min-width: 250px !important;
  }
  .min-h-px-screen-250 {
    min-height: 250px !important;
  }
}
.left-26 {
  left: 26% !important;
}

.top-26 {
  top: 26% !important;
}

.bottom-26 {
  bottom: 26% !important;
}

.right-26 {
  right: 26% !important;
}

.max-w-px-260 {
  max-width: 260px !important;
}

.w-px-260 {
  width: 260px !important;
}

.max-h-px-260 {
  max-height: 260px !important;
}

.h-px-260 {
  height: 260px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-260 {
    max-width: 260px !important;
  }
  .max-h-px-xs-260 {
    max-height: 260px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-260 {
    max-width: 260px !important;
  }
  .max-h-px-sm-260 {
    max-height: 260px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-260 {
    max-width: 260px !important;
  }
  .max-h-px-md-260 {
    max-height: 260px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-260 {
    max-width: 260px !important;
  }
  .max-h-px-lg-260 {
    max-height: 260px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-260 {
    max-width: 260px !important;
  }
  .max-h-px-xl-260 {
    max-height: 260px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-260 {
    max-width: 260px !important;
  }
  .max-h-px-contents-260 {
    max-height: 260px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-260 {
    max-width: 260px !important;
  }
  .max-h-px-screen-260 {
    max-height: 260px !important;
  }
}
.min-w-px-260 {
  min-width: 260px !important;
}

.min-h-px-260 {
  min-height: 260px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-260 {
    min-width: 260px !important;
  }
  .min-h-px-xs-260 {
    min-height: 260px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-260 {
    min-width: 260px !important;
  }
  .min-h-px-sm-260 {
    min-height: 260px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-260 {
    min-width: 260px !important;
  }
  .min-h-px-md-260 {
    min-height: 260px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-260 {
    min-width: 260px !important;
  }
  .min-h-px-lg-260 {
    min-height: 260px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-260 {
    min-width: 260px !important;
  }
  .min-h-px-xl-260 {
    min-height: 260px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-260 {
    min-width: 260px !important;
  }
  .min-h-px-contents-260 {
    min-height: 260px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-260 {
    min-width: 260px !important;
  }
  .min-h-px-screen-260 {
    min-height: 260px !important;
  }
}
.left-27 {
  left: 27% !important;
}

.top-27 {
  top: 27% !important;
}

.bottom-27 {
  bottom: 27% !important;
}

.right-27 {
  right: 27% !important;
}

.max-w-px-270 {
  max-width: 270px !important;
}

.w-px-270 {
  width: 270px !important;
}

.max-h-px-270 {
  max-height: 270px !important;
}

.h-px-270 {
  height: 270px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-270 {
    max-width: 270px !important;
  }
  .max-h-px-xs-270 {
    max-height: 270px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-270 {
    max-width: 270px !important;
  }
  .max-h-px-sm-270 {
    max-height: 270px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-270 {
    max-width: 270px !important;
  }
  .max-h-px-md-270 {
    max-height: 270px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-270 {
    max-width: 270px !important;
  }
  .max-h-px-lg-270 {
    max-height: 270px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-270 {
    max-width: 270px !important;
  }
  .max-h-px-xl-270 {
    max-height: 270px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-270 {
    max-width: 270px !important;
  }
  .max-h-px-contents-270 {
    max-height: 270px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-270 {
    max-width: 270px !important;
  }
  .max-h-px-screen-270 {
    max-height: 270px !important;
  }
}
.min-w-px-270 {
  min-width: 270px !important;
}

.min-h-px-270 {
  min-height: 270px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-270 {
    min-width: 270px !important;
  }
  .min-h-px-xs-270 {
    min-height: 270px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-270 {
    min-width: 270px !important;
  }
  .min-h-px-sm-270 {
    min-height: 270px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-270 {
    min-width: 270px !important;
  }
  .min-h-px-md-270 {
    min-height: 270px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-270 {
    min-width: 270px !important;
  }
  .min-h-px-lg-270 {
    min-height: 270px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-270 {
    min-width: 270px !important;
  }
  .min-h-px-xl-270 {
    min-height: 270px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-270 {
    min-width: 270px !important;
  }
  .min-h-px-contents-270 {
    min-height: 270px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-270 {
    min-width: 270px !important;
  }
  .min-h-px-screen-270 {
    min-height: 270px !important;
  }
}
.left-28 {
  left: 28% !important;
}

.top-28 {
  top: 28% !important;
}

.bottom-28 {
  bottom: 28% !important;
}

.right-28 {
  right: 28% !important;
}

.max-w-px-280 {
  max-width: 280px !important;
}

.w-px-280 {
  width: 280px !important;
}

.max-h-px-280 {
  max-height: 280px !important;
}

.h-px-280 {
  height: 280px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-280 {
    max-width: 280px !important;
  }
  .max-h-px-xs-280 {
    max-height: 280px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-280 {
    max-width: 280px !important;
  }
  .max-h-px-sm-280 {
    max-height: 280px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-280 {
    max-width: 280px !important;
  }
  .max-h-px-md-280 {
    max-height: 280px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-280 {
    max-width: 280px !important;
  }
  .max-h-px-lg-280 {
    max-height: 280px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-280 {
    max-width: 280px !important;
  }
  .max-h-px-xl-280 {
    max-height: 280px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-280 {
    max-width: 280px !important;
  }
  .max-h-px-contents-280 {
    max-height: 280px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-280 {
    max-width: 280px !important;
  }
  .max-h-px-screen-280 {
    max-height: 280px !important;
  }
}
.min-w-px-280 {
  min-width: 280px !important;
}

.min-h-px-280 {
  min-height: 280px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-280 {
    min-width: 280px !important;
  }
  .min-h-px-xs-280 {
    min-height: 280px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-280 {
    min-width: 280px !important;
  }
  .min-h-px-sm-280 {
    min-height: 280px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-280 {
    min-width: 280px !important;
  }
  .min-h-px-md-280 {
    min-height: 280px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-280 {
    min-width: 280px !important;
  }
  .min-h-px-lg-280 {
    min-height: 280px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-280 {
    min-width: 280px !important;
  }
  .min-h-px-xl-280 {
    min-height: 280px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-280 {
    min-width: 280px !important;
  }
  .min-h-px-contents-280 {
    min-height: 280px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-280 {
    min-width: 280px !important;
  }
  .min-h-px-screen-280 {
    min-height: 280px !important;
  }
}
.left-29 {
  left: 29% !important;
}

.top-29 {
  top: 29% !important;
}

.bottom-29 {
  bottom: 29% !important;
}

.right-29 {
  right: 29% !important;
}

.max-w-px-290 {
  max-width: 290px !important;
}

.w-px-290 {
  width: 290px !important;
}

.max-h-px-290 {
  max-height: 290px !important;
}

.h-px-290 {
  height: 290px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-290 {
    max-width: 290px !important;
  }
  .max-h-px-xs-290 {
    max-height: 290px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-290 {
    max-width: 290px !important;
  }
  .max-h-px-sm-290 {
    max-height: 290px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-290 {
    max-width: 290px !important;
  }
  .max-h-px-md-290 {
    max-height: 290px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-290 {
    max-width: 290px !important;
  }
  .max-h-px-lg-290 {
    max-height: 290px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-290 {
    max-width: 290px !important;
  }
  .max-h-px-xl-290 {
    max-height: 290px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-290 {
    max-width: 290px !important;
  }
  .max-h-px-contents-290 {
    max-height: 290px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-290 {
    max-width: 290px !important;
  }
  .max-h-px-screen-290 {
    max-height: 290px !important;
  }
}
.min-w-px-290 {
  min-width: 290px !important;
}

.min-h-px-290 {
  min-height: 290px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-290 {
    min-width: 290px !important;
  }
  .min-h-px-xs-290 {
    min-height: 290px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-290 {
    min-width: 290px !important;
  }
  .min-h-px-sm-290 {
    min-height: 290px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-290 {
    min-width: 290px !important;
  }
  .min-h-px-md-290 {
    min-height: 290px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-290 {
    min-width: 290px !important;
  }
  .min-h-px-lg-290 {
    min-height: 290px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-290 {
    min-width: 290px !important;
  }
  .min-h-px-xl-290 {
    min-height: 290px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-290 {
    min-width: 290px !important;
  }
  .min-h-px-contents-290 {
    min-height: 290px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-290 {
    min-width: 290px !important;
  }
  .min-h-px-screen-290 {
    min-height: 290px !important;
  }
}
.left-30 {
  left: 30% !important;
}

.top-30 {
  top: 30% !important;
}

.bottom-30 {
  bottom: 30% !important;
}

.right-30 {
  right: 30% !important;
}

.max-w-px-300 {
  max-width: 300px !important;
}

.w-px-300 {
  width: 300px !important;
}

.max-h-px-300 {
  max-height: 300px !important;
}

.h-px-300 {
  height: 300px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-300 {
    max-width: 300px !important;
  }
  .max-h-px-xs-300 {
    max-height: 300px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-300 {
    max-width: 300px !important;
  }
  .max-h-px-sm-300 {
    max-height: 300px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-300 {
    max-width: 300px !important;
  }
  .max-h-px-md-300 {
    max-height: 300px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-300 {
    max-width: 300px !important;
  }
  .max-h-px-lg-300 {
    max-height: 300px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-300 {
    max-width: 300px !important;
  }
  .max-h-px-xl-300 {
    max-height: 300px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-300 {
    max-width: 300px !important;
  }
  .max-h-px-contents-300 {
    max-height: 300px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-300 {
    max-width: 300px !important;
  }
  .max-h-px-screen-300 {
    max-height: 300px !important;
  }
}
.min-w-px-300 {
  min-width: 300px !important;
}

.min-h-px-300 {
  min-height: 300px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-300 {
    min-width: 300px !important;
  }
  .min-h-px-xs-300 {
    min-height: 300px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-300 {
    min-width: 300px !important;
  }
  .min-h-px-sm-300 {
    min-height: 300px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-300 {
    min-width: 300px !important;
  }
  .min-h-px-md-300 {
    min-height: 300px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-300 {
    min-width: 300px !important;
  }
  .min-h-px-lg-300 {
    min-height: 300px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-300 {
    min-width: 300px !important;
  }
  .min-h-px-xl-300 {
    min-height: 300px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-300 {
    min-width: 300px !important;
  }
  .min-h-px-contents-300 {
    min-height: 300px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-300 {
    min-width: 300px !important;
  }
  .min-h-px-screen-300 {
    min-height: 300px !important;
  }
}
.left-31 {
  left: 31% !important;
}

.top-31 {
  top: 31% !important;
}

.bottom-31 {
  bottom: 31% !important;
}

.right-31 {
  right: 31% !important;
}

.max-w-px-310 {
  max-width: 310px !important;
}

.w-px-310 {
  width: 310px !important;
}

.max-h-px-310 {
  max-height: 310px !important;
}

.h-px-310 {
  height: 310px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-310 {
    max-width: 310px !important;
  }
  .max-h-px-xs-310 {
    max-height: 310px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-310 {
    max-width: 310px !important;
  }
  .max-h-px-sm-310 {
    max-height: 310px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-310 {
    max-width: 310px !important;
  }
  .max-h-px-md-310 {
    max-height: 310px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-310 {
    max-width: 310px !important;
  }
  .max-h-px-lg-310 {
    max-height: 310px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-310 {
    max-width: 310px !important;
  }
  .max-h-px-xl-310 {
    max-height: 310px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-310 {
    max-width: 310px !important;
  }
  .max-h-px-contents-310 {
    max-height: 310px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-310 {
    max-width: 310px !important;
  }
  .max-h-px-screen-310 {
    max-height: 310px !important;
  }
}
.min-w-px-310 {
  min-width: 310px !important;
}

.min-h-px-310 {
  min-height: 310px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-310 {
    min-width: 310px !important;
  }
  .min-h-px-xs-310 {
    min-height: 310px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-310 {
    min-width: 310px !important;
  }
  .min-h-px-sm-310 {
    min-height: 310px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-310 {
    min-width: 310px !important;
  }
  .min-h-px-md-310 {
    min-height: 310px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-310 {
    min-width: 310px !important;
  }
  .min-h-px-lg-310 {
    min-height: 310px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-310 {
    min-width: 310px !important;
  }
  .min-h-px-xl-310 {
    min-height: 310px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-310 {
    min-width: 310px !important;
  }
  .min-h-px-contents-310 {
    min-height: 310px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-310 {
    min-width: 310px !important;
  }
  .min-h-px-screen-310 {
    min-height: 310px !important;
  }
}
.left-32 {
  left: 32% !important;
}

.top-32 {
  top: 32% !important;
}

.bottom-32 {
  bottom: 32% !important;
}

.right-32 {
  right: 32% !important;
}

.max-w-px-320 {
  max-width: 320px !important;
}

.w-px-320 {
  width: 320px !important;
}

.max-h-px-320 {
  max-height: 320px !important;
}

.h-px-320 {
  height: 320px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-320 {
    max-width: 320px !important;
  }
  .max-h-px-xs-320 {
    max-height: 320px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-320 {
    max-width: 320px !important;
  }
  .max-h-px-sm-320 {
    max-height: 320px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-320 {
    max-width: 320px !important;
  }
  .max-h-px-md-320 {
    max-height: 320px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-320 {
    max-width: 320px !important;
  }
  .max-h-px-lg-320 {
    max-height: 320px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-320 {
    max-width: 320px !important;
  }
  .max-h-px-xl-320 {
    max-height: 320px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-320 {
    max-width: 320px !important;
  }
  .max-h-px-contents-320 {
    max-height: 320px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-320 {
    max-width: 320px !important;
  }
  .max-h-px-screen-320 {
    max-height: 320px !important;
  }
}
.min-w-px-320 {
  min-width: 320px !important;
}

.min-h-px-320 {
  min-height: 320px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-320 {
    min-width: 320px !important;
  }
  .min-h-px-xs-320 {
    min-height: 320px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-320 {
    min-width: 320px !important;
  }
  .min-h-px-sm-320 {
    min-height: 320px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-320 {
    min-width: 320px !important;
  }
  .min-h-px-md-320 {
    min-height: 320px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-320 {
    min-width: 320px !important;
  }
  .min-h-px-lg-320 {
    min-height: 320px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-320 {
    min-width: 320px !important;
  }
  .min-h-px-xl-320 {
    min-height: 320px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-320 {
    min-width: 320px !important;
  }
  .min-h-px-contents-320 {
    min-height: 320px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-320 {
    min-width: 320px !important;
  }
  .min-h-px-screen-320 {
    min-height: 320px !important;
  }
}
.left-33 {
  left: 33% !important;
}

.top-33 {
  top: 33% !important;
}

.bottom-33 {
  bottom: 33% !important;
}

.right-33 {
  right: 33% !important;
}

.max-w-px-330 {
  max-width: 330px !important;
}

.w-px-330 {
  width: 330px !important;
}

.max-h-px-330 {
  max-height: 330px !important;
}

.h-px-330 {
  height: 330px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-330 {
    max-width: 330px !important;
  }
  .max-h-px-xs-330 {
    max-height: 330px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-330 {
    max-width: 330px !important;
  }
  .max-h-px-sm-330 {
    max-height: 330px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-330 {
    max-width: 330px !important;
  }
  .max-h-px-md-330 {
    max-height: 330px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-330 {
    max-width: 330px !important;
  }
  .max-h-px-lg-330 {
    max-height: 330px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-330 {
    max-width: 330px !important;
  }
  .max-h-px-xl-330 {
    max-height: 330px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-330 {
    max-width: 330px !important;
  }
  .max-h-px-contents-330 {
    max-height: 330px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-330 {
    max-width: 330px !important;
  }
  .max-h-px-screen-330 {
    max-height: 330px !important;
  }
}
.min-w-px-330 {
  min-width: 330px !important;
}

.min-h-px-330 {
  min-height: 330px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-330 {
    min-width: 330px !important;
  }
  .min-h-px-xs-330 {
    min-height: 330px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-330 {
    min-width: 330px !important;
  }
  .min-h-px-sm-330 {
    min-height: 330px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-330 {
    min-width: 330px !important;
  }
  .min-h-px-md-330 {
    min-height: 330px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-330 {
    min-width: 330px !important;
  }
  .min-h-px-lg-330 {
    min-height: 330px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-330 {
    min-width: 330px !important;
  }
  .min-h-px-xl-330 {
    min-height: 330px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-330 {
    min-width: 330px !important;
  }
  .min-h-px-contents-330 {
    min-height: 330px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-330 {
    min-width: 330px !important;
  }
  .min-h-px-screen-330 {
    min-height: 330px !important;
  }
}
.left-34 {
  left: 34% !important;
}

.top-34 {
  top: 34% !important;
}

.bottom-34 {
  bottom: 34% !important;
}

.right-34 {
  right: 34% !important;
}

.max-w-px-340 {
  max-width: 340px !important;
}

.w-px-340 {
  width: 340px !important;
}

.max-h-px-340 {
  max-height: 340px !important;
}

.h-px-340 {
  height: 340px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-340 {
    max-width: 340px !important;
  }
  .max-h-px-xs-340 {
    max-height: 340px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-340 {
    max-width: 340px !important;
  }
  .max-h-px-sm-340 {
    max-height: 340px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-340 {
    max-width: 340px !important;
  }
  .max-h-px-md-340 {
    max-height: 340px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-340 {
    max-width: 340px !important;
  }
  .max-h-px-lg-340 {
    max-height: 340px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-340 {
    max-width: 340px !important;
  }
  .max-h-px-xl-340 {
    max-height: 340px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-340 {
    max-width: 340px !important;
  }
  .max-h-px-contents-340 {
    max-height: 340px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-340 {
    max-width: 340px !important;
  }
  .max-h-px-screen-340 {
    max-height: 340px !important;
  }
}
.min-w-px-340 {
  min-width: 340px !important;
}

.min-h-px-340 {
  min-height: 340px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-340 {
    min-width: 340px !important;
  }
  .min-h-px-xs-340 {
    min-height: 340px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-340 {
    min-width: 340px !important;
  }
  .min-h-px-sm-340 {
    min-height: 340px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-340 {
    min-width: 340px !important;
  }
  .min-h-px-md-340 {
    min-height: 340px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-340 {
    min-width: 340px !important;
  }
  .min-h-px-lg-340 {
    min-height: 340px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-340 {
    min-width: 340px !important;
  }
  .min-h-px-xl-340 {
    min-height: 340px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-340 {
    min-width: 340px !important;
  }
  .min-h-px-contents-340 {
    min-height: 340px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-340 {
    min-width: 340px !important;
  }
  .min-h-px-screen-340 {
    min-height: 340px !important;
  }
}
.left-35 {
  left: 35% !important;
}

.top-35 {
  top: 35% !important;
}

.bottom-35 {
  bottom: 35% !important;
}

.right-35 {
  right: 35% !important;
}

.max-w-px-350 {
  max-width: 350px !important;
}

.w-px-350 {
  width: 350px !important;
}

.max-h-px-350 {
  max-height: 350px !important;
}

.h-px-350 {
  height: 350px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-350 {
    max-width: 350px !important;
  }
  .max-h-px-xs-350 {
    max-height: 350px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-350 {
    max-width: 350px !important;
  }
  .max-h-px-sm-350 {
    max-height: 350px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-350 {
    max-width: 350px !important;
  }
  .max-h-px-md-350 {
    max-height: 350px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-350 {
    max-width: 350px !important;
  }
  .max-h-px-lg-350 {
    max-height: 350px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-350 {
    max-width: 350px !important;
  }
  .max-h-px-xl-350 {
    max-height: 350px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-350 {
    max-width: 350px !important;
  }
  .max-h-px-contents-350 {
    max-height: 350px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-350 {
    max-width: 350px !important;
  }
  .max-h-px-screen-350 {
    max-height: 350px !important;
  }
}
.min-w-px-350 {
  min-width: 350px !important;
}

.min-h-px-350 {
  min-height: 350px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-350 {
    min-width: 350px !important;
  }
  .min-h-px-xs-350 {
    min-height: 350px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-350 {
    min-width: 350px !important;
  }
  .min-h-px-sm-350 {
    min-height: 350px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-350 {
    min-width: 350px !important;
  }
  .min-h-px-md-350 {
    min-height: 350px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-350 {
    min-width: 350px !important;
  }
  .min-h-px-lg-350 {
    min-height: 350px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-350 {
    min-width: 350px !important;
  }
  .min-h-px-xl-350 {
    min-height: 350px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-350 {
    min-width: 350px !important;
  }
  .min-h-px-contents-350 {
    min-height: 350px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-350 {
    min-width: 350px !important;
  }
  .min-h-px-screen-350 {
    min-height: 350px !important;
  }
}
.left-36 {
  left: 36% !important;
}

.top-36 {
  top: 36% !important;
}

.bottom-36 {
  bottom: 36% !important;
}

.right-36 {
  right: 36% !important;
}

.max-w-px-360 {
  max-width: 360px !important;
}

.w-px-360 {
  width: 360px !important;
}

.max-h-px-360 {
  max-height: 360px !important;
}

.h-px-360 {
  height: 360px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-360 {
    max-width: 360px !important;
  }
  .max-h-px-xs-360 {
    max-height: 360px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-360 {
    max-width: 360px !important;
  }
  .max-h-px-sm-360 {
    max-height: 360px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-360 {
    max-width: 360px !important;
  }
  .max-h-px-md-360 {
    max-height: 360px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-360 {
    max-width: 360px !important;
  }
  .max-h-px-lg-360 {
    max-height: 360px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-360 {
    max-width: 360px !important;
  }
  .max-h-px-xl-360 {
    max-height: 360px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-360 {
    max-width: 360px !important;
  }
  .max-h-px-contents-360 {
    max-height: 360px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-360 {
    max-width: 360px !important;
  }
  .max-h-px-screen-360 {
    max-height: 360px !important;
  }
}
.min-w-px-360 {
  min-width: 360px !important;
}

.min-h-px-360 {
  min-height: 360px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-360 {
    min-width: 360px !important;
  }
  .min-h-px-xs-360 {
    min-height: 360px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-360 {
    min-width: 360px !important;
  }
  .min-h-px-sm-360 {
    min-height: 360px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-360 {
    min-width: 360px !important;
  }
  .min-h-px-md-360 {
    min-height: 360px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-360 {
    min-width: 360px !important;
  }
  .min-h-px-lg-360 {
    min-height: 360px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-360 {
    min-width: 360px !important;
  }
  .min-h-px-xl-360 {
    min-height: 360px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-360 {
    min-width: 360px !important;
  }
  .min-h-px-contents-360 {
    min-height: 360px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-360 {
    min-width: 360px !important;
  }
  .min-h-px-screen-360 {
    min-height: 360px !important;
  }
}
.left-37 {
  left: 37% !important;
}

.top-37 {
  top: 37% !important;
}

.bottom-37 {
  bottom: 37% !important;
}

.right-37 {
  right: 37% !important;
}

.max-w-px-370 {
  max-width: 370px !important;
}

.w-px-370 {
  width: 370px !important;
}

.max-h-px-370 {
  max-height: 370px !important;
}

.h-px-370 {
  height: 370px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-370 {
    max-width: 370px !important;
  }
  .max-h-px-xs-370 {
    max-height: 370px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-370 {
    max-width: 370px !important;
  }
  .max-h-px-sm-370 {
    max-height: 370px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-370 {
    max-width: 370px !important;
  }
  .max-h-px-md-370 {
    max-height: 370px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-370 {
    max-width: 370px !important;
  }
  .max-h-px-lg-370 {
    max-height: 370px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-370 {
    max-width: 370px !important;
  }
  .max-h-px-xl-370 {
    max-height: 370px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-370 {
    max-width: 370px !important;
  }
  .max-h-px-contents-370 {
    max-height: 370px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-370 {
    max-width: 370px !important;
  }
  .max-h-px-screen-370 {
    max-height: 370px !important;
  }
}
.min-w-px-370 {
  min-width: 370px !important;
}

.min-h-px-370 {
  min-height: 370px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-370 {
    min-width: 370px !important;
  }
  .min-h-px-xs-370 {
    min-height: 370px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-370 {
    min-width: 370px !important;
  }
  .min-h-px-sm-370 {
    min-height: 370px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-370 {
    min-width: 370px !important;
  }
  .min-h-px-md-370 {
    min-height: 370px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-370 {
    min-width: 370px !important;
  }
  .min-h-px-lg-370 {
    min-height: 370px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-370 {
    min-width: 370px !important;
  }
  .min-h-px-xl-370 {
    min-height: 370px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-370 {
    min-width: 370px !important;
  }
  .min-h-px-contents-370 {
    min-height: 370px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-370 {
    min-width: 370px !important;
  }
  .min-h-px-screen-370 {
    min-height: 370px !important;
  }
}
.left-38 {
  left: 38% !important;
}

.top-38 {
  top: 38% !important;
}

.bottom-38 {
  bottom: 38% !important;
}

.right-38 {
  right: 38% !important;
}

.max-w-px-380 {
  max-width: 380px !important;
}

.w-px-380 {
  width: 380px !important;
}

.max-h-px-380 {
  max-height: 380px !important;
}

.h-px-380 {
  height: 380px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-380 {
    max-width: 380px !important;
  }
  .max-h-px-xs-380 {
    max-height: 380px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-380 {
    max-width: 380px !important;
  }
  .max-h-px-sm-380 {
    max-height: 380px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-380 {
    max-width: 380px !important;
  }
  .max-h-px-md-380 {
    max-height: 380px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-380 {
    max-width: 380px !important;
  }
  .max-h-px-lg-380 {
    max-height: 380px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-380 {
    max-width: 380px !important;
  }
  .max-h-px-xl-380 {
    max-height: 380px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-380 {
    max-width: 380px !important;
  }
  .max-h-px-contents-380 {
    max-height: 380px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-380 {
    max-width: 380px !important;
  }
  .max-h-px-screen-380 {
    max-height: 380px !important;
  }
}
.min-w-px-380 {
  min-width: 380px !important;
}

.min-h-px-380 {
  min-height: 380px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-380 {
    min-width: 380px !important;
  }
  .min-h-px-xs-380 {
    min-height: 380px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-380 {
    min-width: 380px !important;
  }
  .min-h-px-sm-380 {
    min-height: 380px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-380 {
    min-width: 380px !important;
  }
  .min-h-px-md-380 {
    min-height: 380px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-380 {
    min-width: 380px !important;
  }
  .min-h-px-lg-380 {
    min-height: 380px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-380 {
    min-width: 380px !important;
  }
  .min-h-px-xl-380 {
    min-height: 380px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-380 {
    min-width: 380px !important;
  }
  .min-h-px-contents-380 {
    min-height: 380px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-380 {
    min-width: 380px !important;
  }
  .min-h-px-screen-380 {
    min-height: 380px !important;
  }
}
.left-39 {
  left: 39% !important;
}

.top-39 {
  top: 39% !important;
}

.bottom-39 {
  bottom: 39% !important;
}

.right-39 {
  right: 39% !important;
}

.max-w-px-390 {
  max-width: 390px !important;
}

.w-px-390 {
  width: 390px !important;
}

.max-h-px-390 {
  max-height: 390px !important;
}

.h-px-390 {
  height: 390px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-390 {
    max-width: 390px !important;
  }
  .max-h-px-xs-390 {
    max-height: 390px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-390 {
    max-width: 390px !important;
  }
  .max-h-px-sm-390 {
    max-height: 390px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-390 {
    max-width: 390px !important;
  }
  .max-h-px-md-390 {
    max-height: 390px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-390 {
    max-width: 390px !important;
  }
  .max-h-px-lg-390 {
    max-height: 390px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-390 {
    max-width: 390px !important;
  }
  .max-h-px-xl-390 {
    max-height: 390px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-390 {
    max-width: 390px !important;
  }
  .max-h-px-contents-390 {
    max-height: 390px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-390 {
    max-width: 390px !important;
  }
  .max-h-px-screen-390 {
    max-height: 390px !important;
  }
}
.min-w-px-390 {
  min-width: 390px !important;
}

.min-h-px-390 {
  min-height: 390px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-390 {
    min-width: 390px !important;
  }
  .min-h-px-xs-390 {
    min-height: 390px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-390 {
    min-width: 390px !important;
  }
  .min-h-px-sm-390 {
    min-height: 390px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-390 {
    min-width: 390px !important;
  }
  .min-h-px-md-390 {
    min-height: 390px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-390 {
    min-width: 390px !important;
  }
  .min-h-px-lg-390 {
    min-height: 390px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-390 {
    min-width: 390px !important;
  }
  .min-h-px-xl-390 {
    min-height: 390px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-390 {
    min-width: 390px !important;
  }
  .min-h-px-contents-390 {
    min-height: 390px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-390 {
    min-width: 390px !important;
  }
  .min-h-px-screen-390 {
    min-height: 390px !important;
  }
}
.left-40 {
  left: 40% !important;
}

.top-40 {
  top: 40% !important;
}

.bottom-40 {
  bottom: 40% !important;
}

.right-40 {
  right: 40% !important;
}

.max-w-px-400 {
  max-width: 400px !important;
}

.w-px-400 {
  width: 400px !important;
}

.max-h-px-400 {
  max-height: 400px !important;
}

.h-px-400 {
  height: 400px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-400 {
    max-width: 400px !important;
  }
  .max-h-px-xs-400 {
    max-height: 400px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-400 {
    max-width: 400px !important;
  }
  .max-h-px-sm-400 {
    max-height: 400px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-400 {
    max-width: 400px !important;
  }
  .max-h-px-md-400 {
    max-height: 400px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-400 {
    max-width: 400px !important;
  }
  .max-h-px-lg-400 {
    max-height: 400px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-400 {
    max-width: 400px !important;
  }
  .max-h-px-xl-400 {
    max-height: 400px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-400 {
    max-width: 400px !important;
  }
  .max-h-px-contents-400 {
    max-height: 400px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-400 {
    max-width: 400px !important;
  }
  .max-h-px-screen-400 {
    max-height: 400px !important;
  }
}
.min-w-px-400 {
  min-width: 400px !important;
}

.min-h-px-400 {
  min-height: 400px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-400 {
    min-width: 400px !important;
  }
  .min-h-px-xs-400 {
    min-height: 400px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-400 {
    min-width: 400px !important;
  }
  .min-h-px-sm-400 {
    min-height: 400px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-400 {
    min-width: 400px !important;
  }
  .min-h-px-md-400 {
    min-height: 400px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-400 {
    min-width: 400px !important;
  }
  .min-h-px-lg-400 {
    min-height: 400px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-400 {
    min-width: 400px !important;
  }
  .min-h-px-xl-400 {
    min-height: 400px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-400 {
    min-width: 400px !important;
  }
  .min-h-px-contents-400 {
    min-height: 400px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-400 {
    min-width: 400px !important;
  }
  .min-h-px-screen-400 {
    min-height: 400px !important;
  }
}
.left-41 {
  left: 41% !important;
}

.top-41 {
  top: 41% !important;
}

.bottom-41 {
  bottom: 41% !important;
}

.right-41 {
  right: 41% !important;
}

.max-w-px-410 {
  max-width: 410px !important;
}

.w-px-410 {
  width: 410px !important;
}

.max-h-px-410 {
  max-height: 410px !important;
}

.h-px-410 {
  height: 410px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-410 {
    max-width: 410px !important;
  }
  .max-h-px-xs-410 {
    max-height: 410px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-410 {
    max-width: 410px !important;
  }
  .max-h-px-sm-410 {
    max-height: 410px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-410 {
    max-width: 410px !important;
  }
  .max-h-px-md-410 {
    max-height: 410px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-410 {
    max-width: 410px !important;
  }
  .max-h-px-lg-410 {
    max-height: 410px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-410 {
    max-width: 410px !important;
  }
  .max-h-px-xl-410 {
    max-height: 410px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-410 {
    max-width: 410px !important;
  }
  .max-h-px-contents-410 {
    max-height: 410px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-410 {
    max-width: 410px !important;
  }
  .max-h-px-screen-410 {
    max-height: 410px !important;
  }
}
.min-w-px-410 {
  min-width: 410px !important;
}

.min-h-px-410 {
  min-height: 410px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-410 {
    min-width: 410px !important;
  }
  .min-h-px-xs-410 {
    min-height: 410px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-410 {
    min-width: 410px !important;
  }
  .min-h-px-sm-410 {
    min-height: 410px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-410 {
    min-width: 410px !important;
  }
  .min-h-px-md-410 {
    min-height: 410px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-410 {
    min-width: 410px !important;
  }
  .min-h-px-lg-410 {
    min-height: 410px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-410 {
    min-width: 410px !important;
  }
  .min-h-px-xl-410 {
    min-height: 410px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-410 {
    min-width: 410px !important;
  }
  .min-h-px-contents-410 {
    min-height: 410px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-410 {
    min-width: 410px !important;
  }
  .min-h-px-screen-410 {
    min-height: 410px !important;
  }
}
.left-42 {
  left: 42% !important;
}

.top-42 {
  top: 42% !important;
}

.bottom-42 {
  bottom: 42% !important;
}

.right-42 {
  right: 42% !important;
}

.max-w-px-420 {
  max-width: 420px !important;
}

.w-px-420 {
  width: 420px !important;
}

.max-h-px-420 {
  max-height: 420px !important;
}

.h-px-420 {
  height: 420px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-420 {
    max-width: 420px !important;
  }
  .max-h-px-xs-420 {
    max-height: 420px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-420 {
    max-width: 420px !important;
  }
  .max-h-px-sm-420 {
    max-height: 420px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-420 {
    max-width: 420px !important;
  }
  .max-h-px-md-420 {
    max-height: 420px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-420 {
    max-width: 420px !important;
  }
  .max-h-px-lg-420 {
    max-height: 420px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-420 {
    max-width: 420px !important;
  }
  .max-h-px-xl-420 {
    max-height: 420px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-420 {
    max-width: 420px !important;
  }
  .max-h-px-contents-420 {
    max-height: 420px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-420 {
    max-width: 420px !important;
  }
  .max-h-px-screen-420 {
    max-height: 420px !important;
  }
}
.min-w-px-420 {
  min-width: 420px !important;
}

.min-h-px-420 {
  min-height: 420px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-420 {
    min-width: 420px !important;
  }
  .min-h-px-xs-420 {
    min-height: 420px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-420 {
    min-width: 420px !important;
  }
  .min-h-px-sm-420 {
    min-height: 420px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-420 {
    min-width: 420px !important;
  }
  .min-h-px-md-420 {
    min-height: 420px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-420 {
    min-width: 420px !important;
  }
  .min-h-px-lg-420 {
    min-height: 420px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-420 {
    min-width: 420px !important;
  }
  .min-h-px-xl-420 {
    min-height: 420px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-420 {
    min-width: 420px !important;
  }
  .min-h-px-contents-420 {
    min-height: 420px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-420 {
    min-width: 420px !important;
  }
  .min-h-px-screen-420 {
    min-height: 420px !important;
  }
}
.left-43 {
  left: 43% !important;
}

.top-43 {
  top: 43% !important;
}

.bottom-43 {
  bottom: 43% !important;
}

.right-43 {
  right: 43% !important;
}

.max-w-px-430 {
  max-width: 430px !important;
}

.w-px-430 {
  width: 430px !important;
}

.max-h-px-430 {
  max-height: 430px !important;
}

.h-px-430 {
  height: 430px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-430 {
    max-width: 430px !important;
  }
  .max-h-px-xs-430 {
    max-height: 430px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-430 {
    max-width: 430px !important;
  }
  .max-h-px-sm-430 {
    max-height: 430px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-430 {
    max-width: 430px !important;
  }
  .max-h-px-md-430 {
    max-height: 430px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-430 {
    max-width: 430px !important;
  }
  .max-h-px-lg-430 {
    max-height: 430px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-430 {
    max-width: 430px !important;
  }
  .max-h-px-xl-430 {
    max-height: 430px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-430 {
    max-width: 430px !important;
  }
  .max-h-px-contents-430 {
    max-height: 430px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-430 {
    max-width: 430px !important;
  }
  .max-h-px-screen-430 {
    max-height: 430px !important;
  }
}
.min-w-px-430 {
  min-width: 430px !important;
}

.min-h-px-430 {
  min-height: 430px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-430 {
    min-width: 430px !important;
  }
  .min-h-px-xs-430 {
    min-height: 430px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-430 {
    min-width: 430px !important;
  }
  .min-h-px-sm-430 {
    min-height: 430px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-430 {
    min-width: 430px !important;
  }
  .min-h-px-md-430 {
    min-height: 430px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-430 {
    min-width: 430px !important;
  }
  .min-h-px-lg-430 {
    min-height: 430px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-430 {
    min-width: 430px !important;
  }
  .min-h-px-xl-430 {
    min-height: 430px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-430 {
    min-width: 430px !important;
  }
  .min-h-px-contents-430 {
    min-height: 430px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-430 {
    min-width: 430px !important;
  }
  .min-h-px-screen-430 {
    min-height: 430px !important;
  }
}
.left-44 {
  left: 44% !important;
}

.top-44 {
  top: 44% !important;
}

.bottom-44 {
  bottom: 44% !important;
}

.right-44 {
  right: 44% !important;
}

.max-w-px-440 {
  max-width: 440px !important;
}

.w-px-440 {
  width: 440px !important;
}

.max-h-px-440 {
  max-height: 440px !important;
}

.h-px-440 {
  height: 440px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-440 {
    max-width: 440px !important;
  }
  .max-h-px-xs-440 {
    max-height: 440px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-440 {
    max-width: 440px !important;
  }
  .max-h-px-sm-440 {
    max-height: 440px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-440 {
    max-width: 440px !important;
  }
  .max-h-px-md-440 {
    max-height: 440px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-440 {
    max-width: 440px !important;
  }
  .max-h-px-lg-440 {
    max-height: 440px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-440 {
    max-width: 440px !important;
  }
  .max-h-px-xl-440 {
    max-height: 440px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-440 {
    max-width: 440px !important;
  }
  .max-h-px-contents-440 {
    max-height: 440px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-440 {
    max-width: 440px !important;
  }
  .max-h-px-screen-440 {
    max-height: 440px !important;
  }
}
.min-w-px-440 {
  min-width: 440px !important;
}

.min-h-px-440 {
  min-height: 440px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-440 {
    min-width: 440px !important;
  }
  .min-h-px-xs-440 {
    min-height: 440px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-440 {
    min-width: 440px !important;
  }
  .min-h-px-sm-440 {
    min-height: 440px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-440 {
    min-width: 440px !important;
  }
  .min-h-px-md-440 {
    min-height: 440px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-440 {
    min-width: 440px !important;
  }
  .min-h-px-lg-440 {
    min-height: 440px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-440 {
    min-width: 440px !important;
  }
  .min-h-px-xl-440 {
    min-height: 440px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-440 {
    min-width: 440px !important;
  }
  .min-h-px-contents-440 {
    min-height: 440px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-440 {
    min-width: 440px !important;
  }
  .min-h-px-screen-440 {
    min-height: 440px !important;
  }
}
.left-45 {
  left: 45% !important;
}

.top-45 {
  top: 45% !important;
}

.bottom-45 {
  bottom: 45% !important;
}

.right-45 {
  right: 45% !important;
}

.max-w-px-450 {
  max-width: 450px !important;
}

.w-px-450 {
  width: 450px !important;
}

.max-h-px-450 {
  max-height: 450px !important;
}

.h-px-450 {
  height: 450px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-450 {
    max-width: 450px !important;
  }
  .max-h-px-xs-450 {
    max-height: 450px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-450 {
    max-width: 450px !important;
  }
  .max-h-px-sm-450 {
    max-height: 450px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-450 {
    max-width: 450px !important;
  }
  .max-h-px-md-450 {
    max-height: 450px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-450 {
    max-width: 450px !important;
  }
  .max-h-px-lg-450 {
    max-height: 450px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-450 {
    max-width: 450px !important;
  }
  .max-h-px-xl-450 {
    max-height: 450px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-450 {
    max-width: 450px !important;
  }
  .max-h-px-contents-450 {
    max-height: 450px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-450 {
    max-width: 450px !important;
  }
  .max-h-px-screen-450 {
    max-height: 450px !important;
  }
}
.min-w-px-450 {
  min-width: 450px !important;
}

.min-h-px-450 {
  min-height: 450px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-450 {
    min-width: 450px !important;
  }
  .min-h-px-xs-450 {
    min-height: 450px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-450 {
    min-width: 450px !important;
  }
  .min-h-px-sm-450 {
    min-height: 450px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-450 {
    min-width: 450px !important;
  }
  .min-h-px-md-450 {
    min-height: 450px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-450 {
    min-width: 450px !important;
  }
  .min-h-px-lg-450 {
    min-height: 450px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-450 {
    min-width: 450px !important;
  }
  .min-h-px-xl-450 {
    min-height: 450px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-450 {
    min-width: 450px !important;
  }
  .min-h-px-contents-450 {
    min-height: 450px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-450 {
    min-width: 450px !important;
  }
  .min-h-px-screen-450 {
    min-height: 450px !important;
  }
}
.left-46 {
  left: 46% !important;
}

.top-46 {
  top: 46% !important;
}

.bottom-46 {
  bottom: 46% !important;
}

.right-46 {
  right: 46% !important;
}

.max-w-px-460 {
  max-width: 460px !important;
}

.w-px-460 {
  width: 460px !important;
}

.max-h-px-460 {
  max-height: 460px !important;
}

.h-px-460 {
  height: 460px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-460 {
    max-width: 460px !important;
  }
  .max-h-px-xs-460 {
    max-height: 460px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-460 {
    max-width: 460px !important;
  }
  .max-h-px-sm-460 {
    max-height: 460px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-460 {
    max-width: 460px !important;
  }
  .max-h-px-md-460 {
    max-height: 460px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-460 {
    max-width: 460px !important;
  }
  .max-h-px-lg-460 {
    max-height: 460px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-460 {
    max-width: 460px !important;
  }
  .max-h-px-xl-460 {
    max-height: 460px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-460 {
    max-width: 460px !important;
  }
  .max-h-px-contents-460 {
    max-height: 460px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-460 {
    max-width: 460px !important;
  }
  .max-h-px-screen-460 {
    max-height: 460px !important;
  }
}
.min-w-px-460 {
  min-width: 460px !important;
}

.min-h-px-460 {
  min-height: 460px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-460 {
    min-width: 460px !important;
  }
  .min-h-px-xs-460 {
    min-height: 460px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-460 {
    min-width: 460px !important;
  }
  .min-h-px-sm-460 {
    min-height: 460px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-460 {
    min-width: 460px !important;
  }
  .min-h-px-md-460 {
    min-height: 460px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-460 {
    min-width: 460px !important;
  }
  .min-h-px-lg-460 {
    min-height: 460px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-460 {
    min-width: 460px !important;
  }
  .min-h-px-xl-460 {
    min-height: 460px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-460 {
    min-width: 460px !important;
  }
  .min-h-px-contents-460 {
    min-height: 460px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-460 {
    min-width: 460px !important;
  }
  .min-h-px-screen-460 {
    min-height: 460px !important;
  }
}
.left-47 {
  left: 47% !important;
}

.top-47 {
  top: 47% !important;
}

.bottom-47 {
  bottom: 47% !important;
}

.right-47 {
  right: 47% !important;
}

.max-w-px-470 {
  max-width: 470px !important;
}

.w-px-470 {
  width: 470px !important;
}

.max-h-px-470 {
  max-height: 470px !important;
}

.h-px-470 {
  height: 470px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-470 {
    max-width: 470px !important;
  }
  .max-h-px-xs-470 {
    max-height: 470px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-470 {
    max-width: 470px !important;
  }
  .max-h-px-sm-470 {
    max-height: 470px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-470 {
    max-width: 470px !important;
  }
  .max-h-px-md-470 {
    max-height: 470px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-470 {
    max-width: 470px !important;
  }
  .max-h-px-lg-470 {
    max-height: 470px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-470 {
    max-width: 470px !important;
  }
  .max-h-px-xl-470 {
    max-height: 470px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-470 {
    max-width: 470px !important;
  }
  .max-h-px-contents-470 {
    max-height: 470px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-470 {
    max-width: 470px !important;
  }
  .max-h-px-screen-470 {
    max-height: 470px !important;
  }
}
.min-w-px-470 {
  min-width: 470px !important;
}

.min-h-px-470 {
  min-height: 470px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-470 {
    min-width: 470px !important;
  }
  .min-h-px-xs-470 {
    min-height: 470px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-470 {
    min-width: 470px !important;
  }
  .min-h-px-sm-470 {
    min-height: 470px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-470 {
    min-width: 470px !important;
  }
  .min-h-px-md-470 {
    min-height: 470px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-470 {
    min-width: 470px !important;
  }
  .min-h-px-lg-470 {
    min-height: 470px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-470 {
    min-width: 470px !important;
  }
  .min-h-px-xl-470 {
    min-height: 470px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-470 {
    min-width: 470px !important;
  }
  .min-h-px-contents-470 {
    min-height: 470px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-470 {
    min-width: 470px !important;
  }
  .min-h-px-screen-470 {
    min-height: 470px !important;
  }
}
.left-48 {
  left: 48% !important;
}

.top-48 {
  top: 48% !important;
}

.bottom-48 {
  bottom: 48% !important;
}

.right-48 {
  right: 48% !important;
}

.max-w-px-480 {
  max-width: 480px !important;
}

.w-px-480 {
  width: 480px !important;
}

.max-h-px-480 {
  max-height: 480px !important;
}

.h-px-480 {
  height: 480px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-480 {
    max-width: 480px !important;
  }
  .max-h-px-xs-480 {
    max-height: 480px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-480 {
    max-width: 480px !important;
  }
  .max-h-px-sm-480 {
    max-height: 480px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-480 {
    max-width: 480px !important;
  }
  .max-h-px-md-480 {
    max-height: 480px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-480 {
    max-width: 480px !important;
  }
  .max-h-px-lg-480 {
    max-height: 480px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-480 {
    max-width: 480px !important;
  }
  .max-h-px-xl-480 {
    max-height: 480px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-480 {
    max-width: 480px !important;
  }
  .max-h-px-contents-480 {
    max-height: 480px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-480 {
    max-width: 480px !important;
  }
  .max-h-px-screen-480 {
    max-height: 480px !important;
  }
}
.min-w-px-480 {
  min-width: 480px !important;
}

.min-h-px-480 {
  min-height: 480px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-480 {
    min-width: 480px !important;
  }
  .min-h-px-xs-480 {
    min-height: 480px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-480 {
    min-width: 480px !important;
  }
  .min-h-px-sm-480 {
    min-height: 480px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-480 {
    min-width: 480px !important;
  }
  .min-h-px-md-480 {
    min-height: 480px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-480 {
    min-width: 480px !important;
  }
  .min-h-px-lg-480 {
    min-height: 480px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-480 {
    min-width: 480px !important;
  }
  .min-h-px-xl-480 {
    min-height: 480px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-480 {
    min-width: 480px !important;
  }
  .min-h-px-contents-480 {
    min-height: 480px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-480 {
    min-width: 480px !important;
  }
  .min-h-px-screen-480 {
    min-height: 480px !important;
  }
}
.left-49 {
  left: 49% !important;
}

.top-49 {
  top: 49% !important;
}

.bottom-49 {
  bottom: 49% !important;
}

.right-49 {
  right: 49% !important;
}

.max-w-px-490 {
  max-width: 490px !important;
}

.w-px-490 {
  width: 490px !important;
}

.max-h-px-490 {
  max-height: 490px !important;
}

.h-px-490 {
  height: 490px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-490 {
    max-width: 490px !important;
  }
  .max-h-px-xs-490 {
    max-height: 490px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-490 {
    max-width: 490px !important;
  }
  .max-h-px-sm-490 {
    max-height: 490px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-490 {
    max-width: 490px !important;
  }
  .max-h-px-md-490 {
    max-height: 490px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-490 {
    max-width: 490px !important;
  }
  .max-h-px-lg-490 {
    max-height: 490px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-490 {
    max-width: 490px !important;
  }
  .max-h-px-xl-490 {
    max-height: 490px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-490 {
    max-width: 490px !important;
  }
  .max-h-px-contents-490 {
    max-height: 490px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-490 {
    max-width: 490px !important;
  }
  .max-h-px-screen-490 {
    max-height: 490px !important;
  }
}
.min-w-px-490 {
  min-width: 490px !important;
}

.min-h-px-490 {
  min-height: 490px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-490 {
    min-width: 490px !important;
  }
  .min-h-px-xs-490 {
    min-height: 490px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-490 {
    min-width: 490px !important;
  }
  .min-h-px-sm-490 {
    min-height: 490px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-490 {
    min-width: 490px !important;
  }
  .min-h-px-md-490 {
    min-height: 490px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-490 {
    min-width: 490px !important;
  }
  .min-h-px-lg-490 {
    min-height: 490px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-490 {
    min-width: 490px !important;
  }
  .min-h-px-xl-490 {
    min-height: 490px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-490 {
    min-width: 490px !important;
  }
  .min-h-px-contents-490 {
    min-height: 490px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-490 {
    min-width: 490px !important;
  }
  .min-h-px-screen-490 {
    min-height: 490px !important;
  }
}
.left-50 {
  left: 50% !important;
}

.top-50 {
  top: 50% !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.right-50 {
  right: 50% !important;
}

.max-w-px-500 {
  max-width: 500px !important;
}

.w-px-500 {
  width: 500px !important;
}

.max-h-px-500 {
  max-height: 500px !important;
}

.h-px-500 {
  height: 500px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-500 {
    max-width: 500px !important;
  }
  .max-h-px-xs-500 {
    max-height: 500px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-500 {
    max-width: 500px !important;
  }
  .max-h-px-sm-500 {
    max-height: 500px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-500 {
    max-width: 500px !important;
  }
  .max-h-px-md-500 {
    max-height: 500px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-500 {
    max-width: 500px !important;
  }
  .max-h-px-lg-500 {
    max-height: 500px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-500 {
    max-width: 500px !important;
  }
  .max-h-px-xl-500 {
    max-height: 500px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-500 {
    max-width: 500px !important;
  }
  .max-h-px-contents-500 {
    max-height: 500px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-500 {
    max-width: 500px !important;
  }
  .max-h-px-screen-500 {
    max-height: 500px !important;
  }
}
.min-w-px-500 {
  min-width: 500px !important;
}

.min-h-px-500 {
  min-height: 500px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-500 {
    min-width: 500px !important;
  }
  .min-h-px-xs-500 {
    min-height: 500px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-500 {
    min-width: 500px !important;
  }
  .min-h-px-sm-500 {
    min-height: 500px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-500 {
    min-width: 500px !important;
  }
  .min-h-px-md-500 {
    min-height: 500px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-500 {
    min-width: 500px !important;
  }
  .min-h-px-lg-500 {
    min-height: 500px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-500 {
    min-width: 500px !important;
  }
  .min-h-px-xl-500 {
    min-height: 500px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-500 {
    min-width: 500px !important;
  }
  .min-h-px-contents-500 {
    min-height: 500px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-500 {
    min-width: 500px !important;
  }
  .min-h-px-screen-500 {
    min-height: 500px !important;
  }
}
.left-51 {
  left: 51% !important;
}

.top-51 {
  top: 51% !important;
}

.bottom-51 {
  bottom: 51% !important;
}

.right-51 {
  right: 51% !important;
}

.max-w-px-510 {
  max-width: 510px !important;
}

.w-px-510 {
  width: 510px !important;
}

.max-h-px-510 {
  max-height: 510px !important;
}

.h-px-510 {
  height: 510px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-510 {
    max-width: 510px !important;
  }
  .max-h-px-xs-510 {
    max-height: 510px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-510 {
    max-width: 510px !important;
  }
  .max-h-px-sm-510 {
    max-height: 510px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-510 {
    max-width: 510px !important;
  }
  .max-h-px-md-510 {
    max-height: 510px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-510 {
    max-width: 510px !important;
  }
  .max-h-px-lg-510 {
    max-height: 510px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-510 {
    max-width: 510px !important;
  }
  .max-h-px-xl-510 {
    max-height: 510px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-510 {
    max-width: 510px !important;
  }
  .max-h-px-contents-510 {
    max-height: 510px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-510 {
    max-width: 510px !important;
  }
  .max-h-px-screen-510 {
    max-height: 510px !important;
  }
}
.min-w-px-510 {
  min-width: 510px !important;
}

.min-h-px-510 {
  min-height: 510px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-510 {
    min-width: 510px !important;
  }
  .min-h-px-xs-510 {
    min-height: 510px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-510 {
    min-width: 510px !important;
  }
  .min-h-px-sm-510 {
    min-height: 510px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-510 {
    min-width: 510px !important;
  }
  .min-h-px-md-510 {
    min-height: 510px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-510 {
    min-width: 510px !important;
  }
  .min-h-px-lg-510 {
    min-height: 510px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-510 {
    min-width: 510px !important;
  }
  .min-h-px-xl-510 {
    min-height: 510px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-510 {
    min-width: 510px !important;
  }
  .min-h-px-contents-510 {
    min-height: 510px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-510 {
    min-width: 510px !important;
  }
  .min-h-px-screen-510 {
    min-height: 510px !important;
  }
}
.left-52 {
  left: 52% !important;
}

.top-52 {
  top: 52% !important;
}

.bottom-52 {
  bottom: 52% !important;
}

.right-52 {
  right: 52% !important;
}

.max-w-px-520 {
  max-width: 520px !important;
}

.w-px-520 {
  width: 520px !important;
}

.max-h-px-520 {
  max-height: 520px !important;
}

.h-px-520 {
  height: 520px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-520 {
    max-width: 520px !important;
  }
  .max-h-px-xs-520 {
    max-height: 520px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-520 {
    max-width: 520px !important;
  }
  .max-h-px-sm-520 {
    max-height: 520px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-520 {
    max-width: 520px !important;
  }
  .max-h-px-md-520 {
    max-height: 520px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-520 {
    max-width: 520px !important;
  }
  .max-h-px-lg-520 {
    max-height: 520px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-520 {
    max-width: 520px !important;
  }
  .max-h-px-xl-520 {
    max-height: 520px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-520 {
    max-width: 520px !important;
  }
  .max-h-px-contents-520 {
    max-height: 520px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-520 {
    max-width: 520px !important;
  }
  .max-h-px-screen-520 {
    max-height: 520px !important;
  }
}
.min-w-px-520 {
  min-width: 520px !important;
}

.min-h-px-520 {
  min-height: 520px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-520 {
    min-width: 520px !important;
  }
  .min-h-px-xs-520 {
    min-height: 520px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-520 {
    min-width: 520px !important;
  }
  .min-h-px-sm-520 {
    min-height: 520px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-520 {
    min-width: 520px !important;
  }
  .min-h-px-md-520 {
    min-height: 520px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-520 {
    min-width: 520px !important;
  }
  .min-h-px-lg-520 {
    min-height: 520px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-520 {
    min-width: 520px !important;
  }
  .min-h-px-xl-520 {
    min-height: 520px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-520 {
    min-width: 520px !important;
  }
  .min-h-px-contents-520 {
    min-height: 520px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-520 {
    min-width: 520px !important;
  }
  .min-h-px-screen-520 {
    min-height: 520px !important;
  }
}
.left-53 {
  left: 53% !important;
}

.top-53 {
  top: 53% !important;
}

.bottom-53 {
  bottom: 53% !important;
}

.right-53 {
  right: 53% !important;
}

.max-w-px-530 {
  max-width: 530px !important;
}

.w-px-530 {
  width: 530px !important;
}

.max-h-px-530 {
  max-height: 530px !important;
}

.h-px-530 {
  height: 530px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-530 {
    max-width: 530px !important;
  }
  .max-h-px-xs-530 {
    max-height: 530px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-530 {
    max-width: 530px !important;
  }
  .max-h-px-sm-530 {
    max-height: 530px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-530 {
    max-width: 530px !important;
  }
  .max-h-px-md-530 {
    max-height: 530px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-530 {
    max-width: 530px !important;
  }
  .max-h-px-lg-530 {
    max-height: 530px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-530 {
    max-width: 530px !important;
  }
  .max-h-px-xl-530 {
    max-height: 530px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-530 {
    max-width: 530px !important;
  }
  .max-h-px-contents-530 {
    max-height: 530px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-530 {
    max-width: 530px !important;
  }
  .max-h-px-screen-530 {
    max-height: 530px !important;
  }
}
.min-w-px-530 {
  min-width: 530px !important;
}

.min-h-px-530 {
  min-height: 530px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-530 {
    min-width: 530px !important;
  }
  .min-h-px-xs-530 {
    min-height: 530px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-530 {
    min-width: 530px !important;
  }
  .min-h-px-sm-530 {
    min-height: 530px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-530 {
    min-width: 530px !important;
  }
  .min-h-px-md-530 {
    min-height: 530px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-530 {
    min-width: 530px !important;
  }
  .min-h-px-lg-530 {
    min-height: 530px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-530 {
    min-width: 530px !important;
  }
  .min-h-px-xl-530 {
    min-height: 530px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-530 {
    min-width: 530px !important;
  }
  .min-h-px-contents-530 {
    min-height: 530px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-530 {
    min-width: 530px !important;
  }
  .min-h-px-screen-530 {
    min-height: 530px !important;
  }
}
.left-54 {
  left: 54% !important;
}

.top-54 {
  top: 54% !important;
}

.bottom-54 {
  bottom: 54% !important;
}

.right-54 {
  right: 54% !important;
}

.max-w-px-540 {
  max-width: 540px !important;
}

.w-px-540 {
  width: 540px !important;
}

.max-h-px-540 {
  max-height: 540px !important;
}

.h-px-540 {
  height: 540px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-540 {
    max-width: 540px !important;
  }
  .max-h-px-xs-540 {
    max-height: 540px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-540 {
    max-width: 540px !important;
  }
  .max-h-px-sm-540 {
    max-height: 540px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-540 {
    max-width: 540px !important;
  }
  .max-h-px-md-540 {
    max-height: 540px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-540 {
    max-width: 540px !important;
  }
  .max-h-px-lg-540 {
    max-height: 540px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-540 {
    max-width: 540px !important;
  }
  .max-h-px-xl-540 {
    max-height: 540px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-540 {
    max-width: 540px !important;
  }
  .max-h-px-contents-540 {
    max-height: 540px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-540 {
    max-width: 540px !important;
  }
  .max-h-px-screen-540 {
    max-height: 540px !important;
  }
}
.min-w-px-540 {
  min-width: 540px !important;
}

.min-h-px-540 {
  min-height: 540px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-540 {
    min-width: 540px !important;
  }
  .min-h-px-xs-540 {
    min-height: 540px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-540 {
    min-width: 540px !important;
  }
  .min-h-px-sm-540 {
    min-height: 540px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-540 {
    min-width: 540px !important;
  }
  .min-h-px-md-540 {
    min-height: 540px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-540 {
    min-width: 540px !important;
  }
  .min-h-px-lg-540 {
    min-height: 540px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-540 {
    min-width: 540px !important;
  }
  .min-h-px-xl-540 {
    min-height: 540px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-540 {
    min-width: 540px !important;
  }
  .min-h-px-contents-540 {
    min-height: 540px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-540 {
    min-width: 540px !important;
  }
  .min-h-px-screen-540 {
    min-height: 540px !important;
  }
}
.left-55 {
  left: 55% !important;
}

.top-55 {
  top: 55% !important;
}

.bottom-55 {
  bottom: 55% !important;
}

.right-55 {
  right: 55% !important;
}

.max-w-px-550 {
  max-width: 550px !important;
}

.w-px-550 {
  width: 550px !important;
}

.max-h-px-550 {
  max-height: 550px !important;
}

.h-px-550 {
  height: 550px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-550 {
    max-width: 550px !important;
  }
  .max-h-px-xs-550 {
    max-height: 550px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-550 {
    max-width: 550px !important;
  }
  .max-h-px-sm-550 {
    max-height: 550px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-550 {
    max-width: 550px !important;
  }
  .max-h-px-md-550 {
    max-height: 550px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-550 {
    max-width: 550px !important;
  }
  .max-h-px-lg-550 {
    max-height: 550px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-550 {
    max-width: 550px !important;
  }
  .max-h-px-xl-550 {
    max-height: 550px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-550 {
    max-width: 550px !important;
  }
  .max-h-px-contents-550 {
    max-height: 550px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-550 {
    max-width: 550px !important;
  }
  .max-h-px-screen-550 {
    max-height: 550px !important;
  }
}
.min-w-px-550 {
  min-width: 550px !important;
}

.min-h-px-550 {
  min-height: 550px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-550 {
    min-width: 550px !important;
  }
  .min-h-px-xs-550 {
    min-height: 550px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-550 {
    min-width: 550px !important;
  }
  .min-h-px-sm-550 {
    min-height: 550px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-550 {
    min-width: 550px !important;
  }
  .min-h-px-md-550 {
    min-height: 550px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-550 {
    min-width: 550px !important;
  }
  .min-h-px-lg-550 {
    min-height: 550px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-550 {
    min-width: 550px !important;
  }
  .min-h-px-xl-550 {
    min-height: 550px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-550 {
    min-width: 550px !important;
  }
  .min-h-px-contents-550 {
    min-height: 550px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-550 {
    min-width: 550px !important;
  }
  .min-h-px-screen-550 {
    min-height: 550px !important;
  }
}
.left-56 {
  left: 56% !important;
}

.top-56 {
  top: 56% !important;
}

.bottom-56 {
  bottom: 56% !important;
}

.right-56 {
  right: 56% !important;
}

.max-w-px-560 {
  max-width: 560px !important;
}

.w-px-560 {
  width: 560px !important;
}

.max-h-px-560 {
  max-height: 560px !important;
}

.h-px-560 {
  height: 560px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-560 {
    max-width: 560px !important;
  }
  .max-h-px-xs-560 {
    max-height: 560px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-560 {
    max-width: 560px !important;
  }
  .max-h-px-sm-560 {
    max-height: 560px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-560 {
    max-width: 560px !important;
  }
  .max-h-px-md-560 {
    max-height: 560px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-560 {
    max-width: 560px !important;
  }
  .max-h-px-lg-560 {
    max-height: 560px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-560 {
    max-width: 560px !important;
  }
  .max-h-px-xl-560 {
    max-height: 560px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-560 {
    max-width: 560px !important;
  }
  .max-h-px-contents-560 {
    max-height: 560px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-560 {
    max-width: 560px !important;
  }
  .max-h-px-screen-560 {
    max-height: 560px !important;
  }
}
.min-w-px-560 {
  min-width: 560px !important;
}

.min-h-px-560 {
  min-height: 560px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-560 {
    min-width: 560px !important;
  }
  .min-h-px-xs-560 {
    min-height: 560px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-560 {
    min-width: 560px !important;
  }
  .min-h-px-sm-560 {
    min-height: 560px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-560 {
    min-width: 560px !important;
  }
  .min-h-px-md-560 {
    min-height: 560px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-560 {
    min-width: 560px !important;
  }
  .min-h-px-lg-560 {
    min-height: 560px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-560 {
    min-width: 560px !important;
  }
  .min-h-px-xl-560 {
    min-height: 560px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-560 {
    min-width: 560px !important;
  }
  .min-h-px-contents-560 {
    min-height: 560px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-560 {
    min-width: 560px !important;
  }
  .min-h-px-screen-560 {
    min-height: 560px !important;
  }
}
.left-57 {
  left: 57% !important;
}

.top-57 {
  top: 57% !important;
}

.bottom-57 {
  bottom: 57% !important;
}

.right-57 {
  right: 57% !important;
}

.max-w-px-570 {
  max-width: 570px !important;
}

.w-px-570 {
  width: 570px !important;
}

.max-h-px-570 {
  max-height: 570px !important;
}

.h-px-570 {
  height: 570px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-570 {
    max-width: 570px !important;
  }
  .max-h-px-xs-570 {
    max-height: 570px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-570 {
    max-width: 570px !important;
  }
  .max-h-px-sm-570 {
    max-height: 570px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-570 {
    max-width: 570px !important;
  }
  .max-h-px-md-570 {
    max-height: 570px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-570 {
    max-width: 570px !important;
  }
  .max-h-px-lg-570 {
    max-height: 570px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-570 {
    max-width: 570px !important;
  }
  .max-h-px-xl-570 {
    max-height: 570px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-570 {
    max-width: 570px !important;
  }
  .max-h-px-contents-570 {
    max-height: 570px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-570 {
    max-width: 570px !important;
  }
  .max-h-px-screen-570 {
    max-height: 570px !important;
  }
}
.min-w-px-570 {
  min-width: 570px !important;
}

.min-h-px-570 {
  min-height: 570px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-570 {
    min-width: 570px !important;
  }
  .min-h-px-xs-570 {
    min-height: 570px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-570 {
    min-width: 570px !important;
  }
  .min-h-px-sm-570 {
    min-height: 570px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-570 {
    min-width: 570px !important;
  }
  .min-h-px-md-570 {
    min-height: 570px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-570 {
    min-width: 570px !important;
  }
  .min-h-px-lg-570 {
    min-height: 570px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-570 {
    min-width: 570px !important;
  }
  .min-h-px-xl-570 {
    min-height: 570px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-570 {
    min-width: 570px !important;
  }
  .min-h-px-contents-570 {
    min-height: 570px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-570 {
    min-width: 570px !important;
  }
  .min-h-px-screen-570 {
    min-height: 570px !important;
  }
}
.left-58 {
  left: 58% !important;
}

.top-58 {
  top: 58% !important;
}

.bottom-58 {
  bottom: 58% !important;
}

.right-58 {
  right: 58% !important;
}

.max-w-px-580 {
  max-width: 580px !important;
}

.w-px-580 {
  width: 580px !important;
}

.max-h-px-580 {
  max-height: 580px !important;
}

.h-px-580 {
  height: 580px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-580 {
    max-width: 580px !important;
  }
  .max-h-px-xs-580 {
    max-height: 580px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-580 {
    max-width: 580px !important;
  }
  .max-h-px-sm-580 {
    max-height: 580px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-580 {
    max-width: 580px !important;
  }
  .max-h-px-md-580 {
    max-height: 580px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-580 {
    max-width: 580px !important;
  }
  .max-h-px-lg-580 {
    max-height: 580px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-580 {
    max-width: 580px !important;
  }
  .max-h-px-xl-580 {
    max-height: 580px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-580 {
    max-width: 580px !important;
  }
  .max-h-px-contents-580 {
    max-height: 580px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-580 {
    max-width: 580px !important;
  }
  .max-h-px-screen-580 {
    max-height: 580px !important;
  }
}
.min-w-px-580 {
  min-width: 580px !important;
}

.min-h-px-580 {
  min-height: 580px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-580 {
    min-width: 580px !important;
  }
  .min-h-px-xs-580 {
    min-height: 580px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-580 {
    min-width: 580px !important;
  }
  .min-h-px-sm-580 {
    min-height: 580px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-580 {
    min-width: 580px !important;
  }
  .min-h-px-md-580 {
    min-height: 580px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-580 {
    min-width: 580px !important;
  }
  .min-h-px-lg-580 {
    min-height: 580px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-580 {
    min-width: 580px !important;
  }
  .min-h-px-xl-580 {
    min-height: 580px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-580 {
    min-width: 580px !important;
  }
  .min-h-px-contents-580 {
    min-height: 580px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-580 {
    min-width: 580px !important;
  }
  .min-h-px-screen-580 {
    min-height: 580px !important;
  }
}
.left-59 {
  left: 59% !important;
}

.top-59 {
  top: 59% !important;
}

.bottom-59 {
  bottom: 59% !important;
}

.right-59 {
  right: 59% !important;
}

.max-w-px-590 {
  max-width: 590px !important;
}

.w-px-590 {
  width: 590px !important;
}

.max-h-px-590 {
  max-height: 590px !important;
}

.h-px-590 {
  height: 590px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-590 {
    max-width: 590px !important;
  }
  .max-h-px-xs-590 {
    max-height: 590px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-590 {
    max-width: 590px !important;
  }
  .max-h-px-sm-590 {
    max-height: 590px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-590 {
    max-width: 590px !important;
  }
  .max-h-px-md-590 {
    max-height: 590px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-590 {
    max-width: 590px !important;
  }
  .max-h-px-lg-590 {
    max-height: 590px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-590 {
    max-width: 590px !important;
  }
  .max-h-px-xl-590 {
    max-height: 590px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-590 {
    max-width: 590px !important;
  }
  .max-h-px-contents-590 {
    max-height: 590px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-590 {
    max-width: 590px !important;
  }
  .max-h-px-screen-590 {
    max-height: 590px !important;
  }
}
.min-w-px-590 {
  min-width: 590px !important;
}

.min-h-px-590 {
  min-height: 590px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-590 {
    min-width: 590px !important;
  }
  .min-h-px-xs-590 {
    min-height: 590px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-590 {
    min-width: 590px !important;
  }
  .min-h-px-sm-590 {
    min-height: 590px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-590 {
    min-width: 590px !important;
  }
  .min-h-px-md-590 {
    min-height: 590px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-590 {
    min-width: 590px !important;
  }
  .min-h-px-lg-590 {
    min-height: 590px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-590 {
    min-width: 590px !important;
  }
  .min-h-px-xl-590 {
    min-height: 590px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-590 {
    min-width: 590px !important;
  }
  .min-h-px-contents-590 {
    min-height: 590px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-590 {
    min-width: 590px !important;
  }
  .min-h-px-screen-590 {
    min-height: 590px !important;
  }
}
.left-60 {
  left: 60% !important;
}

.top-60 {
  top: 60% !important;
}

.bottom-60 {
  bottom: 60% !important;
}

.right-60 {
  right: 60% !important;
}

.max-w-px-600 {
  max-width: 600px !important;
}

.w-px-600 {
  width: 600px !important;
}

.max-h-px-600 {
  max-height: 600px !important;
}

.h-px-600 {
  height: 600px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-600 {
    max-width: 600px !important;
  }
  .max-h-px-xs-600 {
    max-height: 600px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-600 {
    max-width: 600px !important;
  }
  .max-h-px-sm-600 {
    max-height: 600px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-600 {
    max-width: 600px !important;
  }
  .max-h-px-md-600 {
    max-height: 600px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-600 {
    max-width: 600px !important;
  }
  .max-h-px-lg-600 {
    max-height: 600px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-600 {
    max-width: 600px !important;
  }
  .max-h-px-xl-600 {
    max-height: 600px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-600 {
    max-width: 600px !important;
  }
  .max-h-px-contents-600 {
    max-height: 600px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-600 {
    max-width: 600px !important;
  }
  .max-h-px-screen-600 {
    max-height: 600px !important;
  }
}
.min-w-px-600 {
  min-width: 600px !important;
}

.min-h-px-600 {
  min-height: 600px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-600 {
    min-width: 600px !important;
  }
  .min-h-px-xs-600 {
    min-height: 600px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-600 {
    min-width: 600px !important;
  }
  .min-h-px-sm-600 {
    min-height: 600px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-600 {
    min-width: 600px !important;
  }
  .min-h-px-md-600 {
    min-height: 600px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-600 {
    min-width: 600px !important;
  }
  .min-h-px-lg-600 {
    min-height: 600px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-600 {
    min-width: 600px !important;
  }
  .min-h-px-xl-600 {
    min-height: 600px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-600 {
    min-width: 600px !important;
  }
  .min-h-px-contents-600 {
    min-height: 600px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-600 {
    min-width: 600px !important;
  }
  .min-h-px-screen-600 {
    min-height: 600px !important;
  }
}
.left-61 {
  left: 61% !important;
}

.top-61 {
  top: 61% !important;
}

.bottom-61 {
  bottom: 61% !important;
}

.right-61 {
  right: 61% !important;
}

.max-w-px-610 {
  max-width: 610px !important;
}

.w-px-610 {
  width: 610px !important;
}

.max-h-px-610 {
  max-height: 610px !important;
}

.h-px-610 {
  height: 610px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-610 {
    max-width: 610px !important;
  }
  .max-h-px-xs-610 {
    max-height: 610px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-610 {
    max-width: 610px !important;
  }
  .max-h-px-sm-610 {
    max-height: 610px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-610 {
    max-width: 610px !important;
  }
  .max-h-px-md-610 {
    max-height: 610px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-610 {
    max-width: 610px !important;
  }
  .max-h-px-lg-610 {
    max-height: 610px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-610 {
    max-width: 610px !important;
  }
  .max-h-px-xl-610 {
    max-height: 610px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-610 {
    max-width: 610px !important;
  }
  .max-h-px-contents-610 {
    max-height: 610px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-610 {
    max-width: 610px !important;
  }
  .max-h-px-screen-610 {
    max-height: 610px !important;
  }
}
.min-w-px-610 {
  min-width: 610px !important;
}

.min-h-px-610 {
  min-height: 610px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-610 {
    min-width: 610px !important;
  }
  .min-h-px-xs-610 {
    min-height: 610px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-610 {
    min-width: 610px !important;
  }
  .min-h-px-sm-610 {
    min-height: 610px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-610 {
    min-width: 610px !important;
  }
  .min-h-px-md-610 {
    min-height: 610px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-610 {
    min-width: 610px !important;
  }
  .min-h-px-lg-610 {
    min-height: 610px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-610 {
    min-width: 610px !important;
  }
  .min-h-px-xl-610 {
    min-height: 610px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-610 {
    min-width: 610px !important;
  }
  .min-h-px-contents-610 {
    min-height: 610px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-610 {
    min-width: 610px !important;
  }
  .min-h-px-screen-610 {
    min-height: 610px !important;
  }
}
.left-62 {
  left: 62% !important;
}

.top-62 {
  top: 62% !important;
}

.bottom-62 {
  bottom: 62% !important;
}

.right-62 {
  right: 62% !important;
}

.max-w-px-620 {
  max-width: 620px !important;
}

.w-px-620 {
  width: 620px !important;
}

.max-h-px-620 {
  max-height: 620px !important;
}

.h-px-620 {
  height: 620px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-620 {
    max-width: 620px !important;
  }
  .max-h-px-xs-620 {
    max-height: 620px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-620 {
    max-width: 620px !important;
  }
  .max-h-px-sm-620 {
    max-height: 620px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-620 {
    max-width: 620px !important;
  }
  .max-h-px-md-620 {
    max-height: 620px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-620 {
    max-width: 620px !important;
  }
  .max-h-px-lg-620 {
    max-height: 620px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-620 {
    max-width: 620px !important;
  }
  .max-h-px-xl-620 {
    max-height: 620px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-620 {
    max-width: 620px !important;
  }
  .max-h-px-contents-620 {
    max-height: 620px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-620 {
    max-width: 620px !important;
  }
  .max-h-px-screen-620 {
    max-height: 620px !important;
  }
}
.min-w-px-620 {
  min-width: 620px !important;
}

.min-h-px-620 {
  min-height: 620px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-620 {
    min-width: 620px !important;
  }
  .min-h-px-xs-620 {
    min-height: 620px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-620 {
    min-width: 620px !important;
  }
  .min-h-px-sm-620 {
    min-height: 620px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-620 {
    min-width: 620px !important;
  }
  .min-h-px-md-620 {
    min-height: 620px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-620 {
    min-width: 620px !important;
  }
  .min-h-px-lg-620 {
    min-height: 620px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-620 {
    min-width: 620px !important;
  }
  .min-h-px-xl-620 {
    min-height: 620px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-620 {
    min-width: 620px !important;
  }
  .min-h-px-contents-620 {
    min-height: 620px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-620 {
    min-width: 620px !important;
  }
  .min-h-px-screen-620 {
    min-height: 620px !important;
  }
}
.left-63 {
  left: 63% !important;
}

.top-63 {
  top: 63% !important;
}

.bottom-63 {
  bottom: 63% !important;
}

.right-63 {
  right: 63% !important;
}

.max-w-px-630 {
  max-width: 630px !important;
}

.w-px-630 {
  width: 630px !important;
}

.max-h-px-630 {
  max-height: 630px !important;
}

.h-px-630 {
  height: 630px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-630 {
    max-width: 630px !important;
  }
  .max-h-px-xs-630 {
    max-height: 630px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-630 {
    max-width: 630px !important;
  }
  .max-h-px-sm-630 {
    max-height: 630px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-630 {
    max-width: 630px !important;
  }
  .max-h-px-md-630 {
    max-height: 630px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-630 {
    max-width: 630px !important;
  }
  .max-h-px-lg-630 {
    max-height: 630px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-630 {
    max-width: 630px !important;
  }
  .max-h-px-xl-630 {
    max-height: 630px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-630 {
    max-width: 630px !important;
  }
  .max-h-px-contents-630 {
    max-height: 630px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-630 {
    max-width: 630px !important;
  }
  .max-h-px-screen-630 {
    max-height: 630px !important;
  }
}
.min-w-px-630 {
  min-width: 630px !important;
}

.min-h-px-630 {
  min-height: 630px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-630 {
    min-width: 630px !important;
  }
  .min-h-px-xs-630 {
    min-height: 630px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-630 {
    min-width: 630px !important;
  }
  .min-h-px-sm-630 {
    min-height: 630px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-630 {
    min-width: 630px !important;
  }
  .min-h-px-md-630 {
    min-height: 630px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-630 {
    min-width: 630px !important;
  }
  .min-h-px-lg-630 {
    min-height: 630px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-630 {
    min-width: 630px !important;
  }
  .min-h-px-xl-630 {
    min-height: 630px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-630 {
    min-width: 630px !important;
  }
  .min-h-px-contents-630 {
    min-height: 630px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-630 {
    min-width: 630px !important;
  }
  .min-h-px-screen-630 {
    min-height: 630px !important;
  }
}
.left-64 {
  left: 64% !important;
}

.top-64 {
  top: 64% !important;
}

.bottom-64 {
  bottom: 64% !important;
}

.right-64 {
  right: 64% !important;
}

.max-w-px-640 {
  max-width: 640px !important;
}

.w-px-640 {
  width: 640px !important;
}

.max-h-px-640 {
  max-height: 640px !important;
}

.h-px-640 {
  height: 640px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-640 {
    max-width: 640px !important;
  }
  .max-h-px-xs-640 {
    max-height: 640px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-640 {
    max-width: 640px !important;
  }
  .max-h-px-sm-640 {
    max-height: 640px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-640 {
    max-width: 640px !important;
  }
  .max-h-px-md-640 {
    max-height: 640px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-640 {
    max-width: 640px !important;
  }
  .max-h-px-lg-640 {
    max-height: 640px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-640 {
    max-width: 640px !important;
  }
  .max-h-px-xl-640 {
    max-height: 640px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-640 {
    max-width: 640px !important;
  }
  .max-h-px-contents-640 {
    max-height: 640px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-640 {
    max-width: 640px !important;
  }
  .max-h-px-screen-640 {
    max-height: 640px !important;
  }
}
.min-w-px-640 {
  min-width: 640px !important;
}

.min-h-px-640 {
  min-height: 640px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-640 {
    min-width: 640px !important;
  }
  .min-h-px-xs-640 {
    min-height: 640px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-640 {
    min-width: 640px !important;
  }
  .min-h-px-sm-640 {
    min-height: 640px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-640 {
    min-width: 640px !important;
  }
  .min-h-px-md-640 {
    min-height: 640px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-640 {
    min-width: 640px !important;
  }
  .min-h-px-lg-640 {
    min-height: 640px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-640 {
    min-width: 640px !important;
  }
  .min-h-px-xl-640 {
    min-height: 640px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-640 {
    min-width: 640px !important;
  }
  .min-h-px-contents-640 {
    min-height: 640px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-640 {
    min-width: 640px !important;
  }
  .min-h-px-screen-640 {
    min-height: 640px !important;
  }
}
.left-65 {
  left: 65% !important;
}

.top-65 {
  top: 65% !important;
}

.bottom-65 {
  bottom: 65% !important;
}

.right-65 {
  right: 65% !important;
}

.max-w-px-650 {
  max-width: 650px !important;
}

.w-px-650 {
  width: 650px !important;
}

.max-h-px-650 {
  max-height: 650px !important;
}

.h-px-650 {
  height: 650px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-650 {
    max-width: 650px !important;
  }
  .max-h-px-xs-650 {
    max-height: 650px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-650 {
    max-width: 650px !important;
  }
  .max-h-px-sm-650 {
    max-height: 650px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-650 {
    max-width: 650px !important;
  }
  .max-h-px-md-650 {
    max-height: 650px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-650 {
    max-width: 650px !important;
  }
  .max-h-px-lg-650 {
    max-height: 650px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-650 {
    max-width: 650px !important;
  }
  .max-h-px-xl-650 {
    max-height: 650px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-650 {
    max-width: 650px !important;
  }
  .max-h-px-contents-650 {
    max-height: 650px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-650 {
    max-width: 650px !important;
  }
  .max-h-px-screen-650 {
    max-height: 650px !important;
  }
}
.min-w-px-650 {
  min-width: 650px !important;
}

.min-h-px-650 {
  min-height: 650px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-650 {
    min-width: 650px !important;
  }
  .min-h-px-xs-650 {
    min-height: 650px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-650 {
    min-width: 650px !important;
  }
  .min-h-px-sm-650 {
    min-height: 650px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-650 {
    min-width: 650px !important;
  }
  .min-h-px-md-650 {
    min-height: 650px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-650 {
    min-width: 650px !important;
  }
  .min-h-px-lg-650 {
    min-height: 650px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-650 {
    min-width: 650px !important;
  }
  .min-h-px-xl-650 {
    min-height: 650px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-650 {
    min-width: 650px !important;
  }
  .min-h-px-contents-650 {
    min-height: 650px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-650 {
    min-width: 650px !important;
  }
  .min-h-px-screen-650 {
    min-height: 650px !important;
  }
}
.left-66 {
  left: 66% !important;
}

.top-66 {
  top: 66% !important;
}

.bottom-66 {
  bottom: 66% !important;
}

.right-66 {
  right: 66% !important;
}

.max-w-px-660 {
  max-width: 660px !important;
}

.w-px-660 {
  width: 660px !important;
}

.max-h-px-660 {
  max-height: 660px !important;
}

.h-px-660 {
  height: 660px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-660 {
    max-width: 660px !important;
  }
  .max-h-px-xs-660 {
    max-height: 660px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-660 {
    max-width: 660px !important;
  }
  .max-h-px-sm-660 {
    max-height: 660px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-660 {
    max-width: 660px !important;
  }
  .max-h-px-md-660 {
    max-height: 660px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-660 {
    max-width: 660px !important;
  }
  .max-h-px-lg-660 {
    max-height: 660px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-660 {
    max-width: 660px !important;
  }
  .max-h-px-xl-660 {
    max-height: 660px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-660 {
    max-width: 660px !important;
  }
  .max-h-px-contents-660 {
    max-height: 660px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-660 {
    max-width: 660px !important;
  }
  .max-h-px-screen-660 {
    max-height: 660px !important;
  }
}
.min-w-px-660 {
  min-width: 660px !important;
}

.min-h-px-660 {
  min-height: 660px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-660 {
    min-width: 660px !important;
  }
  .min-h-px-xs-660 {
    min-height: 660px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-660 {
    min-width: 660px !important;
  }
  .min-h-px-sm-660 {
    min-height: 660px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-660 {
    min-width: 660px !important;
  }
  .min-h-px-md-660 {
    min-height: 660px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-660 {
    min-width: 660px !important;
  }
  .min-h-px-lg-660 {
    min-height: 660px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-660 {
    min-width: 660px !important;
  }
  .min-h-px-xl-660 {
    min-height: 660px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-660 {
    min-width: 660px !important;
  }
  .min-h-px-contents-660 {
    min-height: 660px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-660 {
    min-width: 660px !important;
  }
  .min-h-px-screen-660 {
    min-height: 660px !important;
  }
}
.left-67 {
  left: 67% !important;
}

.top-67 {
  top: 67% !important;
}

.bottom-67 {
  bottom: 67% !important;
}

.right-67 {
  right: 67% !important;
}

.max-w-px-670 {
  max-width: 670px !important;
}

.w-px-670 {
  width: 670px !important;
}

.max-h-px-670 {
  max-height: 670px !important;
}

.h-px-670 {
  height: 670px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-670 {
    max-width: 670px !important;
  }
  .max-h-px-xs-670 {
    max-height: 670px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-670 {
    max-width: 670px !important;
  }
  .max-h-px-sm-670 {
    max-height: 670px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-670 {
    max-width: 670px !important;
  }
  .max-h-px-md-670 {
    max-height: 670px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-670 {
    max-width: 670px !important;
  }
  .max-h-px-lg-670 {
    max-height: 670px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-670 {
    max-width: 670px !important;
  }
  .max-h-px-xl-670 {
    max-height: 670px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-670 {
    max-width: 670px !important;
  }
  .max-h-px-contents-670 {
    max-height: 670px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-670 {
    max-width: 670px !important;
  }
  .max-h-px-screen-670 {
    max-height: 670px !important;
  }
}
.min-w-px-670 {
  min-width: 670px !important;
}

.min-h-px-670 {
  min-height: 670px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-670 {
    min-width: 670px !important;
  }
  .min-h-px-xs-670 {
    min-height: 670px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-670 {
    min-width: 670px !important;
  }
  .min-h-px-sm-670 {
    min-height: 670px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-670 {
    min-width: 670px !important;
  }
  .min-h-px-md-670 {
    min-height: 670px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-670 {
    min-width: 670px !important;
  }
  .min-h-px-lg-670 {
    min-height: 670px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-670 {
    min-width: 670px !important;
  }
  .min-h-px-xl-670 {
    min-height: 670px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-670 {
    min-width: 670px !important;
  }
  .min-h-px-contents-670 {
    min-height: 670px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-670 {
    min-width: 670px !important;
  }
  .min-h-px-screen-670 {
    min-height: 670px !important;
  }
}
.left-68 {
  left: 68% !important;
}

.top-68 {
  top: 68% !important;
}

.bottom-68 {
  bottom: 68% !important;
}

.right-68 {
  right: 68% !important;
}

.max-w-px-680 {
  max-width: 680px !important;
}

.w-px-680 {
  width: 680px !important;
}

.max-h-px-680 {
  max-height: 680px !important;
}

.h-px-680 {
  height: 680px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-680 {
    max-width: 680px !important;
  }
  .max-h-px-xs-680 {
    max-height: 680px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-680 {
    max-width: 680px !important;
  }
  .max-h-px-sm-680 {
    max-height: 680px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-680 {
    max-width: 680px !important;
  }
  .max-h-px-md-680 {
    max-height: 680px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-680 {
    max-width: 680px !important;
  }
  .max-h-px-lg-680 {
    max-height: 680px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-680 {
    max-width: 680px !important;
  }
  .max-h-px-xl-680 {
    max-height: 680px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-680 {
    max-width: 680px !important;
  }
  .max-h-px-contents-680 {
    max-height: 680px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-680 {
    max-width: 680px !important;
  }
  .max-h-px-screen-680 {
    max-height: 680px !important;
  }
}
.min-w-px-680 {
  min-width: 680px !important;
}

.min-h-px-680 {
  min-height: 680px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-680 {
    min-width: 680px !important;
  }
  .min-h-px-xs-680 {
    min-height: 680px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-680 {
    min-width: 680px !important;
  }
  .min-h-px-sm-680 {
    min-height: 680px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-680 {
    min-width: 680px !important;
  }
  .min-h-px-md-680 {
    min-height: 680px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-680 {
    min-width: 680px !important;
  }
  .min-h-px-lg-680 {
    min-height: 680px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-680 {
    min-width: 680px !important;
  }
  .min-h-px-xl-680 {
    min-height: 680px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-680 {
    min-width: 680px !important;
  }
  .min-h-px-contents-680 {
    min-height: 680px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-680 {
    min-width: 680px !important;
  }
  .min-h-px-screen-680 {
    min-height: 680px !important;
  }
}
.left-69 {
  left: 69% !important;
}

.top-69 {
  top: 69% !important;
}

.bottom-69 {
  bottom: 69% !important;
}

.right-69 {
  right: 69% !important;
}

.max-w-px-690 {
  max-width: 690px !important;
}

.w-px-690 {
  width: 690px !important;
}

.max-h-px-690 {
  max-height: 690px !important;
}

.h-px-690 {
  height: 690px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-690 {
    max-width: 690px !important;
  }
  .max-h-px-xs-690 {
    max-height: 690px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-690 {
    max-width: 690px !important;
  }
  .max-h-px-sm-690 {
    max-height: 690px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-690 {
    max-width: 690px !important;
  }
  .max-h-px-md-690 {
    max-height: 690px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-690 {
    max-width: 690px !important;
  }
  .max-h-px-lg-690 {
    max-height: 690px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-690 {
    max-width: 690px !important;
  }
  .max-h-px-xl-690 {
    max-height: 690px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-690 {
    max-width: 690px !important;
  }
  .max-h-px-contents-690 {
    max-height: 690px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-690 {
    max-width: 690px !important;
  }
  .max-h-px-screen-690 {
    max-height: 690px !important;
  }
}
.min-w-px-690 {
  min-width: 690px !important;
}

.min-h-px-690 {
  min-height: 690px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-690 {
    min-width: 690px !important;
  }
  .min-h-px-xs-690 {
    min-height: 690px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-690 {
    min-width: 690px !important;
  }
  .min-h-px-sm-690 {
    min-height: 690px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-690 {
    min-width: 690px !important;
  }
  .min-h-px-md-690 {
    min-height: 690px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-690 {
    min-width: 690px !important;
  }
  .min-h-px-lg-690 {
    min-height: 690px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-690 {
    min-width: 690px !important;
  }
  .min-h-px-xl-690 {
    min-height: 690px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-690 {
    min-width: 690px !important;
  }
  .min-h-px-contents-690 {
    min-height: 690px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-690 {
    min-width: 690px !important;
  }
  .min-h-px-screen-690 {
    min-height: 690px !important;
  }
}
.left-70 {
  left: 70% !important;
}

.top-70 {
  top: 70% !important;
}

.bottom-70 {
  bottom: 70% !important;
}

.right-70 {
  right: 70% !important;
}

.max-w-px-700 {
  max-width: 700px !important;
}

.w-px-700 {
  width: 700px !important;
}

.max-h-px-700 {
  max-height: 700px !important;
}

.h-px-700 {
  height: 700px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-700 {
    max-width: 700px !important;
  }
  .max-h-px-xs-700 {
    max-height: 700px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-700 {
    max-width: 700px !important;
  }
  .max-h-px-sm-700 {
    max-height: 700px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-700 {
    max-width: 700px !important;
  }
  .max-h-px-md-700 {
    max-height: 700px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-700 {
    max-width: 700px !important;
  }
  .max-h-px-lg-700 {
    max-height: 700px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-700 {
    max-width: 700px !important;
  }
  .max-h-px-xl-700 {
    max-height: 700px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-700 {
    max-width: 700px !important;
  }
  .max-h-px-contents-700 {
    max-height: 700px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-700 {
    max-width: 700px !important;
  }
  .max-h-px-screen-700 {
    max-height: 700px !important;
  }
}
.min-w-px-700 {
  min-width: 700px !important;
}

.min-h-px-700 {
  min-height: 700px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-700 {
    min-width: 700px !important;
  }
  .min-h-px-xs-700 {
    min-height: 700px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-700 {
    min-width: 700px !important;
  }
  .min-h-px-sm-700 {
    min-height: 700px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-700 {
    min-width: 700px !important;
  }
  .min-h-px-md-700 {
    min-height: 700px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-700 {
    min-width: 700px !important;
  }
  .min-h-px-lg-700 {
    min-height: 700px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-700 {
    min-width: 700px !important;
  }
  .min-h-px-xl-700 {
    min-height: 700px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-700 {
    min-width: 700px !important;
  }
  .min-h-px-contents-700 {
    min-height: 700px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-700 {
    min-width: 700px !important;
  }
  .min-h-px-screen-700 {
    min-height: 700px !important;
  }
}
.left-71 {
  left: 71% !important;
}

.top-71 {
  top: 71% !important;
}

.bottom-71 {
  bottom: 71% !important;
}

.right-71 {
  right: 71% !important;
}

.max-w-px-710 {
  max-width: 710px !important;
}

.w-px-710 {
  width: 710px !important;
}

.max-h-px-710 {
  max-height: 710px !important;
}

.h-px-710 {
  height: 710px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-710 {
    max-width: 710px !important;
  }
  .max-h-px-xs-710 {
    max-height: 710px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-710 {
    max-width: 710px !important;
  }
  .max-h-px-sm-710 {
    max-height: 710px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-710 {
    max-width: 710px !important;
  }
  .max-h-px-md-710 {
    max-height: 710px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-710 {
    max-width: 710px !important;
  }
  .max-h-px-lg-710 {
    max-height: 710px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-710 {
    max-width: 710px !important;
  }
  .max-h-px-xl-710 {
    max-height: 710px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-710 {
    max-width: 710px !important;
  }
  .max-h-px-contents-710 {
    max-height: 710px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-710 {
    max-width: 710px !important;
  }
  .max-h-px-screen-710 {
    max-height: 710px !important;
  }
}
.min-w-px-710 {
  min-width: 710px !important;
}

.min-h-px-710 {
  min-height: 710px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-710 {
    min-width: 710px !important;
  }
  .min-h-px-xs-710 {
    min-height: 710px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-710 {
    min-width: 710px !important;
  }
  .min-h-px-sm-710 {
    min-height: 710px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-710 {
    min-width: 710px !important;
  }
  .min-h-px-md-710 {
    min-height: 710px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-710 {
    min-width: 710px !important;
  }
  .min-h-px-lg-710 {
    min-height: 710px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-710 {
    min-width: 710px !important;
  }
  .min-h-px-xl-710 {
    min-height: 710px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-710 {
    min-width: 710px !important;
  }
  .min-h-px-contents-710 {
    min-height: 710px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-710 {
    min-width: 710px !important;
  }
  .min-h-px-screen-710 {
    min-height: 710px !important;
  }
}
.left-72 {
  left: 72% !important;
}

.top-72 {
  top: 72% !important;
}

.bottom-72 {
  bottom: 72% !important;
}

.right-72 {
  right: 72% !important;
}

.max-w-px-720 {
  max-width: 720px !important;
}

.w-px-720 {
  width: 720px !important;
}

.max-h-px-720 {
  max-height: 720px !important;
}

.h-px-720 {
  height: 720px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-720 {
    max-width: 720px !important;
  }
  .max-h-px-xs-720 {
    max-height: 720px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-720 {
    max-width: 720px !important;
  }
  .max-h-px-sm-720 {
    max-height: 720px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-720 {
    max-width: 720px !important;
  }
  .max-h-px-md-720 {
    max-height: 720px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-720 {
    max-width: 720px !important;
  }
  .max-h-px-lg-720 {
    max-height: 720px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-720 {
    max-width: 720px !important;
  }
  .max-h-px-xl-720 {
    max-height: 720px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-720 {
    max-width: 720px !important;
  }
  .max-h-px-contents-720 {
    max-height: 720px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-720 {
    max-width: 720px !important;
  }
  .max-h-px-screen-720 {
    max-height: 720px !important;
  }
}
.min-w-px-720 {
  min-width: 720px !important;
}

.min-h-px-720 {
  min-height: 720px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-720 {
    min-width: 720px !important;
  }
  .min-h-px-xs-720 {
    min-height: 720px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-720 {
    min-width: 720px !important;
  }
  .min-h-px-sm-720 {
    min-height: 720px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-720 {
    min-width: 720px !important;
  }
  .min-h-px-md-720 {
    min-height: 720px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-720 {
    min-width: 720px !important;
  }
  .min-h-px-lg-720 {
    min-height: 720px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-720 {
    min-width: 720px !important;
  }
  .min-h-px-xl-720 {
    min-height: 720px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-720 {
    min-width: 720px !important;
  }
  .min-h-px-contents-720 {
    min-height: 720px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-720 {
    min-width: 720px !important;
  }
  .min-h-px-screen-720 {
    min-height: 720px !important;
  }
}
.left-73 {
  left: 73% !important;
}

.top-73 {
  top: 73% !important;
}

.bottom-73 {
  bottom: 73% !important;
}

.right-73 {
  right: 73% !important;
}

.max-w-px-730 {
  max-width: 730px !important;
}

.w-px-730 {
  width: 730px !important;
}

.max-h-px-730 {
  max-height: 730px !important;
}

.h-px-730 {
  height: 730px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-730 {
    max-width: 730px !important;
  }
  .max-h-px-xs-730 {
    max-height: 730px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-730 {
    max-width: 730px !important;
  }
  .max-h-px-sm-730 {
    max-height: 730px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-730 {
    max-width: 730px !important;
  }
  .max-h-px-md-730 {
    max-height: 730px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-730 {
    max-width: 730px !important;
  }
  .max-h-px-lg-730 {
    max-height: 730px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-730 {
    max-width: 730px !important;
  }
  .max-h-px-xl-730 {
    max-height: 730px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-730 {
    max-width: 730px !important;
  }
  .max-h-px-contents-730 {
    max-height: 730px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-730 {
    max-width: 730px !important;
  }
  .max-h-px-screen-730 {
    max-height: 730px !important;
  }
}
.min-w-px-730 {
  min-width: 730px !important;
}

.min-h-px-730 {
  min-height: 730px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-730 {
    min-width: 730px !important;
  }
  .min-h-px-xs-730 {
    min-height: 730px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-730 {
    min-width: 730px !important;
  }
  .min-h-px-sm-730 {
    min-height: 730px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-730 {
    min-width: 730px !important;
  }
  .min-h-px-md-730 {
    min-height: 730px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-730 {
    min-width: 730px !important;
  }
  .min-h-px-lg-730 {
    min-height: 730px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-730 {
    min-width: 730px !important;
  }
  .min-h-px-xl-730 {
    min-height: 730px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-730 {
    min-width: 730px !important;
  }
  .min-h-px-contents-730 {
    min-height: 730px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-730 {
    min-width: 730px !important;
  }
  .min-h-px-screen-730 {
    min-height: 730px !important;
  }
}
.left-74 {
  left: 74% !important;
}

.top-74 {
  top: 74% !important;
}

.bottom-74 {
  bottom: 74% !important;
}

.right-74 {
  right: 74% !important;
}

.max-w-px-740 {
  max-width: 740px !important;
}

.w-px-740 {
  width: 740px !important;
}

.max-h-px-740 {
  max-height: 740px !important;
}

.h-px-740 {
  height: 740px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-740 {
    max-width: 740px !important;
  }
  .max-h-px-xs-740 {
    max-height: 740px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-740 {
    max-width: 740px !important;
  }
  .max-h-px-sm-740 {
    max-height: 740px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-740 {
    max-width: 740px !important;
  }
  .max-h-px-md-740 {
    max-height: 740px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-740 {
    max-width: 740px !important;
  }
  .max-h-px-lg-740 {
    max-height: 740px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-740 {
    max-width: 740px !important;
  }
  .max-h-px-xl-740 {
    max-height: 740px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-740 {
    max-width: 740px !important;
  }
  .max-h-px-contents-740 {
    max-height: 740px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-740 {
    max-width: 740px !important;
  }
  .max-h-px-screen-740 {
    max-height: 740px !important;
  }
}
.min-w-px-740 {
  min-width: 740px !important;
}

.min-h-px-740 {
  min-height: 740px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-740 {
    min-width: 740px !important;
  }
  .min-h-px-xs-740 {
    min-height: 740px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-740 {
    min-width: 740px !important;
  }
  .min-h-px-sm-740 {
    min-height: 740px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-740 {
    min-width: 740px !important;
  }
  .min-h-px-md-740 {
    min-height: 740px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-740 {
    min-width: 740px !important;
  }
  .min-h-px-lg-740 {
    min-height: 740px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-740 {
    min-width: 740px !important;
  }
  .min-h-px-xl-740 {
    min-height: 740px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-740 {
    min-width: 740px !important;
  }
  .min-h-px-contents-740 {
    min-height: 740px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-740 {
    min-width: 740px !important;
  }
  .min-h-px-screen-740 {
    min-height: 740px !important;
  }
}
.left-75 {
  left: 75% !important;
}

.top-75 {
  top: 75% !important;
}

.bottom-75 {
  bottom: 75% !important;
}

.right-75 {
  right: 75% !important;
}

.max-w-px-750 {
  max-width: 750px !important;
}

.w-px-750 {
  width: 750px !important;
}

.max-h-px-750 {
  max-height: 750px !important;
}

.h-px-750 {
  height: 750px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-750 {
    max-width: 750px !important;
  }
  .max-h-px-xs-750 {
    max-height: 750px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-750 {
    max-width: 750px !important;
  }
  .max-h-px-sm-750 {
    max-height: 750px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-750 {
    max-width: 750px !important;
  }
  .max-h-px-md-750 {
    max-height: 750px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-750 {
    max-width: 750px !important;
  }
  .max-h-px-lg-750 {
    max-height: 750px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-750 {
    max-width: 750px !important;
  }
  .max-h-px-xl-750 {
    max-height: 750px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-750 {
    max-width: 750px !important;
  }
  .max-h-px-contents-750 {
    max-height: 750px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-750 {
    max-width: 750px !important;
  }
  .max-h-px-screen-750 {
    max-height: 750px !important;
  }
}
.min-w-px-750 {
  min-width: 750px !important;
}

.min-h-px-750 {
  min-height: 750px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-750 {
    min-width: 750px !important;
  }
  .min-h-px-xs-750 {
    min-height: 750px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-750 {
    min-width: 750px !important;
  }
  .min-h-px-sm-750 {
    min-height: 750px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-750 {
    min-width: 750px !important;
  }
  .min-h-px-md-750 {
    min-height: 750px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-750 {
    min-width: 750px !important;
  }
  .min-h-px-lg-750 {
    min-height: 750px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-750 {
    min-width: 750px !important;
  }
  .min-h-px-xl-750 {
    min-height: 750px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-750 {
    min-width: 750px !important;
  }
  .min-h-px-contents-750 {
    min-height: 750px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-750 {
    min-width: 750px !important;
  }
  .min-h-px-screen-750 {
    min-height: 750px !important;
  }
}
.left-76 {
  left: 76% !important;
}

.top-76 {
  top: 76% !important;
}

.bottom-76 {
  bottom: 76% !important;
}

.right-76 {
  right: 76% !important;
}

.max-w-px-760 {
  max-width: 760px !important;
}

.w-px-760 {
  width: 760px !important;
}

.max-h-px-760 {
  max-height: 760px !important;
}

.h-px-760 {
  height: 760px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-760 {
    max-width: 760px !important;
  }
  .max-h-px-xs-760 {
    max-height: 760px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-760 {
    max-width: 760px !important;
  }
  .max-h-px-sm-760 {
    max-height: 760px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-760 {
    max-width: 760px !important;
  }
  .max-h-px-md-760 {
    max-height: 760px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-760 {
    max-width: 760px !important;
  }
  .max-h-px-lg-760 {
    max-height: 760px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-760 {
    max-width: 760px !important;
  }
  .max-h-px-xl-760 {
    max-height: 760px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-760 {
    max-width: 760px !important;
  }
  .max-h-px-contents-760 {
    max-height: 760px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-760 {
    max-width: 760px !important;
  }
  .max-h-px-screen-760 {
    max-height: 760px !important;
  }
}
.min-w-px-760 {
  min-width: 760px !important;
}

.min-h-px-760 {
  min-height: 760px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-760 {
    min-width: 760px !important;
  }
  .min-h-px-xs-760 {
    min-height: 760px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-760 {
    min-width: 760px !important;
  }
  .min-h-px-sm-760 {
    min-height: 760px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-760 {
    min-width: 760px !important;
  }
  .min-h-px-md-760 {
    min-height: 760px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-760 {
    min-width: 760px !important;
  }
  .min-h-px-lg-760 {
    min-height: 760px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-760 {
    min-width: 760px !important;
  }
  .min-h-px-xl-760 {
    min-height: 760px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-760 {
    min-width: 760px !important;
  }
  .min-h-px-contents-760 {
    min-height: 760px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-760 {
    min-width: 760px !important;
  }
  .min-h-px-screen-760 {
    min-height: 760px !important;
  }
}
.left-77 {
  left: 77% !important;
}

.top-77 {
  top: 77% !important;
}

.bottom-77 {
  bottom: 77% !important;
}

.right-77 {
  right: 77% !important;
}

.max-w-px-770 {
  max-width: 770px !important;
}

.w-px-770 {
  width: 770px !important;
}

.max-h-px-770 {
  max-height: 770px !important;
}

.h-px-770 {
  height: 770px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-770 {
    max-width: 770px !important;
  }
  .max-h-px-xs-770 {
    max-height: 770px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-770 {
    max-width: 770px !important;
  }
  .max-h-px-sm-770 {
    max-height: 770px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-770 {
    max-width: 770px !important;
  }
  .max-h-px-md-770 {
    max-height: 770px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-770 {
    max-width: 770px !important;
  }
  .max-h-px-lg-770 {
    max-height: 770px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-770 {
    max-width: 770px !important;
  }
  .max-h-px-xl-770 {
    max-height: 770px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-770 {
    max-width: 770px !important;
  }
  .max-h-px-contents-770 {
    max-height: 770px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-770 {
    max-width: 770px !important;
  }
  .max-h-px-screen-770 {
    max-height: 770px !important;
  }
}
.min-w-px-770 {
  min-width: 770px !important;
}

.min-h-px-770 {
  min-height: 770px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-770 {
    min-width: 770px !important;
  }
  .min-h-px-xs-770 {
    min-height: 770px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-770 {
    min-width: 770px !important;
  }
  .min-h-px-sm-770 {
    min-height: 770px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-770 {
    min-width: 770px !important;
  }
  .min-h-px-md-770 {
    min-height: 770px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-770 {
    min-width: 770px !important;
  }
  .min-h-px-lg-770 {
    min-height: 770px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-770 {
    min-width: 770px !important;
  }
  .min-h-px-xl-770 {
    min-height: 770px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-770 {
    min-width: 770px !important;
  }
  .min-h-px-contents-770 {
    min-height: 770px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-770 {
    min-width: 770px !important;
  }
  .min-h-px-screen-770 {
    min-height: 770px !important;
  }
}
.left-78 {
  left: 78% !important;
}

.top-78 {
  top: 78% !important;
}

.bottom-78 {
  bottom: 78% !important;
}

.right-78 {
  right: 78% !important;
}

.max-w-px-780 {
  max-width: 780px !important;
}

.w-px-780 {
  width: 780px !important;
}

.max-h-px-780 {
  max-height: 780px !important;
}

.h-px-780 {
  height: 780px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-780 {
    max-width: 780px !important;
  }
  .max-h-px-xs-780 {
    max-height: 780px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-780 {
    max-width: 780px !important;
  }
  .max-h-px-sm-780 {
    max-height: 780px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-780 {
    max-width: 780px !important;
  }
  .max-h-px-md-780 {
    max-height: 780px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-780 {
    max-width: 780px !important;
  }
  .max-h-px-lg-780 {
    max-height: 780px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-780 {
    max-width: 780px !important;
  }
  .max-h-px-xl-780 {
    max-height: 780px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-780 {
    max-width: 780px !important;
  }
  .max-h-px-contents-780 {
    max-height: 780px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-780 {
    max-width: 780px !important;
  }
  .max-h-px-screen-780 {
    max-height: 780px !important;
  }
}
.min-w-px-780 {
  min-width: 780px !important;
}

.min-h-px-780 {
  min-height: 780px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-780 {
    min-width: 780px !important;
  }
  .min-h-px-xs-780 {
    min-height: 780px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-780 {
    min-width: 780px !important;
  }
  .min-h-px-sm-780 {
    min-height: 780px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-780 {
    min-width: 780px !important;
  }
  .min-h-px-md-780 {
    min-height: 780px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-780 {
    min-width: 780px !important;
  }
  .min-h-px-lg-780 {
    min-height: 780px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-780 {
    min-width: 780px !important;
  }
  .min-h-px-xl-780 {
    min-height: 780px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-780 {
    min-width: 780px !important;
  }
  .min-h-px-contents-780 {
    min-height: 780px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-780 {
    min-width: 780px !important;
  }
  .min-h-px-screen-780 {
    min-height: 780px !important;
  }
}
.left-79 {
  left: 79% !important;
}

.top-79 {
  top: 79% !important;
}

.bottom-79 {
  bottom: 79% !important;
}

.right-79 {
  right: 79% !important;
}

.max-w-px-790 {
  max-width: 790px !important;
}

.w-px-790 {
  width: 790px !important;
}

.max-h-px-790 {
  max-height: 790px !important;
}

.h-px-790 {
  height: 790px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-790 {
    max-width: 790px !important;
  }
  .max-h-px-xs-790 {
    max-height: 790px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-790 {
    max-width: 790px !important;
  }
  .max-h-px-sm-790 {
    max-height: 790px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-790 {
    max-width: 790px !important;
  }
  .max-h-px-md-790 {
    max-height: 790px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-790 {
    max-width: 790px !important;
  }
  .max-h-px-lg-790 {
    max-height: 790px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-790 {
    max-width: 790px !important;
  }
  .max-h-px-xl-790 {
    max-height: 790px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-790 {
    max-width: 790px !important;
  }
  .max-h-px-contents-790 {
    max-height: 790px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-790 {
    max-width: 790px !important;
  }
  .max-h-px-screen-790 {
    max-height: 790px !important;
  }
}
.min-w-px-790 {
  min-width: 790px !important;
}

.min-h-px-790 {
  min-height: 790px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-790 {
    min-width: 790px !important;
  }
  .min-h-px-xs-790 {
    min-height: 790px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-790 {
    min-width: 790px !important;
  }
  .min-h-px-sm-790 {
    min-height: 790px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-790 {
    min-width: 790px !important;
  }
  .min-h-px-md-790 {
    min-height: 790px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-790 {
    min-width: 790px !important;
  }
  .min-h-px-lg-790 {
    min-height: 790px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-790 {
    min-width: 790px !important;
  }
  .min-h-px-xl-790 {
    min-height: 790px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-790 {
    min-width: 790px !important;
  }
  .min-h-px-contents-790 {
    min-height: 790px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-790 {
    min-width: 790px !important;
  }
  .min-h-px-screen-790 {
    min-height: 790px !important;
  }
}
.left-80 {
  left: 80% !important;
}

.top-80 {
  top: 80% !important;
}

.bottom-80 {
  bottom: 80% !important;
}

.right-80 {
  right: 80% !important;
}

.max-w-px-800 {
  max-width: 800px !important;
}

.w-px-800 {
  width: 800px !important;
}

.max-h-px-800 {
  max-height: 800px !important;
}

.h-px-800 {
  height: 800px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-800 {
    max-width: 800px !important;
  }
  .max-h-px-xs-800 {
    max-height: 800px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-800 {
    max-width: 800px !important;
  }
  .max-h-px-sm-800 {
    max-height: 800px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-800 {
    max-width: 800px !important;
  }
  .max-h-px-md-800 {
    max-height: 800px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-800 {
    max-width: 800px !important;
  }
  .max-h-px-lg-800 {
    max-height: 800px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-800 {
    max-width: 800px !important;
  }
  .max-h-px-xl-800 {
    max-height: 800px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-800 {
    max-width: 800px !important;
  }
  .max-h-px-contents-800 {
    max-height: 800px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-800 {
    max-width: 800px !important;
  }
  .max-h-px-screen-800 {
    max-height: 800px !important;
  }
}
.min-w-px-800 {
  min-width: 800px !important;
}

.min-h-px-800 {
  min-height: 800px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-800 {
    min-width: 800px !important;
  }
  .min-h-px-xs-800 {
    min-height: 800px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-800 {
    min-width: 800px !important;
  }
  .min-h-px-sm-800 {
    min-height: 800px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-800 {
    min-width: 800px !important;
  }
  .min-h-px-md-800 {
    min-height: 800px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-800 {
    min-width: 800px !important;
  }
  .min-h-px-lg-800 {
    min-height: 800px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-800 {
    min-width: 800px !important;
  }
  .min-h-px-xl-800 {
    min-height: 800px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-800 {
    min-width: 800px !important;
  }
  .min-h-px-contents-800 {
    min-height: 800px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-800 {
    min-width: 800px !important;
  }
  .min-h-px-screen-800 {
    min-height: 800px !important;
  }
}
.left-81 {
  left: 81% !important;
}

.top-81 {
  top: 81% !important;
}

.bottom-81 {
  bottom: 81% !important;
}

.right-81 {
  right: 81% !important;
}

.max-w-px-810 {
  max-width: 810px !important;
}

.w-px-810 {
  width: 810px !important;
}

.max-h-px-810 {
  max-height: 810px !important;
}

.h-px-810 {
  height: 810px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-810 {
    max-width: 810px !important;
  }
  .max-h-px-xs-810 {
    max-height: 810px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-810 {
    max-width: 810px !important;
  }
  .max-h-px-sm-810 {
    max-height: 810px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-810 {
    max-width: 810px !important;
  }
  .max-h-px-md-810 {
    max-height: 810px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-810 {
    max-width: 810px !important;
  }
  .max-h-px-lg-810 {
    max-height: 810px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-810 {
    max-width: 810px !important;
  }
  .max-h-px-xl-810 {
    max-height: 810px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-810 {
    max-width: 810px !important;
  }
  .max-h-px-contents-810 {
    max-height: 810px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-810 {
    max-width: 810px !important;
  }
  .max-h-px-screen-810 {
    max-height: 810px !important;
  }
}
.min-w-px-810 {
  min-width: 810px !important;
}

.min-h-px-810 {
  min-height: 810px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-810 {
    min-width: 810px !important;
  }
  .min-h-px-xs-810 {
    min-height: 810px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-810 {
    min-width: 810px !important;
  }
  .min-h-px-sm-810 {
    min-height: 810px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-810 {
    min-width: 810px !important;
  }
  .min-h-px-md-810 {
    min-height: 810px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-810 {
    min-width: 810px !important;
  }
  .min-h-px-lg-810 {
    min-height: 810px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-810 {
    min-width: 810px !important;
  }
  .min-h-px-xl-810 {
    min-height: 810px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-810 {
    min-width: 810px !important;
  }
  .min-h-px-contents-810 {
    min-height: 810px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-810 {
    min-width: 810px !important;
  }
  .min-h-px-screen-810 {
    min-height: 810px !important;
  }
}
.left-82 {
  left: 82% !important;
}

.top-82 {
  top: 82% !important;
}

.bottom-82 {
  bottom: 82% !important;
}

.right-82 {
  right: 82% !important;
}

.max-w-px-820 {
  max-width: 820px !important;
}

.w-px-820 {
  width: 820px !important;
}

.max-h-px-820 {
  max-height: 820px !important;
}

.h-px-820 {
  height: 820px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-820 {
    max-width: 820px !important;
  }
  .max-h-px-xs-820 {
    max-height: 820px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-820 {
    max-width: 820px !important;
  }
  .max-h-px-sm-820 {
    max-height: 820px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-820 {
    max-width: 820px !important;
  }
  .max-h-px-md-820 {
    max-height: 820px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-820 {
    max-width: 820px !important;
  }
  .max-h-px-lg-820 {
    max-height: 820px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-820 {
    max-width: 820px !important;
  }
  .max-h-px-xl-820 {
    max-height: 820px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-820 {
    max-width: 820px !important;
  }
  .max-h-px-contents-820 {
    max-height: 820px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-820 {
    max-width: 820px !important;
  }
  .max-h-px-screen-820 {
    max-height: 820px !important;
  }
}
.min-w-px-820 {
  min-width: 820px !important;
}

.min-h-px-820 {
  min-height: 820px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-820 {
    min-width: 820px !important;
  }
  .min-h-px-xs-820 {
    min-height: 820px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-820 {
    min-width: 820px !important;
  }
  .min-h-px-sm-820 {
    min-height: 820px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-820 {
    min-width: 820px !important;
  }
  .min-h-px-md-820 {
    min-height: 820px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-820 {
    min-width: 820px !important;
  }
  .min-h-px-lg-820 {
    min-height: 820px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-820 {
    min-width: 820px !important;
  }
  .min-h-px-xl-820 {
    min-height: 820px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-820 {
    min-width: 820px !important;
  }
  .min-h-px-contents-820 {
    min-height: 820px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-820 {
    min-width: 820px !important;
  }
  .min-h-px-screen-820 {
    min-height: 820px !important;
  }
}
.left-83 {
  left: 83% !important;
}

.top-83 {
  top: 83% !important;
}

.bottom-83 {
  bottom: 83% !important;
}

.right-83 {
  right: 83% !important;
}

.max-w-px-830 {
  max-width: 830px !important;
}

.w-px-830 {
  width: 830px !important;
}

.max-h-px-830 {
  max-height: 830px !important;
}

.h-px-830 {
  height: 830px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-830 {
    max-width: 830px !important;
  }
  .max-h-px-xs-830 {
    max-height: 830px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-830 {
    max-width: 830px !important;
  }
  .max-h-px-sm-830 {
    max-height: 830px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-830 {
    max-width: 830px !important;
  }
  .max-h-px-md-830 {
    max-height: 830px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-830 {
    max-width: 830px !important;
  }
  .max-h-px-lg-830 {
    max-height: 830px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-830 {
    max-width: 830px !important;
  }
  .max-h-px-xl-830 {
    max-height: 830px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-830 {
    max-width: 830px !important;
  }
  .max-h-px-contents-830 {
    max-height: 830px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-830 {
    max-width: 830px !important;
  }
  .max-h-px-screen-830 {
    max-height: 830px !important;
  }
}
.min-w-px-830 {
  min-width: 830px !important;
}

.min-h-px-830 {
  min-height: 830px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-830 {
    min-width: 830px !important;
  }
  .min-h-px-xs-830 {
    min-height: 830px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-830 {
    min-width: 830px !important;
  }
  .min-h-px-sm-830 {
    min-height: 830px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-830 {
    min-width: 830px !important;
  }
  .min-h-px-md-830 {
    min-height: 830px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-830 {
    min-width: 830px !important;
  }
  .min-h-px-lg-830 {
    min-height: 830px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-830 {
    min-width: 830px !important;
  }
  .min-h-px-xl-830 {
    min-height: 830px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-830 {
    min-width: 830px !important;
  }
  .min-h-px-contents-830 {
    min-height: 830px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-830 {
    min-width: 830px !important;
  }
  .min-h-px-screen-830 {
    min-height: 830px !important;
  }
}
.left-84 {
  left: 84% !important;
}

.top-84 {
  top: 84% !important;
}

.bottom-84 {
  bottom: 84% !important;
}

.right-84 {
  right: 84% !important;
}

.max-w-px-840 {
  max-width: 840px !important;
}

.w-px-840 {
  width: 840px !important;
}

.max-h-px-840 {
  max-height: 840px !important;
}

.h-px-840 {
  height: 840px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-840 {
    max-width: 840px !important;
  }
  .max-h-px-xs-840 {
    max-height: 840px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-840 {
    max-width: 840px !important;
  }
  .max-h-px-sm-840 {
    max-height: 840px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-840 {
    max-width: 840px !important;
  }
  .max-h-px-md-840 {
    max-height: 840px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-840 {
    max-width: 840px !important;
  }
  .max-h-px-lg-840 {
    max-height: 840px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-840 {
    max-width: 840px !important;
  }
  .max-h-px-xl-840 {
    max-height: 840px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-840 {
    max-width: 840px !important;
  }
  .max-h-px-contents-840 {
    max-height: 840px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-840 {
    max-width: 840px !important;
  }
  .max-h-px-screen-840 {
    max-height: 840px !important;
  }
}
.min-w-px-840 {
  min-width: 840px !important;
}

.min-h-px-840 {
  min-height: 840px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-840 {
    min-width: 840px !important;
  }
  .min-h-px-xs-840 {
    min-height: 840px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-840 {
    min-width: 840px !important;
  }
  .min-h-px-sm-840 {
    min-height: 840px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-840 {
    min-width: 840px !important;
  }
  .min-h-px-md-840 {
    min-height: 840px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-840 {
    min-width: 840px !important;
  }
  .min-h-px-lg-840 {
    min-height: 840px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-840 {
    min-width: 840px !important;
  }
  .min-h-px-xl-840 {
    min-height: 840px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-840 {
    min-width: 840px !important;
  }
  .min-h-px-contents-840 {
    min-height: 840px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-840 {
    min-width: 840px !important;
  }
  .min-h-px-screen-840 {
    min-height: 840px !important;
  }
}
.left-85 {
  left: 85% !important;
}

.top-85 {
  top: 85% !important;
}

.bottom-85 {
  bottom: 85% !important;
}

.right-85 {
  right: 85% !important;
}

.max-w-px-850 {
  max-width: 850px !important;
}

.w-px-850 {
  width: 850px !important;
}

.max-h-px-850 {
  max-height: 850px !important;
}

.h-px-850 {
  height: 850px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-850 {
    max-width: 850px !important;
  }
  .max-h-px-xs-850 {
    max-height: 850px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-850 {
    max-width: 850px !important;
  }
  .max-h-px-sm-850 {
    max-height: 850px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-850 {
    max-width: 850px !important;
  }
  .max-h-px-md-850 {
    max-height: 850px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-850 {
    max-width: 850px !important;
  }
  .max-h-px-lg-850 {
    max-height: 850px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-850 {
    max-width: 850px !important;
  }
  .max-h-px-xl-850 {
    max-height: 850px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-850 {
    max-width: 850px !important;
  }
  .max-h-px-contents-850 {
    max-height: 850px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-850 {
    max-width: 850px !important;
  }
  .max-h-px-screen-850 {
    max-height: 850px !important;
  }
}
.min-w-px-850 {
  min-width: 850px !important;
}

.min-h-px-850 {
  min-height: 850px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-850 {
    min-width: 850px !important;
  }
  .min-h-px-xs-850 {
    min-height: 850px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-850 {
    min-width: 850px !important;
  }
  .min-h-px-sm-850 {
    min-height: 850px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-850 {
    min-width: 850px !important;
  }
  .min-h-px-md-850 {
    min-height: 850px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-850 {
    min-width: 850px !important;
  }
  .min-h-px-lg-850 {
    min-height: 850px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-850 {
    min-width: 850px !important;
  }
  .min-h-px-xl-850 {
    min-height: 850px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-850 {
    min-width: 850px !important;
  }
  .min-h-px-contents-850 {
    min-height: 850px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-850 {
    min-width: 850px !important;
  }
  .min-h-px-screen-850 {
    min-height: 850px !important;
  }
}
.left-86 {
  left: 86% !important;
}

.top-86 {
  top: 86% !important;
}

.bottom-86 {
  bottom: 86% !important;
}

.right-86 {
  right: 86% !important;
}

.max-w-px-860 {
  max-width: 860px !important;
}

.w-px-860 {
  width: 860px !important;
}

.max-h-px-860 {
  max-height: 860px !important;
}

.h-px-860 {
  height: 860px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-860 {
    max-width: 860px !important;
  }
  .max-h-px-xs-860 {
    max-height: 860px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-860 {
    max-width: 860px !important;
  }
  .max-h-px-sm-860 {
    max-height: 860px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-860 {
    max-width: 860px !important;
  }
  .max-h-px-md-860 {
    max-height: 860px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-860 {
    max-width: 860px !important;
  }
  .max-h-px-lg-860 {
    max-height: 860px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-860 {
    max-width: 860px !important;
  }
  .max-h-px-xl-860 {
    max-height: 860px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-860 {
    max-width: 860px !important;
  }
  .max-h-px-contents-860 {
    max-height: 860px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-860 {
    max-width: 860px !important;
  }
  .max-h-px-screen-860 {
    max-height: 860px !important;
  }
}
.min-w-px-860 {
  min-width: 860px !important;
}

.min-h-px-860 {
  min-height: 860px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-860 {
    min-width: 860px !important;
  }
  .min-h-px-xs-860 {
    min-height: 860px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-860 {
    min-width: 860px !important;
  }
  .min-h-px-sm-860 {
    min-height: 860px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-860 {
    min-width: 860px !important;
  }
  .min-h-px-md-860 {
    min-height: 860px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-860 {
    min-width: 860px !important;
  }
  .min-h-px-lg-860 {
    min-height: 860px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-860 {
    min-width: 860px !important;
  }
  .min-h-px-xl-860 {
    min-height: 860px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-860 {
    min-width: 860px !important;
  }
  .min-h-px-contents-860 {
    min-height: 860px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-860 {
    min-width: 860px !important;
  }
  .min-h-px-screen-860 {
    min-height: 860px !important;
  }
}
.left-87 {
  left: 87% !important;
}

.top-87 {
  top: 87% !important;
}

.bottom-87 {
  bottom: 87% !important;
}

.right-87 {
  right: 87% !important;
}

.max-w-px-870 {
  max-width: 870px !important;
}

.w-px-870 {
  width: 870px !important;
}

.max-h-px-870 {
  max-height: 870px !important;
}

.h-px-870 {
  height: 870px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-870 {
    max-width: 870px !important;
  }
  .max-h-px-xs-870 {
    max-height: 870px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-870 {
    max-width: 870px !important;
  }
  .max-h-px-sm-870 {
    max-height: 870px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-870 {
    max-width: 870px !important;
  }
  .max-h-px-md-870 {
    max-height: 870px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-870 {
    max-width: 870px !important;
  }
  .max-h-px-lg-870 {
    max-height: 870px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-870 {
    max-width: 870px !important;
  }
  .max-h-px-xl-870 {
    max-height: 870px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-870 {
    max-width: 870px !important;
  }
  .max-h-px-contents-870 {
    max-height: 870px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-870 {
    max-width: 870px !important;
  }
  .max-h-px-screen-870 {
    max-height: 870px !important;
  }
}
.min-w-px-870 {
  min-width: 870px !important;
}

.min-h-px-870 {
  min-height: 870px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-870 {
    min-width: 870px !important;
  }
  .min-h-px-xs-870 {
    min-height: 870px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-870 {
    min-width: 870px !important;
  }
  .min-h-px-sm-870 {
    min-height: 870px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-870 {
    min-width: 870px !important;
  }
  .min-h-px-md-870 {
    min-height: 870px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-870 {
    min-width: 870px !important;
  }
  .min-h-px-lg-870 {
    min-height: 870px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-870 {
    min-width: 870px !important;
  }
  .min-h-px-xl-870 {
    min-height: 870px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-870 {
    min-width: 870px !important;
  }
  .min-h-px-contents-870 {
    min-height: 870px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-870 {
    min-width: 870px !important;
  }
  .min-h-px-screen-870 {
    min-height: 870px !important;
  }
}
.left-88 {
  left: 88% !important;
}

.top-88 {
  top: 88% !important;
}

.bottom-88 {
  bottom: 88% !important;
}

.right-88 {
  right: 88% !important;
}

.max-w-px-880 {
  max-width: 880px !important;
}

.w-px-880 {
  width: 880px !important;
}

.max-h-px-880 {
  max-height: 880px !important;
}

.h-px-880 {
  height: 880px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-880 {
    max-width: 880px !important;
  }
  .max-h-px-xs-880 {
    max-height: 880px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-880 {
    max-width: 880px !important;
  }
  .max-h-px-sm-880 {
    max-height: 880px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-880 {
    max-width: 880px !important;
  }
  .max-h-px-md-880 {
    max-height: 880px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-880 {
    max-width: 880px !important;
  }
  .max-h-px-lg-880 {
    max-height: 880px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-880 {
    max-width: 880px !important;
  }
  .max-h-px-xl-880 {
    max-height: 880px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-880 {
    max-width: 880px !important;
  }
  .max-h-px-contents-880 {
    max-height: 880px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-880 {
    max-width: 880px !important;
  }
  .max-h-px-screen-880 {
    max-height: 880px !important;
  }
}
.min-w-px-880 {
  min-width: 880px !important;
}

.min-h-px-880 {
  min-height: 880px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-880 {
    min-width: 880px !important;
  }
  .min-h-px-xs-880 {
    min-height: 880px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-880 {
    min-width: 880px !important;
  }
  .min-h-px-sm-880 {
    min-height: 880px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-880 {
    min-width: 880px !important;
  }
  .min-h-px-md-880 {
    min-height: 880px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-880 {
    min-width: 880px !important;
  }
  .min-h-px-lg-880 {
    min-height: 880px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-880 {
    min-width: 880px !important;
  }
  .min-h-px-xl-880 {
    min-height: 880px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-880 {
    min-width: 880px !important;
  }
  .min-h-px-contents-880 {
    min-height: 880px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-880 {
    min-width: 880px !important;
  }
  .min-h-px-screen-880 {
    min-height: 880px !important;
  }
}
.left-89 {
  left: 89% !important;
}

.top-89 {
  top: 89% !important;
}

.bottom-89 {
  bottom: 89% !important;
}

.right-89 {
  right: 89% !important;
}

.max-w-px-890 {
  max-width: 890px !important;
}

.w-px-890 {
  width: 890px !important;
}

.max-h-px-890 {
  max-height: 890px !important;
}

.h-px-890 {
  height: 890px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-890 {
    max-width: 890px !important;
  }
  .max-h-px-xs-890 {
    max-height: 890px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-890 {
    max-width: 890px !important;
  }
  .max-h-px-sm-890 {
    max-height: 890px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-890 {
    max-width: 890px !important;
  }
  .max-h-px-md-890 {
    max-height: 890px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-890 {
    max-width: 890px !important;
  }
  .max-h-px-lg-890 {
    max-height: 890px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-890 {
    max-width: 890px !important;
  }
  .max-h-px-xl-890 {
    max-height: 890px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-890 {
    max-width: 890px !important;
  }
  .max-h-px-contents-890 {
    max-height: 890px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-890 {
    max-width: 890px !important;
  }
  .max-h-px-screen-890 {
    max-height: 890px !important;
  }
}
.min-w-px-890 {
  min-width: 890px !important;
}

.min-h-px-890 {
  min-height: 890px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-890 {
    min-width: 890px !important;
  }
  .min-h-px-xs-890 {
    min-height: 890px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-890 {
    min-width: 890px !important;
  }
  .min-h-px-sm-890 {
    min-height: 890px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-890 {
    min-width: 890px !important;
  }
  .min-h-px-md-890 {
    min-height: 890px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-890 {
    min-width: 890px !important;
  }
  .min-h-px-lg-890 {
    min-height: 890px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-890 {
    min-width: 890px !important;
  }
  .min-h-px-xl-890 {
    min-height: 890px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-890 {
    min-width: 890px !important;
  }
  .min-h-px-contents-890 {
    min-height: 890px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-890 {
    min-width: 890px !important;
  }
  .min-h-px-screen-890 {
    min-height: 890px !important;
  }
}
.left-90 {
  left: 90% !important;
}

.top-90 {
  top: 90% !important;
}

.bottom-90 {
  bottom: 90% !important;
}

.right-90 {
  right: 90% !important;
}

.max-w-px-900 {
  max-width: 900px !important;
}

.w-px-900 {
  width: 900px !important;
}

.max-h-px-900 {
  max-height: 900px !important;
}

.h-px-900 {
  height: 900px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-900 {
    max-width: 900px !important;
  }
  .max-h-px-xs-900 {
    max-height: 900px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-900 {
    max-width: 900px !important;
  }
  .max-h-px-sm-900 {
    max-height: 900px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-900 {
    max-width: 900px !important;
  }
  .max-h-px-md-900 {
    max-height: 900px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-900 {
    max-width: 900px !important;
  }
  .max-h-px-lg-900 {
    max-height: 900px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-900 {
    max-width: 900px !important;
  }
  .max-h-px-xl-900 {
    max-height: 900px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-900 {
    max-width: 900px !important;
  }
  .max-h-px-contents-900 {
    max-height: 900px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-900 {
    max-width: 900px !important;
  }
  .max-h-px-screen-900 {
    max-height: 900px !important;
  }
}
.min-w-px-900 {
  min-width: 900px !important;
}

.min-h-px-900 {
  min-height: 900px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-900 {
    min-width: 900px !important;
  }
  .min-h-px-xs-900 {
    min-height: 900px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-900 {
    min-width: 900px !important;
  }
  .min-h-px-sm-900 {
    min-height: 900px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-900 {
    min-width: 900px !important;
  }
  .min-h-px-md-900 {
    min-height: 900px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-900 {
    min-width: 900px !important;
  }
  .min-h-px-lg-900 {
    min-height: 900px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-900 {
    min-width: 900px !important;
  }
  .min-h-px-xl-900 {
    min-height: 900px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-900 {
    min-width: 900px !important;
  }
  .min-h-px-contents-900 {
    min-height: 900px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-900 {
    min-width: 900px !important;
  }
  .min-h-px-screen-900 {
    min-height: 900px !important;
  }
}
.left-91 {
  left: 91% !important;
}

.top-91 {
  top: 91% !important;
}

.bottom-91 {
  bottom: 91% !important;
}

.right-91 {
  right: 91% !important;
}

.max-w-px-910 {
  max-width: 910px !important;
}

.w-px-910 {
  width: 910px !important;
}

.max-h-px-910 {
  max-height: 910px !important;
}

.h-px-910 {
  height: 910px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-910 {
    max-width: 910px !important;
  }
  .max-h-px-xs-910 {
    max-height: 910px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-910 {
    max-width: 910px !important;
  }
  .max-h-px-sm-910 {
    max-height: 910px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-910 {
    max-width: 910px !important;
  }
  .max-h-px-md-910 {
    max-height: 910px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-910 {
    max-width: 910px !important;
  }
  .max-h-px-lg-910 {
    max-height: 910px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-910 {
    max-width: 910px !important;
  }
  .max-h-px-xl-910 {
    max-height: 910px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-910 {
    max-width: 910px !important;
  }
  .max-h-px-contents-910 {
    max-height: 910px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-910 {
    max-width: 910px !important;
  }
  .max-h-px-screen-910 {
    max-height: 910px !important;
  }
}
.min-w-px-910 {
  min-width: 910px !important;
}

.min-h-px-910 {
  min-height: 910px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-910 {
    min-width: 910px !important;
  }
  .min-h-px-xs-910 {
    min-height: 910px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-910 {
    min-width: 910px !important;
  }
  .min-h-px-sm-910 {
    min-height: 910px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-910 {
    min-width: 910px !important;
  }
  .min-h-px-md-910 {
    min-height: 910px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-910 {
    min-width: 910px !important;
  }
  .min-h-px-lg-910 {
    min-height: 910px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-910 {
    min-width: 910px !important;
  }
  .min-h-px-xl-910 {
    min-height: 910px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-910 {
    min-width: 910px !important;
  }
  .min-h-px-contents-910 {
    min-height: 910px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-910 {
    min-width: 910px !important;
  }
  .min-h-px-screen-910 {
    min-height: 910px !important;
  }
}
.left-92 {
  left: 92% !important;
}

.top-92 {
  top: 92% !important;
}

.bottom-92 {
  bottom: 92% !important;
}

.right-92 {
  right: 92% !important;
}

.max-w-px-920 {
  max-width: 920px !important;
}

.w-px-920 {
  width: 920px !important;
}

.max-h-px-920 {
  max-height: 920px !important;
}

.h-px-920 {
  height: 920px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-920 {
    max-width: 920px !important;
  }
  .max-h-px-xs-920 {
    max-height: 920px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-920 {
    max-width: 920px !important;
  }
  .max-h-px-sm-920 {
    max-height: 920px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-920 {
    max-width: 920px !important;
  }
  .max-h-px-md-920 {
    max-height: 920px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-920 {
    max-width: 920px !important;
  }
  .max-h-px-lg-920 {
    max-height: 920px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-920 {
    max-width: 920px !important;
  }
  .max-h-px-xl-920 {
    max-height: 920px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-920 {
    max-width: 920px !important;
  }
  .max-h-px-contents-920 {
    max-height: 920px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-920 {
    max-width: 920px !important;
  }
  .max-h-px-screen-920 {
    max-height: 920px !important;
  }
}
.min-w-px-920 {
  min-width: 920px !important;
}

.min-h-px-920 {
  min-height: 920px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-920 {
    min-width: 920px !important;
  }
  .min-h-px-xs-920 {
    min-height: 920px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-920 {
    min-width: 920px !important;
  }
  .min-h-px-sm-920 {
    min-height: 920px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-920 {
    min-width: 920px !important;
  }
  .min-h-px-md-920 {
    min-height: 920px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-920 {
    min-width: 920px !important;
  }
  .min-h-px-lg-920 {
    min-height: 920px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-920 {
    min-width: 920px !important;
  }
  .min-h-px-xl-920 {
    min-height: 920px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-920 {
    min-width: 920px !important;
  }
  .min-h-px-contents-920 {
    min-height: 920px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-920 {
    min-width: 920px !important;
  }
  .min-h-px-screen-920 {
    min-height: 920px !important;
  }
}
.left-93 {
  left: 93% !important;
}

.top-93 {
  top: 93% !important;
}

.bottom-93 {
  bottom: 93% !important;
}

.right-93 {
  right: 93% !important;
}

.max-w-px-930 {
  max-width: 930px !important;
}

.w-px-930 {
  width: 930px !important;
}

.max-h-px-930 {
  max-height: 930px !important;
}

.h-px-930 {
  height: 930px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-930 {
    max-width: 930px !important;
  }
  .max-h-px-xs-930 {
    max-height: 930px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-930 {
    max-width: 930px !important;
  }
  .max-h-px-sm-930 {
    max-height: 930px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-930 {
    max-width: 930px !important;
  }
  .max-h-px-md-930 {
    max-height: 930px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-930 {
    max-width: 930px !important;
  }
  .max-h-px-lg-930 {
    max-height: 930px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-930 {
    max-width: 930px !important;
  }
  .max-h-px-xl-930 {
    max-height: 930px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-930 {
    max-width: 930px !important;
  }
  .max-h-px-contents-930 {
    max-height: 930px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-930 {
    max-width: 930px !important;
  }
  .max-h-px-screen-930 {
    max-height: 930px !important;
  }
}
.min-w-px-930 {
  min-width: 930px !important;
}

.min-h-px-930 {
  min-height: 930px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-930 {
    min-width: 930px !important;
  }
  .min-h-px-xs-930 {
    min-height: 930px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-930 {
    min-width: 930px !important;
  }
  .min-h-px-sm-930 {
    min-height: 930px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-930 {
    min-width: 930px !important;
  }
  .min-h-px-md-930 {
    min-height: 930px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-930 {
    min-width: 930px !important;
  }
  .min-h-px-lg-930 {
    min-height: 930px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-930 {
    min-width: 930px !important;
  }
  .min-h-px-xl-930 {
    min-height: 930px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-930 {
    min-width: 930px !important;
  }
  .min-h-px-contents-930 {
    min-height: 930px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-930 {
    min-width: 930px !important;
  }
  .min-h-px-screen-930 {
    min-height: 930px !important;
  }
}
.left-94 {
  left: 94% !important;
}

.top-94 {
  top: 94% !important;
}

.bottom-94 {
  bottom: 94% !important;
}

.right-94 {
  right: 94% !important;
}

.max-w-px-940 {
  max-width: 940px !important;
}

.w-px-940 {
  width: 940px !important;
}

.max-h-px-940 {
  max-height: 940px !important;
}

.h-px-940 {
  height: 940px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-940 {
    max-width: 940px !important;
  }
  .max-h-px-xs-940 {
    max-height: 940px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-940 {
    max-width: 940px !important;
  }
  .max-h-px-sm-940 {
    max-height: 940px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-940 {
    max-width: 940px !important;
  }
  .max-h-px-md-940 {
    max-height: 940px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-940 {
    max-width: 940px !important;
  }
  .max-h-px-lg-940 {
    max-height: 940px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-940 {
    max-width: 940px !important;
  }
  .max-h-px-xl-940 {
    max-height: 940px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-940 {
    max-width: 940px !important;
  }
  .max-h-px-contents-940 {
    max-height: 940px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-940 {
    max-width: 940px !important;
  }
  .max-h-px-screen-940 {
    max-height: 940px !important;
  }
}
.min-w-px-940 {
  min-width: 940px !important;
}

.min-h-px-940 {
  min-height: 940px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-940 {
    min-width: 940px !important;
  }
  .min-h-px-xs-940 {
    min-height: 940px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-940 {
    min-width: 940px !important;
  }
  .min-h-px-sm-940 {
    min-height: 940px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-940 {
    min-width: 940px !important;
  }
  .min-h-px-md-940 {
    min-height: 940px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-940 {
    min-width: 940px !important;
  }
  .min-h-px-lg-940 {
    min-height: 940px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-940 {
    min-width: 940px !important;
  }
  .min-h-px-xl-940 {
    min-height: 940px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-940 {
    min-width: 940px !important;
  }
  .min-h-px-contents-940 {
    min-height: 940px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-940 {
    min-width: 940px !important;
  }
  .min-h-px-screen-940 {
    min-height: 940px !important;
  }
}
.left-95 {
  left: 95% !important;
}

.top-95 {
  top: 95% !important;
}

.bottom-95 {
  bottom: 95% !important;
}

.right-95 {
  right: 95% !important;
}

.max-w-px-950 {
  max-width: 950px !important;
}

.w-px-950 {
  width: 950px !important;
}

.max-h-px-950 {
  max-height: 950px !important;
}

.h-px-950 {
  height: 950px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-950 {
    max-width: 950px !important;
  }
  .max-h-px-xs-950 {
    max-height: 950px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-950 {
    max-width: 950px !important;
  }
  .max-h-px-sm-950 {
    max-height: 950px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-950 {
    max-width: 950px !important;
  }
  .max-h-px-md-950 {
    max-height: 950px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-950 {
    max-width: 950px !important;
  }
  .max-h-px-lg-950 {
    max-height: 950px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-950 {
    max-width: 950px !important;
  }
  .max-h-px-xl-950 {
    max-height: 950px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-950 {
    max-width: 950px !important;
  }
  .max-h-px-contents-950 {
    max-height: 950px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-950 {
    max-width: 950px !important;
  }
  .max-h-px-screen-950 {
    max-height: 950px !important;
  }
}
.min-w-px-950 {
  min-width: 950px !important;
}

.min-h-px-950 {
  min-height: 950px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-950 {
    min-width: 950px !important;
  }
  .min-h-px-xs-950 {
    min-height: 950px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-950 {
    min-width: 950px !important;
  }
  .min-h-px-sm-950 {
    min-height: 950px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-950 {
    min-width: 950px !important;
  }
  .min-h-px-md-950 {
    min-height: 950px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-950 {
    min-width: 950px !important;
  }
  .min-h-px-lg-950 {
    min-height: 950px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-950 {
    min-width: 950px !important;
  }
  .min-h-px-xl-950 {
    min-height: 950px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-950 {
    min-width: 950px !important;
  }
  .min-h-px-contents-950 {
    min-height: 950px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-950 {
    min-width: 950px !important;
  }
  .min-h-px-screen-950 {
    min-height: 950px !important;
  }
}
.left-96 {
  left: 96% !important;
}

.top-96 {
  top: 96% !important;
}

.bottom-96 {
  bottom: 96% !important;
}

.right-96 {
  right: 96% !important;
}

.max-w-px-960 {
  max-width: 960px !important;
}

.w-px-960 {
  width: 960px !important;
}

.max-h-px-960 {
  max-height: 960px !important;
}

.h-px-960 {
  height: 960px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-960 {
    max-width: 960px !important;
  }
  .max-h-px-xs-960 {
    max-height: 960px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-960 {
    max-width: 960px !important;
  }
  .max-h-px-sm-960 {
    max-height: 960px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-960 {
    max-width: 960px !important;
  }
  .max-h-px-md-960 {
    max-height: 960px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-960 {
    max-width: 960px !important;
  }
  .max-h-px-lg-960 {
    max-height: 960px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-960 {
    max-width: 960px !important;
  }
  .max-h-px-xl-960 {
    max-height: 960px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-960 {
    max-width: 960px !important;
  }
  .max-h-px-contents-960 {
    max-height: 960px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-960 {
    max-width: 960px !important;
  }
  .max-h-px-screen-960 {
    max-height: 960px !important;
  }
}
.min-w-px-960 {
  min-width: 960px !important;
}

.min-h-px-960 {
  min-height: 960px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-960 {
    min-width: 960px !important;
  }
  .min-h-px-xs-960 {
    min-height: 960px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-960 {
    min-width: 960px !important;
  }
  .min-h-px-sm-960 {
    min-height: 960px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-960 {
    min-width: 960px !important;
  }
  .min-h-px-md-960 {
    min-height: 960px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-960 {
    min-width: 960px !important;
  }
  .min-h-px-lg-960 {
    min-height: 960px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-960 {
    min-width: 960px !important;
  }
  .min-h-px-xl-960 {
    min-height: 960px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-960 {
    min-width: 960px !important;
  }
  .min-h-px-contents-960 {
    min-height: 960px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-960 {
    min-width: 960px !important;
  }
  .min-h-px-screen-960 {
    min-height: 960px !important;
  }
}
.left-97 {
  left: 97% !important;
}

.top-97 {
  top: 97% !important;
}

.bottom-97 {
  bottom: 97% !important;
}

.right-97 {
  right: 97% !important;
}

.max-w-px-970 {
  max-width: 970px !important;
}

.w-px-970 {
  width: 970px !important;
}

.max-h-px-970 {
  max-height: 970px !important;
}

.h-px-970 {
  height: 970px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-970 {
    max-width: 970px !important;
  }
  .max-h-px-xs-970 {
    max-height: 970px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-970 {
    max-width: 970px !important;
  }
  .max-h-px-sm-970 {
    max-height: 970px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-970 {
    max-width: 970px !important;
  }
  .max-h-px-md-970 {
    max-height: 970px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-970 {
    max-width: 970px !important;
  }
  .max-h-px-lg-970 {
    max-height: 970px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-970 {
    max-width: 970px !important;
  }
  .max-h-px-xl-970 {
    max-height: 970px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-970 {
    max-width: 970px !important;
  }
  .max-h-px-contents-970 {
    max-height: 970px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-970 {
    max-width: 970px !important;
  }
  .max-h-px-screen-970 {
    max-height: 970px !important;
  }
}
.min-w-px-970 {
  min-width: 970px !important;
}

.min-h-px-970 {
  min-height: 970px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-970 {
    min-width: 970px !important;
  }
  .min-h-px-xs-970 {
    min-height: 970px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-970 {
    min-width: 970px !important;
  }
  .min-h-px-sm-970 {
    min-height: 970px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-970 {
    min-width: 970px !important;
  }
  .min-h-px-md-970 {
    min-height: 970px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-970 {
    min-width: 970px !important;
  }
  .min-h-px-lg-970 {
    min-height: 970px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-970 {
    min-width: 970px !important;
  }
  .min-h-px-xl-970 {
    min-height: 970px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-970 {
    min-width: 970px !important;
  }
  .min-h-px-contents-970 {
    min-height: 970px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-970 {
    min-width: 970px !important;
  }
  .min-h-px-screen-970 {
    min-height: 970px !important;
  }
}
.left-98 {
  left: 98% !important;
}

.top-98 {
  top: 98% !important;
}

.bottom-98 {
  bottom: 98% !important;
}

.right-98 {
  right: 98% !important;
}

.max-w-px-980 {
  max-width: 980px !important;
}

.w-px-980 {
  width: 980px !important;
}

.max-h-px-980 {
  max-height: 980px !important;
}

.h-px-980 {
  height: 980px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-980 {
    max-width: 980px !important;
  }
  .max-h-px-xs-980 {
    max-height: 980px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-980 {
    max-width: 980px !important;
  }
  .max-h-px-sm-980 {
    max-height: 980px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-980 {
    max-width: 980px !important;
  }
  .max-h-px-md-980 {
    max-height: 980px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-980 {
    max-width: 980px !important;
  }
  .max-h-px-lg-980 {
    max-height: 980px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-980 {
    max-width: 980px !important;
  }
  .max-h-px-xl-980 {
    max-height: 980px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-980 {
    max-width: 980px !important;
  }
  .max-h-px-contents-980 {
    max-height: 980px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-980 {
    max-width: 980px !important;
  }
  .max-h-px-screen-980 {
    max-height: 980px !important;
  }
}
.min-w-px-980 {
  min-width: 980px !important;
}

.min-h-px-980 {
  min-height: 980px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-980 {
    min-width: 980px !important;
  }
  .min-h-px-xs-980 {
    min-height: 980px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-980 {
    min-width: 980px !important;
  }
  .min-h-px-sm-980 {
    min-height: 980px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-980 {
    min-width: 980px !important;
  }
  .min-h-px-md-980 {
    min-height: 980px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-980 {
    min-width: 980px !important;
  }
  .min-h-px-lg-980 {
    min-height: 980px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-980 {
    min-width: 980px !important;
  }
  .min-h-px-xl-980 {
    min-height: 980px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-980 {
    min-width: 980px !important;
  }
  .min-h-px-contents-980 {
    min-height: 980px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-980 {
    min-width: 980px !important;
  }
  .min-h-px-screen-980 {
    min-height: 980px !important;
  }
}
.left-99 {
  left: 99% !important;
}

.top-99 {
  top: 99% !important;
}

.bottom-99 {
  bottom: 99% !important;
}

.right-99 {
  right: 99% !important;
}

.max-w-px-990 {
  max-width: 990px !important;
}

.w-px-990 {
  width: 990px !important;
}

.max-h-px-990 {
  max-height: 990px !important;
}

.h-px-990 {
  height: 990px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-990 {
    max-width: 990px !important;
  }
  .max-h-px-xs-990 {
    max-height: 990px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-990 {
    max-width: 990px !important;
  }
  .max-h-px-sm-990 {
    max-height: 990px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-990 {
    max-width: 990px !important;
  }
  .max-h-px-md-990 {
    max-height: 990px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-990 {
    max-width: 990px !important;
  }
  .max-h-px-lg-990 {
    max-height: 990px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-990 {
    max-width: 990px !important;
  }
  .max-h-px-xl-990 {
    max-height: 990px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-990 {
    max-width: 990px !important;
  }
  .max-h-px-contents-990 {
    max-height: 990px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-990 {
    max-width: 990px !important;
  }
  .max-h-px-screen-990 {
    max-height: 990px !important;
  }
}
.min-w-px-990 {
  min-width: 990px !important;
}

.min-h-px-990 {
  min-height: 990px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-990 {
    min-width: 990px !important;
  }
  .min-h-px-xs-990 {
    min-height: 990px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-990 {
    min-width: 990px !important;
  }
  .min-h-px-sm-990 {
    min-height: 990px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-990 {
    min-width: 990px !important;
  }
  .min-h-px-md-990 {
    min-height: 990px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-990 {
    min-width: 990px !important;
  }
  .min-h-px-lg-990 {
    min-height: 990px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-990 {
    min-width: 990px !important;
  }
  .min-h-px-xl-990 {
    min-height: 990px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-990 {
    min-width: 990px !important;
  }
  .min-h-px-contents-990 {
    min-height: 990px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-990 {
    min-width: 990px !important;
  }
  .min-h-px-screen-990 {
    min-height: 990px !important;
  }
}
.left-100 {
  left: 100% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.right-100 {
  right: 100% !important;
}

.max-w-px-1000 {
  max-width: 1000px !important;
}

.w-px-1000 {
  width: 1000px !important;
}

.max-h-px-1000 {
  max-height: 1000px !important;
}

.h-px-1000 {
  height: 1000px !important;
}

@media screen and (min-width: 0px) {
  .max-w-px-xs-1000 {
    max-width: 1000px !important;
  }
  .max-h-px-xs-1000 {
    max-height: 1000px !important;
  }
}
@media screen and (min-width: 640px) {
  .max-w-px-sm-1000 {
    max-width: 1000px !important;
  }
  .max-h-px-sm-1000 {
    max-height: 1000px !important;
  }
}
@media screen and (min-width: 768px) {
  .max-w-px-md-1000 {
    max-width: 1000px !important;
  }
  .max-h-px-md-1000 {
    max-height: 1000px !important;
  }
}
@media screen and (min-width: 1024px) {
  .max-w-px-lg-1000 {
    max-width: 1000px !important;
  }
  .max-h-px-lg-1000 {
    max-height: 1000px !important;
  }
}
@media screen and (min-width: 1560px) {
  .max-w-px-xl-1000 {
    max-width: 1000px !important;
  }
  .max-h-px-xl-1000 {
    max-height: 1000px !important;
  }
}
@media screen and (min-width: 1200px) {
  .max-w-px-contents-1000 {
    max-width: 1000px !important;
  }
  .max-h-px-contents-1000 {
    max-height: 1000px !important;
  }
}
@media screen and (min-width: 1920px) {
  .max-w-px-screen-1000 {
    max-width: 1000px !important;
  }
  .max-h-px-screen-1000 {
    max-height: 1000px !important;
  }
}
.min-w-px-1000 {
  min-width: 1000px !important;
}

.min-h-px-1000 {
  min-height: 1000px !important;
}

@media screen and (min-width: 0px) {
  .min-w-px-xs-1000 {
    min-width: 1000px !important;
  }
  .min-h-px-xs-1000 {
    min-height: 1000px !important;
  }
}
@media screen and (min-width: 640px) {
  .min-w-px-sm-1000 {
    min-width: 1000px !important;
  }
  .min-h-px-sm-1000 {
    min-height: 1000px !important;
  }
}
@media screen and (min-width: 768px) {
  .min-w-px-md-1000 {
    min-width: 1000px !important;
  }
  .min-h-px-md-1000 {
    min-height: 1000px !important;
  }
}
@media screen and (min-width: 1024px) {
  .min-w-px-lg-1000 {
    min-width: 1000px !important;
  }
  .min-h-px-lg-1000 {
    min-height: 1000px !important;
  }
}
@media screen and (min-width: 1560px) {
  .min-w-px-xl-1000 {
    min-width: 1000px !important;
  }
  .min-h-px-xl-1000 {
    min-height: 1000px !important;
  }
}
@media screen and (min-width: 1200px) {
  .min-w-px-contents-1000 {
    min-width: 1000px !important;
  }
  .min-h-px-contents-1000 {
    min-height: 1000px !important;
  }
}
@media screen and (min-width: 1920px) {
  .min-w-px-screen-1000 {
    min-width: 1000px !important;
  }
  .min-h-px-screen-1000 {
    min-height: 1000px !important;
  }
}
.color-border-default {
  color: #dee2e6 !important;
}

.bg-border-default {
  background: #dee2e6 !important;
}

.border-border-default {
  border-color: #dee2e6 !important;
}

.border-start {
  border-left: 1px solid #D9D9D9;
}

.border-end {
  border-right: 1px solid #D9D9D9;
}

.border-top {
  border-top: 1px solid #D9D9D9;
}

.border-bottom {
  border-bottom: 1px solid #D9D9D9;
}

@media screen and (min-width: 0px) {
  .color-xs-border-default {
    color: #dee2e6 !important;
  }
  .bg-xs-border-default {
    background: #dee2e6 !important;
  }
  .border-xs-border-default {
    border-color: #dee2e6 !important;
  }
  .border-xs-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-xs-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-xs-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-xs-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-xs-start-0 {
    border-left: none !important;
  }
  .border-xs-end-0 {
    border-right: none !important;
  }
  .border-xs-top-0 {
    border-top: none !important;
  }
  .border-xs-bottom-0 {
    border-bottom: none !important;
  }
  .border-xs-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 640px) {
  .color-sm-border-default {
    color: #dee2e6 !important;
  }
  .bg-sm-border-default {
    background: #dee2e6 !important;
  }
  .border-sm-border-default {
    border-color: #dee2e6 !important;
  }
  .border-sm-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-sm-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-sm-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-sm-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-sm-start-0 {
    border-left: none !important;
  }
  .border-sm-end-0 {
    border-right: none !important;
  }
  .border-sm-top-0 {
    border-top: none !important;
  }
  .border-sm-bottom-0 {
    border-bottom: none !important;
  }
  .border-sm-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 768px) {
  .color-md-border-default {
    color: #dee2e6 !important;
  }
  .bg-md-border-default {
    background: #dee2e6 !important;
  }
  .border-md-border-default {
    border-color: #dee2e6 !important;
  }
  .border-md-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-md-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-md-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-md-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-md-start-0 {
    border-left: none !important;
  }
  .border-md-end-0 {
    border-right: none !important;
  }
  .border-md-top-0 {
    border-top: none !important;
  }
  .border-md-bottom-0 {
    border-bottom: none !important;
  }
  .border-md-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .color-lg-border-default {
    color: #dee2e6 !important;
  }
  .bg-lg-border-default {
    background: #dee2e6 !important;
  }
  .border-lg-border-default {
    border-color: #dee2e6 !important;
  }
  .border-lg-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-lg-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-lg-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-lg-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-lg-start-0 {
    border-left: none !important;
  }
  .border-lg-end-0 {
    border-right: none !important;
  }
  .border-lg-top-0 {
    border-top: none !important;
  }
  .border-lg-bottom-0 {
    border-bottom: none !important;
  }
  .border-lg-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1560px) {
  .color-xl-border-default {
    color: #dee2e6 !important;
  }
  .bg-xl-border-default {
    background: #dee2e6 !important;
  }
  .border-xl-border-default {
    border-color: #dee2e6 !important;
  }
  .border-xl-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-xl-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-xl-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-xl-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-xl-start-0 {
    border-left: none !important;
  }
  .border-xl-end-0 {
    border-right: none !important;
  }
  .border-xl-top-0 {
    border-top: none !important;
  }
  .border-xl-bottom-0 {
    border-bottom: none !important;
  }
  .border-xl-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .color-contents-border-default {
    color: #dee2e6 !important;
  }
  .bg-contents-border-default {
    background: #dee2e6 !important;
  }
  .border-contents-border-default {
    border-color: #dee2e6 !important;
  }
  .border-contents-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-contents-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-contents-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-contents-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-contents-start-0 {
    border-left: none !important;
  }
  .border-contents-end-0 {
    border-right: none !important;
  }
  .border-contents-top-0 {
    border-top: none !important;
  }
  .border-contents-bottom-0 {
    border-bottom: none !important;
  }
  .border-contents-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1920px) {
  .color-screen-border-default {
    color: #dee2e6 !important;
  }
  .bg-screen-border-default {
    background: #dee2e6 !important;
  }
  .border-screen-border-default {
    border-color: #dee2e6 !important;
  }
  .border-screen-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-screen-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-screen-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-screen-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-screen-start-0 {
    border-left: none !important;
  }
  .border-screen-end-0 {
    border-right: none !important;
  }
  .border-screen-top-0 {
    border-top: none !important;
  }
  .border-screen-bottom-0 {
    border-bottom: none !important;
  }
  .border-screen-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
.color-blue-d9 {
  color: #3675D9 !important;
}

.bg-blue-d9 {
  background: #3675D9 !important;
}

.border-blue-d9 {
  border-color: #3675D9 !important;
}

.border-start {
  border-left: 1px solid #D9D9D9;
}

.border-end {
  border-right: 1px solid #D9D9D9;
}

.border-top {
  border-top: 1px solid #D9D9D9;
}

.border-bottom {
  border-bottom: 1px solid #D9D9D9;
}

@media screen and (min-width: 0px) {
  .color-xs-blue-d9 {
    color: #3675D9 !important;
  }
  .bg-xs-blue-d9 {
    background: #3675D9 !important;
  }
  .border-xs-blue-d9 {
    border-color: #3675D9 !important;
  }
  .border-xs-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-xs-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-xs-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-xs-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-xs-start-0 {
    border-left: none !important;
  }
  .border-xs-end-0 {
    border-right: none !important;
  }
  .border-xs-top-0 {
    border-top: none !important;
  }
  .border-xs-bottom-0 {
    border-bottom: none !important;
  }
  .border-xs-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 640px) {
  .color-sm-blue-d9 {
    color: #3675D9 !important;
  }
  .bg-sm-blue-d9 {
    background: #3675D9 !important;
  }
  .border-sm-blue-d9 {
    border-color: #3675D9 !important;
  }
  .border-sm-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-sm-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-sm-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-sm-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-sm-start-0 {
    border-left: none !important;
  }
  .border-sm-end-0 {
    border-right: none !important;
  }
  .border-sm-top-0 {
    border-top: none !important;
  }
  .border-sm-bottom-0 {
    border-bottom: none !important;
  }
  .border-sm-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 768px) {
  .color-md-blue-d9 {
    color: #3675D9 !important;
  }
  .bg-md-blue-d9 {
    background: #3675D9 !important;
  }
  .border-md-blue-d9 {
    border-color: #3675D9 !important;
  }
  .border-md-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-md-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-md-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-md-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-md-start-0 {
    border-left: none !important;
  }
  .border-md-end-0 {
    border-right: none !important;
  }
  .border-md-top-0 {
    border-top: none !important;
  }
  .border-md-bottom-0 {
    border-bottom: none !important;
  }
  .border-md-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .color-lg-blue-d9 {
    color: #3675D9 !important;
  }
  .bg-lg-blue-d9 {
    background: #3675D9 !important;
  }
  .border-lg-blue-d9 {
    border-color: #3675D9 !important;
  }
  .border-lg-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-lg-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-lg-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-lg-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-lg-start-0 {
    border-left: none !important;
  }
  .border-lg-end-0 {
    border-right: none !important;
  }
  .border-lg-top-0 {
    border-top: none !important;
  }
  .border-lg-bottom-0 {
    border-bottom: none !important;
  }
  .border-lg-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1560px) {
  .color-xl-blue-d9 {
    color: #3675D9 !important;
  }
  .bg-xl-blue-d9 {
    background: #3675D9 !important;
  }
  .border-xl-blue-d9 {
    border-color: #3675D9 !important;
  }
  .border-xl-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-xl-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-xl-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-xl-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-xl-start-0 {
    border-left: none !important;
  }
  .border-xl-end-0 {
    border-right: none !important;
  }
  .border-xl-top-0 {
    border-top: none !important;
  }
  .border-xl-bottom-0 {
    border-bottom: none !important;
  }
  .border-xl-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .color-contents-blue-d9 {
    color: #3675D9 !important;
  }
  .bg-contents-blue-d9 {
    background: #3675D9 !important;
  }
  .border-contents-blue-d9 {
    border-color: #3675D9 !important;
  }
  .border-contents-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-contents-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-contents-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-contents-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-contents-start-0 {
    border-left: none !important;
  }
  .border-contents-end-0 {
    border-right: none !important;
  }
  .border-contents-top-0 {
    border-top: none !important;
  }
  .border-contents-bottom-0 {
    border-bottom: none !important;
  }
  .border-contents-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1920px) {
  .color-screen-blue-d9 {
    color: #3675D9 !important;
  }
  .bg-screen-blue-d9 {
    background: #3675D9 !important;
  }
  .border-screen-blue-d9 {
    border-color: #3675D9 !important;
  }
  .border-screen-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-screen-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-screen-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-screen-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-screen-start-0 {
    border-left: none !important;
  }
  .border-screen-end-0 {
    border-right: none !important;
  }
  .border-screen-top-0 {
    border-top: none !important;
  }
  .border-screen-bottom-0 {
    border-bottom: none !important;
  }
  .border-screen-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
.color-dark-36 {
  color: #363636 !important;
}

.bg-dark-36 {
  background: #363636 !important;
}

.border-dark-36 {
  border-color: #363636 !important;
}

.border-start {
  border-left: 1px solid #D9D9D9;
}

.border-end {
  border-right: 1px solid #D9D9D9;
}

.border-top {
  border-top: 1px solid #D9D9D9;
}

.border-bottom {
  border-bottom: 1px solid #D9D9D9;
}

@media screen and (min-width: 0px) {
  .color-xs-dark-36 {
    color: #363636 !important;
  }
  .bg-xs-dark-36 {
    background: #363636 !important;
  }
  .border-xs-dark-36 {
    border-color: #363636 !important;
  }
  .border-xs-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-xs-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-xs-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-xs-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-xs-start-0 {
    border-left: none !important;
  }
  .border-xs-end-0 {
    border-right: none !important;
  }
  .border-xs-top-0 {
    border-top: none !important;
  }
  .border-xs-bottom-0 {
    border-bottom: none !important;
  }
  .border-xs-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 640px) {
  .color-sm-dark-36 {
    color: #363636 !important;
  }
  .bg-sm-dark-36 {
    background: #363636 !important;
  }
  .border-sm-dark-36 {
    border-color: #363636 !important;
  }
  .border-sm-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-sm-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-sm-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-sm-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-sm-start-0 {
    border-left: none !important;
  }
  .border-sm-end-0 {
    border-right: none !important;
  }
  .border-sm-top-0 {
    border-top: none !important;
  }
  .border-sm-bottom-0 {
    border-bottom: none !important;
  }
  .border-sm-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 768px) {
  .color-md-dark-36 {
    color: #363636 !important;
  }
  .bg-md-dark-36 {
    background: #363636 !important;
  }
  .border-md-dark-36 {
    border-color: #363636 !important;
  }
  .border-md-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-md-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-md-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-md-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-md-start-0 {
    border-left: none !important;
  }
  .border-md-end-0 {
    border-right: none !important;
  }
  .border-md-top-0 {
    border-top: none !important;
  }
  .border-md-bottom-0 {
    border-bottom: none !important;
  }
  .border-md-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .color-lg-dark-36 {
    color: #363636 !important;
  }
  .bg-lg-dark-36 {
    background: #363636 !important;
  }
  .border-lg-dark-36 {
    border-color: #363636 !important;
  }
  .border-lg-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-lg-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-lg-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-lg-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-lg-start-0 {
    border-left: none !important;
  }
  .border-lg-end-0 {
    border-right: none !important;
  }
  .border-lg-top-0 {
    border-top: none !important;
  }
  .border-lg-bottom-0 {
    border-bottom: none !important;
  }
  .border-lg-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1560px) {
  .color-xl-dark-36 {
    color: #363636 !important;
  }
  .bg-xl-dark-36 {
    background: #363636 !important;
  }
  .border-xl-dark-36 {
    border-color: #363636 !important;
  }
  .border-xl-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-xl-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-xl-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-xl-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-xl-start-0 {
    border-left: none !important;
  }
  .border-xl-end-0 {
    border-right: none !important;
  }
  .border-xl-top-0 {
    border-top: none !important;
  }
  .border-xl-bottom-0 {
    border-bottom: none !important;
  }
  .border-xl-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .color-contents-dark-36 {
    color: #363636 !important;
  }
  .bg-contents-dark-36 {
    background: #363636 !important;
  }
  .border-contents-dark-36 {
    border-color: #363636 !important;
  }
  .border-contents-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-contents-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-contents-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-contents-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-contents-start-0 {
    border-left: none !important;
  }
  .border-contents-end-0 {
    border-right: none !important;
  }
  .border-contents-top-0 {
    border-top: none !important;
  }
  .border-contents-bottom-0 {
    border-bottom: none !important;
  }
  .border-contents-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1920px) {
  .color-screen-dark-36 {
    color: #363636 !important;
  }
  .bg-screen-dark-36 {
    background: #363636 !important;
  }
  .border-screen-dark-36 {
    border-color: #363636 !important;
  }
  .border-screen-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-screen-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-screen-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-screen-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-screen-start-0 {
    border-left: none !important;
  }
  .border-screen-end-0 {
    border-right: none !important;
  }
  .border-screen-top-0 {
    border-top: none !important;
  }
  .border-screen-bottom-0 {
    border-bottom: none !important;
  }
  .border-screen-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
.color-blue-95 {
  color: #194C95 !important;
}

.bg-blue-95 {
  background: #194C95 !important;
}

.border-blue-95 {
  border-color: #194C95 !important;
}

.border-start {
  border-left: 1px solid #D9D9D9;
}

.border-end {
  border-right: 1px solid #D9D9D9;
}

.border-top {
  border-top: 1px solid #D9D9D9;
}

.border-bottom {
  border-bottom: 1px solid #D9D9D9;
}

@media screen and (min-width: 0px) {
  .color-xs-blue-95 {
    color: #194C95 !important;
  }
  .bg-xs-blue-95 {
    background: #194C95 !important;
  }
  .border-xs-blue-95 {
    border-color: #194C95 !important;
  }
  .border-xs-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-xs-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-xs-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-xs-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-xs-start-0 {
    border-left: none !important;
  }
  .border-xs-end-0 {
    border-right: none !important;
  }
  .border-xs-top-0 {
    border-top: none !important;
  }
  .border-xs-bottom-0 {
    border-bottom: none !important;
  }
  .border-xs-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 640px) {
  .color-sm-blue-95 {
    color: #194C95 !important;
  }
  .bg-sm-blue-95 {
    background: #194C95 !important;
  }
  .border-sm-blue-95 {
    border-color: #194C95 !important;
  }
  .border-sm-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-sm-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-sm-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-sm-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-sm-start-0 {
    border-left: none !important;
  }
  .border-sm-end-0 {
    border-right: none !important;
  }
  .border-sm-top-0 {
    border-top: none !important;
  }
  .border-sm-bottom-0 {
    border-bottom: none !important;
  }
  .border-sm-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 768px) {
  .color-md-blue-95 {
    color: #194C95 !important;
  }
  .bg-md-blue-95 {
    background: #194C95 !important;
  }
  .border-md-blue-95 {
    border-color: #194C95 !important;
  }
  .border-md-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-md-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-md-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-md-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-md-start-0 {
    border-left: none !important;
  }
  .border-md-end-0 {
    border-right: none !important;
  }
  .border-md-top-0 {
    border-top: none !important;
  }
  .border-md-bottom-0 {
    border-bottom: none !important;
  }
  .border-md-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .color-lg-blue-95 {
    color: #194C95 !important;
  }
  .bg-lg-blue-95 {
    background: #194C95 !important;
  }
  .border-lg-blue-95 {
    border-color: #194C95 !important;
  }
  .border-lg-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-lg-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-lg-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-lg-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-lg-start-0 {
    border-left: none !important;
  }
  .border-lg-end-0 {
    border-right: none !important;
  }
  .border-lg-top-0 {
    border-top: none !important;
  }
  .border-lg-bottom-0 {
    border-bottom: none !important;
  }
  .border-lg-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1560px) {
  .color-xl-blue-95 {
    color: #194C95 !important;
  }
  .bg-xl-blue-95 {
    background: #194C95 !important;
  }
  .border-xl-blue-95 {
    border-color: #194C95 !important;
  }
  .border-xl-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-xl-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-xl-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-xl-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-xl-start-0 {
    border-left: none !important;
  }
  .border-xl-end-0 {
    border-right: none !important;
  }
  .border-xl-top-0 {
    border-top: none !important;
  }
  .border-xl-bottom-0 {
    border-bottom: none !important;
  }
  .border-xl-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .color-contents-blue-95 {
    color: #194C95 !important;
  }
  .bg-contents-blue-95 {
    background: #194C95 !important;
  }
  .border-contents-blue-95 {
    border-color: #194C95 !important;
  }
  .border-contents-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-contents-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-contents-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-contents-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-contents-start-0 {
    border-left: none !important;
  }
  .border-contents-end-0 {
    border-right: none !important;
  }
  .border-contents-top-0 {
    border-top: none !important;
  }
  .border-contents-bottom-0 {
    border-bottom: none !important;
  }
  .border-contents-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1920px) {
  .color-screen-blue-95 {
    color: #194C95 !important;
  }
  .bg-screen-blue-95 {
    background: #194C95 !important;
  }
  .border-screen-blue-95 {
    border-color: #194C95 !important;
  }
  .border-screen-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-screen-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-screen-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-screen-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-screen-start-0 {
    border-left: none !important;
  }
  .border-screen-end-0 {
    border-right: none !important;
  }
  .border-screen-top-0 {
    border-top: none !important;
  }
  .border-screen-bottom-0 {
    border-bottom: none !important;
  }
  .border-screen-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
.color-navy-71 {
  color: #053271 !important;
}

.bg-navy-71 {
  background: #053271 !important;
}

.border-navy-71 {
  border-color: #053271 !important;
}

.border-start {
  border-left: 1px solid #D9D9D9;
}

.border-end {
  border-right: 1px solid #D9D9D9;
}

.border-top {
  border-top: 1px solid #D9D9D9;
}

.border-bottom {
  border-bottom: 1px solid #D9D9D9;
}

@media screen and (min-width: 0px) {
  .color-xs-navy-71 {
    color: #053271 !important;
  }
  .bg-xs-navy-71 {
    background: #053271 !important;
  }
  .border-xs-navy-71 {
    border-color: #053271 !important;
  }
  .border-xs-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-xs-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-xs-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-xs-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-xs-start-0 {
    border-left: none !important;
  }
  .border-xs-end-0 {
    border-right: none !important;
  }
  .border-xs-top-0 {
    border-top: none !important;
  }
  .border-xs-bottom-0 {
    border-bottom: none !important;
  }
  .border-xs-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 640px) {
  .color-sm-navy-71 {
    color: #053271 !important;
  }
  .bg-sm-navy-71 {
    background: #053271 !important;
  }
  .border-sm-navy-71 {
    border-color: #053271 !important;
  }
  .border-sm-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-sm-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-sm-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-sm-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-sm-start-0 {
    border-left: none !important;
  }
  .border-sm-end-0 {
    border-right: none !important;
  }
  .border-sm-top-0 {
    border-top: none !important;
  }
  .border-sm-bottom-0 {
    border-bottom: none !important;
  }
  .border-sm-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 768px) {
  .color-md-navy-71 {
    color: #053271 !important;
  }
  .bg-md-navy-71 {
    background: #053271 !important;
  }
  .border-md-navy-71 {
    border-color: #053271 !important;
  }
  .border-md-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-md-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-md-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-md-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-md-start-0 {
    border-left: none !important;
  }
  .border-md-end-0 {
    border-right: none !important;
  }
  .border-md-top-0 {
    border-top: none !important;
  }
  .border-md-bottom-0 {
    border-bottom: none !important;
  }
  .border-md-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .color-lg-navy-71 {
    color: #053271 !important;
  }
  .bg-lg-navy-71 {
    background: #053271 !important;
  }
  .border-lg-navy-71 {
    border-color: #053271 !important;
  }
  .border-lg-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-lg-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-lg-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-lg-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-lg-start-0 {
    border-left: none !important;
  }
  .border-lg-end-0 {
    border-right: none !important;
  }
  .border-lg-top-0 {
    border-top: none !important;
  }
  .border-lg-bottom-0 {
    border-bottom: none !important;
  }
  .border-lg-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1560px) {
  .color-xl-navy-71 {
    color: #053271 !important;
  }
  .bg-xl-navy-71 {
    background: #053271 !important;
  }
  .border-xl-navy-71 {
    border-color: #053271 !important;
  }
  .border-xl-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-xl-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-xl-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-xl-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-xl-start-0 {
    border-left: none !important;
  }
  .border-xl-end-0 {
    border-right: none !important;
  }
  .border-xl-top-0 {
    border-top: none !important;
  }
  .border-xl-bottom-0 {
    border-bottom: none !important;
  }
  .border-xl-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .color-contents-navy-71 {
    color: #053271 !important;
  }
  .bg-contents-navy-71 {
    background: #053271 !important;
  }
  .border-contents-navy-71 {
    border-color: #053271 !important;
  }
  .border-contents-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-contents-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-contents-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-contents-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-contents-start-0 {
    border-left: none !important;
  }
  .border-contents-end-0 {
    border-right: none !important;
  }
  .border-contents-top-0 {
    border-top: none !important;
  }
  .border-contents-bottom-0 {
    border-bottom: none !important;
  }
  .border-contents-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1920px) {
  .color-screen-navy-71 {
    color: #053271 !important;
  }
  .bg-screen-navy-71 {
    background: #053271 !important;
  }
  .border-screen-navy-71 {
    border-color: #053271 !important;
  }
  .border-screen-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-screen-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-screen-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-screen-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-screen-start-0 {
    border-left: none !important;
  }
  .border-screen-end-0 {
    border-right: none !important;
  }
  .border-screen-top-0 {
    border-top: none !important;
  }
  .border-screen-bottom-0 {
    border-bottom: none !important;
  }
  .border-screen-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
.color-gray-82 {
  color: #828282 !important;
}

.bg-gray-82 {
  background: #828282 !important;
}

.border-gray-82 {
  border-color: #828282 !important;
}

.border-start {
  border-left: 1px solid #D9D9D9;
}

.border-end {
  border-right: 1px solid #D9D9D9;
}

.border-top {
  border-top: 1px solid #D9D9D9;
}

.border-bottom {
  border-bottom: 1px solid #D9D9D9;
}

@media screen and (min-width: 0px) {
  .color-xs-gray-82 {
    color: #828282 !important;
  }
  .bg-xs-gray-82 {
    background: #828282 !important;
  }
  .border-xs-gray-82 {
    border-color: #828282 !important;
  }
  .border-xs-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-xs-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-xs-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-xs-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-xs-start-0 {
    border-left: none !important;
  }
  .border-xs-end-0 {
    border-right: none !important;
  }
  .border-xs-top-0 {
    border-top: none !important;
  }
  .border-xs-bottom-0 {
    border-bottom: none !important;
  }
  .border-xs-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 640px) {
  .color-sm-gray-82 {
    color: #828282 !important;
  }
  .bg-sm-gray-82 {
    background: #828282 !important;
  }
  .border-sm-gray-82 {
    border-color: #828282 !important;
  }
  .border-sm-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-sm-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-sm-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-sm-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-sm-start-0 {
    border-left: none !important;
  }
  .border-sm-end-0 {
    border-right: none !important;
  }
  .border-sm-top-0 {
    border-top: none !important;
  }
  .border-sm-bottom-0 {
    border-bottom: none !important;
  }
  .border-sm-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 768px) {
  .color-md-gray-82 {
    color: #828282 !important;
  }
  .bg-md-gray-82 {
    background: #828282 !important;
  }
  .border-md-gray-82 {
    border-color: #828282 !important;
  }
  .border-md-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-md-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-md-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-md-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-md-start-0 {
    border-left: none !important;
  }
  .border-md-end-0 {
    border-right: none !important;
  }
  .border-md-top-0 {
    border-top: none !important;
  }
  .border-md-bottom-0 {
    border-bottom: none !important;
  }
  .border-md-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .color-lg-gray-82 {
    color: #828282 !important;
  }
  .bg-lg-gray-82 {
    background: #828282 !important;
  }
  .border-lg-gray-82 {
    border-color: #828282 !important;
  }
  .border-lg-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-lg-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-lg-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-lg-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-lg-start-0 {
    border-left: none !important;
  }
  .border-lg-end-0 {
    border-right: none !important;
  }
  .border-lg-top-0 {
    border-top: none !important;
  }
  .border-lg-bottom-0 {
    border-bottom: none !important;
  }
  .border-lg-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1560px) {
  .color-xl-gray-82 {
    color: #828282 !important;
  }
  .bg-xl-gray-82 {
    background: #828282 !important;
  }
  .border-xl-gray-82 {
    border-color: #828282 !important;
  }
  .border-xl-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-xl-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-xl-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-xl-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-xl-start-0 {
    border-left: none !important;
  }
  .border-xl-end-0 {
    border-right: none !important;
  }
  .border-xl-top-0 {
    border-top: none !important;
  }
  .border-xl-bottom-0 {
    border-bottom: none !important;
  }
  .border-xl-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .color-contents-gray-82 {
    color: #828282 !important;
  }
  .bg-contents-gray-82 {
    background: #828282 !important;
  }
  .border-contents-gray-82 {
    border-color: #828282 !important;
  }
  .border-contents-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-contents-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-contents-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-contents-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-contents-start-0 {
    border-left: none !important;
  }
  .border-contents-end-0 {
    border-right: none !important;
  }
  .border-contents-top-0 {
    border-top: none !important;
  }
  .border-contents-bottom-0 {
    border-bottom: none !important;
  }
  .border-contents-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1920px) {
  .color-screen-gray-82 {
    color: #828282 !important;
  }
  .bg-screen-gray-82 {
    background: #828282 !important;
  }
  .border-screen-gray-82 {
    border-color: #828282 !important;
  }
  .border-screen-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-screen-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-screen-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-screen-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-screen-start-0 {
    border-left: none !important;
  }
  .border-screen-end-0 {
    border-right: none !important;
  }
  .border-screen-top-0 {
    border-top: none !important;
  }
  .border-screen-bottom-0 {
    border-bottom: none !important;
  }
  .border-screen-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
.color-gray-b7 {
  color: #B3B4B7 !important;
}

.bg-gray-b7 {
  background: #B3B4B7 !important;
}

.border-gray-b7 {
  border-color: #B3B4B7 !important;
}

.border-start {
  border-left: 1px solid #D9D9D9;
}

.border-end {
  border-right: 1px solid #D9D9D9;
}

.border-top {
  border-top: 1px solid #D9D9D9;
}

.border-bottom {
  border-bottom: 1px solid #D9D9D9;
}

@media screen and (min-width: 0px) {
  .color-xs-gray-b7 {
    color: #B3B4B7 !important;
  }
  .bg-xs-gray-b7 {
    background: #B3B4B7 !important;
  }
  .border-xs-gray-b7 {
    border-color: #B3B4B7 !important;
  }
  .border-xs-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-xs-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-xs-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-xs-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-xs-start-0 {
    border-left: none !important;
  }
  .border-xs-end-0 {
    border-right: none !important;
  }
  .border-xs-top-0 {
    border-top: none !important;
  }
  .border-xs-bottom-0 {
    border-bottom: none !important;
  }
  .border-xs-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 640px) {
  .color-sm-gray-b7 {
    color: #B3B4B7 !important;
  }
  .bg-sm-gray-b7 {
    background: #B3B4B7 !important;
  }
  .border-sm-gray-b7 {
    border-color: #B3B4B7 !important;
  }
  .border-sm-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-sm-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-sm-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-sm-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-sm-start-0 {
    border-left: none !important;
  }
  .border-sm-end-0 {
    border-right: none !important;
  }
  .border-sm-top-0 {
    border-top: none !important;
  }
  .border-sm-bottom-0 {
    border-bottom: none !important;
  }
  .border-sm-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 768px) {
  .color-md-gray-b7 {
    color: #B3B4B7 !important;
  }
  .bg-md-gray-b7 {
    background: #B3B4B7 !important;
  }
  .border-md-gray-b7 {
    border-color: #B3B4B7 !important;
  }
  .border-md-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-md-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-md-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-md-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-md-start-0 {
    border-left: none !important;
  }
  .border-md-end-0 {
    border-right: none !important;
  }
  .border-md-top-0 {
    border-top: none !important;
  }
  .border-md-bottom-0 {
    border-bottom: none !important;
  }
  .border-md-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .color-lg-gray-b7 {
    color: #B3B4B7 !important;
  }
  .bg-lg-gray-b7 {
    background: #B3B4B7 !important;
  }
  .border-lg-gray-b7 {
    border-color: #B3B4B7 !important;
  }
  .border-lg-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-lg-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-lg-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-lg-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-lg-start-0 {
    border-left: none !important;
  }
  .border-lg-end-0 {
    border-right: none !important;
  }
  .border-lg-top-0 {
    border-top: none !important;
  }
  .border-lg-bottom-0 {
    border-bottom: none !important;
  }
  .border-lg-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1560px) {
  .color-xl-gray-b7 {
    color: #B3B4B7 !important;
  }
  .bg-xl-gray-b7 {
    background: #B3B4B7 !important;
  }
  .border-xl-gray-b7 {
    border-color: #B3B4B7 !important;
  }
  .border-xl-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-xl-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-xl-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-xl-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-xl-start-0 {
    border-left: none !important;
  }
  .border-xl-end-0 {
    border-right: none !important;
  }
  .border-xl-top-0 {
    border-top: none !important;
  }
  .border-xl-bottom-0 {
    border-bottom: none !important;
  }
  .border-xl-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .color-contents-gray-b7 {
    color: #B3B4B7 !important;
  }
  .bg-contents-gray-b7 {
    background: #B3B4B7 !important;
  }
  .border-contents-gray-b7 {
    border-color: #B3B4B7 !important;
  }
  .border-contents-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-contents-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-contents-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-contents-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-contents-start-0 {
    border-left: none !important;
  }
  .border-contents-end-0 {
    border-right: none !important;
  }
  .border-contents-top-0 {
    border-top: none !important;
  }
  .border-contents-bottom-0 {
    border-bottom: none !important;
  }
  .border-contents-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1920px) {
  .color-screen-gray-b7 {
    color: #B3B4B7 !important;
  }
  .bg-screen-gray-b7 {
    background: #B3B4B7 !important;
  }
  .border-screen-gray-b7 {
    border-color: #B3B4B7 !important;
  }
  .border-screen-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-screen-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-screen-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-screen-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-screen-start-0 {
    border-left: none !important;
  }
  .border-screen-end-0 {
    border-right: none !important;
  }
  .border-screen-top-0 {
    border-top: none !important;
  }
  .border-screen-bottom-0 {
    border-bottom: none !important;
  }
  .border-screen-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
.color-blue-f6 {
  color: #E5EEF6 !important;
}

.bg-blue-f6 {
  background: #E5EEF6 !important;
}

.border-blue-f6 {
  border-color: #E5EEF6 !important;
}

.border-start {
  border-left: 1px solid #D9D9D9;
}

.border-end {
  border-right: 1px solid #D9D9D9;
}

.border-top {
  border-top: 1px solid #D9D9D9;
}

.border-bottom {
  border-bottom: 1px solid #D9D9D9;
}

@media screen and (min-width: 0px) {
  .color-xs-blue-f6 {
    color: #E5EEF6 !important;
  }
  .bg-xs-blue-f6 {
    background: #E5EEF6 !important;
  }
  .border-xs-blue-f6 {
    border-color: #E5EEF6 !important;
  }
  .border-xs-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-xs-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-xs-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-xs-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-xs-start-0 {
    border-left: none !important;
  }
  .border-xs-end-0 {
    border-right: none !important;
  }
  .border-xs-top-0 {
    border-top: none !important;
  }
  .border-xs-bottom-0 {
    border-bottom: none !important;
  }
  .border-xs-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 640px) {
  .color-sm-blue-f6 {
    color: #E5EEF6 !important;
  }
  .bg-sm-blue-f6 {
    background: #E5EEF6 !important;
  }
  .border-sm-blue-f6 {
    border-color: #E5EEF6 !important;
  }
  .border-sm-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-sm-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-sm-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-sm-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-sm-start-0 {
    border-left: none !important;
  }
  .border-sm-end-0 {
    border-right: none !important;
  }
  .border-sm-top-0 {
    border-top: none !important;
  }
  .border-sm-bottom-0 {
    border-bottom: none !important;
  }
  .border-sm-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 768px) {
  .color-md-blue-f6 {
    color: #E5EEF6 !important;
  }
  .bg-md-blue-f6 {
    background: #E5EEF6 !important;
  }
  .border-md-blue-f6 {
    border-color: #E5EEF6 !important;
  }
  .border-md-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-md-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-md-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-md-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-md-start-0 {
    border-left: none !important;
  }
  .border-md-end-0 {
    border-right: none !important;
  }
  .border-md-top-0 {
    border-top: none !important;
  }
  .border-md-bottom-0 {
    border-bottom: none !important;
  }
  .border-md-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .color-lg-blue-f6 {
    color: #E5EEF6 !important;
  }
  .bg-lg-blue-f6 {
    background: #E5EEF6 !important;
  }
  .border-lg-blue-f6 {
    border-color: #E5EEF6 !important;
  }
  .border-lg-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-lg-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-lg-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-lg-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-lg-start-0 {
    border-left: none !important;
  }
  .border-lg-end-0 {
    border-right: none !important;
  }
  .border-lg-top-0 {
    border-top: none !important;
  }
  .border-lg-bottom-0 {
    border-bottom: none !important;
  }
  .border-lg-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1560px) {
  .color-xl-blue-f6 {
    color: #E5EEF6 !important;
  }
  .bg-xl-blue-f6 {
    background: #E5EEF6 !important;
  }
  .border-xl-blue-f6 {
    border-color: #E5EEF6 !important;
  }
  .border-xl-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-xl-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-xl-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-xl-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-xl-start-0 {
    border-left: none !important;
  }
  .border-xl-end-0 {
    border-right: none !important;
  }
  .border-xl-top-0 {
    border-top: none !important;
  }
  .border-xl-bottom-0 {
    border-bottom: none !important;
  }
  .border-xl-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .color-contents-blue-f6 {
    color: #E5EEF6 !important;
  }
  .bg-contents-blue-f6 {
    background: #E5EEF6 !important;
  }
  .border-contents-blue-f6 {
    border-color: #E5EEF6 !important;
  }
  .border-contents-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-contents-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-contents-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-contents-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-contents-start-0 {
    border-left: none !important;
  }
  .border-contents-end-0 {
    border-right: none !important;
  }
  .border-contents-top-0 {
    border-top: none !important;
  }
  .border-contents-bottom-0 {
    border-bottom: none !important;
  }
  .border-contents-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1920px) {
  .color-screen-blue-f6 {
    color: #E5EEF6 !important;
  }
  .bg-screen-blue-f6 {
    background: #E5EEF6 !important;
  }
  .border-screen-blue-f6 {
    border-color: #E5EEF6 !important;
  }
  .border-screen-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-screen-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-screen-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-screen-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-screen-start-0 {
    border-left: none !important;
  }
  .border-screen-end-0 {
    border-right: none !important;
  }
  .border-screen-top-0 {
    border-top: none !important;
  }
  .border-screen-bottom-0 {
    border-bottom: none !important;
  }
  .border-screen-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
.color-gray-f6 {
  color: #F3F4F6 !important;
}

.bg-gray-f6 {
  background: #F3F4F6 !important;
}

.border-gray-f6 {
  border-color: #F3F4F6 !important;
}

.border-start {
  border-left: 1px solid #D9D9D9;
}

.border-end {
  border-right: 1px solid #D9D9D9;
}

.border-top {
  border-top: 1px solid #D9D9D9;
}

.border-bottom {
  border-bottom: 1px solid #D9D9D9;
}

@media screen and (min-width: 0px) {
  .color-xs-gray-f6 {
    color: #F3F4F6 !important;
  }
  .bg-xs-gray-f6 {
    background: #F3F4F6 !important;
  }
  .border-xs-gray-f6 {
    border-color: #F3F4F6 !important;
  }
  .border-xs-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-xs-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-xs-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-xs-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-xs-start-0 {
    border-left: none !important;
  }
  .border-xs-end-0 {
    border-right: none !important;
  }
  .border-xs-top-0 {
    border-top: none !important;
  }
  .border-xs-bottom-0 {
    border-bottom: none !important;
  }
  .border-xs-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 640px) {
  .color-sm-gray-f6 {
    color: #F3F4F6 !important;
  }
  .bg-sm-gray-f6 {
    background: #F3F4F6 !important;
  }
  .border-sm-gray-f6 {
    border-color: #F3F4F6 !important;
  }
  .border-sm-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-sm-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-sm-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-sm-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-sm-start-0 {
    border-left: none !important;
  }
  .border-sm-end-0 {
    border-right: none !important;
  }
  .border-sm-top-0 {
    border-top: none !important;
  }
  .border-sm-bottom-0 {
    border-bottom: none !important;
  }
  .border-sm-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 768px) {
  .color-md-gray-f6 {
    color: #F3F4F6 !important;
  }
  .bg-md-gray-f6 {
    background: #F3F4F6 !important;
  }
  .border-md-gray-f6 {
    border-color: #F3F4F6 !important;
  }
  .border-md-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-md-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-md-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-md-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-md-start-0 {
    border-left: none !important;
  }
  .border-md-end-0 {
    border-right: none !important;
  }
  .border-md-top-0 {
    border-top: none !important;
  }
  .border-md-bottom-0 {
    border-bottom: none !important;
  }
  .border-md-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .color-lg-gray-f6 {
    color: #F3F4F6 !important;
  }
  .bg-lg-gray-f6 {
    background: #F3F4F6 !important;
  }
  .border-lg-gray-f6 {
    border-color: #F3F4F6 !important;
  }
  .border-lg-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-lg-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-lg-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-lg-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-lg-start-0 {
    border-left: none !important;
  }
  .border-lg-end-0 {
    border-right: none !important;
  }
  .border-lg-top-0 {
    border-top: none !important;
  }
  .border-lg-bottom-0 {
    border-bottom: none !important;
  }
  .border-lg-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1560px) {
  .color-xl-gray-f6 {
    color: #F3F4F6 !important;
  }
  .bg-xl-gray-f6 {
    background: #F3F4F6 !important;
  }
  .border-xl-gray-f6 {
    border-color: #F3F4F6 !important;
  }
  .border-xl-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-xl-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-xl-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-xl-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-xl-start-0 {
    border-left: none !important;
  }
  .border-xl-end-0 {
    border-right: none !important;
  }
  .border-xl-top-0 {
    border-top: none !important;
  }
  .border-xl-bottom-0 {
    border-bottom: none !important;
  }
  .border-xl-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .color-contents-gray-f6 {
    color: #F3F4F6 !important;
  }
  .bg-contents-gray-f6 {
    background: #F3F4F6 !important;
  }
  .border-contents-gray-f6 {
    border-color: #F3F4F6 !important;
  }
  .border-contents-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-contents-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-contents-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-contents-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-contents-start-0 {
    border-left: none !important;
  }
  .border-contents-end-0 {
    border-right: none !important;
  }
  .border-contents-top-0 {
    border-top: none !important;
  }
  .border-contents-bottom-0 {
    border-bottom: none !important;
  }
  .border-contents-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1920px) {
  .color-screen-gray-f6 {
    color: #F3F4F6 !important;
  }
  .bg-screen-gray-f6 {
    background: #F3F4F6 !important;
  }
  .border-screen-gray-f6 {
    border-color: #F3F4F6 !important;
  }
  .border-screen-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-screen-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-screen-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-screen-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-screen-start-0 {
    border-left: none !important;
  }
  .border-screen-end-0 {
    border-right: none !important;
  }
  .border-screen-top-0 {
    border-top: none !important;
  }
  .border-screen-bottom-0 {
    border-bottom: none !important;
  }
  .border-screen-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
.color-navy-3e {
  color: #18243E !important;
}

.bg-navy-3e {
  background: #18243E !important;
}

.border-navy-3e {
  border-color: #18243E !important;
}

.border-start {
  border-left: 1px solid #D9D9D9;
}

.border-end {
  border-right: 1px solid #D9D9D9;
}

.border-top {
  border-top: 1px solid #D9D9D9;
}

.border-bottom {
  border-bottom: 1px solid #D9D9D9;
}

@media screen and (min-width: 0px) {
  .color-xs-navy-3e {
    color: #18243E !important;
  }
  .bg-xs-navy-3e {
    background: #18243E !important;
  }
  .border-xs-navy-3e {
    border-color: #18243E !important;
  }
  .border-xs-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-xs-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-xs-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-xs-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-xs-start-0 {
    border-left: none !important;
  }
  .border-xs-end-0 {
    border-right: none !important;
  }
  .border-xs-top-0 {
    border-top: none !important;
  }
  .border-xs-bottom-0 {
    border-bottom: none !important;
  }
  .border-xs-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 640px) {
  .color-sm-navy-3e {
    color: #18243E !important;
  }
  .bg-sm-navy-3e {
    background: #18243E !important;
  }
  .border-sm-navy-3e {
    border-color: #18243E !important;
  }
  .border-sm-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-sm-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-sm-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-sm-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-sm-start-0 {
    border-left: none !important;
  }
  .border-sm-end-0 {
    border-right: none !important;
  }
  .border-sm-top-0 {
    border-top: none !important;
  }
  .border-sm-bottom-0 {
    border-bottom: none !important;
  }
  .border-sm-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 768px) {
  .color-md-navy-3e {
    color: #18243E !important;
  }
  .bg-md-navy-3e {
    background: #18243E !important;
  }
  .border-md-navy-3e {
    border-color: #18243E !important;
  }
  .border-md-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-md-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-md-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-md-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-md-start-0 {
    border-left: none !important;
  }
  .border-md-end-0 {
    border-right: none !important;
  }
  .border-md-top-0 {
    border-top: none !important;
  }
  .border-md-bottom-0 {
    border-bottom: none !important;
  }
  .border-md-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .color-lg-navy-3e {
    color: #18243E !important;
  }
  .bg-lg-navy-3e {
    background: #18243E !important;
  }
  .border-lg-navy-3e {
    border-color: #18243E !important;
  }
  .border-lg-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-lg-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-lg-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-lg-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-lg-start-0 {
    border-left: none !important;
  }
  .border-lg-end-0 {
    border-right: none !important;
  }
  .border-lg-top-0 {
    border-top: none !important;
  }
  .border-lg-bottom-0 {
    border-bottom: none !important;
  }
  .border-lg-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1560px) {
  .color-xl-navy-3e {
    color: #18243E !important;
  }
  .bg-xl-navy-3e {
    background: #18243E !important;
  }
  .border-xl-navy-3e {
    border-color: #18243E !important;
  }
  .border-xl-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-xl-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-xl-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-xl-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-xl-start-0 {
    border-left: none !important;
  }
  .border-xl-end-0 {
    border-right: none !important;
  }
  .border-xl-top-0 {
    border-top: none !important;
  }
  .border-xl-bottom-0 {
    border-bottom: none !important;
  }
  .border-xl-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .color-contents-navy-3e {
    color: #18243E !important;
  }
  .bg-contents-navy-3e {
    background: #18243E !important;
  }
  .border-contents-navy-3e {
    border-color: #18243E !important;
  }
  .border-contents-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-contents-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-contents-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-contents-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-contents-start-0 {
    border-left: none !important;
  }
  .border-contents-end-0 {
    border-right: none !important;
  }
  .border-contents-top-0 {
    border-top: none !important;
  }
  .border-contents-bottom-0 {
    border-bottom: none !important;
  }
  .border-contents-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1920px) {
  .color-screen-navy-3e {
    color: #18243E !important;
  }
  .bg-screen-navy-3e {
    background: #18243E !important;
  }
  .border-screen-navy-3e {
    border-color: #18243E !important;
  }
  .border-screen-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-screen-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-screen-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-screen-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-screen-start-0 {
    border-left: none !important;
  }
  .border-screen-end-0 {
    border-right: none !important;
  }
  .border-screen-top-0 {
    border-top: none !important;
  }
  .border-screen-bottom-0 {
    border-bottom: none !important;
  }
  .border-screen-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
.color-blue-fc {
  color: #8CCCFC !important;
}

.bg-blue-fc {
  background: #8CCCFC !important;
}

.border-blue-fc {
  border-color: #8CCCFC !important;
}

.border-start {
  border-left: 1px solid #D9D9D9;
}

.border-end {
  border-right: 1px solid #D9D9D9;
}

.border-top {
  border-top: 1px solid #D9D9D9;
}

.border-bottom {
  border-bottom: 1px solid #D9D9D9;
}

@media screen and (min-width: 0px) {
  .color-xs-blue-fc {
    color: #8CCCFC !important;
  }
  .bg-xs-blue-fc {
    background: #8CCCFC !important;
  }
  .border-xs-blue-fc {
    border-color: #8CCCFC !important;
  }
  .border-xs-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-xs-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-xs-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-xs-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-xs-start-0 {
    border-left: none !important;
  }
  .border-xs-end-0 {
    border-right: none !important;
  }
  .border-xs-top-0 {
    border-top: none !important;
  }
  .border-xs-bottom-0 {
    border-bottom: none !important;
  }
  .border-xs-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 640px) {
  .color-sm-blue-fc {
    color: #8CCCFC !important;
  }
  .bg-sm-blue-fc {
    background: #8CCCFC !important;
  }
  .border-sm-blue-fc {
    border-color: #8CCCFC !important;
  }
  .border-sm-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-sm-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-sm-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-sm-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-sm-start-0 {
    border-left: none !important;
  }
  .border-sm-end-0 {
    border-right: none !important;
  }
  .border-sm-top-0 {
    border-top: none !important;
  }
  .border-sm-bottom-0 {
    border-bottom: none !important;
  }
  .border-sm-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 768px) {
  .color-md-blue-fc {
    color: #8CCCFC !important;
  }
  .bg-md-blue-fc {
    background: #8CCCFC !important;
  }
  .border-md-blue-fc {
    border-color: #8CCCFC !important;
  }
  .border-md-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-md-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-md-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-md-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-md-start-0 {
    border-left: none !important;
  }
  .border-md-end-0 {
    border-right: none !important;
  }
  .border-md-top-0 {
    border-top: none !important;
  }
  .border-md-bottom-0 {
    border-bottom: none !important;
  }
  .border-md-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .color-lg-blue-fc {
    color: #8CCCFC !important;
  }
  .bg-lg-blue-fc {
    background: #8CCCFC !important;
  }
  .border-lg-blue-fc {
    border-color: #8CCCFC !important;
  }
  .border-lg-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-lg-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-lg-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-lg-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-lg-start-0 {
    border-left: none !important;
  }
  .border-lg-end-0 {
    border-right: none !important;
  }
  .border-lg-top-0 {
    border-top: none !important;
  }
  .border-lg-bottom-0 {
    border-bottom: none !important;
  }
  .border-lg-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1560px) {
  .color-xl-blue-fc {
    color: #8CCCFC !important;
  }
  .bg-xl-blue-fc {
    background: #8CCCFC !important;
  }
  .border-xl-blue-fc {
    border-color: #8CCCFC !important;
  }
  .border-xl-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-xl-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-xl-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-xl-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-xl-start-0 {
    border-left: none !important;
  }
  .border-xl-end-0 {
    border-right: none !important;
  }
  .border-xl-top-0 {
    border-top: none !important;
  }
  .border-xl-bottom-0 {
    border-bottom: none !important;
  }
  .border-xl-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .color-contents-blue-fc {
    color: #8CCCFC !important;
  }
  .bg-contents-blue-fc {
    background: #8CCCFC !important;
  }
  .border-contents-blue-fc {
    border-color: #8CCCFC !important;
  }
  .border-contents-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-contents-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-contents-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-contents-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-contents-start-0 {
    border-left: none !important;
  }
  .border-contents-end-0 {
    border-right: none !important;
  }
  .border-contents-top-0 {
    border-top: none !important;
  }
  .border-contents-bottom-0 {
    border-bottom: none !important;
  }
  .border-contents-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1920px) {
  .color-screen-blue-fc {
    color: #8CCCFC !important;
  }
  .bg-screen-blue-fc {
    background: #8CCCFC !important;
  }
  .border-screen-blue-fc {
    border-color: #8CCCFC !important;
  }
  .border-screen-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-screen-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-screen-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-screen-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-screen-start-0 {
    border-left: none !important;
  }
  .border-screen-end-0 {
    border-right: none !important;
  }
  .border-screen-top-0 {
    border-top: none !important;
  }
  .border-screen-bottom-0 {
    border-bottom: none !important;
  }
  .border-screen-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
.color-blue-ff {
  color: #4898FF !important;
}

.bg-blue-ff {
  background: #4898FF !important;
}

.border-blue-ff {
  border-color: #4898FF !important;
}

.border-start {
  border-left: 1px solid #D9D9D9;
}

.border-end {
  border-right: 1px solid #D9D9D9;
}

.border-top {
  border-top: 1px solid #D9D9D9;
}

.border-bottom {
  border-bottom: 1px solid #D9D9D9;
}

@media screen and (min-width: 0px) {
  .color-xs-blue-ff {
    color: #4898FF !important;
  }
  .bg-xs-blue-ff {
    background: #4898FF !important;
  }
  .border-xs-blue-ff {
    border-color: #4898FF !important;
  }
  .border-xs-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-xs-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-xs-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-xs-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-xs-start-0 {
    border-left: none !important;
  }
  .border-xs-end-0 {
    border-right: none !important;
  }
  .border-xs-top-0 {
    border-top: none !important;
  }
  .border-xs-bottom-0 {
    border-bottom: none !important;
  }
  .border-xs-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 640px) {
  .color-sm-blue-ff {
    color: #4898FF !important;
  }
  .bg-sm-blue-ff {
    background: #4898FF !important;
  }
  .border-sm-blue-ff {
    border-color: #4898FF !important;
  }
  .border-sm-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-sm-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-sm-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-sm-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-sm-start-0 {
    border-left: none !important;
  }
  .border-sm-end-0 {
    border-right: none !important;
  }
  .border-sm-top-0 {
    border-top: none !important;
  }
  .border-sm-bottom-0 {
    border-bottom: none !important;
  }
  .border-sm-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 768px) {
  .color-md-blue-ff {
    color: #4898FF !important;
  }
  .bg-md-blue-ff {
    background: #4898FF !important;
  }
  .border-md-blue-ff {
    border-color: #4898FF !important;
  }
  .border-md-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-md-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-md-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-md-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-md-start-0 {
    border-left: none !important;
  }
  .border-md-end-0 {
    border-right: none !important;
  }
  .border-md-top-0 {
    border-top: none !important;
  }
  .border-md-bottom-0 {
    border-bottom: none !important;
  }
  .border-md-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .color-lg-blue-ff {
    color: #4898FF !important;
  }
  .bg-lg-blue-ff {
    background: #4898FF !important;
  }
  .border-lg-blue-ff {
    border-color: #4898FF !important;
  }
  .border-lg-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-lg-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-lg-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-lg-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-lg-start-0 {
    border-left: none !important;
  }
  .border-lg-end-0 {
    border-right: none !important;
  }
  .border-lg-top-0 {
    border-top: none !important;
  }
  .border-lg-bottom-0 {
    border-bottom: none !important;
  }
  .border-lg-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1560px) {
  .color-xl-blue-ff {
    color: #4898FF !important;
  }
  .bg-xl-blue-ff {
    background: #4898FF !important;
  }
  .border-xl-blue-ff {
    border-color: #4898FF !important;
  }
  .border-xl-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-xl-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-xl-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-xl-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-xl-start-0 {
    border-left: none !important;
  }
  .border-xl-end-0 {
    border-right: none !important;
  }
  .border-xl-top-0 {
    border-top: none !important;
  }
  .border-xl-bottom-0 {
    border-bottom: none !important;
  }
  .border-xl-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .color-contents-blue-ff {
    color: #4898FF !important;
  }
  .bg-contents-blue-ff {
    background: #4898FF !important;
  }
  .border-contents-blue-ff {
    border-color: #4898FF !important;
  }
  .border-contents-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-contents-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-contents-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-contents-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-contents-start-0 {
    border-left: none !important;
  }
  .border-contents-end-0 {
    border-right: none !important;
  }
  .border-contents-top-0 {
    border-top: none !important;
  }
  .border-contents-bottom-0 {
    border-bottom: none !important;
  }
  .border-contents-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1920px) {
  .color-screen-blue-ff {
    color: #4898FF !important;
  }
  .bg-screen-blue-ff {
    background: #4898FF !important;
  }
  .border-screen-blue-ff {
    border-color: #4898FF !important;
  }
  .border-screen-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-screen-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-screen-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-screen-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-screen-start-0 {
    border-left: none !important;
  }
  .border-screen-end-0 {
    border-right: none !important;
  }
  .border-screen-top-0 {
    border-top: none !important;
  }
  .border-screen-bottom-0 {
    border-bottom: none !important;
  }
  .border-screen-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
.color-gray-51 {
  color: #515151 !important;
}

.bg-gray-51 {
  background: #515151 !important;
}

.border-gray-51 {
  border-color: #515151 !important;
}

.border-start {
  border-left: 1px solid #D9D9D9;
}

.border-end {
  border-right: 1px solid #D9D9D9;
}

.border-top {
  border-top: 1px solid #D9D9D9;
}

.border-bottom {
  border-bottom: 1px solid #D9D9D9;
}

@media screen and (min-width: 0px) {
  .color-xs-gray-51 {
    color: #515151 !important;
  }
  .bg-xs-gray-51 {
    background: #515151 !important;
  }
  .border-xs-gray-51 {
    border-color: #515151 !important;
  }
  .border-xs-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-xs-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-xs-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-xs-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-xs-start-0 {
    border-left: none !important;
  }
  .border-xs-end-0 {
    border-right: none !important;
  }
  .border-xs-top-0 {
    border-top: none !important;
  }
  .border-xs-bottom-0 {
    border-bottom: none !important;
  }
  .border-xs-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 640px) {
  .color-sm-gray-51 {
    color: #515151 !important;
  }
  .bg-sm-gray-51 {
    background: #515151 !important;
  }
  .border-sm-gray-51 {
    border-color: #515151 !important;
  }
  .border-sm-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-sm-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-sm-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-sm-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-sm-start-0 {
    border-left: none !important;
  }
  .border-sm-end-0 {
    border-right: none !important;
  }
  .border-sm-top-0 {
    border-top: none !important;
  }
  .border-sm-bottom-0 {
    border-bottom: none !important;
  }
  .border-sm-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 768px) {
  .color-md-gray-51 {
    color: #515151 !important;
  }
  .bg-md-gray-51 {
    background: #515151 !important;
  }
  .border-md-gray-51 {
    border-color: #515151 !important;
  }
  .border-md-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-md-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-md-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-md-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-md-start-0 {
    border-left: none !important;
  }
  .border-md-end-0 {
    border-right: none !important;
  }
  .border-md-top-0 {
    border-top: none !important;
  }
  .border-md-bottom-0 {
    border-bottom: none !important;
  }
  .border-md-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .color-lg-gray-51 {
    color: #515151 !important;
  }
  .bg-lg-gray-51 {
    background: #515151 !important;
  }
  .border-lg-gray-51 {
    border-color: #515151 !important;
  }
  .border-lg-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-lg-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-lg-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-lg-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-lg-start-0 {
    border-left: none !important;
  }
  .border-lg-end-0 {
    border-right: none !important;
  }
  .border-lg-top-0 {
    border-top: none !important;
  }
  .border-lg-bottom-0 {
    border-bottom: none !important;
  }
  .border-lg-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1560px) {
  .color-xl-gray-51 {
    color: #515151 !important;
  }
  .bg-xl-gray-51 {
    background: #515151 !important;
  }
  .border-xl-gray-51 {
    border-color: #515151 !important;
  }
  .border-xl-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-xl-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-xl-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-xl-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-xl-start-0 {
    border-left: none !important;
  }
  .border-xl-end-0 {
    border-right: none !important;
  }
  .border-xl-top-0 {
    border-top: none !important;
  }
  .border-xl-bottom-0 {
    border-bottom: none !important;
  }
  .border-xl-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .color-contents-gray-51 {
    color: #515151 !important;
  }
  .bg-contents-gray-51 {
    background: #515151 !important;
  }
  .border-contents-gray-51 {
    border-color: #515151 !important;
  }
  .border-contents-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-contents-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-contents-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-contents-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-contents-start-0 {
    border-left: none !important;
  }
  .border-contents-end-0 {
    border-right: none !important;
  }
  .border-contents-top-0 {
    border-top: none !important;
  }
  .border-contents-bottom-0 {
    border-bottom: none !important;
  }
  .border-contents-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1920px) {
  .color-screen-gray-51 {
    color: #515151 !important;
  }
  .bg-screen-gray-51 {
    background: #515151 !important;
  }
  .border-screen-gray-51 {
    border-color: #515151 !important;
  }
  .border-screen-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-screen-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-screen-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-screen-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-screen-start-0 {
    border-left: none !important;
  }
  .border-screen-end-0 {
    border-right: none !important;
  }
  .border-screen-top-0 {
    border-top: none !important;
  }
  .border-screen-bottom-0 {
    border-bottom: none !important;
  }
  .border-screen-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
.color-blue-fd {
  color: #F9FAFD !important;
}

.bg-blue-fd {
  background: #F9FAFD !important;
}

.border-blue-fd {
  border-color: #F9FAFD !important;
}

.border-start {
  border-left: 1px solid #D9D9D9;
}

.border-end {
  border-right: 1px solid #D9D9D9;
}

.border-top {
  border-top: 1px solid #D9D9D9;
}

.border-bottom {
  border-bottom: 1px solid #D9D9D9;
}

@media screen and (min-width: 0px) {
  .color-xs-blue-fd {
    color: #F9FAFD !important;
  }
  .bg-xs-blue-fd {
    background: #F9FAFD !important;
  }
  .border-xs-blue-fd {
    border-color: #F9FAFD !important;
  }
  .border-xs-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-xs-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-xs-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-xs-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-xs-start-0 {
    border-left: none !important;
  }
  .border-xs-end-0 {
    border-right: none !important;
  }
  .border-xs-top-0 {
    border-top: none !important;
  }
  .border-xs-bottom-0 {
    border-bottom: none !important;
  }
  .border-xs-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 640px) {
  .color-sm-blue-fd {
    color: #F9FAFD !important;
  }
  .bg-sm-blue-fd {
    background: #F9FAFD !important;
  }
  .border-sm-blue-fd {
    border-color: #F9FAFD !important;
  }
  .border-sm-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-sm-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-sm-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-sm-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-sm-start-0 {
    border-left: none !important;
  }
  .border-sm-end-0 {
    border-right: none !important;
  }
  .border-sm-top-0 {
    border-top: none !important;
  }
  .border-sm-bottom-0 {
    border-bottom: none !important;
  }
  .border-sm-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 768px) {
  .color-md-blue-fd {
    color: #F9FAFD !important;
  }
  .bg-md-blue-fd {
    background: #F9FAFD !important;
  }
  .border-md-blue-fd {
    border-color: #F9FAFD !important;
  }
  .border-md-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-md-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-md-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-md-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-md-start-0 {
    border-left: none !important;
  }
  .border-md-end-0 {
    border-right: none !important;
  }
  .border-md-top-0 {
    border-top: none !important;
  }
  .border-md-bottom-0 {
    border-bottom: none !important;
  }
  .border-md-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .color-lg-blue-fd {
    color: #F9FAFD !important;
  }
  .bg-lg-blue-fd {
    background: #F9FAFD !important;
  }
  .border-lg-blue-fd {
    border-color: #F9FAFD !important;
  }
  .border-lg-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-lg-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-lg-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-lg-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-lg-start-0 {
    border-left: none !important;
  }
  .border-lg-end-0 {
    border-right: none !important;
  }
  .border-lg-top-0 {
    border-top: none !important;
  }
  .border-lg-bottom-0 {
    border-bottom: none !important;
  }
  .border-lg-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1560px) {
  .color-xl-blue-fd {
    color: #F9FAFD !important;
  }
  .bg-xl-blue-fd {
    background: #F9FAFD !important;
  }
  .border-xl-blue-fd {
    border-color: #F9FAFD !important;
  }
  .border-xl-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-xl-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-xl-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-xl-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-xl-start-0 {
    border-left: none !important;
  }
  .border-xl-end-0 {
    border-right: none !important;
  }
  .border-xl-top-0 {
    border-top: none !important;
  }
  .border-xl-bottom-0 {
    border-bottom: none !important;
  }
  .border-xl-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .color-contents-blue-fd {
    color: #F9FAFD !important;
  }
  .bg-contents-blue-fd {
    background: #F9FAFD !important;
  }
  .border-contents-blue-fd {
    border-color: #F9FAFD !important;
  }
  .border-contents-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-contents-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-contents-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-contents-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-contents-start-0 {
    border-left: none !important;
  }
  .border-contents-end-0 {
    border-right: none !important;
  }
  .border-contents-top-0 {
    border-top: none !important;
  }
  .border-contents-bottom-0 {
    border-bottom: none !important;
  }
  .border-contents-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1920px) {
  .color-screen-blue-fd {
    color: #F9FAFD !important;
  }
  .bg-screen-blue-fd {
    background: #F9FAFD !important;
  }
  .border-screen-blue-fd {
    border-color: #F9FAFD !important;
  }
  .border-screen-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-screen-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-screen-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-screen-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-screen-start-0 {
    border-left: none !important;
  }
  .border-screen-end-0 {
    border-right: none !important;
  }
  .border-screen-top-0 {
    border-top: none !important;
  }
  .border-screen-bottom-0 {
    border-bottom: none !important;
  }
  .border-screen-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
.color-gray-fa {
  color: #F9F9FA !important;
}

.bg-gray-fa {
  background: #F9F9FA !important;
}

.border-gray-fa {
  border-color: #F9F9FA !important;
}

.border-start {
  border-left: 1px solid #D9D9D9;
}

.border-end {
  border-right: 1px solid #D9D9D9;
}

.border-top {
  border-top: 1px solid #D9D9D9;
}

.border-bottom {
  border-bottom: 1px solid #D9D9D9;
}

@media screen and (min-width: 0px) {
  .color-xs-gray-fa {
    color: #F9F9FA !important;
  }
  .bg-xs-gray-fa {
    background: #F9F9FA !important;
  }
  .border-xs-gray-fa {
    border-color: #F9F9FA !important;
  }
  .border-xs-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-xs-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-xs-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-xs-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-xs-start-0 {
    border-left: none !important;
  }
  .border-xs-end-0 {
    border-right: none !important;
  }
  .border-xs-top-0 {
    border-top: none !important;
  }
  .border-xs-bottom-0 {
    border-bottom: none !important;
  }
  .border-xs-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 640px) {
  .color-sm-gray-fa {
    color: #F9F9FA !important;
  }
  .bg-sm-gray-fa {
    background: #F9F9FA !important;
  }
  .border-sm-gray-fa {
    border-color: #F9F9FA !important;
  }
  .border-sm-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-sm-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-sm-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-sm-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-sm-start-0 {
    border-left: none !important;
  }
  .border-sm-end-0 {
    border-right: none !important;
  }
  .border-sm-top-0 {
    border-top: none !important;
  }
  .border-sm-bottom-0 {
    border-bottom: none !important;
  }
  .border-sm-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 768px) {
  .color-md-gray-fa {
    color: #F9F9FA !important;
  }
  .bg-md-gray-fa {
    background: #F9F9FA !important;
  }
  .border-md-gray-fa {
    border-color: #F9F9FA !important;
  }
  .border-md-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-md-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-md-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-md-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-md-start-0 {
    border-left: none !important;
  }
  .border-md-end-0 {
    border-right: none !important;
  }
  .border-md-top-0 {
    border-top: none !important;
  }
  .border-md-bottom-0 {
    border-bottom: none !important;
  }
  .border-md-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .color-lg-gray-fa {
    color: #F9F9FA !important;
  }
  .bg-lg-gray-fa {
    background: #F9F9FA !important;
  }
  .border-lg-gray-fa {
    border-color: #F9F9FA !important;
  }
  .border-lg-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-lg-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-lg-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-lg-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-lg-start-0 {
    border-left: none !important;
  }
  .border-lg-end-0 {
    border-right: none !important;
  }
  .border-lg-top-0 {
    border-top: none !important;
  }
  .border-lg-bottom-0 {
    border-bottom: none !important;
  }
  .border-lg-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1560px) {
  .color-xl-gray-fa {
    color: #F9F9FA !important;
  }
  .bg-xl-gray-fa {
    background: #F9F9FA !important;
  }
  .border-xl-gray-fa {
    border-color: #F9F9FA !important;
  }
  .border-xl-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-xl-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-xl-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-xl-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-xl-start-0 {
    border-left: none !important;
  }
  .border-xl-end-0 {
    border-right: none !important;
  }
  .border-xl-top-0 {
    border-top: none !important;
  }
  .border-xl-bottom-0 {
    border-bottom: none !important;
  }
  .border-xl-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .color-contents-gray-fa {
    color: #F9F9FA !important;
  }
  .bg-contents-gray-fa {
    background: #F9F9FA !important;
  }
  .border-contents-gray-fa {
    border-color: #F9F9FA !important;
  }
  .border-contents-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-contents-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-contents-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-contents-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-contents-start-0 {
    border-left: none !important;
  }
  .border-contents-end-0 {
    border-right: none !important;
  }
  .border-contents-top-0 {
    border-top: none !important;
  }
  .border-contents-bottom-0 {
    border-bottom: none !important;
  }
  .border-contents-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1920px) {
  .color-screen-gray-fa {
    color: #F9F9FA !important;
  }
  .bg-screen-gray-fa {
    background: #F9F9FA !important;
  }
  .border-screen-gray-fa {
    border-color: #F9F9FA !important;
  }
  .border-screen-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-screen-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-screen-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-screen-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-screen-start-0 {
    border-left: none !important;
  }
  .border-screen-end-0 {
    border-right: none !important;
  }
  .border-screen-top-0 {
    border-top: none !important;
  }
  .border-screen-bottom-0 {
    border-bottom: none !important;
  }
  .border-screen-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
.color-red-57 {
  color: #FF7057 !important;
}

.bg-red-57 {
  background: #FF7057 !important;
}

.border-red-57 {
  border-color: #FF7057 !important;
}

.border-start {
  border-left: 1px solid #D9D9D9;
}

.border-end {
  border-right: 1px solid #D9D9D9;
}

.border-top {
  border-top: 1px solid #D9D9D9;
}

.border-bottom {
  border-bottom: 1px solid #D9D9D9;
}

@media screen and (min-width: 0px) {
  .color-xs-red-57 {
    color: #FF7057 !important;
  }
  .bg-xs-red-57 {
    background: #FF7057 !important;
  }
  .border-xs-red-57 {
    border-color: #FF7057 !important;
  }
  .border-xs-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-xs-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-xs-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-xs-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-xs-start-0 {
    border-left: none !important;
  }
  .border-xs-end-0 {
    border-right: none !important;
  }
  .border-xs-top-0 {
    border-top: none !important;
  }
  .border-xs-bottom-0 {
    border-bottom: none !important;
  }
  .border-xs-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 640px) {
  .color-sm-red-57 {
    color: #FF7057 !important;
  }
  .bg-sm-red-57 {
    background: #FF7057 !important;
  }
  .border-sm-red-57 {
    border-color: #FF7057 !important;
  }
  .border-sm-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-sm-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-sm-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-sm-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-sm-start-0 {
    border-left: none !important;
  }
  .border-sm-end-0 {
    border-right: none !important;
  }
  .border-sm-top-0 {
    border-top: none !important;
  }
  .border-sm-bottom-0 {
    border-bottom: none !important;
  }
  .border-sm-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 768px) {
  .color-md-red-57 {
    color: #FF7057 !important;
  }
  .bg-md-red-57 {
    background: #FF7057 !important;
  }
  .border-md-red-57 {
    border-color: #FF7057 !important;
  }
  .border-md-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-md-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-md-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-md-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-md-start-0 {
    border-left: none !important;
  }
  .border-md-end-0 {
    border-right: none !important;
  }
  .border-md-top-0 {
    border-top: none !important;
  }
  .border-md-bottom-0 {
    border-bottom: none !important;
  }
  .border-md-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .color-lg-red-57 {
    color: #FF7057 !important;
  }
  .bg-lg-red-57 {
    background: #FF7057 !important;
  }
  .border-lg-red-57 {
    border-color: #FF7057 !important;
  }
  .border-lg-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-lg-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-lg-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-lg-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-lg-start-0 {
    border-left: none !important;
  }
  .border-lg-end-0 {
    border-right: none !important;
  }
  .border-lg-top-0 {
    border-top: none !important;
  }
  .border-lg-bottom-0 {
    border-bottom: none !important;
  }
  .border-lg-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1560px) {
  .color-xl-red-57 {
    color: #FF7057 !important;
  }
  .bg-xl-red-57 {
    background: #FF7057 !important;
  }
  .border-xl-red-57 {
    border-color: #FF7057 !important;
  }
  .border-xl-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-xl-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-xl-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-xl-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-xl-start-0 {
    border-left: none !important;
  }
  .border-xl-end-0 {
    border-right: none !important;
  }
  .border-xl-top-0 {
    border-top: none !important;
  }
  .border-xl-bottom-0 {
    border-bottom: none !important;
  }
  .border-xl-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .color-contents-red-57 {
    color: #FF7057 !important;
  }
  .bg-contents-red-57 {
    background: #FF7057 !important;
  }
  .border-contents-red-57 {
    border-color: #FF7057 !important;
  }
  .border-contents-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-contents-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-contents-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-contents-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-contents-start-0 {
    border-left: none !important;
  }
  .border-contents-end-0 {
    border-right: none !important;
  }
  .border-contents-top-0 {
    border-top: none !important;
  }
  .border-contents-bottom-0 {
    border-bottom: none !important;
  }
  .border-contents-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1920px) {
  .color-screen-red-57 {
    color: #FF7057 !important;
  }
  .bg-screen-red-57 {
    background: #FF7057 !important;
  }
  .border-screen-red-57 {
    border-color: #FF7057 !important;
  }
  .border-screen-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-screen-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-screen-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-screen-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-screen-start-0 {
    border-left: none !important;
  }
  .border-screen-end-0 {
    border-right: none !important;
  }
  .border-screen-top-0 {
    border-top: none !important;
  }
  .border-screen-bottom-0 {
    border-bottom: none !important;
  }
  .border-screen-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
.color-gray-d7 {
  color: #C8CDD7 !important;
}

.bg-gray-d7 {
  background: #C8CDD7 !important;
}

.border-gray-d7 {
  border-color: #C8CDD7 !important;
}

.border-start {
  border-left: 1px solid #D9D9D9;
}

.border-end {
  border-right: 1px solid #D9D9D9;
}

.border-top {
  border-top: 1px solid #D9D9D9;
}

.border-bottom {
  border-bottom: 1px solid #D9D9D9;
}

@media screen and (min-width: 0px) {
  .color-xs-gray-d7 {
    color: #C8CDD7 !important;
  }
  .bg-xs-gray-d7 {
    background: #C8CDD7 !important;
  }
  .border-xs-gray-d7 {
    border-color: #C8CDD7 !important;
  }
  .border-xs-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-xs-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-xs-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-xs-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-xs-start-0 {
    border-left: none !important;
  }
  .border-xs-end-0 {
    border-right: none !important;
  }
  .border-xs-top-0 {
    border-top: none !important;
  }
  .border-xs-bottom-0 {
    border-bottom: none !important;
  }
  .border-xs-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 640px) {
  .color-sm-gray-d7 {
    color: #C8CDD7 !important;
  }
  .bg-sm-gray-d7 {
    background: #C8CDD7 !important;
  }
  .border-sm-gray-d7 {
    border-color: #C8CDD7 !important;
  }
  .border-sm-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-sm-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-sm-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-sm-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-sm-start-0 {
    border-left: none !important;
  }
  .border-sm-end-0 {
    border-right: none !important;
  }
  .border-sm-top-0 {
    border-top: none !important;
  }
  .border-sm-bottom-0 {
    border-bottom: none !important;
  }
  .border-sm-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 768px) {
  .color-md-gray-d7 {
    color: #C8CDD7 !important;
  }
  .bg-md-gray-d7 {
    background: #C8CDD7 !important;
  }
  .border-md-gray-d7 {
    border-color: #C8CDD7 !important;
  }
  .border-md-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-md-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-md-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-md-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-md-start-0 {
    border-left: none !important;
  }
  .border-md-end-0 {
    border-right: none !important;
  }
  .border-md-top-0 {
    border-top: none !important;
  }
  .border-md-bottom-0 {
    border-bottom: none !important;
  }
  .border-md-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .color-lg-gray-d7 {
    color: #C8CDD7 !important;
  }
  .bg-lg-gray-d7 {
    background: #C8CDD7 !important;
  }
  .border-lg-gray-d7 {
    border-color: #C8CDD7 !important;
  }
  .border-lg-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-lg-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-lg-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-lg-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-lg-start-0 {
    border-left: none !important;
  }
  .border-lg-end-0 {
    border-right: none !important;
  }
  .border-lg-top-0 {
    border-top: none !important;
  }
  .border-lg-bottom-0 {
    border-bottom: none !important;
  }
  .border-lg-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1560px) {
  .color-xl-gray-d7 {
    color: #C8CDD7 !important;
  }
  .bg-xl-gray-d7 {
    background: #C8CDD7 !important;
  }
  .border-xl-gray-d7 {
    border-color: #C8CDD7 !important;
  }
  .border-xl-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-xl-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-xl-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-xl-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-xl-start-0 {
    border-left: none !important;
  }
  .border-xl-end-0 {
    border-right: none !important;
  }
  .border-xl-top-0 {
    border-top: none !important;
  }
  .border-xl-bottom-0 {
    border-bottom: none !important;
  }
  .border-xl-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .color-contents-gray-d7 {
    color: #C8CDD7 !important;
  }
  .bg-contents-gray-d7 {
    background: #C8CDD7 !important;
  }
  .border-contents-gray-d7 {
    border-color: #C8CDD7 !important;
  }
  .border-contents-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-contents-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-contents-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-contents-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-contents-start-0 {
    border-left: none !important;
  }
  .border-contents-end-0 {
    border-right: none !important;
  }
  .border-contents-top-0 {
    border-top: none !important;
  }
  .border-contents-bottom-0 {
    border-bottom: none !important;
  }
  .border-contents-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1920px) {
  .color-screen-gray-d7 {
    color: #C8CDD7 !important;
  }
  .bg-screen-gray-d7 {
    background: #C8CDD7 !important;
  }
  .border-screen-gray-d7 {
    border-color: #C8CDD7 !important;
  }
  .border-screen-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-screen-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-screen-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-screen-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-screen-start-0 {
    border-left: none !important;
  }
  .border-screen-end-0 {
    border-right: none !important;
  }
  .border-screen-top-0 {
    border-top: none !important;
  }
  .border-screen-bottom-0 {
    border-bottom: none !important;
  }
  .border-screen-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
.color-gray-d9 {
  color: #D9D9D9 !important;
}

.bg-gray-d9 {
  background: #D9D9D9 !important;
}

.border-gray-d9 {
  border-color: #D9D9D9 !important;
}

.border-start {
  border-left: 1px solid #D9D9D9;
}

.border-end {
  border-right: 1px solid #D9D9D9;
}

.border-top {
  border-top: 1px solid #D9D9D9;
}

.border-bottom {
  border-bottom: 1px solid #D9D9D9;
}

@media screen and (min-width: 0px) {
  .color-xs-gray-d9 {
    color: #D9D9D9 !important;
  }
  .bg-xs-gray-d9 {
    background: #D9D9D9 !important;
  }
  .border-xs-gray-d9 {
    border-color: #D9D9D9 !important;
  }
  .border-xs-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-xs-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-xs-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-xs-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-xs-start-0 {
    border-left: none !important;
  }
  .border-xs-end-0 {
    border-right: none !important;
  }
  .border-xs-top-0 {
    border-top: none !important;
  }
  .border-xs-bottom-0 {
    border-bottom: none !important;
  }
  .border-xs-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 640px) {
  .color-sm-gray-d9 {
    color: #D9D9D9 !important;
  }
  .bg-sm-gray-d9 {
    background: #D9D9D9 !important;
  }
  .border-sm-gray-d9 {
    border-color: #D9D9D9 !important;
  }
  .border-sm-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-sm-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-sm-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-sm-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-sm-start-0 {
    border-left: none !important;
  }
  .border-sm-end-0 {
    border-right: none !important;
  }
  .border-sm-top-0 {
    border-top: none !important;
  }
  .border-sm-bottom-0 {
    border-bottom: none !important;
  }
  .border-sm-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 768px) {
  .color-md-gray-d9 {
    color: #D9D9D9 !important;
  }
  .bg-md-gray-d9 {
    background: #D9D9D9 !important;
  }
  .border-md-gray-d9 {
    border-color: #D9D9D9 !important;
  }
  .border-md-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-md-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-md-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-md-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-md-start-0 {
    border-left: none !important;
  }
  .border-md-end-0 {
    border-right: none !important;
  }
  .border-md-top-0 {
    border-top: none !important;
  }
  .border-md-bottom-0 {
    border-bottom: none !important;
  }
  .border-md-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .color-lg-gray-d9 {
    color: #D9D9D9 !important;
  }
  .bg-lg-gray-d9 {
    background: #D9D9D9 !important;
  }
  .border-lg-gray-d9 {
    border-color: #D9D9D9 !important;
  }
  .border-lg-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-lg-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-lg-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-lg-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-lg-start-0 {
    border-left: none !important;
  }
  .border-lg-end-0 {
    border-right: none !important;
  }
  .border-lg-top-0 {
    border-top: none !important;
  }
  .border-lg-bottom-0 {
    border-bottom: none !important;
  }
  .border-lg-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1560px) {
  .color-xl-gray-d9 {
    color: #D9D9D9 !important;
  }
  .bg-xl-gray-d9 {
    background: #D9D9D9 !important;
  }
  .border-xl-gray-d9 {
    border-color: #D9D9D9 !important;
  }
  .border-xl-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-xl-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-xl-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-xl-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-xl-start-0 {
    border-left: none !important;
  }
  .border-xl-end-0 {
    border-right: none !important;
  }
  .border-xl-top-0 {
    border-top: none !important;
  }
  .border-xl-bottom-0 {
    border-bottom: none !important;
  }
  .border-xl-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .color-contents-gray-d9 {
    color: #D9D9D9 !important;
  }
  .bg-contents-gray-d9 {
    background: #D9D9D9 !important;
  }
  .border-contents-gray-d9 {
    border-color: #D9D9D9 !important;
  }
  .border-contents-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-contents-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-contents-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-contents-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-contents-start-0 {
    border-left: none !important;
  }
  .border-contents-end-0 {
    border-right: none !important;
  }
  .border-contents-top-0 {
    border-top: none !important;
  }
  .border-contents-bottom-0 {
    border-bottom: none !important;
  }
  .border-contents-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1920px) {
  .color-screen-gray-d9 {
    color: #D9D9D9 !important;
  }
  .bg-screen-gray-d9 {
    background: #D9D9D9 !important;
  }
  .border-screen-gray-d9 {
    border-color: #D9D9D9 !important;
  }
  .border-screen-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-screen-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-screen-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-screen-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-screen-start-0 {
    border-left: none !important;
  }
  .border-screen-end-0 {
    border-right: none !important;
  }
  .border-screen-top-0 {
    border-top: none !important;
  }
  .border-screen-bottom-0 {
    border-bottom: none !important;
  }
  .border-screen-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
.color-red-df {
  color: #FFE4DF !important;
}

.bg-red-df {
  background: #FFE4DF !important;
}

.border-red-df {
  border-color: #FFE4DF !important;
}

.border-start {
  border-left: 1px solid #D9D9D9;
}

.border-end {
  border-right: 1px solid #D9D9D9;
}

.border-top {
  border-top: 1px solid #D9D9D9;
}

.border-bottom {
  border-bottom: 1px solid #D9D9D9;
}

@media screen and (min-width: 0px) {
  .color-xs-red-df {
    color: #FFE4DF !important;
  }
  .bg-xs-red-df {
    background: #FFE4DF !important;
  }
  .border-xs-red-df {
    border-color: #FFE4DF !important;
  }
  .border-xs-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-xs-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-xs-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-xs-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-xs-start-0 {
    border-left: none !important;
  }
  .border-xs-end-0 {
    border-right: none !important;
  }
  .border-xs-top-0 {
    border-top: none !important;
  }
  .border-xs-bottom-0 {
    border-bottom: none !important;
  }
  .border-xs-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 640px) {
  .color-sm-red-df {
    color: #FFE4DF !important;
  }
  .bg-sm-red-df {
    background: #FFE4DF !important;
  }
  .border-sm-red-df {
    border-color: #FFE4DF !important;
  }
  .border-sm-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-sm-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-sm-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-sm-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-sm-start-0 {
    border-left: none !important;
  }
  .border-sm-end-0 {
    border-right: none !important;
  }
  .border-sm-top-0 {
    border-top: none !important;
  }
  .border-sm-bottom-0 {
    border-bottom: none !important;
  }
  .border-sm-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 768px) {
  .color-md-red-df {
    color: #FFE4DF !important;
  }
  .bg-md-red-df {
    background: #FFE4DF !important;
  }
  .border-md-red-df {
    border-color: #FFE4DF !important;
  }
  .border-md-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-md-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-md-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-md-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-md-start-0 {
    border-left: none !important;
  }
  .border-md-end-0 {
    border-right: none !important;
  }
  .border-md-top-0 {
    border-top: none !important;
  }
  .border-md-bottom-0 {
    border-bottom: none !important;
  }
  .border-md-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .color-lg-red-df {
    color: #FFE4DF !important;
  }
  .bg-lg-red-df {
    background: #FFE4DF !important;
  }
  .border-lg-red-df {
    border-color: #FFE4DF !important;
  }
  .border-lg-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-lg-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-lg-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-lg-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-lg-start-0 {
    border-left: none !important;
  }
  .border-lg-end-0 {
    border-right: none !important;
  }
  .border-lg-top-0 {
    border-top: none !important;
  }
  .border-lg-bottom-0 {
    border-bottom: none !important;
  }
  .border-lg-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1560px) {
  .color-xl-red-df {
    color: #FFE4DF !important;
  }
  .bg-xl-red-df {
    background: #FFE4DF !important;
  }
  .border-xl-red-df {
    border-color: #FFE4DF !important;
  }
  .border-xl-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-xl-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-xl-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-xl-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-xl-start-0 {
    border-left: none !important;
  }
  .border-xl-end-0 {
    border-right: none !important;
  }
  .border-xl-top-0 {
    border-top: none !important;
  }
  .border-xl-bottom-0 {
    border-bottom: none !important;
  }
  .border-xl-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .color-contents-red-df {
    color: #FFE4DF !important;
  }
  .bg-contents-red-df {
    background: #FFE4DF !important;
  }
  .border-contents-red-df {
    border-color: #FFE4DF !important;
  }
  .border-contents-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-contents-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-contents-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-contents-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-contents-start-0 {
    border-left: none !important;
  }
  .border-contents-end-0 {
    border-right: none !important;
  }
  .border-contents-top-0 {
    border-top: none !important;
  }
  .border-contents-bottom-0 {
    border-bottom: none !important;
  }
  .border-contents-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1920px) {
  .color-screen-red-df {
    color: #FFE4DF !important;
  }
  .bg-screen-red-df {
    background: #FFE4DF !important;
  }
  .border-screen-red-df {
    border-color: #FFE4DF !important;
  }
  .border-screen-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-screen-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-screen-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-screen-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-screen-start-0 {
    border-left: none !important;
  }
  .border-screen-end-0 {
    border-right: none !important;
  }
  .border-screen-top-0 {
    border-top: none !important;
  }
  .border-screen-bottom-0 {
    border-bottom: none !important;
  }
  .border-screen-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
.color-blue-ff2 {
  color: #EBF6FF !important;
}

.bg-blue-ff2 {
  background: #EBF6FF !important;
}

.border-blue-ff2 {
  border-color: #EBF6FF !important;
}

.border-start {
  border-left: 1px solid #D9D9D9;
}

.border-end {
  border-right: 1px solid #D9D9D9;
}

.border-top {
  border-top: 1px solid #D9D9D9;
}

.border-bottom {
  border-bottom: 1px solid #D9D9D9;
}

@media screen and (min-width: 0px) {
  .color-xs-blue-ff2 {
    color: #EBF6FF !important;
  }
  .bg-xs-blue-ff2 {
    background: #EBF6FF !important;
  }
  .border-xs-blue-ff2 {
    border-color: #EBF6FF !important;
  }
  .border-xs-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-xs-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-xs-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-xs-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-xs-start-0 {
    border-left: none !important;
  }
  .border-xs-end-0 {
    border-right: none !important;
  }
  .border-xs-top-0 {
    border-top: none !important;
  }
  .border-xs-bottom-0 {
    border-bottom: none !important;
  }
  .border-xs-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 640px) {
  .color-sm-blue-ff2 {
    color: #EBF6FF !important;
  }
  .bg-sm-blue-ff2 {
    background: #EBF6FF !important;
  }
  .border-sm-blue-ff2 {
    border-color: #EBF6FF !important;
  }
  .border-sm-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-sm-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-sm-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-sm-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-sm-start-0 {
    border-left: none !important;
  }
  .border-sm-end-0 {
    border-right: none !important;
  }
  .border-sm-top-0 {
    border-top: none !important;
  }
  .border-sm-bottom-0 {
    border-bottom: none !important;
  }
  .border-sm-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 768px) {
  .color-md-blue-ff2 {
    color: #EBF6FF !important;
  }
  .bg-md-blue-ff2 {
    background: #EBF6FF !important;
  }
  .border-md-blue-ff2 {
    border-color: #EBF6FF !important;
  }
  .border-md-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-md-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-md-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-md-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-md-start-0 {
    border-left: none !important;
  }
  .border-md-end-0 {
    border-right: none !important;
  }
  .border-md-top-0 {
    border-top: none !important;
  }
  .border-md-bottom-0 {
    border-bottom: none !important;
  }
  .border-md-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .color-lg-blue-ff2 {
    color: #EBF6FF !important;
  }
  .bg-lg-blue-ff2 {
    background: #EBF6FF !important;
  }
  .border-lg-blue-ff2 {
    border-color: #EBF6FF !important;
  }
  .border-lg-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-lg-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-lg-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-lg-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-lg-start-0 {
    border-left: none !important;
  }
  .border-lg-end-0 {
    border-right: none !important;
  }
  .border-lg-top-0 {
    border-top: none !important;
  }
  .border-lg-bottom-0 {
    border-bottom: none !important;
  }
  .border-lg-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1560px) {
  .color-xl-blue-ff2 {
    color: #EBF6FF !important;
  }
  .bg-xl-blue-ff2 {
    background: #EBF6FF !important;
  }
  .border-xl-blue-ff2 {
    border-color: #EBF6FF !important;
  }
  .border-xl-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-xl-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-xl-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-xl-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-xl-start-0 {
    border-left: none !important;
  }
  .border-xl-end-0 {
    border-right: none !important;
  }
  .border-xl-top-0 {
    border-top: none !important;
  }
  .border-xl-bottom-0 {
    border-bottom: none !important;
  }
  .border-xl-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .color-contents-blue-ff2 {
    color: #EBF6FF !important;
  }
  .bg-contents-blue-ff2 {
    background: #EBF6FF !important;
  }
  .border-contents-blue-ff2 {
    border-color: #EBF6FF !important;
  }
  .border-contents-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-contents-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-contents-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-contents-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-contents-start-0 {
    border-left: none !important;
  }
  .border-contents-end-0 {
    border-right: none !important;
  }
  .border-contents-top-0 {
    border-top: none !important;
  }
  .border-contents-bottom-0 {
    border-bottom: none !important;
  }
  .border-contents-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1920px) {
  .color-screen-blue-ff2 {
    color: #EBF6FF !important;
  }
  .bg-screen-blue-ff2 {
    background: #EBF6FF !important;
  }
  .border-screen-blue-ff2 {
    border-color: #EBF6FF !important;
  }
  .border-screen-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-screen-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-screen-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-screen-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-screen-start-0 {
    border-left: none !important;
  }
  .border-screen-end-0 {
    border-right: none !important;
  }
  .border-screen-top-0 {
    border-top: none !important;
  }
  .border-screen-bottom-0 {
    border-bottom: none !important;
  }
  .border-screen-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
.color-blue-df {
  color: #F9FAFD !important;
}

.bg-blue-df {
  background: #F9FAFD !important;
}

.border-blue-df {
  border-color: #F9FAFD !important;
}

.border-start {
  border-left: 1px solid #D9D9D9;
}

.border-end {
  border-right: 1px solid #D9D9D9;
}

.border-top {
  border-top: 1px solid #D9D9D9;
}

.border-bottom {
  border-bottom: 1px solid #D9D9D9;
}

@media screen and (min-width: 0px) {
  .color-xs-blue-df {
    color: #F9FAFD !important;
  }
  .bg-xs-blue-df {
    background: #F9FAFD !important;
  }
  .border-xs-blue-df {
    border-color: #F9FAFD !important;
  }
  .border-xs-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-xs-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-xs-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-xs-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-xs-start-0 {
    border-left: none !important;
  }
  .border-xs-end-0 {
    border-right: none !important;
  }
  .border-xs-top-0 {
    border-top: none !important;
  }
  .border-xs-bottom-0 {
    border-bottom: none !important;
  }
  .border-xs-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 640px) {
  .color-sm-blue-df {
    color: #F9FAFD !important;
  }
  .bg-sm-blue-df {
    background: #F9FAFD !important;
  }
  .border-sm-blue-df {
    border-color: #F9FAFD !important;
  }
  .border-sm-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-sm-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-sm-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-sm-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-sm-start-0 {
    border-left: none !important;
  }
  .border-sm-end-0 {
    border-right: none !important;
  }
  .border-sm-top-0 {
    border-top: none !important;
  }
  .border-sm-bottom-0 {
    border-bottom: none !important;
  }
  .border-sm-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 768px) {
  .color-md-blue-df {
    color: #F9FAFD !important;
  }
  .bg-md-blue-df {
    background: #F9FAFD !important;
  }
  .border-md-blue-df {
    border-color: #F9FAFD !important;
  }
  .border-md-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-md-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-md-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-md-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-md-start-0 {
    border-left: none !important;
  }
  .border-md-end-0 {
    border-right: none !important;
  }
  .border-md-top-0 {
    border-top: none !important;
  }
  .border-md-bottom-0 {
    border-bottom: none !important;
  }
  .border-md-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .color-lg-blue-df {
    color: #F9FAFD !important;
  }
  .bg-lg-blue-df {
    background: #F9FAFD !important;
  }
  .border-lg-blue-df {
    border-color: #F9FAFD !important;
  }
  .border-lg-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-lg-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-lg-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-lg-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-lg-start-0 {
    border-left: none !important;
  }
  .border-lg-end-0 {
    border-right: none !important;
  }
  .border-lg-top-0 {
    border-top: none !important;
  }
  .border-lg-bottom-0 {
    border-bottom: none !important;
  }
  .border-lg-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1560px) {
  .color-xl-blue-df {
    color: #F9FAFD !important;
  }
  .bg-xl-blue-df {
    background: #F9FAFD !important;
  }
  .border-xl-blue-df {
    border-color: #F9FAFD !important;
  }
  .border-xl-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-xl-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-xl-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-xl-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-xl-start-0 {
    border-left: none !important;
  }
  .border-xl-end-0 {
    border-right: none !important;
  }
  .border-xl-top-0 {
    border-top: none !important;
  }
  .border-xl-bottom-0 {
    border-bottom: none !important;
  }
  .border-xl-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .color-contents-blue-df {
    color: #F9FAFD !important;
  }
  .bg-contents-blue-df {
    background: #F9FAFD !important;
  }
  .border-contents-blue-df {
    border-color: #F9FAFD !important;
  }
  .border-contents-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-contents-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-contents-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-contents-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-contents-start-0 {
    border-left: none !important;
  }
  .border-contents-end-0 {
    border-right: none !important;
  }
  .border-contents-top-0 {
    border-top: none !important;
  }
  .border-contents-bottom-0 {
    border-bottom: none !important;
  }
  .border-contents-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1920px) {
  .color-screen-blue-df {
    color: #F9FAFD !important;
  }
  .bg-screen-blue-df {
    background: #F9FAFD !important;
  }
  .border-screen-blue-df {
    border-color: #F9FAFD !important;
  }
  .border-screen-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-screen-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-screen-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-screen-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-screen-start-0 {
    border-left: none !important;
  }
  .border-screen-end-0 {
    border-right: none !important;
  }
  .border-screen-top-0 {
    border-top: none !important;
  }
  .border-screen-bottom-0 {
    border-bottom: none !important;
  }
  .border-screen-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
.color-gray-ee {
  color: #EEEEEE !important;
}

.bg-gray-ee {
  background: #EEEEEE !important;
}

.border-gray-ee {
  border-color: #EEEEEE !important;
}

.border-start {
  border-left: 1px solid #D9D9D9;
}

.border-end {
  border-right: 1px solid #D9D9D9;
}

.border-top {
  border-top: 1px solid #D9D9D9;
}

.border-bottom {
  border-bottom: 1px solid #D9D9D9;
}

@media screen and (min-width: 0px) {
  .color-xs-gray-ee {
    color: #EEEEEE !important;
  }
  .bg-xs-gray-ee {
    background: #EEEEEE !important;
  }
  .border-xs-gray-ee {
    border-color: #EEEEEE !important;
  }
  .border-xs-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-xs-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-xs-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-xs-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-xs-start-0 {
    border-left: none !important;
  }
  .border-xs-end-0 {
    border-right: none !important;
  }
  .border-xs-top-0 {
    border-top: none !important;
  }
  .border-xs-bottom-0 {
    border-bottom: none !important;
  }
  .border-xs-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 640px) {
  .color-sm-gray-ee {
    color: #EEEEEE !important;
  }
  .bg-sm-gray-ee {
    background: #EEEEEE !important;
  }
  .border-sm-gray-ee {
    border-color: #EEEEEE !important;
  }
  .border-sm-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-sm-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-sm-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-sm-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-sm-start-0 {
    border-left: none !important;
  }
  .border-sm-end-0 {
    border-right: none !important;
  }
  .border-sm-top-0 {
    border-top: none !important;
  }
  .border-sm-bottom-0 {
    border-bottom: none !important;
  }
  .border-sm-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 768px) {
  .color-md-gray-ee {
    color: #EEEEEE !important;
  }
  .bg-md-gray-ee {
    background: #EEEEEE !important;
  }
  .border-md-gray-ee {
    border-color: #EEEEEE !important;
  }
  .border-md-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-md-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-md-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-md-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-md-start-0 {
    border-left: none !important;
  }
  .border-md-end-0 {
    border-right: none !important;
  }
  .border-md-top-0 {
    border-top: none !important;
  }
  .border-md-bottom-0 {
    border-bottom: none !important;
  }
  .border-md-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .color-lg-gray-ee {
    color: #EEEEEE !important;
  }
  .bg-lg-gray-ee {
    background: #EEEEEE !important;
  }
  .border-lg-gray-ee {
    border-color: #EEEEEE !important;
  }
  .border-lg-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-lg-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-lg-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-lg-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-lg-start-0 {
    border-left: none !important;
  }
  .border-lg-end-0 {
    border-right: none !important;
  }
  .border-lg-top-0 {
    border-top: none !important;
  }
  .border-lg-bottom-0 {
    border-bottom: none !important;
  }
  .border-lg-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1560px) {
  .color-xl-gray-ee {
    color: #EEEEEE !important;
  }
  .bg-xl-gray-ee {
    background: #EEEEEE !important;
  }
  .border-xl-gray-ee {
    border-color: #EEEEEE !important;
  }
  .border-xl-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-xl-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-xl-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-xl-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-xl-start-0 {
    border-left: none !important;
  }
  .border-xl-end-0 {
    border-right: none !important;
  }
  .border-xl-top-0 {
    border-top: none !important;
  }
  .border-xl-bottom-0 {
    border-bottom: none !important;
  }
  .border-xl-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .color-contents-gray-ee {
    color: #EEEEEE !important;
  }
  .bg-contents-gray-ee {
    background: #EEEEEE !important;
  }
  .border-contents-gray-ee {
    border-color: #EEEEEE !important;
  }
  .border-contents-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-contents-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-contents-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-contents-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-contents-start-0 {
    border-left: none !important;
  }
  .border-contents-end-0 {
    border-right: none !important;
  }
  .border-contents-top-0 {
    border-top: none !important;
  }
  .border-contents-bottom-0 {
    border-bottom: none !important;
  }
  .border-contents-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1920px) {
  .color-screen-gray-ee {
    color: #EEEEEE !important;
  }
  .bg-screen-gray-ee {
    background: #EEEEEE !important;
  }
  .border-screen-gray-ee {
    border-color: #EEEEEE !important;
  }
  .border-screen-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-screen-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-screen-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-screen-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-screen-start-0 {
    border-left: none !important;
  }
  .border-screen-end-0 {
    border-right: none !important;
  }
  .border-screen-top-0 {
    border-top: none !important;
  }
  .border-screen-bottom-0 {
    border-bottom: none !important;
  }
  .border-screen-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
.color-gray-4d {
  color: #4D4D4D !important;
}

.bg-gray-4d {
  background: #4D4D4D !important;
}

.border-gray-4d {
  border-color: #4D4D4D !important;
}

.border-start {
  border-left: 1px solid #D9D9D9;
}

.border-end {
  border-right: 1px solid #D9D9D9;
}

.border-top {
  border-top: 1px solid #D9D9D9;
}

.border-bottom {
  border-bottom: 1px solid #D9D9D9;
}

@media screen and (min-width: 0px) {
  .color-xs-gray-4d {
    color: #4D4D4D !important;
  }
  .bg-xs-gray-4d {
    background: #4D4D4D !important;
  }
  .border-xs-gray-4d {
    border-color: #4D4D4D !important;
  }
  .border-xs-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-xs-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-xs-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-xs-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-xs-start-0 {
    border-left: none !important;
  }
  .border-xs-end-0 {
    border-right: none !important;
  }
  .border-xs-top-0 {
    border-top: none !important;
  }
  .border-xs-bottom-0 {
    border-bottom: none !important;
  }
  .border-xs-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 640px) {
  .color-sm-gray-4d {
    color: #4D4D4D !important;
  }
  .bg-sm-gray-4d {
    background: #4D4D4D !important;
  }
  .border-sm-gray-4d {
    border-color: #4D4D4D !important;
  }
  .border-sm-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-sm-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-sm-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-sm-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-sm-start-0 {
    border-left: none !important;
  }
  .border-sm-end-0 {
    border-right: none !important;
  }
  .border-sm-top-0 {
    border-top: none !important;
  }
  .border-sm-bottom-0 {
    border-bottom: none !important;
  }
  .border-sm-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 768px) {
  .color-md-gray-4d {
    color: #4D4D4D !important;
  }
  .bg-md-gray-4d {
    background: #4D4D4D !important;
  }
  .border-md-gray-4d {
    border-color: #4D4D4D !important;
  }
  .border-md-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-md-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-md-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-md-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-md-start-0 {
    border-left: none !important;
  }
  .border-md-end-0 {
    border-right: none !important;
  }
  .border-md-top-0 {
    border-top: none !important;
  }
  .border-md-bottom-0 {
    border-bottom: none !important;
  }
  .border-md-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .color-lg-gray-4d {
    color: #4D4D4D !important;
  }
  .bg-lg-gray-4d {
    background: #4D4D4D !important;
  }
  .border-lg-gray-4d {
    border-color: #4D4D4D !important;
  }
  .border-lg-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-lg-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-lg-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-lg-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-lg-start-0 {
    border-left: none !important;
  }
  .border-lg-end-0 {
    border-right: none !important;
  }
  .border-lg-top-0 {
    border-top: none !important;
  }
  .border-lg-bottom-0 {
    border-bottom: none !important;
  }
  .border-lg-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1560px) {
  .color-xl-gray-4d {
    color: #4D4D4D !important;
  }
  .bg-xl-gray-4d {
    background: #4D4D4D !important;
  }
  .border-xl-gray-4d {
    border-color: #4D4D4D !important;
  }
  .border-xl-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-xl-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-xl-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-xl-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-xl-start-0 {
    border-left: none !important;
  }
  .border-xl-end-0 {
    border-right: none !important;
  }
  .border-xl-top-0 {
    border-top: none !important;
  }
  .border-xl-bottom-0 {
    border-bottom: none !important;
  }
  .border-xl-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .color-contents-gray-4d {
    color: #4D4D4D !important;
  }
  .bg-contents-gray-4d {
    background: #4D4D4D !important;
  }
  .border-contents-gray-4d {
    border-color: #4D4D4D !important;
  }
  .border-contents-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-contents-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-contents-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-contents-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-contents-start-0 {
    border-left: none !important;
  }
  .border-contents-end-0 {
    border-right: none !important;
  }
  .border-contents-top-0 {
    border-top: none !important;
  }
  .border-contents-bottom-0 {
    border-bottom: none !important;
  }
  .border-contents-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1920px) {
  .color-screen-gray-4d {
    color: #4D4D4D !important;
  }
  .bg-screen-gray-4d {
    background: #4D4D4D !important;
  }
  .border-screen-gray-4d {
    border-color: #4D4D4D !important;
  }
  .border-screen-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-screen-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-screen-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-screen-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-screen-start-0 {
    border-left: none !important;
  }
  .border-screen-end-0 {
    border-right: none !important;
  }
  .border-screen-top-0 {
    border-top: none !important;
  }
  .border-screen-bottom-0 {
    border-bottom: none !important;
  }
  .border-screen-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
.color-navy-a4 {
  color: #2649A4 !important;
}

.bg-navy-a4 {
  background: #2649A4 !important;
}

.border-navy-a4 {
  border-color: #2649A4 !important;
}

.border-start {
  border-left: 1px solid #D9D9D9;
}

.border-end {
  border-right: 1px solid #D9D9D9;
}

.border-top {
  border-top: 1px solid #D9D9D9;
}

.border-bottom {
  border-bottom: 1px solid #D9D9D9;
}

@media screen and (min-width: 0px) {
  .color-xs-navy-a4 {
    color: #2649A4 !important;
  }
  .bg-xs-navy-a4 {
    background: #2649A4 !important;
  }
  .border-xs-navy-a4 {
    border-color: #2649A4 !important;
  }
  .border-xs-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-xs-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-xs-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-xs-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-xs-start-0 {
    border-left: none !important;
  }
  .border-xs-end-0 {
    border-right: none !important;
  }
  .border-xs-top-0 {
    border-top: none !important;
  }
  .border-xs-bottom-0 {
    border-bottom: none !important;
  }
  .border-xs-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 640px) {
  .color-sm-navy-a4 {
    color: #2649A4 !important;
  }
  .bg-sm-navy-a4 {
    background: #2649A4 !important;
  }
  .border-sm-navy-a4 {
    border-color: #2649A4 !important;
  }
  .border-sm-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-sm-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-sm-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-sm-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-sm-start-0 {
    border-left: none !important;
  }
  .border-sm-end-0 {
    border-right: none !important;
  }
  .border-sm-top-0 {
    border-top: none !important;
  }
  .border-sm-bottom-0 {
    border-bottom: none !important;
  }
  .border-sm-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 768px) {
  .color-md-navy-a4 {
    color: #2649A4 !important;
  }
  .bg-md-navy-a4 {
    background: #2649A4 !important;
  }
  .border-md-navy-a4 {
    border-color: #2649A4 !important;
  }
  .border-md-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-md-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-md-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-md-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-md-start-0 {
    border-left: none !important;
  }
  .border-md-end-0 {
    border-right: none !important;
  }
  .border-md-top-0 {
    border-top: none !important;
  }
  .border-md-bottom-0 {
    border-bottom: none !important;
  }
  .border-md-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .color-lg-navy-a4 {
    color: #2649A4 !important;
  }
  .bg-lg-navy-a4 {
    background: #2649A4 !important;
  }
  .border-lg-navy-a4 {
    border-color: #2649A4 !important;
  }
  .border-lg-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-lg-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-lg-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-lg-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-lg-start-0 {
    border-left: none !important;
  }
  .border-lg-end-0 {
    border-right: none !important;
  }
  .border-lg-top-0 {
    border-top: none !important;
  }
  .border-lg-bottom-0 {
    border-bottom: none !important;
  }
  .border-lg-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1560px) {
  .color-xl-navy-a4 {
    color: #2649A4 !important;
  }
  .bg-xl-navy-a4 {
    background: #2649A4 !important;
  }
  .border-xl-navy-a4 {
    border-color: #2649A4 !important;
  }
  .border-xl-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-xl-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-xl-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-xl-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-xl-start-0 {
    border-left: none !important;
  }
  .border-xl-end-0 {
    border-right: none !important;
  }
  .border-xl-top-0 {
    border-top: none !important;
  }
  .border-xl-bottom-0 {
    border-bottom: none !important;
  }
  .border-xl-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .color-contents-navy-a4 {
    color: #2649A4 !important;
  }
  .bg-contents-navy-a4 {
    background: #2649A4 !important;
  }
  .border-contents-navy-a4 {
    border-color: #2649A4 !important;
  }
  .border-contents-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-contents-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-contents-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-contents-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-contents-start-0 {
    border-left: none !important;
  }
  .border-contents-end-0 {
    border-right: none !important;
  }
  .border-contents-top-0 {
    border-top: none !important;
  }
  .border-contents-bottom-0 {
    border-bottom: none !important;
  }
  .border-contents-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1920px) {
  .color-screen-navy-a4 {
    color: #2649A4 !important;
  }
  .bg-screen-navy-a4 {
    background: #2649A4 !important;
  }
  .border-screen-navy-a4 {
    border-color: #2649A4 !important;
  }
  .border-screen-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-screen-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-screen-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-screen-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-screen-start-0 {
    border-left: none !important;
  }
  .border-screen-end-0 {
    border-right: none !important;
  }
  .border-screen-top-0 {
    border-top: none !important;
  }
  .border-screen-bottom-0 {
    border-bottom: none !important;
  }
  .border-screen-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
.color-yellow-60 {
  color: #F3C460 !important;
}

.bg-yellow-60 {
  background: #F3C460 !important;
}

.border-yellow-60 {
  border-color: #F3C460 !important;
}

.border-start {
  border-left: 1px solid #D9D9D9;
}

.border-end {
  border-right: 1px solid #D9D9D9;
}

.border-top {
  border-top: 1px solid #D9D9D9;
}

.border-bottom {
  border-bottom: 1px solid #D9D9D9;
}

@media screen and (min-width: 0px) {
  .color-xs-yellow-60 {
    color: #F3C460 !important;
  }
  .bg-xs-yellow-60 {
    background: #F3C460 !important;
  }
  .border-xs-yellow-60 {
    border-color: #F3C460 !important;
  }
  .border-xs-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-xs-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-xs-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-xs-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-xs-start-0 {
    border-left: none !important;
  }
  .border-xs-end-0 {
    border-right: none !important;
  }
  .border-xs-top-0 {
    border-top: none !important;
  }
  .border-xs-bottom-0 {
    border-bottom: none !important;
  }
  .border-xs-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 640px) {
  .color-sm-yellow-60 {
    color: #F3C460 !important;
  }
  .bg-sm-yellow-60 {
    background: #F3C460 !important;
  }
  .border-sm-yellow-60 {
    border-color: #F3C460 !important;
  }
  .border-sm-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-sm-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-sm-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-sm-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-sm-start-0 {
    border-left: none !important;
  }
  .border-sm-end-0 {
    border-right: none !important;
  }
  .border-sm-top-0 {
    border-top: none !important;
  }
  .border-sm-bottom-0 {
    border-bottom: none !important;
  }
  .border-sm-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 768px) {
  .color-md-yellow-60 {
    color: #F3C460 !important;
  }
  .bg-md-yellow-60 {
    background: #F3C460 !important;
  }
  .border-md-yellow-60 {
    border-color: #F3C460 !important;
  }
  .border-md-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-md-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-md-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-md-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-md-start-0 {
    border-left: none !important;
  }
  .border-md-end-0 {
    border-right: none !important;
  }
  .border-md-top-0 {
    border-top: none !important;
  }
  .border-md-bottom-0 {
    border-bottom: none !important;
  }
  .border-md-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .color-lg-yellow-60 {
    color: #F3C460 !important;
  }
  .bg-lg-yellow-60 {
    background: #F3C460 !important;
  }
  .border-lg-yellow-60 {
    border-color: #F3C460 !important;
  }
  .border-lg-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-lg-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-lg-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-lg-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-lg-start-0 {
    border-left: none !important;
  }
  .border-lg-end-0 {
    border-right: none !important;
  }
  .border-lg-top-0 {
    border-top: none !important;
  }
  .border-lg-bottom-0 {
    border-bottom: none !important;
  }
  .border-lg-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1560px) {
  .color-xl-yellow-60 {
    color: #F3C460 !important;
  }
  .bg-xl-yellow-60 {
    background: #F3C460 !important;
  }
  .border-xl-yellow-60 {
    border-color: #F3C460 !important;
  }
  .border-xl-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-xl-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-xl-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-xl-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-xl-start-0 {
    border-left: none !important;
  }
  .border-xl-end-0 {
    border-right: none !important;
  }
  .border-xl-top-0 {
    border-top: none !important;
  }
  .border-xl-bottom-0 {
    border-bottom: none !important;
  }
  .border-xl-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .color-contents-yellow-60 {
    color: #F3C460 !important;
  }
  .bg-contents-yellow-60 {
    background: #F3C460 !important;
  }
  .border-contents-yellow-60 {
    border-color: #F3C460 !important;
  }
  .border-contents-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-contents-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-contents-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-contents-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-contents-start-0 {
    border-left: none !important;
  }
  .border-contents-end-0 {
    border-right: none !important;
  }
  .border-contents-top-0 {
    border-top: none !important;
  }
  .border-contents-bottom-0 {
    border-bottom: none !important;
  }
  .border-contents-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1920px) {
  .color-screen-yellow-60 {
    color: #F3C460 !important;
  }
  .bg-screen-yellow-60 {
    background: #F3C460 !important;
  }
  .border-screen-yellow-60 {
    border-color: #F3C460 !important;
  }
  .border-screen-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-screen-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-screen-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-screen-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-screen-start-0 {
    border-left: none !important;
  }
  .border-screen-end-0 {
    border-right: none !important;
  }
  .border-screen-top-0 {
    border-top: none !important;
  }
  .border-screen-bottom-0 {
    border-bottom: none !important;
  }
  .border-screen-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
.color-green-3f {
  color: #8DC63F !important;
}

.bg-green-3f {
  background: #8DC63F !important;
}

.border-green-3f {
  border-color: #8DC63F !important;
}

.border-start {
  border-left: 1px solid #D9D9D9;
}

.border-end {
  border-right: 1px solid #D9D9D9;
}

.border-top {
  border-top: 1px solid #D9D9D9;
}

.border-bottom {
  border-bottom: 1px solid #D9D9D9;
}

@media screen and (min-width: 0px) {
  .color-xs-green-3f {
    color: #8DC63F !important;
  }
  .bg-xs-green-3f {
    background: #8DC63F !important;
  }
  .border-xs-green-3f {
    border-color: #8DC63F !important;
  }
  .border-xs-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-xs-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-xs-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-xs-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-xs-start-0 {
    border-left: none !important;
  }
  .border-xs-end-0 {
    border-right: none !important;
  }
  .border-xs-top-0 {
    border-top: none !important;
  }
  .border-xs-bottom-0 {
    border-bottom: none !important;
  }
  .border-xs-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 640px) {
  .color-sm-green-3f {
    color: #8DC63F !important;
  }
  .bg-sm-green-3f {
    background: #8DC63F !important;
  }
  .border-sm-green-3f {
    border-color: #8DC63F !important;
  }
  .border-sm-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-sm-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-sm-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-sm-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-sm-start-0 {
    border-left: none !important;
  }
  .border-sm-end-0 {
    border-right: none !important;
  }
  .border-sm-top-0 {
    border-top: none !important;
  }
  .border-sm-bottom-0 {
    border-bottom: none !important;
  }
  .border-sm-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 768px) {
  .color-md-green-3f {
    color: #8DC63F !important;
  }
  .bg-md-green-3f {
    background: #8DC63F !important;
  }
  .border-md-green-3f {
    border-color: #8DC63F !important;
  }
  .border-md-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-md-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-md-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-md-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-md-start-0 {
    border-left: none !important;
  }
  .border-md-end-0 {
    border-right: none !important;
  }
  .border-md-top-0 {
    border-top: none !important;
  }
  .border-md-bottom-0 {
    border-bottom: none !important;
  }
  .border-md-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .color-lg-green-3f {
    color: #8DC63F !important;
  }
  .bg-lg-green-3f {
    background: #8DC63F !important;
  }
  .border-lg-green-3f {
    border-color: #8DC63F !important;
  }
  .border-lg-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-lg-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-lg-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-lg-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-lg-start-0 {
    border-left: none !important;
  }
  .border-lg-end-0 {
    border-right: none !important;
  }
  .border-lg-top-0 {
    border-top: none !important;
  }
  .border-lg-bottom-0 {
    border-bottom: none !important;
  }
  .border-lg-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1560px) {
  .color-xl-green-3f {
    color: #8DC63F !important;
  }
  .bg-xl-green-3f {
    background: #8DC63F !important;
  }
  .border-xl-green-3f {
    border-color: #8DC63F !important;
  }
  .border-xl-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-xl-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-xl-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-xl-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-xl-start-0 {
    border-left: none !important;
  }
  .border-xl-end-0 {
    border-right: none !important;
  }
  .border-xl-top-0 {
    border-top: none !important;
  }
  .border-xl-bottom-0 {
    border-bottom: none !important;
  }
  .border-xl-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .color-contents-green-3f {
    color: #8DC63F !important;
  }
  .bg-contents-green-3f {
    background: #8DC63F !important;
  }
  .border-contents-green-3f {
    border-color: #8DC63F !important;
  }
  .border-contents-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-contents-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-contents-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-contents-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-contents-start-0 {
    border-left: none !important;
  }
  .border-contents-end-0 {
    border-right: none !important;
  }
  .border-contents-top-0 {
    border-top: none !important;
  }
  .border-contents-bottom-0 {
    border-bottom: none !important;
  }
  .border-contents-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1920px) {
  .color-screen-green-3f {
    color: #8DC63F !important;
  }
  .bg-screen-green-3f {
    background: #8DC63F !important;
  }
  .border-screen-green-3f {
    border-color: #8DC63F !important;
  }
  .border-screen-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-screen-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-screen-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-screen-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-screen-start-0 {
    border-left: none !important;
  }
  .border-screen-end-0 {
    border-right: none !important;
  }
  .border-screen-top-0 {
    border-top: none !important;
  }
  .border-screen-bottom-0 {
    border-bottom: none !important;
  }
  .border-screen-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
.color-white {
  color: white !important;
}

.bg-white {
  background: white !important;
}

.border-white {
  border-color: white !important;
}

.border-start {
  border-left: 1px solid #D9D9D9;
}

.border-end {
  border-right: 1px solid #D9D9D9;
}

.border-top {
  border-top: 1px solid #D9D9D9;
}

.border-bottom {
  border-bottom: 1px solid #D9D9D9;
}

@media screen and (min-width: 0px) {
  .color-xs-white {
    color: white !important;
  }
  .bg-xs-white {
    background: white !important;
  }
  .border-xs-white {
    border-color: white !important;
  }
  .border-xs-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-xs-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-xs-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-xs-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-xs-start-0 {
    border-left: none !important;
  }
  .border-xs-end-0 {
    border-right: none !important;
  }
  .border-xs-top-0 {
    border-top: none !important;
  }
  .border-xs-bottom-0 {
    border-bottom: none !important;
  }
  .border-xs-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 640px) {
  .color-sm-white {
    color: white !important;
  }
  .bg-sm-white {
    background: white !important;
  }
  .border-sm-white {
    border-color: white !important;
  }
  .border-sm-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-sm-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-sm-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-sm-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-sm-start-0 {
    border-left: none !important;
  }
  .border-sm-end-0 {
    border-right: none !important;
  }
  .border-sm-top-0 {
    border-top: none !important;
  }
  .border-sm-bottom-0 {
    border-bottom: none !important;
  }
  .border-sm-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 768px) {
  .color-md-white {
    color: white !important;
  }
  .bg-md-white {
    background: white !important;
  }
  .border-md-white {
    border-color: white !important;
  }
  .border-md-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-md-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-md-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-md-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-md-start-0 {
    border-left: none !important;
  }
  .border-md-end-0 {
    border-right: none !important;
  }
  .border-md-top-0 {
    border-top: none !important;
  }
  .border-md-bottom-0 {
    border-bottom: none !important;
  }
  .border-md-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .color-lg-white {
    color: white !important;
  }
  .bg-lg-white {
    background: white !important;
  }
  .border-lg-white {
    border-color: white !important;
  }
  .border-lg-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-lg-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-lg-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-lg-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-lg-start-0 {
    border-left: none !important;
  }
  .border-lg-end-0 {
    border-right: none !important;
  }
  .border-lg-top-0 {
    border-top: none !important;
  }
  .border-lg-bottom-0 {
    border-bottom: none !important;
  }
  .border-lg-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1560px) {
  .color-xl-white {
    color: white !important;
  }
  .bg-xl-white {
    background: white !important;
  }
  .border-xl-white {
    border-color: white !important;
  }
  .border-xl-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-xl-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-xl-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-xl-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-xl-start-0 {
    border-left: none !important;
  }
  .border-xl-end-0 {
    border-right: none !important;
  }
  .border-xl-top-0 {
    border-top: none !important;
  }
  .border-xl-bottom-0 {
    border-bottom: none !important;
  }
  .border-xl-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .color-contents-white {
    color: white !important;
  }
  .bg-contents-white {
    background: white !important;
  }
  .border-contents-white {
    border-color: white !important;
  }
  .border-contents-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-contents-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-contents-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-contents-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-contents-start-0 {
    border-left: none !important;
  }
  .border-contents-end-0 {
    border-right: none !important;
  }
  .border-contents-top-0 {
    border-top: none !important;
  }
  .border-contents-bottom-0 {
    border-bottom: none !important;
  }
  .border-contents-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
@media screen and (min-width: 1920px) {
  .color-screen-white {
    color: white !important;
  }
  .bg-screen-white {
    background: white !important;
  }
  .border-screen-white {
    border-color: white !important;
  }
  .border-screen-start {
    border-left: 1px solid #D9D9D9;
  }
  .border-screen-end {
    border-right: 1px solid #D9D9D9;
  }
  .border-screen-top {
    border-top: 1px solid #D9D9D9;
  }
  .border-screen-bottom {
    border-bottom: 1px solid #D9D9D9;
  }
  .border-screen-start-0 {
    border-left: none !important;
  }
  .border-screen-end-0 {
    border-right: none !important;
  }
  .border-screen-top-0 {
    border-top: none !important;
  }
  .border-screen-bottom-0 {
    border-bottom: none !important;
  }
  .border-screen-0 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
  }
}
.z-0 {
  z-index: 0;
}

.m-r-0 {
  margin: 0rem;
}

.mt-r-0 {
  margin-top: 0rem;
}

.mr-r-0 {
  margin-right: 0rem;
}

.mb-r-0 {
  margin-bottom: 0rem;
}

.ml-r-0 {
  margin-left: 0rem;
}

.mx-r-0 {
  margin-left: 0rem;
  margin-right: 0rem;
}

.my-r-0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.p-r-0 {
  padding: 0rem;
}

.pt-r-0 {
  padding-top: 0rem;
}

.pr-r-0 {
  padding-right: 0rem;
}

.pb-r-0 {
  padding-bottom: 0rem;
}

.pl-r-0 {
  padding-left: 0rem;
}

.px-r-0 {
  padding-left: 0rem;
  padding-right: 0rem;
}

.py-r-0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
}

.t-r-0 {
  top: 0rem;
}

.l-r-0 {
  left: 0rem;
}

.b-r-0 {
  bottom: 0rem;
}

.r-r-0 {
  right: 0rem;
}

.row-gap-0 {
  margin: 0rem;
}

.border-radius-r-0 {
  border-radius: 0rem;
}

.border-radius-tl-r-0 {
  border-top-left-radius: 0rem;
}

.border-radius-tr-r-0 {
  border-top-right-radius: 0rem;
}

.border-radius-bl-r-0 {
  border-bottom-left-radius: 0rem;
}

.border-radius-br-r-0 {
  border-bottom-right-radius: 0rem;
}

.border-radius-t-r-0 {
  border-top-left-radius: 0rem;
  border-top-right-radius: 0rem;
}

.border-radius-b-r-0 {
  border-bottom-left-radius: 0rem;
  border-bottom-right-radius: 0rem;
}

.font-size-0 {
  font-size: 0px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-0 {
    margin: 0rem !important;
  }
  .mt-r-xs-0 {
    margin-top: 0rem !important;
  }
  .mr-r-xs-0 {
    margin-right: 0rem !important;
  }
  .mb-r-xs-0 {
    margin-bottom: 0rem !important;
  }
  .ml-r-xs-0 {
    margin-left: 0rem !important;
  }
  .mx-r-xs-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .p-r-xs-0 {
    padding: 0rem !important;
  }
  .pt-r-xs-0 {
    padding-top: 0rem !important;
  }
  .pr-r-xs-0 {
    padding-right: 0rem !important;
  }
  .pb-r-xs-0 {
    padding-bottom: 0rem !important;
  }
  .pl-r-xs-0 {
    padding-left: 0rem !important;
  }
  .px-r-xs-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .py-r-xs-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .font-size-xs-0 {
    font-size: 0px;
  }
  .border-radius-r-xs-0 {
    border-radius: 0rem !important;
  }
  .border-radius-tl-r-xs-0 {
    border-top-left-radius: 0rem !important;
  }
  .border-radius-tr-r-xs-0 {
    border-top-right-radius: 0rem !important;
  }
  .border-radius-bl-r-xs-0 {
    border-bottom-left-radius: 0rem !important;
  }
  .border-radius-br-r-xs-0 {
    border-bottom-right-radius: 0rem !important;
  }
  .border-radius-t-r-xs-0 {
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
  }
  .border-radius-b-r-xs-0 {
    border-bottom-left-radius: 0rem !important;
    border-bottom-right-radius: 0rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-0 {
    margin: 0rem !important;
  }
  .mt-r-sm-0 {
    margin-top: 0rem !important;
  }
  .mr-r-sm-0 {
    margin-right: 0rem !important;
  }
  .mb-r-sm-0 {
    margin-bottom: 0rem !important;
  }
  .ml-r-sm-0 {
    margin-left: 0rem !important;
  }
  .mx-r-sm-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .p-r-sm-0 {
    padding: 0rem !important;
  }
  .pt-r-sm-0 {
    padding-top: 0rem !important;
  }
  .pr-r-sm-0 {
    padding-right: 0rem !important;
  }
  .pb-r-sm-0 {
    padding-bottom: 0rem !important;
  }
  .pl-r-sm-0 {
    padding-left: 0rem !important;
  }
  .px-r-sm-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .py-r-sm-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .font-size-sm-0 {
    font-size: 0px;
  }
  .border-radius-r-sm-0 {
    border-radius: 0rem !important;
  }
  .border-radius-tl-r-sm-0 {
    border-top-left-radius: 0rem !important;
  }
  .border-radius-tr-r-sm-0 {
    border-top-right-radius: 0rem !important;
  }
  .border-radius-bl-r-sm-0 {
    border-bottom-left-radius: 0rem !important;
  }
  .border-radius-br-r-sm-0 {
    border-bottom-right-radius: 0rem !important;
  }
  .border-radius-t-r-sm-0 {
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
  }
  .border-radius-b-r-sm-0 {
    border-bottom-left-radius: 0rem !important;
    border-bottom-right-radius: 0rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-0 {
    margin: 0rem !important;
  }
  .mt-r-md-0 {
    margin-top: 0rem !important;
  }
  .mr-r-md-0 {
    margin-right: 0rem !important;
  }
  .mb-r-md-0 {
    margin-bottom: 0rem !important;
  }
  .ml-r-md-0 {
    margin-left: 0rem !important;
  }
  .mx-r-md-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .p-r-md-0 {
    padding: 0rem !important;
  }
  .pt-r-md-0 {
    padding-top: 0rem !important;
  }
  .pr-r-md-0 {
    padding-right: 0rem !important;
  }
  .pb-r-md-0 {
    padding-bottom: 0rem !important;
  }
  .pl-r-md-0 {
    padding-left: 0rem !important;
  }
  .px-r-md-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .py-r-md-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .font-size-md-0 {
    font-size: 0px;
  }
  .border-radius-r-md-0 {
    border-radius: 0rem !important;
  }
  .border-radius-tl-r-md-0 {
    border-top-left-radius: 0rem !important;
  }
  .border-radius-tr-r-md-0 {
    border-top-right-radius: 0rem !important;
  }
  .border-radius-bl-r-md-0 {
    border-bottom-left-radius: 0rem !important;
  }
  .border-radius-br-r-md-0 {
    border-bottom-right-radius: 0rem !important;
  }
  .border-radius-t-r-md-0 {
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
  }
  .border-radius-b-r-md-0 {
    border-bottom-left-radius: 0rem !important;
    border-bottom-right-radius: 0rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-0 {
    margin: 0rem !important;
  }
  .mt-r-lg-0 {
    margin-top: 0rem !important;
  }
  .mr-r-lg-0 {
    margin-right: 0rem !important;
  }
  .mb-r-lg-0 {
    margin-bottom: 0rem !important;
  }
  .ml-r-lg-0 {
    margin-left: 0rem !important;
  }
  .mx-r-lg-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .p-r-lg-0 {
    padding: 0rem !important;
  }
  .pt-r-lg-0 {
    padding-top: 0rem !important;
  }
  .pr-r-lg-0 {
    padding-right: 0rem !important;
  }
  .pb-r-lg-0 {
    padding-bottom: 0rem !important;
  }
  .pl-r-lg-0 {
    padding-left: 0rem !important;
  }
  .px-r-lg-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .py-r-lg-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .font-size-lg-0 {
    font-size: 0px;
  }
  .border-radius-r-lg-0 {
    border-radius: 0rem !important;
  }
  .border-radius-tl-r-lg-0 {
    border-top-left-radius: 0rem !important;
  }
  .border-radius-tr-r-lg-0 {
    border-top-right-radius: 0rem !important;
  }
  .border-radius-bl-r-lg-0 {
    border-bottom-left-radius: 0rem !important;
  }
  .border-radius-br-r-lg-0 {
    border-bottom-right-radius: 0rem !important;
  }
  .border-radius-t-r-lg-0 {
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
  }
  .border-radius-b-r-lg-0 {
    border-bottom-left-radius: 0rem !important;
    border-bottom-right-radius: 0rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-0 {
    margin: 0rem !important;
  }
  .mt-r-xl-0 {
    margin-top: 0rem !important;
  }
  .mr-r-xl-0 {
    margin-right: 0rem !important;
  }
  .mb-r-xl-0 {
    margin-bottom: 0rem !important;
  }
  .ml-r-xl-0 {
    margin-left: 0rem !important;
  }
  .mx-r-xl-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .p-r-xl-0 {
    padding: 0rem !important;
  }
  .pt-r-xl-0 {
    padding-top: 0rem !important;
  }
  .pr-r-xl-0 {
    padding-right: 0rem !important;
  }
  .pb-r-xl-0 {
    padding-bottom: 0rem !important;
  }
  .pl-r-xl-0 {
    padding-left: 0rem !important;
  }
  .px-r-xl-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .py-r-xl-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .font-size-xl-0 {
    font-size: 0px;
  }
  .border-radius-r-xl-0 {
    border-radius: 0rem !important;
  }
  .border-radius-tl-r-xl-0 {
    border-top-left-radius: 0rem !important;
  }
  .border-radius-tr-r-xl-0 {
    border-top-right-radius: 0rem !important;
  }
  .border-radius-bl-r-xl-0 {
    border-bottom-left-radius: 0rem !important;
  }
  .border-radius-br-r-xl-0 {
    border-bottom-right-radius: 0rem !important;
  }
  .border-radius-t-r-xl-0 {
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
  }
  .border-radius-b-r-xl-0 {
    border-bottom-left-radius: 0rem !important;
    border-bottom-right-radius: 0rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-0 {
    margin: 0rem !important;
  }
  .mt-r-contents-0 {
    margin-top: 0rem !important;
  }
  .mr-r-contents-0 {
    margin-right: 0rem !important;
  }
  .mb-r-contents-0 {
    margin-bottom: 0rem !important;
  }
  .ml-r-contents-0 {
    margin-left: 0rem !important;
  }
  .mx-r-contents-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .p-r-contents-0 {
    padding: 0rem !important;
  }
  .pt-r-contents-0 {
    padding-top: 0rem !important;
  }
  .pr-r-contents-0 {
    padding-right: 0rem !important;
  }
  .pb-r-contents-0 {
    padding-bottom: 0rem !important;
  }
  .pl-r-contents-0 {
    padding-left: 0rem !important;
  }
  .px-r-contents-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .py-r-contents-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .font-size-contents-0 {
    font-size: 0px;
  }
  .border-radius-r-contents-0 {
    border-radius: 0rem !important;
  }
  .border-radius-tl-r-contents-0 {
    border-top-left-radius: 0rem !important;
  }
  .border-radius-tr-r-contents-0 {
    border-top-right-radius: 0rem !important;
  }
  .border-radius-bl-r-contents-0 {
    border-bottom-left-radius: 0rem !important;
  }
  .border-radius-br-r-contents-0 {
    border-bottom-right-radius: 0rem !important;
  }
  .border-radius-t-r-contents-0 {
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
  }
  .border-radius-b-r-contents-0 {
    border-bottom-left-radius: 0rem !important;
    border-bottom-right-radius: 0rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-0 {
    margin: 0rem !important;
  }
  .mt-r-screen-0 {
    margin-top: 0rem !important;
  }
  .mr-r-screen-0 {
    margin-right: 0rem !important;
  }
  .mb-r-screen-0 {
    margin-bottom: 0rem !important;
  }
  .ml-r-screen-0 {
    margin-left: 0rem !important;
  }
  .mx-r-screen-0 {
    margin-left: 0rem !important;
    margin-right: 0rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .p-r-screen-0 {
    padding: 0rem !important;
  }
  .pt-r-screen-0 {
    padding-top: 0rem !important;
  }
  .pr-r-screen-0 {
    padding-right: 0rem !important;
  }
  .pb-r-screen-0 {
    padding-bottom: 0rem !important;
  }
  .pl-r-screen-0 {
    padding-left: 0rem !important;
  }
  .px-r-screen-0 {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }
  .py-r-screen-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .font-size-screen-0 {
    font-size: 0px;
  }
  .border-radius-r-screen-0 {
    border-radius: 0rem !important;
  }
  .border-radius-tl-r-screen-0 {
    border-top-left-radius: 0rem !important;
  }
  .border-radius-tr-r-screen-0 {
    border-top-right-radius: 0rem !important;
  }
  .border-radius-bl-r-screen-0 {
    border-bottom-left-radius: 0rem !important;
  }
  .border-radius-br-r-screen-0 {
    border-bottom-right-radius: 0rem !important;
  }
  .border-radius-t-r-screen-0 {
    border-top-left-radius: 0rem !important;
    border-top-right-radius: 0rem !important;
  }
  .border-radius-b-r-screen-0 {
    border-bottom-left-radius: 0rem !important;
    border-bottom-right-radius: 0rem !important;
  }
}
.z-1 {
  z-index: 1;
}

.m-r-1 {
  margin: 0.25rem;
}

.mt-r-1 {
  margin-top: 0.25rem;
}

.mr-r-1 {
  margin-right: 0.25rem;
}

.mb-r-1 {
  margin-bottom: 0.25rem;
}

.ml-r-1 {
  margin-left: 0.25rem;
}

.mx-r-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my-r-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.p-r-1 {
  padding: 0.25rem;
}

.pt-r-1 {
  padding-top: 0.25rem;
}

.pr-r-1 {
  padding-right: 0.25rem;
}

.pb-r-1 {
  padding-bottom: 0.25rem;
}

.pl-r-1 {
  padding-left: 0.25rem;
}

.px-r-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-r-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.t-r-1 {
  top: 0.25rem;
}

.l-r-1 {
  left: 0.25rem;
}

.b-r-1 {
  bottom: 0.25rem;
}

.r-r-1 {
  right: 0.25rem;
}

.row-gap-1 {
  margin: -0.25rem;
}

.border-radius-r-1 {
  border-radius: 0.25rem;
}

.border-radius-tl-r-1 {
  border-top-left-radius: 0.25rem;
}

.border-radius-tr-r-1 {
  border-top-right-radius: 0.25rem;
}

.border-radius-bl-r-1 {
  border-bottom-left-radius: 0.25rem;
}

.border-radius-br-r-1 {
  border-bottom-right-radius: 0.25rem;
}

.border-radius-t-r-1 {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.border-radius-b-r-1 {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.font-size-1 {
  font-size: 1px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-1 {
    margin: 0.25rem !important;
  }
  .mt-r-xs-1 {
    margin-top: 0.25rem !important;
  }
  .mr-r-xs-1 {
    margin-right: 0.25rem !important;
  }
  .mb-r-xs-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-r-xs-1 {
    margin-left: 0.25rem !important;
  }
  .mx-r-xs-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .p-r-xs-1 {
    padding: 0.25rem !important;
  }
  .pt-r-xs-1 {
    padding-top: 0.25rem !important;
  }
  .pr-r-xs-1 {
    padding-right: 0.25rem !important;
  }
  .pb-r-xs-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-r-xs-1 {
    padding-left: 0.25rem !important;
  }
  .px-r-xs-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-r-xs-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .font-size-xs-1 {
    font-size: 1px;
  }
  .border-radius-r-xs-1 {
    border-radius: 0.25rem !important;
  }
  .border-radius-tl-r-xs-1 {
    border-top-left-radius: 0.25rem !important;
  }
  .border-radius-tr-r-xs-1 {
    border-top-right-radius: 0.25rem !important;
  }
  .border-radius-bl-r-xs-1 {
    border-bottom-left-radius: 0.25rem !important;
  }
  .border-radius-br-r-xs-1 {
    border-bottom-right-radius: 0.25rem !important;
  }
  .border-radius-t-r-xs-1 {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  .border-radius-b-r-xs-1 {
    border-bottom-left-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-r-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-r-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-r-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-r-sm-1 {
    margin-left: 0.25rem !important;
  }
  .mx-r-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .p-r-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-r-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-r-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-r-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-r-sm-1 {
    padding-left: 0.25rem !important;
  }
  .px-r-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-r-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .font-size-sm-1 {
    font-size: 1px;
  }
  .border-radius-r-sm-1 {
    border-radius: 0.25rem !important;
  }
  .border-radius-tl-r-sm-1 {
    border-top-left-radius: 0.25rem !important;
  }
  .border-radius-tr-r-sm-1 {
    border-top-right-radius: 0.25rem !important;
  }
  .border-radius-bl-r-sm-1 {
    border-bottom-left-radius: 0.25rem !important;
  }
  .border-radius-br-r-sm-1 {
    border-bottom-right-radius: 0.25rem !important;
  }
  .border-radius-t-r-sm-1 {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  .border-radius-b-r-sm-1 {
    border-bottom-left-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-1 {
    margin: 0.25rem !important;
  }
  .mt-r-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-r-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-r-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-r-md-1 {
    margin-left: 0.25rem !important;
  }
  .mx-r-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .p-r-md-1 {
    padding: 0.25rem !important;
  }
  .pt-r-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-r-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-r-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-r-md-1 {
    padding-left: 0.25rem !important;
  }
  .px-r-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-r-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .font-size-md-1 {
    font-size: 1px;
  }
  .border-radius-r-md-1 {
    border-radius: 0.25rem !important;
  }
  .border-radius-tl-r-md-1 {
    border-top-left-radius: 0.25rem !important;
  }
  .border-radius-tr-r-md-1 {
    border-top-right-radius: 0.25rem !important;
  }
  .border-radius-bl-r-md-1 {
    border-bottom-left-radius: 0.25rem !important;
  }
  .border-radius-br-r-md-1 {
    border-bottom-right-radius: 0.25rem !important;
  }
  .border-radius-t-r-md-1 {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  .border-radius-b-r-md-1 {
    border-bottom-left-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-r-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-r-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-r-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-r-lg-1 {
    margin-left: 0.25rem !important;
  }
  .mx-r-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .p-r-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-r-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-r-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-r-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-r-lg-1 {
    padding-left: 0.25rem !important;
  }
  .px-r-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-r-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .font-size-lg-1 {
    font-size: 1px;
  }
  .border-radius-r-lg-1 {
    border-radius: 0.25rem !important;
  }
  .border-radius-tl-r-lg-1 {
    border-top-left-radius: 0.25rem !important;
  }
  .border-radius-tr-r-lg-1 {
    border-top-right-radius: 0.25rem !important;
  }
  .border-radius-bl-r-lg-1 {
    border-bottom-left-radius: 0.25rem !important;
  }
  .border-radius-br-r-lg-1 {
    border-bottom-right-radius: 0.25rem !important;
  }
  .border-radius-t-r-lg-1 {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  .border-radius-b-r-lg-1 {
    border-bottom-left-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-r-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-r-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-r-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-r-xl-1 {
    margin-left: 0.25rem !important;
  }
  .mx-r-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .p-r-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-r-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-r-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-r-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-r-xl-1 {
    padding-left: 0.25rem !important;
  }
  .px-r-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-r-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .font-size-xl-1 {
    font-size: 1px;
  }
  .border-radius-r-xl-1 {
    border-radius: 0.25rem !important;
  }
  .border-radius-tl-r-xl-1 {
    border-top-left-radius: 0.25rem !important;
  }
  .border-radius-tr-r-xl-1 {
    border-top-right-radius: 0.25rem !important;
  }
  .border-radius-bl-r-xl-1 {
    border-bottom-left-radius: 0.25rem !important;
  }
  .border-radius-br-r-xl-1 {
    border-bottom-right-radius: 0.25rem !important;
  }
  .border-radius-t-r-xl-1 {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  .border-radius-b-r-xl-1 {
    border-bottom-left-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-1 {
    margin: 0.25rem !important;
  }
  .mt-r-contents-1 {
    margin-top: 0.25rem !important;
  }
  .mr-r-contents-1 {
    margin-right: 0.25rem !important;
  }
  .mb-r-contents-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-r-contents-1 {
    margin-left: 0.25rem !important;
  }
  .mx-r-contents-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .p-r-contents-1 {
    padding: 0.25rem !important;
  }
  .pt-r-contents-1 {
    padding-top: 0.25rem !important;
  }
  .pr-r-contents-1 {
    padding-right: 0.25rem !important;
  }
  .pb-r-contents-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-r-contents-1 {
    padding-left: 0.25rem !important;
  }
  .px-r-contents-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-r-contents-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .font-size-contents-1 {
    font-size: 1px;
  }
  .border-radius-r-contents-1 {
    border-radius: 0.25rem !important;
  }
  .border-radius-tl-r-contents-1 {
    border-top-left-radius: 0.25rem !important;
  }
  .border-radius-tr-r-contents-1 {
    border-top-right-radius: 0.25rem !important;
  }
  .border-radius-bl-r-contents-1 {
    border-bottom-left-radius: 0.25rem !important;
  }
  .border-radius-br-r-contents-1 {
    border-bottom-right-radius: 0.25rem !important;
  }
  .border-radius-t-r-contents-1 {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  .border-radius-b-r-contents-1 {
    border-bottom-left-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-1 {
    margin: 0.25rem !important;
  }
  .mt-r-screen-1 {
    margin-top: 0.25rem !important;
  }
  .mr-r-screen-1 {
    margin-right: 0.25rem !important;
  }
  .mb-r-screen-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-r-screen-1 {
    margin-left: 0.25rem !important;
  }
  .mx-r-screen-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .p-r-screen-1 {
    padding: 0.25rem !important;
  }
  .pt-r-screen-1 {
    padding-top: 0.25rem !important;
  }
  .pr-r-screen-1 {
    padding-right: 0.25rem !important;
  }
  .pb-r-screen-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-r-screen-1 {
    padding-left: 0.25rem !important;
  }
  .px-r-screen-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .py-r-screen-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .font-size-screen-1 {
    font-size: 1px;
  }
  .border-radius-r-screen-1 {
    border-radius: 0.25rem !important;
  }
  .border-radius-tl-r-screen-1 {
    border-top-left-radius: 0.25rem !important;
  }
  .border-radius-tr-r-screen-1 {
    border-top-right-radius: 0.25rem !important;
  }
  .border-radius-bl-r-screen-1 {
    border-bottom-left-radius: 0.25rem !important;
  }
  .border-radius-br-r-screen-1 {
    border-bottom-right-radius: 0.25rem !important;
  }
  .border-radius-t-r-screen-1 {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
  }
  .border-radius-b-r-screen-1 {
    border-bottom-left-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
  }
}
.z-2 {
  z-index: 2;
}

.m-r-2 {
  margin: 0.5rem;
}

.mt-r-2 {
  margin-top: 0.5rem;
}

.mr-r-2 {
  margin-right: 0.5rem;
}

.mb-r-2 {
  margin-bottom: 0.5rem;
}

.ml-r-2 {
  margin-left: 0.5rem;
}

.mx-r-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-r-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.p-r-2 {
  padding: 0.5rem;
}

.pt-r-2 {
  padding-top: 0.5rem;
}

.pr-r-2 {
  padding-right: 0.5rem;
}

.pb-r-2 {
  padding-bottom: 0.5rem;
}

.pl-r-2 {
  padding-left: 0.5rem;
}

.px-r-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-r-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.t-r-2 {
  top: 0.5rem;
}

.l-r-2 {
  left: 0.5rem;
}

.b-r-2 {
  bottom: 0.5rem;
}

.r-r-2 {
  right: 0.5rem;
}

.row-gap-2 {
  margin: -0.5rem;
}

.border-radius-r-2 {
  border-radius: 0.5rem;
}

.border-radius-tl-r-2 {
  border-top-left-radius: 0.5rem;
}

.border-radius-tr-r-2 {
  border-top-right-radius: 0.5rem;
}

.border-radius-bl-r-2 {
  border-bottom-left-radius: 0.5rem;
}

.border-radius-br-r-2 {
  border-bottom-right-radius: 0.5rem;
}

.border-radius-t-r-2 {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.border-radius-b-r-2 {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.font-size-2 {
  font-size: 2px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-2 {
    margin: 0.5rem !important;
  }
  .mt-r-xs-2 {
    margin-top: 0.5rem !important;
  }
  .mr-r-xs-2 {
    margin-right: 0.5rem !important;
  }
  .mb-r-xs-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-r-xs-2 {
    margin-left: 0.5rem !important;
  }
  .mx-r-xs-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .p-r-xs-2 {
    padding: 0.5rem !important;
  }
  .pt-r-xs-2 {
    padding-top: 0.5rem !important;
  }
  .pr-r-xs-2 {
    padding-right: 0.5rem !important;
  }
  .pb-r-xs-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-r-xs-2 {
    padding-left: 0.5rem !important;
  }
  .px-r-xs-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-r-xs-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .font-size-xs-2 {
    font-size: 2px;
  }
  .border-radius-r-xs-2 {
    border-radius: 0.5rem !important;
  }
  .border-radius-tl-r-xs-2 {
    border-top-left-radius: 0.5rem !important;
  }
  .border-radius-tr-r-xs-2 {
    border-top-right-radius: 0.5rem !important;
  }
  .border-radius-bl-r-xs-2 {
    border-bottom-left-radius: 0.5rem !important;
  }
  .border-radius-br-r-xs-2 {
    border-bottom-right-radius: 0.5rem !important;
  }
  .border-radius-t-r-xs-2 {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }
  .border-radius-b-r-xs-2 {
    border-bottom-left-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-r-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-r-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-r-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-r-sm-2 {
    margin-left: 0.5rem !important;
  }
  .mx-r-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .p-r-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-r-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-r-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-r-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-r-sm-2 {
    padding-left: 0.5rem !important;
  }
  .px-r-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-r-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .font-size-sm-2 {
    font-size: 2px;
  }
  .border-radius-r-sm-2 {
    border-radius: 0.5rem !important;
  }
  .border-radius-tl-r-sm-2 {
    border-top-left-radius: 0.5rem !important;
  }
  .border-radius-tr-r-sm-2 {
    border-top-right-radius: 0.5rem !important;
  }
  .border-radius-bl-r-sm-2 {
    border-bottom-left-radius: 0.5rem !important;
  }
  .border-radius-br-r-sm-2 {
    border-bottom-right-radius: 0.5rem !important;
  }
  .border-radius-t-r-sm-2 {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }
  .border-radius-b-r-sm-2 {
    border-bottom-left-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-2 {
    margin: 0.5rem !important;
  }
  .mt-r-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-r-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-r-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-r-md-2 {
    margin-left: 0.5rem !important;
  }
  .mx-r-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .p-r-md-2 {
    padding: 0.5rem !important;
  }
  .pt-r-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-r-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-r-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-r-md-2 {
    padding-left: 0.5rem !important;
  }
  .px-r-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-r-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .font-size-md-2 {
    font-size: 2px;
  }
  .border-radius-r-md-2 {
    border-radius: 0.5rem !important;
  }
  .border-radius-tl-r-md-2 {
    border-top-left-radius: 0.5rem !important;
  }
  .border-radius-tr-r-md-2 {
    border-top-right-radius: 0.5rem !important;
  }
  .border-radius-bl-r-md-2 {
    border-bottom-left-radius: 0.5rem !important;
  }
  .border-radius-br-r-md-2 {
    border-bottom-right-radius: 0.5rem !important;
  }
  .border-radius-t-r-md-2 {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }
  .border-radius-b-r-md-2 {
    border-bottom-left-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-r-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-r-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-r-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-r-lg-2 {
    margin-left: 0.5rem !important;
  }
  .mx-r-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .p-r-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-r-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-r-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-r-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-r-lg-2 {
    padding-left: 0.5rem !important;
  }
  .px-r-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-r-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .font-size-lg-2 {
    font-size: 2px;
  }
  .border-radius-r-lg-2 {
    border-radius: 0.5rem !important;
  }
  .border-radius-tl-r-lg-2 {
    border-top-left-radius: 0.5rem !important;
  }
  .border-radius-tr-r-lg-2 {
    border-top-right-radius: 0.5rem !important;
  }
  .border-radius-bl-r-lg-2 {
    border-bottom-left-radius: 0.5rem !important;
  }
  .border-radius-br-r-lg-2 {
    border-bottom-right-radius: 0.5rem !important;
  }
  .border-radius-t-r-lg-2 {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }
  .border-radius-b-r-lg-2 {
    border-bottom-left-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-r-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-r-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-r-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-r-xl-2 {
    margin-left: 0.5rem !important;
  }
  .mx-r-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .p-r-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-r-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-r-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-r-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-r-xl-2 {
    padding-left: 0.5rem !important;
  }
  .px-r-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-r-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .font-size-xl-2 {
    font-size: 2px;
  }
  .border-radius-r-xl-2 {
    border-radius: 0.5rem !important;
  }
  .border-radius-tl-r-xl-2 {
    border-top-left-radius: 0.5rem !important;
  }
  .border-radius-tr-r-xl-2 {
    border-top-right-radius: 0.5rem !important;
  }
  .border-radius-bl-r-xl-2 {
    border-bottom-left-radius: 0.5rem !important;
  }
  .border-radius-br-r-xl-2 {
    border-bottom-right-radius: 0.5rem !important;
  }
  .border-radius-t-r-xl-2 {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }
  .border-radius-b-r-xl-2 {
    border-bottom-left-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-2 {
    margin: 0.5rem !important;
  }
  .mt-r-contents-2 {
    margin-top: 0.5rem !important;
  }
  .mr-r-contents-2 {
    margin-right: 0.5rem !important;
  }
  .mb-r-contents-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-r-contents-2 {
    margin-left: 0.5rem !important;
  }
  .mx-r-contents-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .p-r-contents-2 {
    padding: 0.5rem !important;
  }
  .pt-r-contents-2 {
    padding-top: 0.5rem !important;
  }
  .pr-r-contents-2 {
    padding-right: 0.5rem !important;
  }
  .pb-r-contents-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-r-contents-2 {
    padding-left: 0.5rem !important;
  }
  .px-r-contents-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-r-contents-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .font-size-contents-2 {
    font-size: 2px;
  }
  .border-radius-r-contents-2 {
    border-radius: 0.5rem !important;
  }
  .border-radius-tl-r-contents-2 {
    border-top-left-radius: 0.5rem !important;
  }
  .border-radius-tr-r-contents-2 {
    border-top-right-radius: 0.5rem !important;
  }
  .border-radius-bl-r-contents-2 {
    border-bottom-left-radius: 0.5rem !important;
  }
  .border-radius-br-r-contents-2 {
    border-bottom-right-radius: 0.5rem !important;
  }
  .border-radius-t-r-contents-2 {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }
  .border-radius-b-r-contents-2 {
    border-bottom-left-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-2 {
    margin: 0.5rem !important;
  }
  .mt-r-screen-2 {
    margin-top: 0.5rem !important;
  }
  .mr-r-screen-2 {
    margin-right: 0.5rem !important;
  }
  .mb-r-screen-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-r-screen-2 {
    margin-left: 0.5rem !important;
  }
  .mx-r-screen-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .p-r-screen-2 {
    padding: 0.5rem !important;
  }
  .pt-r-screen-2 {
    padding-top: 0.5rem !important;
  }
  .pr-r-screen-2 {
    padding-right: 0.5rem !important;
  }
  .pb-r-screen-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-r-screen-2 {
    padding-left: 0.5rem !important;
  }
  .px-r-screen-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .py-r-screen-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .font-size-screen-2 {
    font-size: 2px;
  }
  .border-radius-r-screen-2 {
    border-radius: 0.5rem !important;
  }
  .border-radius-tl-r-screen-2 {
    border-top-left-radius: 0.5rem !important;
  }
  .border-radius-tr-r-screen-2 {
    border-top-right-radius: 0.5rem !important;
  }
  .border-radius-bl-r-screen-2 {
    border-bottom-left-radius: 0.5rem !important;
  }
  .border-radius-br-r-screen-2 {
    border-bottom-right-radius: 0.5rem !important;
  }
  .border-radius-t-r-screen-2 {
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
  }
  .border-radius-b-r-screen-2 {
    border-bottom-left-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
  }
}
.z-3 {
  z-index: 3;
}

.m-r-3 {
  margin: 0.75rem;
}

.mt-r-3 {
  margin-top: 0.75rem;
}

.mr-r-3 {
  margin-right: 0.75rem;
}

.mb-r-3 {
  margin-bottom: 0.75rem;
}

.ml-r-3 {
  margin-left: 0.75rem;
}

.mx-r-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-r-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.p-r-3 {
  padding: 0.75rem;
}

.pt-r-3 {
  padding-top: 0.75rem;
}

.pr-r-3 {
  padding-right: 0.75rem;
}

.pb-r-3 {
  padding-bottom: 0.75rem;
}

.pl-r-3 {
  padding-left: 0.75rem;
}

.px-r-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-r-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.t-r-3 {
  top: 0.75rem;
}

.l-r-3 {
  left: 0.75rem;
}

.b-r-3 {
  bottom: 0.75rem;
}

.r-r-3 {
  right: 0.75rem;
}

.row-gap-3 {
  margin: -0.75rem;
}

.border-radius-r-3 {
  border-radius: 0.75rem;
}

.border-radius-tl-r-3 {
  border-top-left-radius: 0.75rem;
}

.border-radius-tr-r-3 {
  border-top-right-radius: 0.75rem;
}

.border-radius-bl-r-3 {
  border-bottom-left-radius: 0.75rem;
}

.border-radius-br-r-3 {
  border-bottom-right-radius: 0.75rem;
}

.border-radius-t-r-3 {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.border-radius-b-r-3 {
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.font-size-3 {
  font-size: 3px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-3 {
    margin: 0.75rem !important;
  }
  .mt-r-xs-3 {
    margin-top: 0.75rem !important;
  }
  .mr-r-xs-3 {
    margin-right: 0.75rem !important;
  }
  .mb-r-xs-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-r-xs-3 {
    margin-left: 0.75rem !important;
  }
  .mx-r-xs-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .p-r-xs-3 {
    padding: 0.75rem !important;
  }
  .pt-r-xs-3 {
    padding-top: 0.75rem !important;
  }
  .pr-r-xs-3 {
    padding-right: 0.75rem !important;
  }
  .pb-r-xs-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-r-xs-3 {
    padding-left: 0.75rem !important;
  }
  .px-r-xs-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-r-xs-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .font-size-xs-3 {
    font-size: 3px;
  }
  .border-radius-r-xs-3 {
    border-radius: 0.75rem !important;
  }
  .border-radius-tl-r-xs-3 {
    border-top-left-radius: 0.75rem !important;
  }
  .border-radius-tr-r-xs-3 {
    border-top-right-radius: 0.75rem !important;
  }
  .border-radius-bl-r-xs-3 {
    border-bottom-left-radius: 0.75rem !important;
  }
  .border-radius-br-r-xs-3 {
    border-bottom-right-radius: 0.75rem !important;
  }
  .border-radius-t-r-xs-3 {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }
  .border-radius-b-r-xs-3 {
    border-bottom-left-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-3 {
    margin: 0.75rem !important;
  }
  .mt-r-sm-3 {
    margin-top: 0.75rem !important;
  }
  .mr-r-sm-3 {
    margin-right: 0.75rem !important;
  }
  .mb-r-sm-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-r-sm-3 {
    margin-left: 0.75rem !important;
  }
  .mx-r-sm-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .p-r-sm-3 {
    padding: 0.75rem !important;
  }
  .pt-r-sm-3 {
    padding-top: 0.75rem !important;
  }
  .pr-r-sm-3 {
    padding-right: 0.75rem !important;
  }
  .pb-r-sm-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-r-sm-3 {
    padding-left: 0.75rem !important;
  }
  .px-r-sm-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-r-sm-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .font-size-sm-3 {
    font-size: 3px;
  }
  .border-radius-r-sm-3 {
    border-radius: 0.75rem !important;
  }
  .border-radius-tl-r-sm-3 {
    border-top-left-radius: 0.75rem !important;
  }
  .border-radius-tr-r-sm-3 {
    border-top-right-radius: 0.75rem !important;
  }
  .border-radius-bl-r-sm-3 {
    border-bottom-left-radius: 0.75rem !important;
  }
  .border-radius-br-r-sm-3 {
    border-bottom-right-radius: 0.75rem !important;
  }
  .border-radius-t-r-sm-3 {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }
  .border-radius-b-r-sm-3 {
    border-bottom-left-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-3 {
    margin: 0.75rem !important;
  }
  .mt-r-md-3 {
    margin-top: 0.75rem !important;
  }
  .mr-r-md-3 {
    margin-right: 0.75rem !important;
  }
  .mb-r-md-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-r-md-3 {
    margin-left: 0.75rem !important;
  }
  .mx-r-md-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .p-r-md-3 {
    padding: 0.75rem !important;
  }
  .pt-r-md-3 {
    padding-top: 0.75rem !important;
  }
  .pr-r-md-3 {
    padding-right: 0.75rem !important;
  }
  .pb-r-md-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-r-md-3 {
    padding-left: 0.75rem !important;
  }
  .px-r-md-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-r-md-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .font-size-md-3 {
    font-size: 3px;
  }
  .border-radius-r-md-3 {
    border-radius: 0.75rem !important;
  }
  .border-radius-tl-r-md-3 {
    border-top-left-radius: 0.75rem !important;
  }
  .border-radius-tr-r-md-3 {
    border-top-right-radius: 0.75rem !important;
  }
  .border-radius-bl-r-md-3 {
    border-bottom-left-radius: 0.75rem !important;
  }
  .border-radius-br-r-md-3 {
    border-bottom-right-radius: 0.75rem !important;
  }
  .border-radius-t-r-md-3 {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }
  .border-radius-b-r-md-3 {
    border-bottom-left-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-3 {
    margin: 0.75rem !important;
  }
  .mt-r-lg-3 {
    margin-top: 0.75rem !important;
  }
  .mr-r-lg-3 {
    margin-right: 0.75rem !important;
  }
  .mb-r-lg-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-r-lg-3 {
    margin-left: 0.75rem !important;
  }
  .mx-r-lg-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .p-r-lg-3 {
    padding: 0.75rem !important;
  }
  .pt-r-lg-3 {
    padding-top: 0.75rem !important;
  }
  .pr-r-lg-3 {
    padding-right: 0.75rem !important;
  }
  .pb-r-lg-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-r-lg-3 {
    padding-left: 0.75rem !important;
  }
  .px-r-lg-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-r-lg-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .font-size-lg-3 {
    font-size: 3px;
  }
  .border-radius-r-lg-3 {
    border-radius: 0.75rem !important;
  }
  .border-radius-tl-r-lg-3 {
    border-top-left-radius: 0.75rem !important;
  }
  .border-radius-tr-r-lg-3 {
    border-top-right-radius: 0.75rem !important;
  }
  .border-radius-bl-r-lg-3 {
    border-bottom-left-radius: 0.75rem !important;
  }
  .border-radius-br-r-lg-3 {
    border-bottom-right-radius: 0.75rem !important;
  }
  .border-radius-t-r-lg-3 {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }
  .border-radius-b-r-lg-3 {
    border-bottom-left-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-3 {
    margin: 0.75rem !important;
  }
  .mt-r-xl-3 {
    margin-top: 0.75rem !important;
  }
  .mr-r-xl-3 {
    margin-right: 0.75rem !important;
  }
  .mb-r-xl-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-r-xl-3 {
    margin-left: 0.75rem !important;
  }
  .mx-r-xl-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .p-r-xl-3 {
    padding: 0.75rem !important;
  }
  .pt-r-xl-3 {
    padding-top: 0.75rem !important;
  }
  .pr-r-xl-3 {
    padding-right: 0.75rem !important;
  }
  .pb-r-xl-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-r-xl-3 {
    padding-left: 0.75rem !important;
  }
  .px-r-xl-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-r-xl-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .font-size-xl-3 {
    font-size: 3px;
  }
  .border-radius-r-xl-3 {
    border-radius: 0.75rem !important;
  }
  .border-radius-tl-r-xl-3 {
    border-top-left-radius: 0.75rem !important;
  }
  .border-radius-tr-r-xl-3 {
    border-top-right-radius: 0.75rem !important;
  }
  .border-radius-bl-r-xl-3 {
    border-bottom-left-radius: 0.75rem !important;
  }
  .border-radius-br-r-xl-3 {
    border-bottom-right-radius: 0.75rem !important;
  }
  .border-radius-t-r-xl-3 {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }
  .border-radius-b-r-xl-3 {
    border-bottom-left-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-3 {
    margin: 0.75rem !important;
  }
  .mt-r-contents-3 {
    margin-top: 0.75rem !important;
  }
  .mr-r-contents-3 {
    margin-right: 0.75rem !important;
  }
  .mb-r-contents-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-r-contents-3 {
    margin-left: 0.75rem !important;
  }
  .mx-r-contents-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .p-r-contents-3 {
    padding: 0.75rem !important;
  }
  .pt-r-contents-3 {
    padding-top: 0.75rem !important;
  }
  .pr-r-contents-3 {
    padding-right: 0.75rem !important;
  }
  .pb-r-contents-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-r-contents-3 {
    padding-left: 0.75rem !important;
  }
  .px-r-contents-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-r-contents-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .font-size-contents-3 {
    font-size: 3px;
  }
  .border-radius-r-contents-3 {
    border-radius: 0.75rem !important;
  }
  .border-radius-tl-r-contents-3 {
    border-top-left-radius: 0.75rem !important;
  }
  .border-radius-tr-r-contents-3 {
    border-top-right-radius: 0.75rem !important;
  }
  .border-radius-bl-r-contents-3 {
    border-bottom-left-radius: 0.75rem !important;
  }
  .border-radius-br-r-contents-3 {
    border-bottom-right-radius: 0.75rem !important;
  }
  .border-radius-t-r-contents-3 {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }
  .border-radius-b-r-contents-3 {
    border-bottom-left-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-3 {
    margin: 0.75rem !important;
  }
  .mt-r-screen-3 {
    margin-top: 0.75rem !important;
  }
  .mr-r-screen-3 {
    margin-right: 0.75rem !important;
  }
  .mb-r-screen-3 {
    margin-bottom: 0.75rem !important;
  }
  .ml-r-screen-3 {
    margin-left: 0.75rem !important;
  }
  .mx-r-screen-3 {
    margin-left: 0.75rem !important;
    margin-right: 0.75rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }
  .p-r-screen-3 {
    padding: 0.75rem !important;
  }
  .pt-r-screen-3 {
    padding-top: 0.75rem !important;
  }
  .pr-r-screen-3 {
    padding-right: 0.75rem !important;
  }
  .pb-r-screen-3 {
    padding-bottom: 0.75rem !important;
  }
  .pl-r-screen-3 {
    padding-left: 0.75rem !important;
  }
  .px-r-screen-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .py-r-screen-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .font-size-screen-3 {
    font-size: 3px;
  }
  .border-radius-r-screen-3 {
    border-radius: 0.75rem !important;
  }
  .border-radius-tl-r-screen-3 {
    border-top-left-radius: 0.75rem !important;
  }
  .border-radius-tr-r-screen-3 {
    border-top-right-radius: 0.75rem !important;
  }
  .border-radius-bl-r-screen-3 {
    border-bottom-left-radius: 0.75rem !important;
  }
  .border-radius-br-r-screen-3 {
    border-bottom-right-radius: 0.75rem !important;
  }
  .border-radius-t-r-screen-3 {
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
  }
  .border-radius-b-r-screen-3 {
    border-bottom-left-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
  }
}
.z-4 {
  z-index: 4;
}

.m-r-4 {
  margin: 1rem;
}

.mt-r-4 {
  margin-top: 1rem;
}

.mr-r-4 {
  margin-right: 1rem;
}

.mb-r-4 {
  margin-bottom: 1rem;
}

.ml-r-4 {
  margin-left: 1rem;
}

.mx-r-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-r-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.p-r-4 {
  padding: 1rem;
}

.pt-r-4 {
  padding-top: 1rem;
}

.pr-r-4 {
  padding-right: 1rem;
}

.pb-r-4 {
  padding-bottom: 1rem;
}

.pl-r-4 {
  padding-left: 1rem;
}

.px-r-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-r-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.t-r-4 {
  top: 1rem;
}

.l-r-4 {
  left: 1rem;
}

.b-r-4 {
  bottom: 1rem;
}

.r-r-4 {
  right: 1rem;
}

.row-gap-4 {
  margin: -1rem;
}

.border-radius-r-4 {
  border-radius: 1rem;
}

.border-radius-tl-r-4 {
  border-top-left-radius: 1rem;
}

.border-radius-tr-r-4 {
  border-top-right-radius: 1rem;
}

.border-radius-bl-r-4 {
  border-bottom-left-radius: 1rem;
}

.border-radius-br-r-4 {
  border-bottom-right-radius: 1rem;
}

.border-radius-t-r-4 {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.border-radius-b-r-4 {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.font-size-4 {
  font-size: 4px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-4 {
    margin: 1rem !important;
  }
  .mt-r-xs-4 {
    margin-top: 1rem !important;
  }
  .mr-r-xs-4 {
    margin-right: 1rem !important;
  }
  .mb-r-xs-4 {
    margin-bottom: 1rem !important;
  }
  .ml-r-xs-4 {
    margin-left: 1rem !important;
  }
  .mx-r-xs-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .p-r-xs-4 {
    padding: 1rem !important;
  }
  .pt-r-xs-4 {
    padding-top: 1rem !important;
  }
  .pr-r-xs-4 {
    padding-right: 1rem !important;
  }
  .pb-r-xs-4 {
    padding-bottom: 1rem !important;
  }
  .pl-r-xs-4 {
    padding-left: 1rem !important;
  }
  .px-r-xs-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-r-xs-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .font-size-xs-4 {
    font-size: 4px;
  }
  .border-radius-r-xs-4 {
    border-radius: 1rem !important;
  }
  .border-radius-tl-r-xs-4 {
    border-top-left-radius: 1rem !important;
  }
  .border-radius-tr-r-xs-4 {
    border-top-right-radius: 1rem !important;
  }
  .border-radius-bl-r-xs-4 {
    border-bottom-left-radius: 1rem !important;
  }
  .border-radius-br-r-xs-4 {
    border-bottom-right-radius: 1rem !important;
  }
  .border-radius-t-r-xs-4 {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }
  .border-radius-b-r-xs-4 {
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-4 {
    margin: 1rem !important;
  }
  .mt-r-sm-4 {
    margin-top: 1rem !important;
  }
  .mr-r-sm-4 {
    margin-right: 1rem !important;
  }
  .mb-r-sm-4 {
    margin-bottom: 1rem !important;
  }
  .ml-r-sm-4 {
    margin-left: 1rem !important;
  }
  .mx-r-sm-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .p-r-sm-4 {
    padding: 1rem !important;
  }
  .pt-r-sm-4 {
    padding-top: 1rem !important;
  }
  .pr-r-sm-4 {
    padding-right: 1rem !important;
  }
  .pb-r-sm-4 {
    padding-bottom: 1rem !important;
  }
  .pl-r-sm-4 {
    padding-left: 1rem !important;
  }
  .px-r-sm-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-r-sm-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .font-size-sm-4 {
    font-size: 4px;
  }
  .border-radius-r-sm-4 {
    border-radius: 1rem !important;
  }
  .border-radius-tl-r-sm-4 {
    border-top-left-radius: 1rem !important;
  }
  .border-radius-tr-r-sm-4 {
    border-top-right-radius: 1rem !important;
  }
  .border-radius-bl-r-sm-4 {
    border-bottom-left-radius: 1rem !important;
  }
  .border-radius-br-r-sm-4 {
    border-bottom-right-radius: 1rem !important;
  }
  .border-radius-t-r-sm-4 {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }
  .border-radius-b-r-sm-4 {
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-4 {
    margin: 1rem !important;
  }
  .mt-r-md-4 {
    margin-top: 1rem !important;
  }
  .mr-r-md-4 {
    margin-right: 1rem !important;
  }
  .mb-r-md-4 {
    margin-bottom: 1rem !important;
  }
  .ml-r-md-4 {
    margin-left: 1rem !important;
  }
  .mx-r-md-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .p-r-md-4 {
    padding: 1rem !important;
  }
  .pt-r-md-4 {
    padding-top: 1rem !important;
  }
  .pr-r-md-4 {
    padding-right: 1rem !important;
  }
  .pb-r-md-4 {
    padding-bottom: 1rem !important;
  }
  .pl-r-md-4 {
    padding-left: 1rem !important;
  }
  .px-r-md-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-r-md-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .font-size-md-4 {
    font-size: 4px;
  }
  .border-radius-r-md-4 {
    border-radius: 1rem !important;
  }
  .border-radius-tl-r-md-4 {
    border-top-left-radius: 1rem !important;
  }
  .border-radius-tr-r-md-4 {
    border-top-right-radius: 1rem !important;
  }
  .border-radius-bl-r-md-4 {
    border-bottom-left-radius: 1rem !important;
  }
  .border-radius-br-r-md-4 {
    border-bottom-right-radius: 1rem !important;
  }
  .border-radius-t-r-md-4 {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }
  .border-radius-b-r-md-4 {
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-4 {
    margin: 1rem !important;
  }
  .mt-r-lg-4 {
    margin-top: 1rem !important;
  }
  .mr-r-lg-4 {
    margin-right: 1rem !important;
  }
  .mb-r-lg-4 {
    margin-bottom: 1rem !important;
  }
  .ml-r-lg-4 {
    margin-left: 1rem !important;
  }
  .mx-r-lg-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .p-r-lg-4 {
    padding: 1rem !important;
  }
  .pt-r-lg-4 {
    padding-top: 1rem !important;
  }
  .pr-r-lg-4 {
    padding-right: 1rem !important;
  }
  .pb-r-lg-4 {
    padding-bottom: 1rem !important;
  }
  .pl-r-lg-4 {
    padding-left: 1rem !important;
  }
  .px-r-lg-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-r-lg-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .font-size-lg-4 {
    font-size: 4px;
  }
  .border-radius-r-lg-4 {
    border-radius: 1rem !important;
  }
  .border-radius-tl-r-lg-4 {
    border-top-left-radius: 1rem !important;
  }
  .border-radius-tr-r-lg-4 {
    border-top-right-radius: 1rem !important;
  }
  .border-radius-bl-r-lg-4 {
    border-bottom-left-radius: 1rem !important;
  }
  .border-radius-br-r-lg-4 {
    border-bottom-right-radius: 1rem !important;
  }
  .border-radius-t-r-lg-4 {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }
  .border-radius-b-r-lg-4 {
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-4 {
    margin: 1rem !important;
  }
  .mt-r-xl-4 {
    margin-top: 1rem !important;
  }
  .mr-r-xl-4 {
    margin-right: 1rem !important;
  }
  .mb-r-xl-4 {
    margin-bottom: 1rem !important;
  }
  .ml-r-xl-4 {
    margin-left: 1rem !important;
  }
  .mx-r-xl-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .p-r-xl-4 {
    padding: 1rem !important;
  }
  .pt-r-xl-4 {
    padding-top: 1rem !important;
  }
  .pr-r-xl-4 {
    padding-right: 1rem !important;
  }
  .pb-r-xl-4 {
    padding-bottom: 1rem !important;
  }
  .pl-r-xl-4 {
    padding-left: 1rem !important;
  }
  .px-r-xl-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-r-xl-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .font-size-xl-4 {
    font-size: 4px;
  }
  .border-radius-r-xl-4 {
    border-radius: 1rem !important;
  }
  .border-radius-tl-r-xl-4 {
    border-top-left-radius: 1rem !important;
  }
  .border-radius-tr-r-xl-4 {
    border-top-right-radius: 1rem !important;
  }
  .border-radius-bl-r-xl-4 {
    border-bottom-left-radius: 1rem !important;
  }
  .border-radius-br-r-xl-4 {
    border-bottom-right-radius: 1rem !important;
  }
  .border-radius-t-r-xl-4 {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }
  .border-radius-b-r-xl-4 {
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-4 {
    margin: 1rem !important;
  }
  .mt-r-contents-4 {
    margin-top: 1rem !important;
  }
  .mr-r-contents-4 {
    margin-right: 1rem !important;
  }
  .mb-r-contents-4 {
    margin-bottom: 1rem !important;
  }
  .ml-r-contents-4 {
    margin-left: 1rem !important;
  }
  .mx-r-contents-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .p-r-contents-4 {
    padding: 1rem !important;
  }
  .pt-r-contents-4 {
    padding-top: 1rem !important;
  }
  .pr-r-contents-4 {
    padding-right: 1rem !important;
  }
  .pb-r-contents-4 {
    padding-bottom: 1rem !important;
  }
  .pl-r-contents-4 {
    padding-left: 1rem !important;
  }
  .px-r-contents-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-r-contents-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .font-size-contents-4 {
    font-size: 4px;
  }
  .border-radius-r-contents-4 {
    border-radius: 1rem !important;
  }
  .border-radius-tl-r-contents-4 {
    border-top-left-radius: 1rem !important;
  }
  .border-radius-tr-r-contents-4 {
    border-top-right-radius: 1rem !important;
  }
  .border-radius-bl-r-contents-4 {
    border-bottom-left-radius: 1rem !important;
  }
  .border-radius-br-r-contents-4 {
    border-bottom-right-radius: 1rem !important;
  }
  .border-radius-t-r-contents-4 {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }
  .border-radius-b-r-contents-4 {
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-4 {
    margin: 1rem !important;
  }
  .mt-r-screen-4 {
    margin-top: 1rem !important;
  }
  .mr-r-screen-4 {
    margin-right: 1rem !important;
  }
  .mb-r-screen-4 {
    margin-bottom: 1rem !important;
  }
  .ml-r-screen-4 {
    margin-left: 1rem !important;
  }
  .mx-r-screen-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .p-r-screen-4 {
    padding: 1rem !important;
  }
  .pt-r-screen-4 {
    padding-top: 1rem !important;
  }
  .pr-r-screen-4 {
    padding-right: 1rem !important;
  }
  .pb-r-screen-4 {
    padding-bottom: 1rem !important;
  }
  .pl-r-screen-4 {
    padding-left: 1rem !important;
  }
  .px-r-screen-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-r-screen-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .font-size-screen-4 {
    font-size: 4px;
  }
  .border-radius-r-screen-4 {
    border-radius: 1rem !important;
  }
  .border-radius-tl-r-screen-4 {
    border-top-left-radius: 1rem !important;
  }
  .border-radius-tr-r-screen-4 {
    border-top-right-radius: 1rem !important;
  }
  .border-radius-bl-r-screen-4 {
    border-bottom-left-radius: 1rem !important;
  }
  .border-radius-br-r-screen-4 {
    border-bottom-right-radius: 1rem !important;
  }
  .border-radius-t-r-screen-4 {
    border-top-left-radius: 1rem !important;
    border-top-right-radius: 1rem !important;
  }
  .border-radius-b-r-screen-4 {
    border-bottom-left-radius: 1rem !important;
    border-bottom-right-radius: 1rem !important;
  }
}
.z-5 {
  z-index: 5;
}

.m-r-5 {
  margin: 1.25rem;
}

.mt-r-5 {
  margin-top: 1.25rem;
}

.mr-r-5 {
  margin-right: 1.25rem;
}

.mb-r-5 {
  margin-bottom: 1.25rem;
}

.ml-r-5 {
  margin-left: 1.25rem;
}

.mx-r-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my-r-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.p-r-5 {
  padding: 1.25rem;
}

.pt-r-5 {
  padding-top: 1.25rem;
}

.pr-r-5 {
  padding-right: 1.25rem;
}

.pb-r-5 {
  padding-bottom: 1.25rem;
}

.pl-r-5 {
  padding-left: 1.25rem;
}

.px-r-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-r-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.t-r-5 {
  top: 1.25rem;
}

.l-r-5 {
  left: 1.25rem;
}

.b-r-5 {
  bottom: 1.25rem;
}

.r-r-5 {
  right: 1.25rem;
}

.row-gap-5 {
  margin: -1.25rem;
}

.border-radius-r-5 {
  border-radius: 1.25rem;
}

.border-radius-tl-r-5 {
  border-top-left-radius: 1.25rem;
}

.border-radius-tr-r-5 {
  border-top-right-radius: 1.25rem;
}

.border-radius-bl-r-5 {
  border-bottom-left-radius: 1.25rem;
}

.border-radius-br-r-5 {
  border-bottom-right-radius: 1.25rem;
}

.border-radius-t-r-5 {
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
}

.border-radius-b-r-5 {
  border-bottom-left-radius: 1.25rem;
  border-bottom-right-radius: 1.25rem;
}

.font-size-5 {
  font-size: 5px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-5 {
    margin: 1.25rem !important;
  }
  .mt-r-xs-5 {
    margin-top: 1.25rem !important;
  }
  .mr-r-xs-5 {
    margin-right: 1.25rem !important;
  }
  .mb-r-xs-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-r-xs-5 {
    margin-left: 1.25rem !important;
  }
  .mx-r-xs-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .p-r-xs-5 {
    padding: 1.25rem !important;
  }
  .pt-r-xs-5 {
    padding-top: 1.25rem !important;
  }
  .pr-r-xs-5 {
    padding-right: 1.25rem !important;
  }
  .pb-r-xs-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-r-xs-5 {
    padding-left: 1.25rem !important;
  }
  .px-r-xs-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .py-r-xs-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .font-size-xs-5 {
    font-size: 5px;
  }
  .border-radius-r-xs-5 {
    border-radius: 1.25rem !important;
  }
  .border-radius-tl-r-xs-5 {
    border-top-left-radius: 1.25rem !important;
  }
  .border-radius-tr-r-xs-5 {
    border-top-right-radius: 1.25rem !important;
  }
  .border-radius-bl-r-xs-5 {
    border-bottom-left-radius: 1.25rem !important;
  }
  .border-radius-br-r-xs-5 {
    border-bottom-right-radius: 1.25rem !important;
  }
  .border-radius-t-r-xs-5 {
    border-top-left-radius: 1.25rem !important;
    border-top-right-radius: 1.25rem !important;
  }
  .border-radius-b-r-xs-5 {
    border-bottom-left-radius: 1.25rem !important;
    border-bottom-right-radius: 1.25rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-5 {
    margin: 1.25rem !important;
  }
  .mt-r-sm-5 {
    margin-top: 1.25rem !important;
  }
  .mr-r-sm-5 {
    margin-right: 1.25rem !important;
  }
  .mb-r-sm-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-r-sm-5 {
    margin-left: 1.25rem !important;
  }
  .mx-r-sm-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .p-r-sm-5 {
    padding: 1.25rem !important;
  }
  .pt-r-sm-5 {
    padding-top: 1.25rem !important;
  }
  .pr-r-sm-5 {
    padding-right: 1.25rem !important;
  }
  .pb-r-sm-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-r-sm-5 {
    padding-left: 1.25rem !important;
  }
  .px-r-sm-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .py-r-sm-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .font-size-sm-5 {
    font-size: 5px;
  }
  .border-radius-r-sm-5 {
    border-radius: 1.25rem !important;
  }
  .border-radius-tl-r-sm-5 {
    border-top-left-radius: 1.25rem !important;
  }
  .border-radius-tr-r-sm-5 {
    border-top-right-radius: 1.25rem !important;
  }
  .border-radius-bl-r-sm-5 {
    border-bottom-left-radius: 1.25rem !important;
  }
  .border-radius-br-r-sm-5 {
    border-bottom-right-radius: 1.25rem !important;
  }
  .border-radius-t-r-sm-5 {
    border-top-left-radius: 1.25rem !important;
    border-top-right-radius: 1.25rem !important;
  }
  .border-radius-b-r-sm-5 {
    border-bottom-left-radius: 1.25rem !important;
    border-bottom-right-radius: 1.25rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-5 {
    margin: 1.25rem !important;
  }
  .mt-r-md-5 {
    margin-top: 1.25rem !important;
  }
  .mr-r-md-5 {
    margin-right: 1.25rem !important;
  }
  .mb-r-md-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-r-md-5 {
    margin-left: 1.25rem !important;
  }
  .mx-r-md-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .p-r-md-5 {
    padding: 1.25rem !important;
  }
  .pt-r-md-5 {
    padding-top: 1.25rem !important;
  }
  .pr-r-md-5 {
    padding-right: 1.25rem !important;
  }
  .pb-r-md-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-r-md-5 {
    padding-left: 1.25rem !important;
  }
  .px-r-md-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .py-r-md-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .font-size-md-5 {
    font-size: 5px;
  }
  .border-radius-r-md-5 {
    border-radius: 1.25rem !important;
  }
  .border-radius-tl-r-md-5 {
    border-top-left-radius: 1.25rem !important;
  }
  .border-radius-tr-r-md-5 {
    border-top-right-radius: 1.25rem !important;
  }
  .border-radius-bl-r-md-5 {
    border-bottom-left-radius: 1.25rem !important;
  }
  .border-radius-br-r-md-5 {
    border-bottom-right-radius: 1.25rem !important;
  }
  .border-radius-t-r-md-5 {
    border-top-left-radius: 1.25rem !important;
    border-top-right-radius: 1.25rem !important;
  }
  .border-radius-b-r-md-5 {
    border-bottom-left-radius: 1.25rem !important;
    border-bottom-right-radius: 1.25rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-5 {
    margin: 1.25rem !important;
  }
  .mt-r-lg-5 {
    margin-top: 1.25rem !important;
  }
  .mr-r-lg-5 {
    margin-right: 1.25rem !important;
  }
  .mb-r-lg-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-r-lg-5 {
    margin-left: 1.25rem !important;
  }
  .mx-r-lg-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .p-r-lg-5 {
    padding: 1.25rem !important;
  }
  .pt-r-lg-5 {
    padding-top: 1.25rem !important;
  }
  .pr-r-lg-5 {
    padding-right: 1.25rem !important;
  }
  .pb-r-lg-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-r-lg-5 {
    padding-left: 1.25rem !important;
  }
  .px-r-lg-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .py-r-lg-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .font-size-lg-5 {
    font-size: 5px;
  }
  .border-radius-r-lg-5 {
    border-radius: 1.25rem !important;
  }
  .border-radius-tl-r-lg-5 {
    border-top-left-radius: 1.25rem !important;
  }
  .border-radius-tr-r-lg-5 {
    border-top-right-radius: 1.25rem !important;
  }
  .border-radius-bl-r-lg-5 {
    border-bottom-left-radius: 1.25rem !important;
  }
  .border-radius-br-r-lg-5 {
    border-bottom-right-radius: 1.25rem !important;
  }
  .border-radius-t-r-lg-5 {
    border-top-left-radius: 1.25rem !important;
    border-top-right-radius: 1.25rem !important;
  }
  .border-radius-b-r-lg-5 {
    border-bottom-left-radius: 1.25rem !important;
    border-bottom-right-radius: 1.25rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-5 {
    margin: 1.25rem !important;
  }
  .mt-r-xl-5 {
    margin-top: 1.25rem !important;
  }
  .mr-r-xl-5 {
    margin-right: 1.25rem !important;
  }
  .mb-r-xl-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-r-xl-5 {
    margin-left: 1.25rem !important;
  }
  .mx-r-xl-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .p-r-xl-5 {
    padding: 1.25rem !important;
  }
  .pt-r-xl-5 {
    padding-top: 1.25rem !important;
  }
  .pr-r-xl-5 {
    padding-right: 1.25rem !important;
  }
  .pb-r-xl-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-r-xl-5 {
    padding-left: 1.25rem !important;
  }
  .px-r-xl-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .py-r-xl-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .font-size-xl-5 {
    font-size: 5px;
  }
  .border-radius-r-xl-5 {
    border-radius: 1.25rem !important;
  }
  .border-radius-tl-r-xl-5 {
    border-top-left-radius: 1.25rem !important;
  }
  .border-radius-tr-r-xl-5 {
    border-top-right-radius: 1.25rem !important;
  }
  .border-radius-bl-r-xl-5 {
    border-bottom-left-radius: 1.25rem !important;
  }
  .border-radius-br-r-xl-5 {
    border-bottom-right-radius: 1.25rem !important;
  }
  .border-radius-t-r-xl-5 {
    border-top-left-radius: 1.25rem !important;
    border-top-right-radius: 1.25rem !important;
  }
  .border-radius-b-r-xl-5 {
    border-bottom-left-radius: 1.25rem !important;
    border-bottom-right-radius: 1.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-5 {
    margin: 1.25rem !important;
  }
  .mt-r-contents-5 {
    margin-top: 1.25rem !important;
  }
  .mr-r-contents-5 {
    margin-right: 1.25rem !important;
  }
  .mb-r-contents-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-r-contents-5 {
    margin-left: 1.25rem !important;
  }
  .mx-r-contents-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .p-r-contents-5 {
    padding: 1.25rem !important;
  }
  .pt-r-contents-5 {
    padding-top: 1.25rem !important;
  }
  .pr-r-contents-5 {
    padding-right: 1.25rem !important;
  }
  .pb-r-contents-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-r-contents-5 {
    padding-left: 1.25rem !important;
  }
  .px-r-contents-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .py-r-contents-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .font-size-contents-5 {
    font-size: 5px;
  }
  .border-radius-r-contents-5 {
    border-radius: 1.25rem !important;
  }
  .border-radius-tl-r-contents-5 {
    border-top-left-radius: 1.25rem !important;
  }
  .border-radius-tr-r-contents-5 {
    border-top-right-radius: 1.25rem !important;
  }
  .border-radius-bl-r-contents-5 {
    border-bottom-left-radius: 1.25rem !important;
  }
  .border-radius-br-r-contents-5 {
    border-bottom-right-radius: 1.25rem !important;
  }
  .border-radius-t-r-contents-5 {
    border-top-left-radius: 1.25rem !important;
    border-top-right-radius: 1.25rem !important;
  }
  .border-radius-b-r-contents-5 {
    border-bottom-left-radius: 1.25rem !important;
    border-bottom-right-radius: 1.25rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-5 {
    margin: 1.25rem !important;
  }
  .mt-r-screen-5 {
    margin-top: 1.25rem !important;
  }
  .mr-r-screen-5 {
    margin-right: 1.25rem !important;
  }
  .mb-r-screen-5 {
    margin-bottom: 1.25rem !important;
  }
  .ml-r-screen-5 {
    margin-left: 1.25rem !important;
  }
  .mx-r-screen-5 {
    margin-left: 1.25rem !important;
    margin-right: 1.25rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .p-r-screen-5 {
    padding: 1.25rem !important;
  }
  .pt-r-screen-5 {
    padding-top: 1.25rem !important;
  }
  .pr-r-screen-5 {
    padding-right: 1.25rem !important;
  }
  .pb-r-screen-5 {
    padding-bottom: 1.25rem !important;
  }
  .pl-r-screen-5 {
    padding-left: 1.25rem !important;
  }
  .px-r-screen-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .py-r-screen-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .font-size-screen-5 {
    font-size: 5px;
  }
  .border-radius-r-screen-5 {
    border-radius: 1.25rem !important;
  }
  .border-radius-tl-r-screen-5 {
    border-top-left-radius: 1.25rem !important;
  }
  .border-radius-tr-r-screen-5 {
    border-top-right-radius: 1.25rem !important;
  }
  .border-radius-bl-r-screen-5 {
    border-bottom-left-radius: 1.25rem !important;
  }
  .border-radius-br-r-screen-5 {
    border-bottom-right-radius: 1.25rem !important;
  }
  .border-radius-t-r-screen-5 {
    border-top-left-radius: 1.25rem !important;
    border-top-right-radius: 1.25rem !important;
  }
  .border-radius-b-r-screen-5 {
    border-bottom-left-radius: 1.25rem !important;
    border-bottom-right-radius: 1.25rem !important;
  }
}
.z-6 {
  z-index: 6;
}

.m-r-6 {
  margin: 1.5rem;
}

.mt-r-6 {
  margin-top: 1.5rem;
}

.mr-r-6 {
  margin-right: 1.5rem;
}

.mb-r-6 {
  margin-bottom: 1.5rem;
}

.ml-r-6 {
  margin-left: 1.5rem;
}

.mx-r-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-r-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.p-r-6 {
  padding: 1.5rem;
}

.pt-r-6 {
  padding-top: 1.5rem;
}

.pr-r-6 {
  padding-right: 1.5rem;
}

.pb-r-6 {
  padding-bottom: 1.5rem;
}

.pl-r-6 {
  padding-left: 1.5rem;
}

.px-r-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-r-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.t-r-6 {
  top: 1.5rem;
}

.l-r-6 {
  left: 1.5rem;
}

.b-r-6 {
  bottom: 1.5rem;
}

.r-r-6 {
  right: 1.5rem;
}

.row-gap-6 {
  margin: -1.5rem;
}

.border-radius-r-6 {
  border-radius: 1.5rem;
}

.border-radius-tl-r-6 {
  border-top-left-radius: 1.5rem;
}

.border-radius-tr-r-6 {
  border-top-right-radius: 1.5rem;
}

.border-radius-bl-r-6 {
  border-bottom-left-radius: 1.5rem;
}

.border-radius-br-r-6 {
  border-bottom-right-radius: 1.5rem;
}

.border-radius-t-r-6 {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.border-radius-b-r-6 {
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.font-size-6 {
  font-size: 6px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-6 {
    margin: 1.5rem !important;
  }
  .mt-r-xs-6 {
    margin-top: 1.5rem !important;
  }
  .mr-r-xs-6 {
    margin-right: 1.5rem !important;
  }
  .mb-r-xs-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-r-xs-6 {
    margin-left: 1.5rem !important;
  }
  .mx-r-xs-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .p-r-xs-6 {
    padding: 1.5rem !important;
  }
  .pt-r-xs-6 {
    padding-top: 1.5rem !important;
  }
  .pr-r-xs-6 {
    padding-right: 1.5rem !important;
  }
  .pb-r-xs-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-r-xs-6 {
    padding-left: 1.5rem !important;
  }
  .px-r-xs-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-r-xs-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .font-size-xs-6 {
    font-size: 6px;
  }
  .border-radius-r-xs-6 {
    border-radius: 1.5rem !important;
  }
  .border-radius-tl-r-xs-6 {
    border-top-left-radius: 1.5rem !important;
  }
  .border-radius-tr-r-xs-6 {
    border-top-right-radius: 1.5rem !important;
  }
  .border-radius-bl-r-xs-6 {
    border-bottom-left-radius: 1.5rem !important;
  }
  .border-radius-br-r-xs-6 {
    border-bottom-right-radius: 1.5rem !important;
  }
  .border-radius-t-r-xs-6 {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }
  .border-radius-b-r-xs-6 {
    border-bottom-left-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-6 {
    margin: 1.5rem !important;
  }
  .mt-r-sm-6 {
    margin-top: 1.5rem !important;
  }
  .mr-r-sm-6 {
    margin-right: 1.5rem !important;
  }
  .mb-r-sm-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-r-sm-6 {
    margin-left: 1.5rem !important;
  }
  .mx-r-sm-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .p-r-sm-6 {
    padding: 1.5rem !important;
  }
  .pt-r-sm-6 {
    padding-top: 1.5rem !important;
  }
  .pr-r-sm-6 {
    padding-right: 1.5rem !important;
  }
  .pb-r-sm-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-r-sm-6 {
    padding-left: 1.5rem !important;
  }
  .px-r-sm-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-r-sm-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .font-size-sm-6 {
    font-size: 6px;
  }
  .border-radius-r-sm-6 {
    border-radius: 1.5rem !important;
  }
  .border-radius-tl-r-sm-6 {
    border-top-left-radius: 1.5rem !important;
  }
  .border-radius-tr-r-sm-6 {
    border-top-right-radius: 1.5rem !important;
  }
  .border-radius-bl-r-sm-6 {
    border-bottom-left-radius: 1.5rem !important;
  }
  .border-radius-br-r-sm-6 {
    border-bottom-right-radius: 1.5rem !important;
  }
  .border-radius-t-r-sm-6 {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }
  .border-radius-b-r-sm-6 {
    border-bottom-left-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-6 {
    margin: 1.5rem !important;
  }
  .mt-r-md-6 {
    margin-top: 1.5rem !important;
  }
  .mr-r-md-6 {
    margin-right: 1.5rem !important;
  }
  .mb-r-md-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-r-md-6 {
    margin-left: 1.5rem !important;
  }
  .mx-r-md-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .p-r-md-6 {
    padding: 1.5rem !important;
  }
  .pt-r-md-6 {
    padding-top: 1.5rem !important;
  }
  .pr-r-md-6 {
    padding-right: 1.5rem !important;
  }
  .pb-r-md-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-r-md-6 {
    padding-left: 1.5rem !important;
  }
  .px-r-md-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-r-md-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .font-size-md-6 {
    font-size: 6px;
  }
  .border-radius-r-md-6 {
    border-radius: 1.5rem !important;
  }
  .border-radius-tl-r-md-6 {
    border-top-left-radius: 1.5rem !important;
  }
  .border-radius-tr-r-md-6 {
    border-top-right-radius: 1.5rem !important;
  }
  .border-radius-bl-r-md-6 {
    border-bottom-left-radius: 1.5rem !important;
  }
  .border-radius-br-r-md-6 {
    border-bottom-right-radius: 1.5rem !important;
  }
  .border-radius-t-r-md-6 {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }
  .border-radius-b-r-md-6 {
    border-bottom-left-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-6 {
    margin: 1.5rem !important;
  }
  .mt-r-lg-6 {
    margin-top: 1.5rem !important;
  }
  .mr-r-lg-6 {
    margin-right: 1.5rem !important;
  }
  .mb-r-lg-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-r-lg-6 {
    margin-left: 1.5rem !important;
  }
  .mx-r-lg-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .p-r-lg-6 {
    padding: 1.5rem !important;
  }
  .pt-r-lg-6 {
    padding-top: 1.5rem !important;
  }
  .pr-r-lg-6 {
    padding-right: 1.5rem !important;
  }
  .pb-r-lg-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-r-lg-6 {
    padding-left: 1.5rem !important;
  }
  .px-r-lg-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-r-lg-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .font-size-lg-6 {
    font-size: 6px;
  }
  .border-radius-r-lg-6 {
    border-radius: 1.5rem !important;
  }
  .border-radius-tl-r-lg-6 {
    border-top-left-radius: 1.5rem !important;
  }
  .border-radius-tr-r-lg-6 {
    border-top-right-radius: 1.5rem !important;
  }
  .border-radius-bl-r-lg-6 {
    border-bottom-left-radius: 1.5rem !important;
  }
  .border-radius-br-r-lg-6 {
    border-bottom-right-radius: 1.5rem !important;
  }
  .border-radius-t-r-lg-6 {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }
  .border-radius-b-r-lg-6 {
    border-bottom-left-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-6 {
    margin: 1.5rem !important;
  }
  .mt-r-xl-6 {
    margin-top: 1.5rem !important;
  }
  .mr-r-xl-6 {
    margin-right: 1.5rem !important;
  }
  .mb-r-xl-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-r-xl-6 {
    margin-left: 1.5rem !important;
  }
  .mx-r-xl-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .p-r-xl-6 {
    padding: 1.5rem !important;
  }
  .pt-r-xl-6 {
    padding-top: 1.5rem !important;
  }
  .pr-r-xl-6 {
    padding-right: 1.5rem !important;
  }
  .pb-r-xl-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-r-xl-6 {
    padding-left: 1.5rem !important;
  }
  .px-r-xl-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-r-xl-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .font-size-xl-6 {
    font-size: 6px;
  }
  .border-radius-r-xl-6 {
    border-radius: 1.5rem !important;
  }
  .border-radius-tl-r-xl-6 {
    border-top-left-radius: 1.5rem !important;
  }
  .border-radius-tr-r-xl-6 {
    border-top-right-radius: 1.5rem !important;
  }
  .border-radius-bl-r-xl-6 {
    border-bottom-left-radius: 1.5rem !important;
  }
  .border-radius-br-r-xl-6 {
    border-bottom-right-radius: 1.5rem !important;
  }
  .border-radius-t-r-xl-6 {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }
  .border-radius-b-r-xl-6 {
    border-bottom-left-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-6 {
    margin: 1.5rem !important;
  }
  .mt-r-contents-6 {
    margin-top: 1.5rem !important;
  }
  .mr-r-contents-6 {
    margin-right: 1.5rem !important;
  }
  .mb-r-contents-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-r-contents-6 {
    margin-left: 1.5rem !important;
  }
  .mx-r-contents-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .p-r-contents-6 {
    padding: 1.5rem !important;
  }
  .pt-r-contents-6 {
    padding-top: 1.5rem !important;
  }
  .pr-r-contents-6 {
    padding-right: 1.5rem !important;
  }
  .pb-r-contents-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-r-contents-6 {
    padding-left: 1.5rem !important;
  }
  .px-r-contents-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-r-contents-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .font-size-contents-6 {
    font-size: 6px;
  }
  .border-radius-r-contents-6 {
    border-radius: 1.5rem !important;
  }
  .border-radius-tl-r-contents-6 {
    border-top-left-radius: 1.5rem !important;
  }
  .border-radius-tr-r-contents-6 {
    border-top-right-radius: 1.5rem !important;
  }
  .border-radius-bl-r-contents-6 {
    border-bottom-left-radius: 1.5rem !important;
  }
  .border-radius-br-r-contents-6 {
    border-bottom-right-radius: 1.5rem !important;
  }
  .border-radius-t-r-contents-6 {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }
  .border-radius-b-r-contents-6 {
    border-bottom-left-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-6 {
    margin: 1.5rem !important;
  }
  .mt-r-screen-6 {
    margin-top: 1.5rem !important;
  }
  .mr-r-screen-6 {
    margin-right: 1.5rem !important;
  }
  .mb-r-screen-6 {
    margin-bottom: 1.5rem !important;
  }
  .ml-r-screen-6 {
    margin-left: 1.5rem !important;
  }
  .mx-r-screen-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .p-r-screen-6 {
    padding: 1.5rem !important;
  }
  .pt-r-screen-6 {
    padding-top: 1.5rem !important;
  }
  .pr-r-screen-6 {
    padding-right: 1.5rem !important;
  }
  .pb-r-screen-6 {
    padding-bottom: 1.5rem !important;
  }
  .pl-r-screen-6 {
    padding-left: 1.5rem !important;
  }
  .px-r-screen-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .py-r-screen-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .font-size-screen-6 {
    font-size: 6px;
  }
  .border-radius-r-screen-6 {
    border-radius: 1.5rem !important;
  }
  .border-radius-tl-r-screen-6 {
    border-top-left-radius: 1.5rem !important;
  }
  .border-radius-tr-r-screen-6 {
    border-top-right-radius: 1.5rem !important;
  }
  .border-radius-bl-r-screen-6 {
    border-bottom-left-radius: 1.5rem !important;
  }
  .border-radius-br-r-screen-6 {
    border-bottom-right-radius: 1.5rem !important;
  }
  .border-radius-t-r-screen-6 {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
  }
  .border-radius-b-r-screen-6 {
    border-bottom-left-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
  }
}
.z-7 {
  z-index: 7;
}

.m-r-7 {
  margin: 1.75rem;
}

.mt-r-7 {
  margin-top: 1.75rem;
}

.mr-r-7 {
  margin-right: 1.75rem;
}

.mb-r-7 {
  margin-bottom: 1.75rem;
}

.ml-r-7 {
  margin-left: 1.75rem;
}

.mx-r-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.my-r-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.p-r-7 {
  padding: 1.75rem;
}

.pt-r-7 {
  padding-top: 1.75rem;
}

.pr-r-7 {
  padding-right: 1.75rem;
}

.pb-r-7 {
  padding-bottom: 1.75rem;
}

.pl-r-7 {
  padding-left: 1.75rem;
}

.px-r-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.py-r-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.t-r-7 {
  top: 1.75rem;
}

.l-r-7 {
  left: 1.75rem;
}

.b-r-7 {
  bottom: 1.75rem;
}

.r-r-7 {
  right: 1.75rem;
}

.row-gap-7 {
  margin: -1.75rem;
}

.border-radius-r-7 {
  border-radius: 1.75rem;
}

.border-radius-tl-r-7 {
  border-top-left-radius: 1.75rem;
}

.border-radius-tr-r-7 {
  border-top-right-radius: 1.75rem;
}

.border-radius-bl-r-7 {
  border-bottom-left-radius: 1.75rem;
}

.border-radius-br-r-7 {
  border-bottom-right-radius: 1.75rem;
}

.border-radius-t-r-7 {
  border-top-left-radius: 1.75rem;
  border-top-right-radius: 1.75rem;
}

.border-radius-b-r-7 {
  border-bottom-left-radius: 1.75rem;
  border-bottom-right-radius: 1.75rem;
}

.font-size-7 {
  font-size: 7px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-7 {
    margin: 1.75rem !important;
  }
  .mt-r-xs-7 {
    margin-top: 1.75rem !important;
  }
  .mr-r-xs-7 {
    margin-right: 1.75rem !important;
  }
  .mb-r-xs-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-r-xs-7 {
    margin-left: 1.75rem !important;
  }
  .mx-r-xs-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .p-r-xs-7 {
    padding: 1.75rem !important;
  }
  .pt-r-xs-7 {
    padding-top: 1.75rem !important;
  }
  .pr-r-xs-7 {
    padding-right: 1.75rem !important;
  }
  .pb-r-xs-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-r-xs-7 {
    padding-left: 1.75rem !important;
  }
  .px-r-xs-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .py-r-xs-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .font-size-xs-7 {
    font-size: 7px;
  }
  .border-radius-r-xs-7 {
    border-radius: 1.75rem !important;
  }
  .border-radius-tl-r-xs-7 {
    border-top-left-radius: 1.75rem !important;
  }
  .border-radius-tr-r-xs-7 {
    border-top-right-radius: 1.75rem !important;
  }
  .border-radius-bl-r-xs-7 {
    border-bottom-left-radius: 1.75rem !important;
  }
  .border-radius-br-r-xs-7 {
    border-bottom-right-radius: 1.75rem !important;
  }
  .border-radius-t-r-xs-7 {
    border-top-left-radius: 1.75rem !important;
    border-top-right-radius: 1.75rem !important;
  }
  .border-radius-b-r-xs-7 {
    border-bottom-left-radius: 1.75rem !important;
    border-bottom-right-radius: 1.75rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-7 {
    margin: 1.75rem !important;
  }
  .mt-r-sm-7 {
    margin-top: 1.75rem !important;
  }
  .mr-r-sm-7 {
    margin-right: 1.75rem !important;
  }
  .mb-r-sm-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-r-sm-7 {
    margin-left: 1.75rem !important;
  }
  .mx-r-sm-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .p-r-sm-7 {
    padding: 1.75rem !important;
  }
  .pt-r-sm-7 {
    padding-top: 1.75rem !important;
  }
  .pr-r-sm-7 {
    padding-right: 1.75rem !important;
  }
  .pb-r-sm-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-r-sm-7 {
    padding-left: 1.75rem !important;
  }
  .px-r-sm-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .py-r-sm-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .font-size-sm-7 {
    font-size: 7px;
  }
  .border-radius-r-sm-7 {
    border-radius: 1.75rem !important;
  }
  .border-radius-tl-r-sm-7 {
    border-top-left-radius: 1.75rem !important;
  }
  .border-radius-tr-r-sm-7 {
    border-top-right-radius: 1.75rem !important;
  }
  .border-radius-bl-r-sm-7 {
    border-bottom-left-radius: 1.75rem !important;
  }
  .border-radius-br-r-sm-7 {
    border-bottom-right-radius: 1.75rem !important;
  }
  .border-radius-t-r-sm-7 {
    border-top-left-radius: 1.75rem !important;
    border-top-right-radius: 1.75rem !important;
  }
  .border-radius-b-r-sm-7 {
    border-bottom-left-radius: 1.75rem !important;
    border-bottom-right-radius: 1.75rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-7 {
    margin: 1.75rem !important;
  }
  .mt-r-md-7 {
    margin-top: 1.75rem !important;
  }
  .mr-r-md-7 {
    margin-right: 1.75rem !important;
  }
  .mb-r-md-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-r-md-7 {
    margin-left: 1.75rem !important;
  }
  .mx-r-md-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .p-r-md-7 {
    padding: 1.75rem !important;
  }
  .pt-r-md-7 {
    padding-top: 1.75rem !important;
  }
  .pr-r-md-7 {
    padding-right: 1.75rem !important;
  }
  .pb-r-md-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-r-md-7 {
    padding-left: 1.75rem !important;
  }
  .px-r-md-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .py-r-md-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .font-size-md-7 {
    font-size: 7px;
  }
  .border-radius-r-md-7 {
    border-radius: 1.75rem !important;
  }
  .border-radius-tl-r-md-7 {
    border-top-left-radius: 1.75rem !important;
  }
  .border-radius-tr-r-md-7 {
    border-top-right-radius: 1.75rem !important;
  }
  .border-radius-bl-r-md-7 {
    border-bottom-left-radius: 1.75rem !important;
  }
  .border-radius-br-r-md-7 {
    border-bottom-right-radius: 1.75rem !important;
  }
  .border-radius-t-r-md-7 {
    border-top-left-radius: 1.75rem !important;
    border-top-right-radius: 1.75rem !important;
  }
  .border-radius-b-r-md-7 {
    border-bottom-left-radius: 1.75rem !important;
    border-bottom-right-radius: 1.75rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-7 {
    margin: 1.75rem !important;
  }
  .mt-r-lg-7 {
    margin-top: 1.75rem !important;
  }
  .mr-r-lg-7 {
    margin-right: 1.75rem !important;
  }
  .mb-r-lg-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-r-lg-7 {
    margin-left: 1.75rem !important;
  }
  .mx-r-lg-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .p-r-lg-7 {
    padding: 1.75rem !important;
  }
  .pt-r-lg-7 {
    padding-top: 1.75rem !important;
  }
  .pr-r-lg-7 {
    padding-right: 1.75rem !important;
  }
  .pb-r-lg-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-r-lg-7 {
    padding-left: 1.75rem !important;
  }
  .px-r-lg-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .py-r-lg-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .font-size-lg-7 {
    font-size: 7px;
  }
  .border-radius-r-lg-7 {
    border-radius: 1.75rem !important;
  }
  .border-radius-tl-r-lg-7 {
    border-top-left-radius: 1.75rem !important;
  }
  .border-radius-tr-r-lg-7 {
    border-top-right-radius: 1.75rem !important;
  }
  .border-radius-bl-r-lg-7 {
    border-bottom-left-radius: 1.75rem !important;
  }
  .border-radius-br-r-lg-7 {
    border-bottom-right-radius: 1.75rem !important;
  }
  .border-radius-t-r-lg-7 {
    border-top-left-radius: 1.75rem !important;
    border-top-right-radius: 1.75rem !important;
  }
  .border-radius-b-r-lg-7 {
    border-bottom-left-radius: 1.75rem !important;
    border-bottom-right-radius: 1.75rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-7 {
    margin: 1.75rem !important;
  }
  .mt-r-xl-7 {
    margin-top: 1.75rem !important;
  }
  .mr-r-xl-7 {
    margin-right: 1.75rem !important;
  }
  .mb-r-xl-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-r-xl-7 {
    margin-left: 1.75rem !important;
  }
  .mx-r-xl-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .p-r-xl-7 {
    padding: 1.75rem !important;
  }
  .pt-r-xl-7 {
    padding-top: 1.75rem !important;
  }
  .pr-r-xl-7 {
    padding-right: 1.75rem !important;
  }
  .pb-r-xl-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-r-xl-7 {
    padding-left: 1.75rem !important;
  }
  .px-r-xl-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .py-r-xl-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .font-size-xl-7 {
    font-size: 7px;
  }
  .border-radius-r-xl-7 {
    border-radius: 1.75rem !important;
  }
  .border-radius-tl-r-xl-7 {
    border-top-left-radius: 1.75rem !important;
  }
  .border-radius-tr-r-xl-7 {
    border-top-right-radius: 1.75rem !important;
  }
  .border-radius-bl-r-xl-7 {
    border-bottom-left-radius: 1.75rem !important;
  }
  .border-radius-br-r-xl-7 {
    border-bottom-right-radius: 1.75rem !important;
  }
  .border-radius-t-r-xl-7 {
    border-top-left-radius: 1.75rem !important;
    border-top-right-radius: 1.75rem !important;
  }
  .border-radius-b-r-xl-7 {
    border-bottom-left-radius: 1.75rem !important;
    border-bottom-right-radius: 1.75rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-7 {
    margin: 1.75rem !important;
  }
  .mt-r-contents-7 {
    margin-top: 1.75rem !important;
  }
  .mr-r-contents-7 {
    margin-right: 1.75rem !important;
  }
  .mb-r-contents-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-r-contents-7 {
    margin-left: 1.75rem !important;
  }
  .mx-r-contents-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .p-r-contents-7 {
    padding: 1.75rem !important;
  }
  .pt-r-contents-7 {
    padding-top: 1.75rem !important;
  }
  .pr-r-contents-7 {
    padding-right: 1.75rem !important;
  }
  .pb-r-contents-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-r-contents-7 {
    padding-left: 1.75rem !important;
  }
  .px-r-contents-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .py-r-contents-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .font-size-contents-7 {
    font-size: 7px;
  }
  .border-radius-r-contents-7 {
    border-radius: 1.75rem !important;
  }
  .border-radius-tl-r-contents-7 {
    border-top-left-radius: 1.75rem !important;
  }
  .border-radius-tr-r-contents-7 {
    border-top-right-radius: 1.75rem !important;
  }
  .border-radius-bl-r-contents-7 {
    border-bottom-left-radius: 1.75rem !important;
  }
  .border-radius-br-r-contents-7 {
    border-bottom-right-radius: 1.75rem !important;
  }
  .border-radius-t-r-contents-7 {
    border-top-left-radius: 1.75rem !important;
    border-top-right-radius: 1.75rem !important;
  }
  .border-radius-b-r-contents-7 {
    border-bottom-left-radius: 1.75rem !important;
    border-bottom-right-radius: 1.75rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-7 {
    margin: 1.75rem !important;
  }
  .mt-r-screen-7 {
    margin-top: 1.75rem !important;
  }
  .mr-r-screen-7 {
    margin-right: 1.75rem !important;
  }
  .mb-r-screen-7 {
    margin-bottom: 1.75rem !important;
  }
  .ml-r-screen-7 {
    margin-left: 1.75rem !important;
  }
  .mx-r-screen-7 {
    margin-left: 1.75rem !important;
    margin-right: 1.75rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }
  .p-r-screen-7 {
    padding: 1.75rem !important;
  }
  .pt-r-screen-7 {
    padding-top: 1.75rem !important;
  }
  .pr-r-screen-7 {
    padding-right: 1.75rem !important;
  }
  .pb-r-screen-7 {
    padding-bottom: 1.75rem !important;
  }
  .pl-r-screen-7 {
    padding-left: 1.75rem !important;
  }
  .px-r-screen-7 {
    padding-left: 1.75rem !important;
    padding-right: 1.75rem !important;
  }
  .py-r-screen-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }
  .font-size-screen-7 {
    font-size: 7px;
  }
  .border-radius-r-screen-7 {
    border-radius: 1.75rem !important;
  }
  .border-radius-tl-r-screen-7 {
    border-top-left-radius: 1.75rem !important;
  }
  .border-radius-tr-r-screen-7 {
    border-top-right-radius: 1.75rem !important;
  }
  .border-radius-bl-r-screen-7 {
    border-bottom-left-radius: 1.75rem !important;
  }
  .border-radius-br-r-screen-7 {
    border-bottom-right-radius: 1.75rem !important;
  }
  .border-radius-t-r-screen-7 {
    border-top-left-radius: 1.75rem !important;
    border-top-right-radius: 1.75rem !important;
  }
  .border-radius-b-r-screen-7 {
    border-bottom-left-radius: 1.75rem !important;
    border-bottom-right-radius: 1.75rem !important;
  }
}
.z-8 {
  z-index: 8;
}

.m-r-8 {
  margin: 2rem;
}

.mt-r-8 {
  margin-top: 2rem;
}

.mr-r-8 {
  margin-right: 2rem;
}

.mb-r-8 {
  margin-bottom: 2rem;
}

.ml-r-8 {
  margin-left: 2rem;
}

.mx-r-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-r-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.p-r-8 {
  padding: 2rem;
}

.pt-r-8 {
  padding-top: 2rem;
}

.pr-r-8 {
  padding-right: 2rem;
}

.pb-r-8 {
  padding-bottom: 2rem;
}

.pl-r-8 {
  padding-left: 2rem;
}

.px-r-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-r-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.t-r-8 {
  top: 2rem;
}

.l-r-8 {
  left: 2rem;
}

.b-r-8 {
  bottom: 2rem;
}

.r-r-8 {
  right: 2rem;
}

.row-gap-8 {
  margin: -2rem;
}

.border-radius-r-8 {
  border-radius: 2rem;
}

.border-radius-tl-r-8 {
  border-top-left-radius: 2rem;
}

.border-radius-tr-r-8 {
  border-top-right-radius: 2rem;
}

.border-radius-bl-r-8 {
  border-bottom-left-radius: 2rem;
}

.border-radius-br-r-8 {
  border-bottom-right-radius: 2rem;
}

.border-radius-t-r-8 {
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}

.border-radius-b-r-8 {
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

.font-size-8 {
  font-size: 8px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-8 {
    margin: 2rem !important;
  }
  .mt-r-xs-8 {
    margin-top: 2rem !important;
  }
  .mr-r-xs-8 {
    margin-right: 2rem !important;
  }
  .mb-r-xs-8 {
    margin-bottom: 2rem !important;
  }
  .ml-r-xs-8 {
    margin-left: 2rem !important;
  }
  .mx-r-xs-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .p-r-xs-8 {
    padding: 2rem !important;
  }
  .pt-r-xs-8 {
    padding-top: 2rem !important;
  }
  .pr-r-xs-8 {
    padding-right: 2rem !important;
  }
  .pb-r-xs-8 {
    padding-bottom: 2rem !important;
  }
  .pl-r-xs-8 {
    padding-left: 2rem !important;
  }
  .px-r-xs-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .py-r-xs-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .font-size-xs-8 {
    font-size: 8px;
  }
  .border-radius-r-xs-8 {
    border-radius: 2rem !important;
  }
  .border-radius-tl-r-xs-8 {
    border-top-left-radius: 2rem !important;
  }
  .border-radius-tr-r-xs-8 {
    border-top-right-radius: 2rem !important;
  }
  .border-radius-bl-r-xs-8 {
    border-bottom-left-radius: 2rem !important;
  }
  .border-radius-br-r-xs-8 {
    border-bottom-right-radius: 2rem !important;
  }
  .border-radius-t-r-xs-8 {
    border-top-left-radius: 2rem !important;
    border-top-right-radius: 2rem !important;
  }
  .border-radius-b-r-xs-8 {
    border-bottom-left-radius: 2rem !important;
    border-bottom-right-radius: 2rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-8 {
    margin: 2rem !important;
  }
  .mt-r-sm-8 {
    margin-top: 2rem !important;
  }
  .mr-r-sm-8 {
    margin-right: 2rem !important;
  }
  .mb-r-sm-8 {
    margin-bottom: 2rem !important;
  }
  .ml-r-sm-8 {
    margin-left: 2rem !important;
  }
  .mx-r-sm-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .p-r-sm-8 {
    padding: 2rem !important;
  }
  .pt-r-sm-8 {
    padding-top: 2rem !important;
  }
  .pr-r-sm-8 {
    padding-right: 2rem !important;
  }
  .pb-r-sm-8 {
    padding-bottom: 2rem !important;
  }
  .pl-r-sm-8 {
    padding-left: 2rem !important;
  }
  .px-r-sm-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .py-r-sm-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .font-size-sm-8 {
    font-size: 8px;
  }
  .border-radius-r-sm-8 {
    border-radius: 2rem !important;
  }
  .border-radius-tl-r-sm-8 {
    border-top-left-radius: 2rem !important;
  }
  .border-radius-tr-r-sm-8 {
    border-top-right-radius: 2rem !important;
  }
  .border-radius-bl-r-sm-8 {
    border-bottom-left-radius: 2rem !important;
  }
  .border-radius-br-r-sm-8 {
    border-bottom-right-radius: 2rem !important;
  }
  .border-radius-t-r-sm-8 {
    border-top-left-radius: 2rem !important;
    border-top-right-radius: 2rem !important;
  }
  .border-radius-b-r-sm-8 {
    border-bottom-left-radius: 2rem !important;
    border-bottom-right-radius: 2rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-8 {
    margin: 2rem !important;
  }
  .mt-r-md-8 {
    margin-top: 2rem !important;
  }
  .mr-r-md-8 {
    margin-right: 2rem !important;
  }
  .mb-r-md-8 {
    margin-bottom: 2rem !important;
  }
  .ml-r-md-8 {
    margin-left: 2rem !important;
  }
  .mx-r-md-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .p-r-md-8 {
    padding: 2rem !important;
  }
  .pt-r-md-8 {
    padding-top: 2rem !important;
  }
  .pr-r-md-8 {
    padding-right: 2rem !important;
  }
  .pb-r-md-8 {
    padding-bottom: 2rem !important;
  }
  .pl-r-md-8 {
    padding-left: 2rem !important;
  }
  .px-r-md-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .py-r-md-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .font-size-md-8 {
    font-size: 8px;
  }
  .border-radius-r-md-8 {
    border-radius: 2rem !important;
  }
  .border-radius-tl-r-md-8 {
    border-top-left-radius: 2rem !important;
  }
  .border-radius-tr-r-md-8 {
    border-top-right-radius: 2rem !important;
  }
  .border-radius-bl-r-md-8 {
    border-bottom-left-radius: 2rem !important;
  }
  .border-radius-br-r-md-8 {
    border-bottom-right-radius: 2rem !important;
  }
  .border-radius-t-r-md-8 {
    border-top-left-radius: 2rem !important;
    border-top-right-radius: 2rem !important;
  }
  .border-radius-b-r-md-8 {
    border-bottom-left-radius: 2rem !important;
    border-bottom-right-radius: 2rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-8 {
    margin: 2rem !important;
  }
  .mt-r-lg-8 {
    margin-top: 2rem !important;
  }
  .mr-r-lg-8 {
    margin-right: 2rem !important;
  }
  .mb-r-lg-8 {
    margin-bottom: 2rem !important;
  }
  .ml-r-lg-8 {
    margin-left: 2rem !important;
  }
  .mx-r-lg-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .p-r-lg-8 {
    padding: 2rem !important;
  }
  .pt-r-lg-8 {
    padding-top: 2rem !important;
  }
  .pr-r-lg-8 {
    padding-right: 2rem !important;
  }
  .pb-r-lg-8 {
    padding-bottom: 2rem !important;
  }
  .pl-r-lg-8 {
    padding-left: 2rem !important;
  }
  .px-r-lg-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .py-r-lg-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .font-size-lg-8 {
    font-size: 8px;
  }
  .border-radius-r-lg-8 {
    border-radius: 2rem !important;
  }
  .border-radius-tl-r-lg-8 {
    border-top-left-radius: 2rem !important;
  }
  .border-radius-tr-r-lg-8 {
    border-top-right-radius: 2rem !important;
  }
  .border-radius-bl-r-lg-8 {
    border-bottom-left-radius: 2rem !important;
  }
  .border-radius-br-r-lg-8 {
    border-bottom-right-radius: 2rem !important;
  }
  .border-radius-t-r-lg-8 {
    border-top-left-radius: 2rem !important;
    border-top-right-radius: 2rem !important;
  }
  .border-radius-b-r-lg-8 {
    border-bottom-left-radius: 2rem !important;
    border-bottom-right-radius: 2rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-8 {
    margin: 2rem !important;
  }
  .mt-r-xl-8 {
    margin-top: 2rem !important;
  }
  .mr-r-xl-8 {
    margin-right: 2rem !important;
  }
  .mb-r-xl-8 {
    margin-bottom: 2rem !important;
  }
  .ml-r-xl-8 {
    margin-left: 2rem !important;
  }
  .mx-r-xl-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .p-r-xl-8 {
    padding: 2rem !important;
  }
  .pt-r-xl-8 {
    padding-top: 2rem !important;
  }
  .pr-r-xl-8 {
    padding-right: 2rem !important;
  }
  .pb-r-xl-8 {
    padding-bottom: 2rem !important;
  }
  .pl-r-xl-8 {
    padding-left: 2rem !important;
  }
  .px-r-xl-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .py-r-xl-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .font-size-xl-8 {
    font-size: 8px;
  }
  .border-radius-r-xl-8 {
    border-radius: 2rem !important;
  }
  .border-radius-tl-r-xl-8 {
    border-top-left-radius: 2rem !important;
  }
  .border-radius-tr-r-xl-8 {
    border-top-right-radius: 2rem !important;
  }
  .border-radius-bl-r-xl-8 {
    border-bottom-left-radius: 2rem !important;
  }
  .border-radius-br-r-xl-8 {
    border-bottom-right-radius: 2rem !important;
  }
  .border-radius-t-r-xl-8 {
    border-top-left-radius: 2rem !important;
    border-top-right-radius: 2rem !important;
  }
  .border-radius-b-r-xl-8 {
    border-bottom-left-radius: 2rem !important;
    border-bottom-right-radius: 2rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-8 {
    margin: 2rem !important;
  }
  .mt-r-contents-8 {
    margin-top: 2rem !important;
  }
  .mr-r-contents-8 {
    margin-right: 2rem !important;
  }
  .mb-r-contents-8 {
    margin-bottom: 2rem !important;
  }
  .ml-r-contents-8 {
    margin-left: 2rem !important;
  }
  .mx-r-contents-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .p-r-contents-8 {
    padding: 2rem !important;
  }
  .pt-r-contents-8 {
    padding-top: 2rem !important;
  }
  .pr-r-contents-8 {
    padding-right: 2rem !important;
  }
  .pb-r-contents-8 {
    padding-bottom: 2rem !important;
  }
  .pl-r-contents-8 {
    padding-left: 2rem !important;
  }
  .px-r-contents-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .py-r-contents-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .font-size-contents-8 {
    font-size: 8px;
  }
  .border-radius-r-contents-8 {
    border-radius: 2rem !important;
  }
  .border-radius-tl-r-contents-8 {
    border-top-left-radius: 2rem !important;
  }
  .border-radius-tr-r-contents-8 {
    border-top-right-radius: 2rem !important;
  }
  .border-radius-bl-r-contents-8 {
    border-bottom-left-radius: 2rem !important;
  }
  .border-radius-br-r-contents-8 {
    border-bottom-right-radius: 2rem !important;
  }
  .border-radius-t-r-contents-8 {
    border-top-left-radius: 2rem !important;
    border-top-right-radius: 2rem !important;
  }
  .border-radius-b-r-contents-8 {
    border-bottom-left-radius: 2rem !important;
    border-bottom-right-radius: 2rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-8 {
    margin: 2rem !important;
  }
  .mt-r-screen-8 {
    margin-top: 2rem !important;
  }
  .mr-r-screen-8 {
    margin-right: 2rem !important;
  }
  .mb-r-screen-8 {
    margin-bottom: 2rem !important;
  }
  .ml-r-screen-8 {
    margin-left: 2rem !important;
  }
  .mx-r-screen-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .p-r-screen-8 {
    padding: 2rem !important;
  }
  .pt-r-screen-8 {
    padding-top: 2rem !important;
  }
  .pr-r-screen-8 {
    padding-right: 2rem !important;
  }
  .pb-r-screen-8 {
    padding-bottom: 2rem !important;
  }
  .pl-r-screen-8 {
    padding-left: 2rem !important;
  }
  .px-r-screen-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .py-r-screen-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .font-size-screen-8 {
    font-size: 8px;
  }
  .border-radius-r-screen-8 {
    border-radius: 2rem !important;
  }
  .border-radius-tl-r-screen-8 {
    border-top-left-radius: 2rem !important;
  }
  .border-radius-tr-r-screen-8 {
    border-top-right-radius: 2rem !important;
  }
  .border-radius-bl-r-screen-8 {
    border-bottom-left-radius: 2rem !important;
  }
  .border-radius-br-r-screen-8 {
    border-bottom-right-radius: 2rem !important;
  }
  .border-radius-t-r-screen-8 {
    border-top-left-radius: 2rem !important;
    border-top-right-radius: 2rem !important;
  }
  .border-radius-b-r-screen-8 {
    border-bottom-left-radius: 2rem !important;
    border-bottom-right-radius: 2rem !important;
  }
}
.z-9 {
  z-index: 9;
}

.m-r-9 {
  margin: 2.25rem;
}

.mt-r-9 {
  margin-top: 2.25rem;
}

.mr-r-9 {
  margin-right: 2.25rem;
}

.mb-r-9 {
  margin-bottom: 2.25rem;
}

.ml-r-9 {
  margin-left: 2.25rem;
}

.mx-r-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.my-r-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.p-r-9 {
  padding: 2.25rem;
}

.pt-r-9 {
  padding-top: 2.25rem;
}

.pr-r-9 {
  padding-right: 2.25rem;
}

.pb-r-9 {
  padding-bottom: 2.25rem;
}

.pl-r-9 {
  padding-left: 2.25rem;
}

.px-r-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.py-r-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.t-r-9 {
  top: 2.25rem;
}

.l-r-9 {
  left: 2.25rem;
}

.b-r-9 {
  bottom: 2.25rem;
}

.r-r-9 {
  right: 2.25rem;
}

.row-gap-9 {
  margin: -2.25rem;
}

.border-radius-r-9 {
  border-radius: 2.25rem;
}

.border-radius-tl-r-9 {
  border-top-left-radius: 2.25rem;
}

.border-radius-tr-r-9 {
  border-top-right-radius: 2.25rem;
}

.border-radius-bl-r-9 {
  border-bottom-left-radius: 2.25rem;
}

.border-radius-br-r-9 {
  border-bottom-right-radius: 2.25rem;
}

.border-radius-t-r-9 {
  border-top-left-radius: 2.25rem;
  border-top-right-radius: 2.25rem;
}

.border-radius-b-r-9 {
  border-bottom-left-radius: 2.25rem;
  border-bottom-right-radius: 2.25rem;
}

.font-size-9 {
  font-size: 9px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-9 {
    margin: 2.25rem !important;
  }
  .mt-r-xs-9 {
    margin-top: 2.25rem !important;
  }
  .mr-r-xs-9 {
    margin-right: 2.25rem !important;
  }
  .mb-r-xs-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-r-xs-9 {
    margin-left: 2.25rem !important;
  }
  .mx-r-xs-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .p-r-xs-9 {
    padding: 2.25rem !important;
  }
  .pt-r-xs-9 {
    padding-top: 2.25rem !important;
  }
  .pr-r-xs-9 {
    padding-right: 2.25rem !important;
  }
  .pb-r-xs-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-r-xs-9 {
    padding-left: 2.25rem !important;
  }
  .px-r-xs-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .py-r-xs-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .font-size-xs-9 {
    font-size: 9px;
  }
  .border-radius-r-xs-9 {
    border-radius: 2.25rem !important;
  }
  .border-radius-tl-r-xs-9 {
    border-top-left-radius: 2.25rem !important;
  }
  .border-radius-tr-r-xs-9 {
    border-top-right-radius: 2.25rem !important;
  }
  .border-radius-bl-r-xs-9 {
    border-bottom-left-radius: 2.25rem !important;
  }
  .border-radius-br-r-xs-9 {
    border-bottom-right-radius: 2.25rem !important;
  }
  .border-radius-t-r-xs-9 {
    border-top-left-radius: 2.25rem !important;
    border-top-right-radius: 2.25rem !important;
  }
  .border-radius-b-r-xs-9 {
    border-bottom-left-radius: 2.25rem !important;
    border-bottom-right-radius: 2.25rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-9 {
    margin: 2.25rem !important;
  }
  .mt-r-sm-9 {
    margin-top: 2.25rem !important;
  }
  .mr-r-sm-9 {
    margin-right: 2.25rem !important;
  }
  .mb-r-sm-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-r-sm-9 {
    margin-left: 2.25rem !important;
  }
  .mx-r-sm-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .p-r-sm-9 {
    padding: 2.25rem !important;
  }
  .pt-r-sm-9 {
    padding-top: 2.25rem !important;
  }
  .pr-r-sm-9 {
    padding-right: 2.25rem !important;
  }
  .pb-r-sm-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-r-sm-9 {
    padding-left: 2.25rem !important;
  }
  .px-r-sm-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .py-r-sm-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .font-size-sm-9 {
    font-size: 9px;
  }
  .border-radius-r-sm-9 {
    border-radius: 2.25rem !important;
  }
  .border-radius-tl-r-sm-9 {
    border-top-left-radius: 2.25rem !important;
  }
  .border-radius-tr-r-sm-9 {
    border-top-right-radius: 2.25rem !important;
  }
  .border-radius-bl-r-sm-9 {
    border-bottom-left-radius: 2.25rem !important;
  }
  .border-radius-br-r-sm-9 {
    border-bottom-right-radius: 2.25rem !important;
  }
  .border-radius-t-r-sm-9 {
    border-top-left-radius: 2.25rem !important;
    border-top-right-radius: 2.25rem !important;
  }
  .border-radius-b-r-sm-9 {
    border-bottom-left-radius: 2.25rem !important;
    border-bottom-right-radius: 2.25rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-9 {
    margin: 2.25rem !important;
  }
  .mt-r-md-9 {
    margin-top: 2.25rem !important;
  }
  .mr-r-md-9 {
    margin-right: 2.25rem !important;
  }
  .mb-r-md-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-r-md-9 {
    margin-left: 2.25rem !important;
  }
  .mx-r-md-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .p-r-md-9 {
    padding: 2.25rem !important;
  }
  .pt-r-md-9 {
    padding-top: 2.25rem !important;
  }
  .pr-r-md-9 {
    padding-right: 2.25rem !important;
  }
  .pb-r-md-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-r-md-9 {
    padding-left: 2.25rem !important;
  }
  .px-r-md-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .py-r-md-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .font-size-md-9 {
    font-size: 9px;
  }
  .border-radius-r-md-9 {
    border-radius: 2.25rem !important;
  }
  .border-radius-tl-r-md-9 {
    border-top-left-radius: 2.25rem !important;
  }
  .border-radius-tr-r-md-9 {
    border-top-right-radius: 2.25rem !important;
  }
  .border-radius-bl-r-md-9 {
    border-bottom-left-radius: 2.25rem !important;
  }
  .border-radius-br-r-md-9 {
    border-bottom-right-radius: 2.25rem !important;
  }
  .border-radius-t-r-md-9 {
    border-top-left-radius: 2.25rem !important;
    border-top-right-radius: 2.25rem !important;
  }
  .border-radius-b-r-md-9 {
    border-bottom-left-radius: 2.25rem !important;
    border-bottom-right-radius: 2.25rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-9 {
    margin: 2.25rem !important;
  }
  .mt-r-lg-9 {
    margin-top: 2.25rem !important;
  }
  .mr-r-lg-9 {
    margin-right: 2.25rem !important;
  }
  .mb-r-lg-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-r-lg-9 {
    margin-left: 2.25rem !important;
  }
  .mx-r-lg-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .p-r-lg-9 {
    padding: 2.25rem !important;
  }
  .pt-r-lg-9 {
    padding-top: 2.25rem !important;
  }
  .pr-r-lg-9 {
    padding-right: 2.25rem !important;
  }
  .pb-r-lg-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-r-lg-9 {
    padding-left: 2.25rem !important;
  }
  .px-r-lg-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .py-r-lg-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .font-size-lg-9 {
    font-size: 9px;
  }
  .border-radius-r-lg-9 {
    border-radius: 2.25rem !important;
  }
  .border-radius-tl-r-lg-9 {
    border-top-left-radius: 2.25rem !important;
  }
  .border-radius-tr-r-lg-9 {
    border-top-right-radius: 2.25rem !important;
  }
  .border-radius-bl-r-lg-9 {
    border-bottom-left-radius: 2.25rem !important;
  }
  .border-radius-br-r-lg-9 {
    border-bottom-right-radius: 2.25rem !important;
  }
  .border-radius-t-r-lg-9 {
    border-top-left-radius: 2.25rem !important;
    border-top-right-radius: 2.25rem !important;
  }
  .border-radius-b-r-lg-9 {
    border-bottom-left-radius: 2.25rem !important;
    border-bottom-right-radius: 2.25rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-9 {
    margin: 2.25rem !important;
  }
  .mt-r-xl-9 {
    margin-top: 2.25rem !important;
  }
  .mr-r-xl-9 {
    margin-right: 2.25rem !important;
  }
  .mb-r-xl-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-r-xl-9 {
    margin-left: 2.25rem !important;
  }
  .mx-r-xl-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .p-r-xl-9 {
    padding: 2.25rem !important;
  }
  .pt-r-xl-9 {
    padding-top: 2.25rem !important;
  }
  .pr-r-xl-9 {
    padding-right: 2.25rem !important;
  }
  .pb-r-xl-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-r-xl-9 {
    padding-left: 2.25rem !important;
  }
  .px-r-xl-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .py-r-xl-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .font-size-xl-9 {
    font-size: 9px;
  }
  .border-radius-r-xl-9 {
    border-radius: 2.25rem !important;
  }
  .border-radius-tl-r-xl-9 {
    border-top-left-radius: 2.25rem !important;
  }
  .border-radius-tr-r-xl-9 {
    border-top-right-radius: 2.25rem !important;
  }
  .border-radius-bl-r-xl-9 {
    border-bottom-left-radius: 2.25rem !important;
  }
  .border-radius-br-r-xl-9 {
    border-bottom-right-radius: 2.25rem !important;
  }
  .border-radius-t-r-xl-9 {
    border-top-left-radius: 2.25rem !important;
    border-top-right-radius: 2.25rem !important;
  }
  .border-radius-b-r-xl-9 {
    border-bottom-left-radius: 2.25rem !important;
    border-bottom-right-radius: 2.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-9 {
    margin: 2.25rem !important;
  }
  .mt-r-contents-9 {
    margin-top: 2.25rem !important;
  }
  .mr-r-contents-9 {
    margin-right: 2.25rem !important;
  }
  .mb-r-contents-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-r-contents-9 {
    margin-left: 2.25rem !important;
  }
  .mx-r-contents-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .p-r-contents-9 {
    padding: 2.25rem !important;
  }
  .pt-r-contents-9 {
    padding-top: 2.25rem !important;
  }
  .pr-r-contents-9 {
    padding-right: 2.25rem !important;
  }
  .pb-r-contents-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-r-contents-9 {
    padding-left: 2.25rem !important;
  }
  .px-r-contents-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .py-r-contents-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .font-size-contents-9 {
    font-size: 9px;
  }
  .border-radius-r-contents-9 {
    border-radius: 2.25rem !important;
  }
  .border-radius-tl-r-contents-9 {
    border-top-left-radius: 2.25rem !important;
  }
  .border-radius-tr-r-contents-9 {
    border-top-right-radius: 2.25rem !important;
  }
  .border-radius-bl-r-contents-9 {
    border-bottom-left-radius: 2.25rem !important;
  }
  .border-radius-br-r-contents-9 {
    border-bottom-right-radius: 2.25rem !important;
  }
  .border-radius-t-r-contents-9 {
    border-top-left-radius: 2.25rem !important;
    border-top-right-radius: 2.25rem !important;
  }
  .border-radius-b-r-contents-9 {
    border-bottom-left-radius: 2.25rem !important;
    border-bottom-right-radius: 2.25rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-9 {
    margin: 2.25rem !important;
  }
  .mt-r-screen-9 {
    margin-top: 2.25rem !important;
  }
  .mr-r-screen-9 {
    margin-right: 2.25rem !important;
  }
  .mb-r-screen-9 {
    margin-bottom: 2.25rem !important;
  }
  .ml-r-screen-9 {
    margin-left: 2.25rem !important;
  }
  .mx-r-screen-9 {
    margin-left: 2.25rem !important;
    margin-right: 2.25rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }
  .p-r-screen-9 {
    padding: 2.25rem !important;
  }
  .pt-r-screen-9 {
    padding-top: 2.25rem !important;
  }
  .pr-r-screen-9 {
    padding-right: 2.25rem !important;
  }
  .pb-r-screen-9 {
    padding-bottom: 2.25rem !important;
  }
  .pl-r-screen-9 {
    padding-left: 2.25rem !important;
  }
  .px-r-screen-9 {
    padding-left: 2.25rem !important;
    padding-right: 2.25rem !important;
  }
  .py-r-screen-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
  .font-size-screen-9 {
    font-size: 9px;
  }
  .border-radius-r-screen-9 {
    border-radius: 2.25rem !important;
  }
  .border-radius-tl-r-screen-9 {
    border-top-left-radius: 2.25rem !important;
  }
  .border-radius-tr-r-screen-9 {
    border-top-right-radius: 2.25rem !important;
  }
  .border-radius-bl-r-screen-9 {
    border-bottom-left-radius: 2.25rem !important;
  }
  .border-radius-br-r-screen-9 {
    border-bottom-right-radius: 2.25rem !important;
  }
  .border-radius-t-r-screen-9 {
    border-top-left-radius: 2.25rem !important;
    border-top-right-radius: 2.25rem !important;
  }
  .border-radius-b-r-screen-9 {
    border-bottom-left-radius: 2.25rem !important;
    border-bottom-right-radius: 2.25rem !important;
  }
}
.z-10 {
  z-index: 10;
}

.m-r-10 {
  margin: 2.5rem;
}

.mt-r-10 {
  margin-top: 2.5rem;
}

.mr-r-10 {
  margin-right: 2.5rem;
}

.mb-r-10 {
  margin-bottom: 2.5rem;
}

.ml-r-10 {
  margin-left: 2.5rem;
}

.mx-r-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my-r-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.p-r-10 {
  padding: 2.5rem;
}

.pt-r-10 {
  padding-top: 2.5rem;
}

.pr-r-10 {
  padding-right: 2.5rem;
}

.pb-r-10 {
  padding-bottom: 2.5rem;
}

.pl-r-10 {
  padding-left: 2.5rem;
}

.px-r-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-r-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.t-r-10 {
  top: 2.5rem;
}

.l-r-10 {
  left: 2.5rem;
}

.b-r-10 {
  bottom: 2.5rem;
}

.r-r-10 {
  right: 2.5rem;
}

.row-gap-10 {
  margin: -2.5rem;
}

.border-radius-r-10 {
  border-radius: 2.5rem;
}

.border-radius-tl-r-10 {
  border-top-left-radius: 2.5rem;
}

.border-radius-tr-r-10 {
  border-top-right-radius: 2.5rem;
}

.border-radius-bl-r-10 {
  border-bottom-left-radius: 2.5rem;
}

.border-radius-br-r-10 {
  border-bottom-right-radius: 2.5rem;
}

.border-radius-t-r-10 {
  border-top-left-radius: 2.5rem;
  border-top-right-radius: 2.5rem;
}

.border-radius-b-r-10 {
  border-bottom-left-radius: 2.5rem;
  border-bottom-right-radius: 2.5rem;
}

.font-size-10 {
  font-size: 10px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-10 {
    margin: 2.5rem !important;
  }
  .mt-r-xs-10 {
    margin-top: 2.5rem !important;
  }
  .mr-r-xs-10 {
    margin-right: 2.5rem !important;
  }
  .mb-r-xs-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-r-xs-10 {
    margin-left: 2.5rem !important;
  }
  .mx-r-xs-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .p-r-xs-10 {
    padding: 2.5rem !important;
  }
  .pt-r-xs-10 {
    padding-top: 2.5rem !important;
  }
  .pr-r-xs-10 {
    padding-right: 2.5rem !important;
  }
  .pb-r-xs-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-r-xs-10 {
    padding-left: 2.5rem !important;
  }
  .px-r-xs-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .py-r-xs-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .font-size-xs-10 {
    font-size: 10px;
  }
  .border-radius-r-xs-10 {
    border-radius: 2.5rem !important;
  }
  .border-radius-tl-r-xs-10 {
    border-top-left-radius: 2.5rem !important;
  }
  .border-radius-tr-r-xs-10 {
    border-top-right-radius: 2.5rem !important;
  }
  .border-radius-bl-r-xs-10 {
    border-bottom-left-radius: 2.5rem !important;
  }
  .border-radius-br-r-xs-10 {
    border-bottom-right-radius: 2.5rem !important;
  }
  .border-radius-t-r-xs-10 {
    border-top-left-radius: 2.5rem !important;
    border-top-right-radius: 2.5rem !important;
  }
  .border-radius-b-r-xs-10 {
    border-bottom-left-radius: 2.5rem !important;
    border-bottom-right-radius: 2.5rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-10 {
    margin: 2.5rem !important;
  }
  .mt-r-sm-10 {
    margin-top: 2.5rem !important;
  }
  .mr-r-sm-10 {
    margin-right: 2.5rem !important;
  }
  .mb-r-sm-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-r-sm-10 {
    margin-left: 2.5rem !important;
  }
  .mx-r-sm-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .p-r-sm-10 {
    padding: 2.5rem !important;
  }
  .pt-r-sm-10 {
    padding-top: 2.5rem !important;
  }
  .pr-r-sm-10 {
    padding-right: 2.5rem !important;
  }
  .pb-r-sm-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-r-sm-10 {
    padding-left: 2.5rem !important;
  }
  .px-r-sm-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .py-r-sm-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .font-size-sm-10 {
    font-size: 10px;
  }
  .border-radius-r-sm-10 {
    border-radius: 2.5rem !important;
  }
  .border-radius-tl-r-sm-10 {
    border-top-left-radius: 2.5rem !important;
  }
  .border-radius-tr-r-sm-10 {
    border-top-right-radius: 2.5rem !important;
  }
  .border-radius-bl-r-sm-10 {
    border-bottom-left-radius: 2.5rem !important;
  }
  .border-radius-br-r-sm-10 {
    border-bottom-right-radius: 2.5rem !important;
  }
  .border-radius-t-r-sm-10 {
    border-top-left-radius: 2.5rem !important;
    border-top-right-radius: 2.5rem !important;
  }
  .border-radius-b-r-sm-10 {
    border-bottom-left-radius: 2.5rem !important;
    border-bottom-right-radius: 2.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-10 {
    margin: 2.5rem !important;
  }
  .mt-r-md-10 {
    margin-top: 2.5rem !important;
  }
  .mr-r-md-10 {
    margin-right: 2.5rem !important;
  }
  .mb-r-md-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-r-md-10 {
    margin-left: 2.5rem !important;
  }
  .mx-r-md-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .p-r-md-10 {
    padding: 2.5rem !important;
  }
  .pt-r-md-10 {
    padding-top: 2.5rem !important;
  }
  .pr-r-md-10 {
    padding-right: 2.5rem !important;
  }
  .pb-r-md-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-r-md-10 {
    padding-left: 2.5rem !important;
  }
  .px-r-md-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .py-r-md-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .font-size-md-10 {
    font-size: 10px;
  }
  .border-radius-r-md-10 {
    border-radius: 2.5rem !important;
  }
  .border-radius-tl-r-md-10 {
    border-top-left-radius: 2.5rem !important;
  }
  .border-radius-tr-r-md-10 {
    border-top-right-radius: 2.5rem !important;
  }
  .border-radius-bl-r-md-10 {
    border-bottom-left-radius: 2.5rem !important;
  }
  .border-radius-br-r-md-10 {
    border-bottom-right-radius: 2.5rem !important;
  }
  .border-radius-t-r-md-10 {
    border-top-left-radius: 2.5rem !important;
    border-top-right-radius: 2.5rem !important;
  }
  .border-radius-b-r-md-10 {
    border-bottom-left-radius: 2.5rem !important;
    border-bottom-right-radius: 2.5rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-10 {
    margin: 2.5rem !important;
  }
  .mt-r-lg-10 {
    margin-top: 2.5rem !important;
  }
  .mr-r-lg-10 {
    margin-right: 2.5rem !important;
  }
  .mb-r-lg-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-r-lg-10 {
    margin-left: 2.5rem !important;
  }
  .mx-r-lg-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .p-r-lg-10 {
    padding: 2.5rem !important;
  }
  .pt-r-lg-10 {
    padding-top: 2.5rem !important;
  }
  .pr-r-lg-10 {
    padding-right: 2.5rem !important;
  }
  .pb-r-lg-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-r-lg-10 {
    padding-left: 2.5rem !important;
  }
  .px-r-lg-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .py-r-lg-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .font-size-lg-10 {
    font-size: 10px;
  }
  .border-radius-r-lg-10 {
    border-radius: 2.5rem !important;
  }
  .border-radius-tl-r-lg-10 {
    border-top-left-radius: 2.5rem !important;
  }
  .border-radius-tr-r-lg-10 {
    border-top-right-radius: 2.5rem !important;
  }
  .border-radius-bl-r-lg-10 {
    border-bottom-left-radius: 2.5rem !important;
  }
  .border-radius-br-r-lg-10 {
    border-bottom-right-radius: 2.5rem !important;
  }
  .border-radius-t-r-lg-10 {
    border-top-left-radius: 2.5rem !important;
    border-top-right-radius: 2.5rem !important;
  }
  .border-radius-b-r-lg-10 {
    border-bottom-left-radius: 2.5rem !important;
    border-bottom-right-radius: 2.5rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-10 {
    margin: 2.5rem !important;
  }
  .mt-r-xl-10 {
    margin-top: 2.5rem !important;
  }
  .mr-r-xl-10 {
    margin-right: 2.5rem !important;
  }
  .mb-r-xl-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-r-xl-10 {
    margin-left: 2.5rem !important;
  }
  .mx-r-xl-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .p-r-xl-10 {
    padding: 2.5rem !important;
  }
  .pt-r-xl-10 {
    padding-top: 2.5rem !important;
  }
  .pr-r-xl-10 {
    padding-right: 2.5rem !important;
  }
  .pb-r-xl-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-r-xl-10 {
    padding-left: 2.5rem !important;
  }
  .px-r-xl-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .py-r-xl-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .font-size-xl-10 {
    font-size: 10px;
  }
  .border-radius-r-xl-10 {
    border-radius: 2.5rem !important;
  }
  .border-radius-tl-r-xl-10 {
    border-top-left-radius: 2.5rem !important;
  }
  .border-radius-tr-r-xl-10 {
    border-top-right-radius: 2.5rem !important;
  }
  .border-radius-bl-r-xl-10 {
    border-bottom-left-radius: 2.5rem !important;
  }
  .border-radius-br-r-xl-10 {
    border-bottom-right-radius: 2.5rem !important;
  }
  .border-radius-t-r-xl-10 {
    border-top-left-radius: 2.5rem !important;
    border-top-right-radius: 2.5rem !important;
  }
  .border-radius-b-r-xl-10 {
    border-bottom-left-radius: 2.5rem !important;
    border-bottom-right-radius: 2.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-10 {
    margin: 2.5rem !important;
  }
  .mt-r-contents-10 {
    margin-top: 2.5rem !important;
  }
  .mr-r-contents-10 {
    margin-right: 2.5rem !important;
  }
  .mb-r-contents-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-r-contents-10 {
    margin-left: 2.5rem !important;
  }
  .mx-r-contents-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .p-r-contents-10 {
    padding: 2.5rem !important;
  }
  .pt-r-contents-10 {
    padding-top: 2.5rem !important;
  }
  .pr-r-contents-10 {
    padding-right: 2.5rem !important;
  }
  .pb-r-contents-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-r-contents-10 {
    padding-left: 2.5rem !important;
  }
  .px-r-contents-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .py-r-contents-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .font-size-contents-10 {
    font-size: 10px;
  }
  .border-radius-r-contents-10 {
    border-radius: 2.5rem !important;
  }
  .border-radius-tl-r-contents-10 {
    border-top-left-radius: 2.5rem !important;
  }
  .border-radius-tr-r-contents-10 {
    border-top-right-radius: 2.5rem !important;
  }
  .border-radius-bl-r-contents-10 {
    border-bottom-left-radius: 2.5rem !important;
  }
  .border-radius-br-r-contents-10 {
    border-bottom-right-radius: 2.5rem !important;
  }
  .border-radius-t-r-contents-10 {
    border-top-left-radius: 2.5rem !important;
    border-top-right-radius: 2.5rem !important;
  }
  .border-radius-b-r-contents-10 {
    border-bottom-left-radius: 2.5rem !important;
    border-bottom-right-radius: 2.5rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-10 {
    margin: 2.5rem !important;
  }
  .mt-r-screen-10 {
    margin-top: 2.5rem !important;
  }
  .mr-r-screen-10 {
    margin-right: 2.5rem !important;
  }
  .mb-r-screen-10 {
    margin-bottom: 2.5rem !important;
  }
  .ml-r-screen-10 {
    margin-left: 2.5rem !important;
  }
  .mx-r-screen-10 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .p-r-screen-10 {
    padding: 2.5rem !important;
  }
  .pt-r-screen-10 {
    padding-top: 2.5rem !important;
  }
  .pr-r-screen-10 {
    padding-right: 2.5rem !important;
  }
  .pb-r-screen-10 {
    padding-bottom: 2.5rem !important;
  }
  .pl-r-screen-10 {
    padding-left: 2.5rem !important;
  }
  .px-r-screen-10 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important;
  }
  .py-r-screen-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .font-size-screen-10 {
    font-size: 10px;
  }
  .border-radius-r-screen-10 {
    border-radius: 2.5rem !important;
  }
  .border-radius-tl-r-screen-10 {
    border-top-left-radius: 2.5rem !important;
  }
  .border-radius-tr-r-screen-10 {
    border-top-right-radius: 2.5rem !important;
  }
  .border-radius-bl-r-screen-10 {
    border-bottom-left-radius: 2.5rem !important;
  }
  .border-radius-br-r-screen-10 {
    border-bottom-right-radius: 2.5rem !important;
  }
  .border-radius-t-r-screen-10 {
    border-top-left-radius: 2.5rem !important;
    border-top-right-radius: 2.5rem !important;
  }
  .border-radius-b-r-screen-10 {
    border-bottom-left-radius: 2.5rem !important;
    border-bottom-right-radius: 2.5rem !important;
  }
}
.z-11 {
  z-index: 11;
}

.m-r-11 {
  margin: 2.75rem;
}

.mt-r-11 {
  margin-top: 2.75rem;
}

.mr-r-11 {
  margin-right: 2.75rem;
}

.mb-r-11 {
  margin-bottom: 2.75rem;
}

.ml-r-11 {
  margin-left: 2.75rem;
}

.mx-r-11 {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.my-r-11 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.p-r-11 {
  padding: 2.75rem;
}

.pt-r-11 {
  padding-top: 2.75rem;
}

.pr-r-11 {
  padding-right: 2.75rem;
}

.pb-r-11 {
  padding-bottom: 2.75rem;
}

.pl-r-11 {
  padding-left: 2.75rem;
}

.px-r-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.py-r-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.t-r-11 {
  top: 2.75rem;
}

.l-r-11 {
  left: 2.75rem;
}

.b-r-11 {
  bottom: 2.75rem;
}

.r-r-11 {
  right: 2.75rem;
}

.row-gap-11 {
  margin: -2.75rem;
}

.border-radius-r-11 {
  border-radius: 2.75rem;
}

.border-radius-tl-r-11 {
  border-top-left-radius: 2.75rem;
}

.border-radius-tr-r-11 {
  border-top-right-radius: 2.75rem;
}

.border-radius-bl-r-11 {
  border-bottom-left-radius: 2.75rem;
}

.border-radius-br-r-11 {
  border-bottom-right-radius: 2.75rem;
}

.border-radius-t-r-11 {
  border-top-left-radius: 2.75rem;
  border-top-right-radius: 2.75rem;
}

.border-radius-b-r-11 {
  border-bottom-left-radius: 2.75rem;
  border-bottom-right-radius: 2.75rem;
}

.font-size-11 {
  font-size: 11px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-11 {
    margin: 2.75rem !important;
  }
  .mt-r-xs-11 {
    margin-top: 2.75rem !important;
  }
  .mr-r-xs-11 {
    margin-right: 2.75rem !important;
  }
  .mb-r-xs-11 {
    margin-bottom: 2.75rem !important;
  }
  .ml-r-xs-11 {
    margin-left: 2.75rem !important;
  }
  .mx-r-xs-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .p-r-xs-11 {
    padding: 2.75rem !important;
  }
  .pt-r-xs-11 {
    padding-top: 2.75rem !important;
  }
  .pr-r-xs-11 {
    padding-right: 2.75rem !important;
  }
  .pb-r-xs-11 {
    padding-bottom: 2.75rem !important;
  }
  .pl-r-xs-11 {
    padding-left: 2.75rem !important;
  }
  .px-r-xs-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }
  .py-r-xs-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .font-size-xs-11 {
    font-size: 11px;
  }
  .border-radius-r-xs-11 {
    border-radius: 2.75rem !important;
  }
  .border-radius-tl-r-xs-11 {
    border-top-left-radius: 2.75rem !important;
  }
  .border-radius-tr-r-xs-11 {
    border-top-right-radius: 2.75rem !important;
  }
  .border-radius-bl-r-xs-11 {
    border-bottom-left-radius: 2.75rem !important;
  }
  .border-radius-br-r-xs-11 {
    border-bottom-right-radius: 2.75rem !important;
  }
  .border-radius-t-r-xs-11 {
    border-top-left-radius: 2.75rem !important;
    border-top-right-radius: 2.75rem !important;
  }
  .border-radius-b-r-xs-11 {
    border-bottom-left-radius: 2.75rem !important;
    border-bottom-right-radius: 2.75rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-11 {
    margin: 2.75rem !important;
  }
  .mt-r-sm-11 {
    margin-top: 2.75rem !important;
  }
  .mr-r-sm-11 {
    margin-right: 2.75rem !important;
  }
  .mb-r-sm-11 {
    margin-bottom: 2.75rem !important;
  }
  .ml-r-sm-11 {
    margin-left: 2.75rem !important;
  }
  .mx-r-sm-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .p-r-sm-11 {
    padding: 2.75rem !important;
  }
  .pt-r-sm-11 {
    padding-top: 2.75rem !important;
  }
  .pr-r-sm-11 {
    padding-right: 2.75rem !important;
  }
  .pb-r-sm-11 {
    padding-bottom: 2.75rem !important;
  }
  .pl-r-sm-11 {
    padding-left: 2.75rem !important;
  }
  .px-r-sm-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }
  .py-r-sm-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .font-size-sm-11 {
    font-size: 11px;
  }
  .border-radius-r-sm-11 {
    border-radius: 2.75rem !important;
  }
  .border-radius-tl-r-sm-11 {
    border-top-left-radius: 2.75rem !important;
  }
  .border-radius-tr-r-sm-11 {
    border-top-right-radius: 2.75rem !important;
  }
  .border-radius-bl-r-sm-11 {
    border-bottom-left-radius: 2.75rem !important;
  }
  .border-radius-br-r-sm-11 {
    border-bottom-right-radius: 2.75rem !important;
  }
  .border-radius-t-r-sm-11 {
    border-top-left-radius: 2.75rem !important;
    border-top-right-radius: 2.75rem !important;
  }
  .border-radius-b-r-sm-11 {
    border-bottom-left-radius: 2.75rem !important;
    border-bottom-right-radius: 2.75rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-11 {
    margin: 2.75rem !important;
  }
  .mt-r-md-11 {
    margin-top: 2.75rem !important;
  }
  .mr-r-md-11 {
    margin-right: 2.75rem !important;
  }
  .mb-r-md-11 {
    margin-bottom: 2.75rem !important;
  }
  .ml-r-md-11 {
    margin-left: 2.75rem !important;
  }
  .mx-r-md-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .p-r-md-11 {
    padding: 2.75rem !important;
  }
  .pt-r-md-11 {
    padding-top: 2.75rem !important;
  }
  .pr-r-md-11 {
    padding-right: 2.75rem !important;
  }
  .pb-r-md-11 {
    padding-bottom: 2.75rem !important;
  }
  .pl-r-md-11 {
    padding-left: 2.75rem !important;
  }
  .px-r-md-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }
  .py-r-md-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .font-size-md-11 {
    font-size: 11px;
  }
  .border-radius-r-md-11 {
    border-radius: 2.75rem !important;
  }
  .border-radius-tl-r-md-11 {
    border-top-left-radius: 2.75rem !important;
  }
  .border-radius-tr-r-md-11 {
    border-top-right-radius: 2.75rem !important;
  }
  .border-radius-bl-r-md-11 {
    border-bottom-left-radius: 2.75rem !important;
  }
  .border-radius-br-r-md-11 {
    border-bottom-right-radius: 2.75rem !important;
  }
  .border-radius-t-r-md-11 {
    border-top-left-radius: 2.75rem !important;
    border-top-right-radius: 2.75rem !important;
  }
  .border-radius-b-r-md-11 {
    border-bottom-left-radius: 2.75rem !important;
    border-bottom-right-radius: 2.75rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-11 {
    margin: 2.75rem !important;
  }
  .mt-r-lg-11 {
    margin-top: 2.75rem !important;
  }
  .mr-r-lg-11 {
    margin-right: 2.75rem !important;
  }
  .mb-r-lg-11 {
    margin-bottom: 2.75rem !important;
  }
  .ml-r-lg-11 {
    margin-left: 2.75rem !important;
  }
  .mx-r-lg-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .p-r-lg-11 {
    padding: 2.75rem !important;
  }
  .pt-r-lg-11 {
    padding-top: 2.75rem !important;
  }
  .pr-r-lg-11 {
    padding-right: 2.75rem !important;
  }
  .pb-r-lg-11 {
    padding-bottom: 2.75rem !important;
  }
  .pl-r-lg-11 {
    padding-left: 2.75rem !important;
  }
  .px-r-lg-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }
  .py-r-lg-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .font-size-lg-11 {
    font-size: 11px;
  }
  .border-radius-r-lg-11 {
    border-radius: 2.75rem !important;
  }
  .border-radius-tl-r-lg-11 {
    border-top-left-radius: 2.75rem !important;
  }
  .border-radius-tr-r-lg-11 {
    border-top-right-radius: 2.75rem !important;
  }
  .border-radius-bl-r-lg-11 {
    border-bottom-left-radius: 2.75rem !important;
  }
  .border-radius-br-r-lg-11 {
    border-bottom-right-radius: 2.75rem !important;
  }
  .border-radius-t-r-lg-11 {
    border-top-left-radius: 2.75rem !important;
    border-top-right-radius: 2.75rem !important;
  }
  .border-radius-b-r-lg-11 {
    border-bottom-left-radius: 2.75rem !important;
    border-bottom-right-radius: 2.75rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-11 {
    margin: 2.75rem !important;
  }
  .mt-r-xl-11 {
    margin-top: 2.75rem !important;
  }
  .mr-r-xl-11 {
    margin-right: 2.75rem !important;
  }
  .mb-r-xl-11 {
    margin-bottom: 2.75rem !important;
  }
  .ml-r-xl-11 {
    margin-left: 2.75rem !important;
  }
  .mx-r-xl-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .p-r-xl-11 {
    padding: 2.75rem !important;
  }
  .pt-r-xl-11 {
    padding-top: 2.75rem !important;
  }
  .pr-r-xl-11 {
    padding-right: 2.75rem !important;
  }
  .pb-r-xl-11 {
    padding-bottom: 2.75rem !important;
  }
  .pl-r-xl-11 {
    padding-left: 2.75rem !important;
  }
  .px-r-xl-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }
  .py-r-xl-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .font-size-xl-11 {
    font-size: 11px;
  }
  .border-radius-r-xl-11 {
    border-radius: 2.75rem !important;
  }
  .border-radius-tl-r-xl-11 {
    border-top-left-radius: 2.75rem !important;
  }
  .border-radius-tr-r-xl-11 {
    border-top-right-radius: 2.75rem !important;
  }
  .border-radius-bl-r-xl-11 {
    border-bottom-left-radius: 2.75rem !important;
  }
  .border-radius-br-r-xl-11 {
    border-bottom-right-radius: 2.75rem !important;
  }
  .border-radius-t-r-xl-11 {
    border-top-left-radius: 2.75rem !important;
    border-top-right-radius: 2.75rem !important;
  }
  .border-radius-b-r-xl-11 {
    border-bottom-left-radius: 2.75rem !important;
    border-bottom-right-radius: 2.75rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-11 {
    margin: 2.75rem !important;
  }
  .mt-r-contents-11 {
    margin-top: 2.75rem !important;
  }
  .mr-r-contents-11 {
    margin-right: 2.75rem !important;
  }
  .mb-r-contents-11 {
    margin-bottom: 2.75rem !important;
  }
  .ml-r-contents-11 {
    margin-left: 2.75rem !important;
  }
  .mx-r-contents-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .p-r-contents-11 {
    padding: 2.75rem !important;
  }
  .pt-r-contents-11 {
    padding-top: 2.75rem !important;
  }
  .pr-r-contents-11 {
    padding-right: 2.75rem !important;
  }
  .pb-r-contents-11 {
    padding-bottom: 2.75rem !important;
  }
  .pl-r-contents-11 {
    padding-left: 2.75rem !important;
  }
  .px-r-contents-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }
  .py-r-contents-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .font-size-contents-11 {
    font-size: 11px;
  }
  .border-radius-r-contents-11 {
    border-radius: 2.75rem !important;
  }
  .border-radius-tl-r-contents-11 {
    border-top-left-radius: 2.75rem !important;
  }
  .border-radius-tr-r-contents-11 {
    border-top-right-radius: 2.75rem !important;
  }
  .border-radius-bl-r-contents-11 {
    border-bottom-left-radius: 2.75rem !important;
  }
  .border-radius-br-r-contents-11 {
    border-bottom-right-radius: 2.75rem !important;
  }
  .border-radius-t-r-contents-11 {
    border-top-left-radius: 2.75rem !important;
    border-top-right-radius: 2.75rem !important;
  }
  .border-radius-b-r-contents-11 {
    border-bottom-left-radius: 2.75rem !important;
    border-bottom-right-radius: 2.75rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-11 {
    margin: 2.75rem !important;
  }
  .mt-r-screen-11 {
    margin-top: 2.75rem !important;
  }
  .mr-r-screen-11 {
    margin-right: 2.75rem !important;
  }
  .mb-r-screen-11 {
    margin-bottom: 2.75rem !important;
  }
  .ml-r-screen-11 {
    margin-left: 2.75rem !important;
  }
  .mx-r-screen-11 {
    margin-left: 2.75rem !important;
    margin-right: 2.75rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }
  .p-r-screen-11 {
    padding: 2.75rem !important;
  }
  .pt-r-screen-11 {
    padding-top: 2.75rem !important;
  }
  .pr-r-screen-11 {
    padding-right: 2.75rem !important;
  }
  .pb-r-screen-11 {
    padding-bottom: 2.75rem !important;
  }
  .pl-r-screen-11 {
    padding-left: 2.75rem !important;
  }
  .px-r-screen-11 {
    padding-left: 2.75rem !important;
    padding-right: 2.75rem !important;
  }
  .py-r-screen-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }
  .font-size-screen-11 {
    font-size: 11px;
  }
  .border-radius-r-screen-11 {
    border-radius: 2.75rem !important;
  }
  .border-radius-tl-r-screen-11 {
    border-top-left-radius: 2.75rem !important;
  }
  .border-radius-tr-r-screen-11 {
    border-top-right-radius: 2.75rem !important;
  }
  .border-radius-bl-r-screen-11 {
    border-bottom-left-radius: 2.75rem !important;
  }
  .border-radius-br-r-screen-11 {
    border-bottom-right-radius: 2.75rem !important;
  }
  .border-radius-t-r-screen-11 {
    border-top-left-radius: 2.75rem !important;
    border-top-right-radius: 2.75rem !important;
  }
  .border-radius-b-r-screen-11 {
    border-bottom-left-radius: 2.75rem !important;
    border-bottom-right-radius: 2.75rem !important;
  }
}
.z-12 {
  z-index: 12;
}

.m-r-12 {
  margin: 3rem;
}

.mt-r-12 {
  margin-top: 3rem;
}

.mr-r-12 {
  margin-right: 3rem;
}

.mb-r-12 {
  margin-bottom: 3rem;
}

.ml-r-12 {
  margin-left: 3rem;
}

.mx-r-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-r-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.p-r-12 {
  padding: 3rem;
}

.pt-r-12 {
  padding-top: 3rem;
}

.pr-r-12 {
  padding-right: 3rem;
}

.pb-r-12 {
  padding-bottom: 3rem;
}

.pl-r-12 {
  padding-left: 3rem;
}

.px-r-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-r-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.t-r-12 {
  top: 3rem;
}

.l-r-12 {
  left: 3rem;
}

.b-r-12 {
  bottom: 3rem;
}

.r-r-12 {
  right: 3rem;
}

.row-gap-12 {
  margin: -3rem;
}

.border-radius-r-12 {
  border-radius: 3rem;
}

.border-radius-tl-r-12 {
  border-top-left-radius: 3rem;
}

.border-radius-tr-r-12 {
  border-top-right-radius: 3rem;
}

.border-radius-bl-r-12 {
  border-bottom-left-radius: 3rem;
}

.border-radius-br-r-12 {
  border-bottom-right-radius: 3rem;
}

.border-radius-t-r-12 {
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
}

.border-radius-b-r-12 {
  border-bottom-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
}

.font-size-12 {
  font-size: 12px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-12 {
    margin: 3rem !important;
  }
  .mt-r-xs-12 {
    margin-top: 3rem !important;
  }
  .mr-r-xs-12 {
    margin-right: 3rem !important;
  }
  .mb-r-xs-12 {
    margin-bottom: 3rem !important;
  }
  .ml-r-xs-12 {
    margin-left: 3rem !important;
  }
  .mx-r-xs-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-r-xs-12 {
    padding: 3rem !important;
  }
  .pt-r-xs-12 {
    padding-top: 3rem !important;
  }
  .pr-r-xs-12 {
    padding-right: 3rem !important;
  }
  .pb-r-xs-12 {
    padding-bottom: 3rem !important;
  }
  .pl-r-xs-12 {
    padding-left: 3rem !important;
  }
  .px-r-xs-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-r-xs-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .font-size-xs-12 {
    font-size: 12px;
  }
  .border-radius-r-xs-12 {
    border-radius: 3rem !important;
  }
  .border-radius-tl-r-xs-12 {
    border-top-left-radius: 3rem !important;
  }
  .border-radius-tr-r-xs-12 {
    border-top-right-radius: 3rem !important;
  }
  .border-radius-bl-r-xs-12 {
    border-bottom-left-radius: 3rem !important;
  }
  .border-radius-br-r-xs-12 {
    border-bottom-right-radius: 3rem !important;
  }
  .border-radius-t-r-xs-12 {
    border-top-left-radius: 3rem !important;
    border-top-right-radius: 3rem !important;
  }
  .border-radius-b-r-xs-12 {
    border-bottom-left-radius: 3rem !important;
    border-bottom-right-radius: 3rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-12 {
    margin: 3rem !important;
  }
  .mt-r-sm-12 {
    margin-top: 3rem !important;
  }
  .mr-r-sm-12 {
    margin-right: 3rem !important;
  }
  .mb-r-sm-12 {
    margin-bottom: 3rem !important;
  }
  .ml-r-sm-12 {
    margin-left: 3rem !important;
  }
  .mx-r-sm-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-r-sm-12 {
    padding: 3rem !important;
  }
  .pt-r-sm-12 {
    padding-top: 3rem !important;
  }
  .pr-r-sm-12 {
    padding-right: 3rem !important;
  }
  .pb-r-sm-12 {
    padding-bottom: 3rem !important;
  }
  .pl-r-sm-12 {
    padding-left: 3rem !important;
  }
  .px-r-sm-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-r-sm-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .font-size-sm-12 {
    font-size: 12px;
  }
  .border-radius-r-sm-12 {
    border-radius: 3rem !important;
  }
  .border-radius-tl-r-sm-12 {
    border-top-left-radius: 3rem !important;
  }
  .border-radius-tr-r-sm-12 {
    border-top-right-radius: 3rem !important;
  }
  .border-radius-bl-r-sm-12 {
    border-bottom-left-radius: 3rem !important;
  }
  .border-radius-br-r-sm-12 {
    border-bottom-right-radius: 3rem !important;
  }
  .border-radius-t-r-sm-12 {
    border-top-left-radius: 3rem !important;
    border-top-right-radius: 3rem !important;
  }
  .border-radius-b-r-sm-12 {
    border-bottom-left-radius: 3rem !important;
    border-bottom-right-radius: 3rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-12 {
    margin: 3rem !important;
  }
  .mt-r-md-12 {
    margin-top: 3rem !important;
  }
  .mr-r-md-12 {
    margin-right: 3rem !important;
  }
  .mb-r-md-12 {
    margin-bottom: 3rem !important;
  }
  .ml-r-md-12 {
    margin-left: 3rem !important;
  }
  .mx-r-md-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-r-md-12 {
    padding: 3rem !important;
  }
  .pt-r-md-12 {
    padding-top: 3rem !important;
  }
  .pr-r-md-12 {
    padding-right: 3rem !important;
  }
  .pb-r-md-12 {
    padding-bottom: 3rem !important;
  }
  .pl-r-md-12 {
    padding-left: 3rem !important;
  }
  .px-r-md-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-r-md-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .font-size-md-12 {
    font-size: 12px;
  }
  .border-radius-r-md-12 {
    border-radius: 3rem !important;
  }
  .border-radius-tl-r-md-12 {
    border-top-left-radius: 3rem !important;
  }
  .border-radius-tr-r-md-12 {
    border-top-right-radius: 3rem !important;
  }
  .border-radius-bl-r-md-12 {
    border-bottom-left-radius: 3rem !important;
  }
  .border-radius-br-r-md-12 {
    border-bottom-right-radius: 3rem !important;
  }
  .border-radius-t-r-md-12 {
    border-top-left-radius: 3rem !important;
    border-top-right-radius: 3rem !important;
  }
  .border-radius-b-r-md-12 {
    border-bottom-left-radius: 3rem !important;
    border-bottom-right-radius: 3rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-12 {
    margin: 3rem !important;
  }
  .mt-r-lg-12 {
    margin-top: 3rem !important;
  }
  .mr-r-lg-12 {
    margin-right: 3rem !important;
  }
  .mb-r-lg-12 {
    margin-bottom: 3rem !important;
  }
  .ml-r-lg-12 {
    margin-left: 3rem !important;
  }
  .mx-r-lg-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-r-lg-12 {
    padding: 3rem !important;
  }
  .pt-r-lg-12 {
    padding-top: 3rem !important;
  }
  .pr-r-lg-12 {
    padding-right: 3rem !important;
  }
  .pb-r-lg-12 {
    padding-bottom: 3rem !important;
  }
  .pl-r-lg-12 {
    padding-left: 3rem !important;
  }
  .px-r-lg-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-r-lg-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .font-size-lg-12 {
    font-size: 12px;
  }
  .border-radius-r-lg-12 {
    border-radius: 3rem !important;
  }
  .border-radius-tl-r-lg-12 {
    border-top-left-radius: 3rem !important;
  }
  .border-radius-tr-r-lg-12 {
    border-top-right-radius: 3rem !important;
  }
  .border-radius-bl-r-lg-12 {
    border-bottom-left-radius: 3rem !important;
  }
  .border-radius-br-r-lg-12 {
    border-bottom-right-radius: 3rem !important;
  }
  .border-radius-t-r-lg-12 {
    border-top-left-radius: 3rem !important;
    border-top-right-radius: 3rem !important;
  }
  .border-radius-b-r-lg-12 {
    border-bottom-left-radius: 3rem !important;
    border-bottom-right-radius: 3rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-12 {
    margin: 3rem !important;
  }
  .mt-r-xl-12 {
    margin-top: 3rem !important;
  }
  .mr-r-xl-12 {
    margin-right: 3rem !important;
  }
  .mb-r-xl-12 {
    margin-bottom: 3rem !important;
  }
  .ml-r-xl-12 {
    margin-left: 3rem !important;
  }
  .mx-r-xl-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-r-xl-12 {
    padding: 3rem !important;
  }
  .pt-r-xl-12 {
    padding-top: 3rem !important;
  }
  .pr-r-xl-12 {
    padding-right: 3rem !important;
  }
  .pb-r-xl-12 {
    padding-bottom: 3rem !important;
  }
  .pl-r-xl-12 {
    padding-left: 3rem !important;
  }
  .px-r-xl-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-r-xl-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .font-size-xl-12 {
    font-size: 12px;
  }
  .border-radius-r-xl-12 {
    border-radius: 3rem !important;
  }
  .border-radius-tl-r-xl-12 {
    border-top-left-radius: 3rem !important;
  }
  .border-radius-tr-r-xl-12 {
    border-top-right-radius: 3rem !important;
  }
  .border-radius-bl-r-xl-12 {
    border-bottom-left-radius: 3rem !important;
  }
  .border-radius-br-r-xl-12 {
    border-bottom-right-radius: 3rem !important;
  }
  .border-radius-t-r-xl-12 {
    border-top-left-radius: 3rem !important;
    border-top-right-radius: 3rem !important;
  }
  .border-radius-b-r-xl-12 {
    border-bottom-left-radius: 3rem !important;
    border-bottom-right-radius: 3rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-12 {
    margin: 3rem !important;
  }
  .mt-r-contents-12 {
    margin-top: 3rem !important;
  }
  .mr-r-contents-12 {
    margin-right: 3rem !important;
  }
  .mb-r-contents-12 {
    margin-bottom: 3rem !important;
  }
  .ml-r-contents-12 {
    margin-left: 3rem !important;
  }
  .mx-r-contents-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-r-contents-12 {
    padding: 3rem !important;
  }
  .pt-r-contents-12 {
    padding-top: 3rem !important;
  }
  .pr-r-contents-12 {
    padding-right: 3rem !important;
  }
  .pb-r-contents-12 {
    padding-bottom: 3rem !important;
  }
  .pl-r-contents-12 {
    padding-left: 3rem !important;
  }
  .px-r-contents-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-r-contents-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .font-size-contents-12 {
    font-size: 12px;
  }
  .border-radius-r-contents-12 {
    border-radius: 3rem !important;
  }
  .border-radius-tl-r-contents-12 {
    border-top-left-radius: 3rem !important;
  }
  .border-radius-tr-r-contents-12 {
    border-top-right-radius: 3rem !important;
  }
  .border-radius-bl-r-contents-12 {
    border-bottom-left-radius: 3rem !important;
  }
  .border-radius-br-r-contents-12 {
    border-bottom-right-radius: 3rem !important;
  }
  .border-radius-t-r-contents-12 {
    border-top-left-radius: 3rem !important;
    border-top-right-radius: 3rem !important;
  }
  .border-radius-b-r-contents-12 {
    border-bottom-left-radius: 3rem !important;
    border-bottom-right-radius: 3rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-12 {
    margin: 3rem !important;
  }
  .mt-r-screen-12 {
    margin-top: 3rem !important;
  }
  .mr-r-screen-12 {
    margin-right: 3rem !important;
  }
  .mb-r-screen-12 {
    margin-bottom: 3rem !important;
  }
  .ml-r-screen-12 {
    margin-left: 3rem !important;
  }
  .mx-r-screen-12 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-r-screen-12 {
    padding: 3rem !important;
  }
  .pt-r-screen-12 {
    padding-top: 3rem !important;
  }
  .pr-r-screen-12 {
    padding-right: 3rem !important;
  }
  .pb-r-screen-12 {
    padding-bottom: 3rem !important;
  }
  .pl-r-screen-12 {
    padding-left: 3rem !important;
  }
  .px-r-screen-12 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .py-r-screen-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .font-size-screen-12 {
    font-size: 12px;
  }
  .border-radius-r-screen-12 {
    border-radius: 3rem !important;
  }
  .border-radius-tl-r-screen-12 {
    border-top-left-radius: 3rem !important;
  }
  .border-radius-tr-r-screen-12 {
    border-top-right-radius: 3rem !important;
  }
  .border-radius-bl-r-screen-12 {
    border-bottom-left-radius: 3rem !important;
  }
  .border-radius-br-r-screen-12 {
    border-bottom-right-radius: 3rem !important;
  }
  .border-radius-t-r-screen-12 {
    border-top-left-radius: 3rem !important;
    border-top-right-radius: 3rem !important;
  }
  .border-radius-b-r-screen-12 {
    border-bottom-left-radius: 3rem !important;
    border-bottom-right-radius: 3rem !important;
  }
}
.z-13 {
  z-index: 13;
}

.m-r-13 {
  margin: 3.25rem;
}

.mt-r-13 {
  margin-top: 3.25rem;
}

.mr-r-13 {
  margin-right: 3.25rem;
}

.mb-r-13 {
  margin-bottom: 3.25rem;
}

.ml-r-13 {
  margin-left: 3.25rem;
}

.mx-r-13 {
  margin-left: 3.25rem;
  margin-right: 3.25rem;
}

.my-r-13 {
  margin-top: 3.25rem;
  margin-bottom: 3.25rem;
}

.p-r-13 {
  padding: 3.25rem;
}

.pt-r-13 {
  padding-top: 3.25rem;
}

.pr-r-13 {
  padding-right: 3.25rem;
}

.pb-r-13 {
  padding-bottom: 3.25rem;
}

.pl-r-13 {
  padding-left: 3.25rem;
}

.px-r-13 {
  padding-left: 3.25rem;
  padding-right: 3.25rem;
}

.py-r-13 {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}

.t-r-13 {
  top: 3.25rem;
}

.l-r-13 {
  left: 3.25rem;
}

.b-r-13 {
  bottom: 3.25rem;
}

.r-r-13 {
  right: 3.25rem;
}

.row-gap-13 {
  margin: -3.25rem;
}

.border-radius-r-13 {
  border-radius: 3.25rem;
}

.border-radius-tl-r-13 {
  border-top-left-radius: 3.25rem;
}

.border-radius-tr-r-13 {
  border-top-right-radius: 3.25rem;
}

.border-radius-bl-r-13 {
  border-bottom-left-radius: 3.25rem;
}

.border-radius-br-r-13 {
  border-bottom-right-radius: 3.25rem;
}

.border-radius-t-r-13 {
  border-top-left-radius: 3.25rem;
  border-top-right-radius: 3.25rem;
}

.border-radius-b-r-13 {
  border-bottom-left-radius: 3.25rem;
  border-bottom-right-radius: 3.25rem;
}

.font-size-13 {
  font-size: 13px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-13 {
    margin: 3.25rem !important;
  }
  .mt-r-xs-13 {
    margin-top: 3.25rem !important;
  }
  .mr-r-xs-13 {
    margin-right: 3.25rem !important;
  }
  .mb-r-xs-13 {
    margin-bottom: 3.25rem !important;
  }
  .ml-r-xs-13 {
    margin-left: 3.25rem !important;
  }
  .mx-r-xs-13 {
    margin-left: 3.25rem !important;
    margin-right: 3.25rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .p-r-xs-13 {
    padding: 3.25rem !important;
  }
  .pt-r-xs-13 {
    padding-top: 3.25rem !important;
  }
  .pr-r-xs-13 {
    padding-right: 3.25rem !important;
  }
  .pb-r-xs-13 {
    padding-bottom: 3.25rem !important;
  }
  .pl-r-xs-13 {
    padding-left: 3.25rem !important;
  }
  .px-r-xs-13 {
    padding-left: 3.25rem !important;
    padding-right: 3.25rem !important;
  }
  .py-r-xs-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .font-size-xs-13 {
    font-size: 13px;
  }
  .border-radius-r-xs-13 {
    border-radius: 3.25rem !important;
  }
  .border-radius-tl-r-xs-13 {
    border-top-left-radius: 3.25rem !important;
  }
  .border-radius-tr-r-xs-13 {
    border-top-right-radius: 3.25rem !important;
  }
  .border-radius-bl-r-xs-13 {
    border-bottom-left-radius: 3.25rem !important;
  }
  .border-radius-br-r-xs-13 {
    border-bottom-right-radius: 3.25rem !important;
  }
  .border-radius-t-r-xs-13 {
    border-top-left-radius: 3.25rem !important;
    border-top-right-radius: 3.25rem !important;
  }
  .border-radius-b-r-xs-13 {
    border-bottom-left-radius: 3.25rem !important;
    border-bottom-right-radius: 3.25rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-13 {
    margin: 3.25rem !important;
  }
  .mt-r-sm-13 {
    margin-top: 3.25rem !important;
  }
  .mr-r-sm-13 {
    margin-right: 3.25rem !important;
  }
  .mb-r-sm-13 {
    margin-bottom: 3.25rem !important;
  }
  .ml-r-sm-13 {
    margin-left: 3.25rem !important;
  }
  .mx-r-sm-13 {
    margin-left: 3.25rem !important;
    margin-right: 3.25rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .p-r-sm-13 {
    padding: 3.25rem !important;
  }
  .pt-r-sm-13 {
    padding-top: 3.25rem !important;
  }
  .pr-r-sm-13 {
    padding-right: 3.25rem !important;
  }
  .pb-r-sm-13 {
    padding-bottom: 3.25rem !important;
  }
  .pl-r-sm-13 {
    padding-left: 3.25rem !important;
  }
  .px-r-sm-13 {
    padding-left: 3.25rem !important;
    padding-right: 3.25rem !important;
  }
  .py-r-sm-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .font-size-sm-13 {
    font-size: 13px;
  }
  .border-radius-r-sm-13 {
    border-radius: 3.25rem !important;
  }
  .border-radius-tl-r-sm-13 {
    border-top-left-radius: 3.25rem !important;
  }
  .border-radius-tr-r-sm-13 {
    border-top-right-radius: 3.25rem !important;
  }
  .border-radius-bl-r-sm-13 {
    border-bottom-left-radius: 3.25rem !important;
  }
  .border-radius-br-r-sm-13 {
    border-bottom-right-radius: 3.25rem !important;
  }
  .border-radius-t-r-sm-13 {
    border-top-left-radius: 3.25rem !important;
    border-top-right-radius: 3.25rem !important;
  }
  .border-radius-b-r-sm-13 {
    border-bottom-left-radius: 3.25rem !important;
    border-bottom-right-radius: 3.25rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-13 {
    margin: 3.25rem !important;
  }
  .mt-r-md-13 {
    margin-top: 3.25rem !important;
  }
  .mr-r-md-13 {
    margin-right: 3.25rem !important;
  }
  .mb-r-md-13 {
    margin-bottom: 3.25rem !important;
  }
  .ml-r-md-13 {
    margin-left: 3.25rem !important;
  }
  .mx-r-md-13 {
    margin-left: 3.25rem !important;
    margin-right: 3.25rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .p-r-md-13 {
    padding: 3.25rem !important;
  }
  .pt-r-md-13 {
    padding-top: 3.25rem !important;
  }
  .pr-r-md-13 {
    padding-right: 3.25rem !important;
  }
  .pb-r-md-13 {
    padding-bottom: 3.25rem !important;
  }
  .pl-r-md-13 {
    padding-left: 3.25rem !important;
  }
  .px-r-md-13 {
    padding-left: 3.25rem !important;
    padding-right: 3.25rem !important;
  }
  .py-r-md-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .font-size-md-13 {
    font-size: 13px;
  }
  .border-radius-r-md-13 {
    border-radius: 3.25rem !important;
  }
  .border-radius-tl-r-md-13 {
    border-top-left-radius: 3.25rem !important;
  }
  .border-radius-tr-r-md-13 {
    border-top-right-radius: 3.25rem !important;
  }
  .border-radius-bl-r-md-13 {
    border-bottom-left-radius: 3.25rem !important;
  }
  .border-radius-br-r-md-13 {
    border-bottom-right-radius: 3.25rem !important;
  }
  .border-radius-t-r-md-13 {
    border-top-left-radius: 3.25rem !important;
    border-top-right-radius: 3.25rem !important;
  }
  .border-radius-b-r-md-13 {
    border-bottom-left-radius: 3.25rem !important;
    border-bottom-right-radius: 3.25rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-13 {
    margin: 3.25rem !important;
  }
  .mt-r-lg-13 {
    margin-top: 3.25rem !important;
  }
  .mr-r-lg-13 {
    margin-right: 3.25rem !important;
  }
  .mb-r-lg-13 {
    margin-bottom: 3.25rem !important;
  }
  .ml-r-lg-13 {
    margin-left: 3.25rem !important;
  }
  .mx-r-lg-13 {
    margin-left: 3.25rem !important;
    margin-right: 3.25rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .p-r-lg-13 {
    padding: 3.25rem !important;
  }
  .pt-r-lg-13 {
    padding-top: 3.25rem !important;
  }
  .pr-r-lg-13 {
    padding-right: 3.25rem !important;
  }
  .pb-r-lg-13 {
    padding-bottom: 3.25rem !important;
  }
  .pl-r-lg-13 {
    padding-left: 3.25rem !important;
  }
  .px-r-lg-13 {
    padding-left: 3.25rem !important;
    padding-right: 3.25rem !important;
  }
  .py-r-lg-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .font-size-lg-13 {
    font-size: 13px;
  }
  .border-radius-r-lg-13 {
    border-radius: 3.25rem !important;
  }
  .border-radius-tl-r-lg-13 {
    border-top-left-radius: 3.25rem !important;
  }
  .border-radius-tr-r-lg-13 {
    border-top-right-radius: 3.25rem !important;
  }
  .border-radius-bl-r-lg-13 {
    border-bottom-left-radius: 3.25rem !important;
  }
  .border-radius-br-r-lg-13 {
    border-bottom-right-radius: 3.25rem !important;
  }
  .border-radius-t-r-lg-13 {
    border-top-left-radius: 3.25rem !important;
    border-top-right-radius: 3.25rem !important;
  }
  .border-radius-b-r-lg-13 {
    border-bottom-left-radius: 3.25rem !important;
    border-bottom-right-radius: 3.25rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-13 {
    margin: 3.25rem !important;
  }
  .mt-r-xl-13 {
    margin-top: 3.25rem !important;
  }
  .mr-r-xl-13 {
    margin-right: 3.25rem !important;
  }
  .mb-r-xl-13 {
    margin-bottom: 3.25rem !important;
  }
  .ml-r-xl-13 {
    margin-left: 3.25rem !important;
  }
  .mx-r-xl-13 {
    margin-left: 3.25rem !important;
    margin-right: 3.25rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .p-r-xl-13 {
    padding: 3.25rem !important;
  }
  .pt-r-xl-13 {
    padding-top: 3.25rem !important;
  }
  .pr-r-xl-13 {
    padding-right: 3.25rem !important;
  }
  .pb-r-xl-13 {
    padding-bottom: 3.25rem !important;
  }
  .pl-r-xl-13 {
    padding-left: 3.25rem !important;
  }
  .px-r-xl-13 {
    padding-left: 3.25rem !important;
    padding-right: 3.25rem !important;
  }
  .py-r-xl-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .font-size-xl-13 {
    font-size: 13px;
  }
  .border-radius-r-xl-13 {
    border-radius: 3.25rem !important;
  }
  .border-radius-tl-r-xl-13 {
    border-top-left-radius: 3.25rem !important;
  }
  .border-radius-tr-r-xl-13 {
    border-top-right-radius: 3.25rem !important;
  }
  .border-radius-bl-r-xl-13 {
    border-bottom-left-radius: 3.25rem !important;
  }
  .border-radius-br-r-xl-13 {
    border-bottom-right-radius: 3.25rem !important;
  }
  .border-radius-t-r-xl-13 {
    border-top-left-radius: 3.25rem !important;
    border-top-right-radius: 3.25rem !important;
  }
  .border-radius-b-r-xl-13 {
    border-bottom-left-radius: 3.25rem !important;
    border-bottom-right-radius: 3.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-13 {
    margin: 3.25rem !important;
  }
  .mt-r-contents-13 {
    margin-top: 3.25rem !important;
  }
  .mr-r-contents-13 {
    margin-right: 3.25rem !important;
  }
  .mb-r-contents-13 {
    margin-bottom: 3.25rem !important;
  }
  .ml-r-contents-13 {
    margin-left: 3.25rem !important;
  }
  .mx-r-contents-13 {
    margin-left: 3.25rem !important;
    margin-right: 3.25rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .p-r-contents-13 {
    padding: 3.25rem !important;
  }
  .pt-r-contents-13 {
    padding-top: 3.25rem !important;
  }
  .pr-r-contents-13 {
    padding-right: 3.25rem !important;
  }
  .pb-r-contents-13 {
    padding-bottom: 3.25rem !important;
  }
  .pl-r-contents-13 {
    padding-left: 3.25rem !important;
  }
  .px-r-contents-13 {
    padding-left: 3.25rem !important;
    padding-right: 3.25rem !important;
  }
  .py-r-contents-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .font-size-contents-13 {
    font-size: 13px;
  }
  .border-radius-r-contents-13 {
    border-radius: 3.25rem !important;
  }
  .border-radius-tl-r-contents-13 {
    border-top-left-radius: 3.25rem !important;
  }
  .border-radius-tr-r-contents-13 {
    border-top-right-radius: 3.25rem !important;
  }
  .border-radius-bl-r-contents-13 {
    border-bottom-left-radius: 3.25rem !important;
  }
  .border-radius-br-r-contents-13 {
    border-bottom-right-radius: 3.25rem !important;
  }
  .border-radius-t-r-contents-13 {
    border-top-left-radius: 3.25rem !important;
    border-top-right-radius: 3.25rem !important;
  }
  .border-radius-b-r-contents-13 {
    border-bottom-left-radius: 3.25rem !important;
    border-bottom-right-radius: 3.25rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-13 {
    margin: 3.25rem !important;
  }
  .mt-r-screen-13 {
    margin-top: 3.25rem !important;
  }
  .mr-r-screen-13 {
    margin-right: 3.25rem !important;
  }
  .mb-r-screen-13 {
    margin-bottom: 3.25rem !important;
  }
  .ml-r-screen-13 {
    margin-left: 3.25rem !important;
  }
  .mx-r-screen-13 {
    margin-left: 3.25rem !important;
    margin-right: 3.25rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }
  .p-r-screen-13 {
    padding: 3.25rem !important;
  }
  .pt-r-screen-13 {
    padding-top: 3.25rem !important;
  }
  .pr-r-screen-13 {
    padding-right: 3.25rem !important;
  }
  .pb-r-screen-13 {
    padding-bottom: 3.25rem !important;
  }
  .pl-r-screen-13 {
    padding-left: 3.25rem !important;
  }
  .px-r-screen-13 {
    padding-left: 3.25rem !important;
    padding-right: 3.25rem !important;
  }
  .py-r-screen-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }
  .font-size-screen-13 {
    font-size: 13px;
  }
  .border-radius-r-screen-13 {
    border-radius: 3.25rem !important;
  }
  .border-radius-tl-r-screen-13 {
    border-top-left-radius: 3.25rem !important;
  }
  .border-radius-tr-r-screen-13 {
    border-top-right-radius: 3.25rem !important;
  }
  .border-radius-bl-r-screen-13 {
    border-bottom-left-radius: 3.25rem !important;
  }
  .border-radius-br-r-screen-13 {
    border-bottom-right-radius: 3.25rem !important;
  }
  .border-radius-t-r-screen-13 {
    border-top-left-radius: 3.25rem !important;
    border-top-right-radius: 3.25rem !important;
  }
  .border-radius-b-r-screen-13 {
    border-bottom-left-radius: 3.25rem !important;
    border-bottom-right-radius: 3.25rem !important;
  }
}
.z-14 {
  z-index: 14;
}

.m-r-14 {
  margin: 3.5rem;
}

.mt-r-14 {
  margin-top: 3.5rem;
}

.mr-r-14 {
  margin-right: 3.5rem;
}

.mb-r-14 {
  margin-bottom: 3.5rem;
}

.ml-r-14 {
  margin-left: 3.5rem;
}

.mx-r-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.my-r-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.p-r-14 {
  padding: 3.5rem;
}

.pt-r-14 {
  padding-top: 3.5rem;
}

.pr-r-14 {
  padding-right: 3.5rem;
}

.pb-r-14 {
  padding-bottom: 3.5rem;
}

.pl-r-14 {
  padding-left: 3.5rem;
}

.px-r-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.py-r-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.t-r-14 {
  top: 3.5rem;
}

.l-r-14 {
  left: 3.5rem;
}

.b-r-14 {
  bottom: 3.5rem;
}

.r-r-14 {
  right: 3.5rem;
}

.row-gap-14 {
  margin: -3.5rem;
}

.border-radius-r-14 {
  border-radius: 3.5rem;
}

.border-radius-tl-r-14 {
  border-top-left-radius: 3.5rem;
}

.border-radius-tr-r-14 {
  border-top-right-radius: 3.5rem;
}

.border-radius-bl-r-14 {
  border-bottom-left-radius: 3.5rem;
}

.border-radius-br-r-14 {
  border-bottom-right-radius: 3.5rem;
}

.border-radius-t-r-14 {
  border-top-left-radius: 3.5rem;
  border-top-right-radius: 3.5rem;
}

.border-radius-b-r-14 {
  border-bottom-left-radius: 3.5rem;
  border-bottom-right-radius: 3.5rem;
}

.font-size-14 {
  font-size: 14px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-14 {
    margin: 3.5rem !important;
  }
  .mt-r-xs-14 {
    margin-top: 3.5rem !important;
  }
  .mr-r-xs-14 {
    margin-right: 3.5rem !important;
  }
  .mb-r-xs-14 {
    margin-bottom: 3.5rem !important;
  }
  .ml-r-xs-14 {
    margin-left: 3.5rem !important;
  }
  .mx-r-xs-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .p-r-xs-14 {
    padding: 3.5rem !important;
  }
  .pt-r-xs-14 {
    padding-top: 3.5rem !important;
  }
  .pr-r-xs-14 {
    padding-right: 3.5rem !important;
  }
  .pb-r-xs-14 {
    padding-bottom: 3.5rem !important;
  }
  .pl-r-xs-14 {
    padding-left: 3.5rem !important;
  }
  .px-r-xs-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .py-r-xs-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .font-size-xs-14 {
    font-size: 14px;
  }
  .border-radius-r-xs-14 {
    border-radius: 3.5rem !important;
  }
  .border-radius-tl-r-xs-14 {
    border-top-left-radius: 3.5rem !important;
  }
  .border-radius-tr-r-xs-14 {
    border-top-right-radius: 3.5rem !important;
  }
  .border-radius-bl-r-xs-14 {
    border-bottom-left-radius: 3.5rem !important;
  }
  .border-radius-br-r-xs-14 {
    border-bottom-right-radius: 3.5rem !important;
  }
  .border-radius-t-r-xs-14 {
    border-top-left-radius: 3.5rem !important;
    border-top-right-radius: 3.5rem !important;
  }
  .border-radius-b-r-xs-14 {
    border-bottom-left-radius: 3.5rem !important;
    border-bottom-right-radius: 3.5rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-14 {
    margin: 3.5rem !important;
  }
  .mt-r-sm-14 {
    margin-top: 3.5rem !important;
  }
  .mr-r-sm-14 {
    margin-right: 3.5rem !important;
  }
  .mb-r-sm-14 {
    margin-bottom: 3.5rem !important;
  }
  .ml-r-sm-14 {
    margin-left: 3.5rem !important;
  }
  .mx-r-sm-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .p-r-sm-14 {
    padding: 3.5rem !important;
  }
  .pt-r-sm-14 {
    padding-top: 3.5rem !important;
  }
  .pr-r-sm-14 {
    padding-right: 3.5rem !important;
  }
  .pb-r-sm-14 {
    padding-bottom: 3.5rem !important;
  }
  .pl-r-sm-14 {
    padding-left: 3.5rem !important;
  }
  .px-r-sm-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .py-r-sm-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .font-size-sm-14 {
    font-size: 14px;
  }
  .border-radius-r-sm-14 {
    border-radius: 3.5rem !important;
  }
  .border-radius-tl-r-sm-14 {
    border-top-left-radius: 3.5rem !important;
  }
  .border-radius-tr-r-sm-14 {
    border-top-right-radius: 3.5rem !important;
  }
  .border-radius-bl-r-sm-14 {
    border-bottom-left-radius: 3.5rem !important;
  }
  .border-radius-br-r-sm-14 {
    border-bottom-right-radius: 3.5rem !important;
  }
  .border-radius-t-r-sm-14 {
    border-top-left-radius: 3.5rem !important;
    border-top-right-radius: 3.5rem !important;
  }
  .border-radius-b-r-sm-14 {
    border-bottom-left-radius: 3.5rem !important;
    border-bottom-right-radius: 3.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-14 {
    margin: 3.5rem !important;
  }
  .mt-r-md-14 {
    margin-top: 3.5rem !important;
  }
  .mr-r-md-14 {
    margin-right: 3.5rem !important;
  }
  .mb-r-md-14 {
    margin-bottom: 3.5rem !important;
  }
  .ml-r-md-14 {
    margin-left: 3.5rem !important;
  }
  .mx-r-md-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .p-r-md-14 {
    padding: 3.5rem !important;
  }
  .pt-r-md-14 {
    padding-top: 3.5rem !important;
  }
  .pr-r-md-14 {
    padding-right: 3.5rem !important;
  }
  .pb-r-md-14 {
    padding-bottom: 3.5rem !important;
  }
  .pl-r-md-14 {
    padding-left: 3.5rem !important;
  }
  .px-r-md-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .py-r-md-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .font-size-md-14 {
    font-size: 14px;
  }
  .border-radius-r-md-14 {
    border-radius: 3.5rem !important;
  }
  .border-radius-tl-r-md-14 {
    border-top-left-radius: 3.5rem !important;
  }
  .border-radius-tr-r-md-14 {
    border-top-right-radius: 3.5rem !important;
  }
  .border-radius-bl-r-md-14 {
    border-bottom-left-radius: 3.5rem !important;
  }
  .border-radius-br-r-md-14 {
    border-bottom-right-radius: 3.5rem !important;
  }
  .border-radius-t-r-md-14 {
    border-top-left-radius: 3.5rem !important;
    border-top-right-radius: 3.5rem !important;
  }
  .border-radius-b-r-md-14 {
    border-bottom-left-radius: 3.5rem !important;
    border-bottom-right-radius: 3.5rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-14 {
    margin: 3.5rem !important;
  }
  .mt-r-lg-14 {
    margin-top: 3.5rem !important;
  }
  .mr-r-lg-14 {
    margin-right: 3.5rem !important;
  }
  .mb-r-lg-14 {
    margin-bottom: 3.5rem !important;
  }
  .ml-r-lg-14 {
    margin-left: 3.5rem !important;
  }
  .mx-r-lg-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .p-r-lg-14 {
    padding: 3.5rem !important;
  }
  .pt-r-lg-14 {
    padding-top: 3.5rem !important;
  }
  .pr-r-lg-14 {
    padding-right: 3.5rem !important;
  }
  .pb-r-lg-14 {
    padding-bottom: 3.5rem !important;
  }
  .pl-r-lg-14 {
    padding-left: 3.5rem !important;
  }
  .px-r-lg-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .py-r-lg-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .font-size-lg-14 {
    font-size: 14px;
  }
  .border-radius-r-lg-14 {
    border-radius: 3.5rem !important;
  }
  .border-radius-tl-r-lg-14 {
    border-top-left-radius: 3.5rem !important;
  }
  .border-radius-tr-r-lg-14 {
    border-top-right-radius: 3.5rem !important;
  }
  .border-radius-bl-r-lg-14 {
    border-bottom-left-radius: 3.5rem !important;
  }
  .border-radius-br-r-lg-14 {
    border-bottom-right-radius: 3.5rem !important;
  }
  .border-radius-t-r-lg-14 {
    border-top-left-radius: 3.5rem !important;
    border-top-right-radius: 3.5rem !important;
  }
  .border-radius-b-r-lg-14 {
    border-bottom-left-radius: 3.5rem !important;
    border-bottom-right-radius: 3.5rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-14 {
    margin: 3.5rem !important;
  }
  .mt-r-xl-14 {
    margin-top: 3.5rem !important;
  }
  .mr-r-xl-14 {
    margin-right: 3.5rem !important;
  }
  .mb-r-xl-14 {
    margin-bottom: 3.5rem !important;
  }
  .ml-r-xl-14 {
    margin-left: 3.5rem !important;
  }
  .mx-r-xl-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .p-r-xl-14 {
    padding: 3.5rem !important;
  }
  .pt-r-xl-14 {
    padding-top: 3.5rem !important;
  }
  .pr-r-xl-14 {
    padding-right: 3.5rem !important;
  }
  .pb-r-xl-14 {
    padding-bottom: 3.5rem !important;
  }
  .pl-r-xl-14 {
    padding-left: 3.5rem !important;
  }
  .px-r-xl-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .py-r-xl-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .font-size-xl-14 {
    font-size: 14px;
  }
  .border-radius-r-xl-14 {
    border-radius: 3.5rem !important;
  }
  .border-radius-tl-r-xl-14 {
    border-top-left-radius: 3.5rem !important;
  }
  .border-radius-tr-r-xl-14 {
    border-top-right-radius: 3.5rem !important;
  }
  .border-radius-bl-r-xl-14 {
    border-bottom-left-radius: 3.5rem !important;
  }
  .border-radius-br-r-xl-14 {
    border-bottom-right-radius: 3.5rem !important;
  }
  .border-radius-t-r-xl-14 {
    border-top-left-radius: 3.5rem !important;
    border-top-right-radius: 3.5rem !important;
  }
  .border-radius-b-r-xl-14 {
    border-bottom-left-radius: 3.5rem !important;
    border-bottom-right-radius: 3.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-14 {
    margin: 3.5rem !important;
  }
  .mt-r-contents-14 {
    margin-top: 3.5rem !important;
  }
  .mr-r-contents-14 {
    margin-right: 3.5rem !important;
  }
  .mb-r-contents-14 {
    margin-bottom: 3.5rem !important;
  }
  .ml-r-contents-14 {
    margin-left: 3.5rem !important;
  }
  .mx-r-contents-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .p-r-contents-14 {
    padding: 3.5rem !important;
  }
  .pt-r-contents-14 {
    padding-top: 3.5rem !important;
  }
  .pr-r-contents-14 {
    padding-right: 3.5rem !important;
  }
  .pb-r-contents-14 {
    padding-bottom: 3.5rem !important;
  }
  .pl-r-contents-14 {
    padding-left: 3.5rem !important;
  }
  .px-r-contents-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .py-r-contents-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .font-size-contents-14 {
    font-size: 14px;
  }
  .border-radius-r-contents-14 {
    border-radius: 3.5rem !important;
  }
  .border-radius-tl-r-contents-14 {
    border-top-left-radius: 3.5rem !important;
  }
  .border-radius-tr-r-contents-14 {
    border-top-right-radius: 3.5rem !important;
  }
  .border-radius-bl-r-contents-14 {
    border-bottom-left-radius: 3.5rem !important;
  }
  .border-radius-br-r-contents-14 {
    border-bottom-right-radius: 3.5rem !important;
  }
  .border-radius-t-r-contents-14 {
    border-top-left-radius: 3.5rem !important;
    border-top-right-radius: 3.5rem !important;
  }
  .border-radius-b-r-contents-14 {
    border-bottom-left-radius: 3.5rem !important;
    border-bottom-right-radius: 3.5rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-14 {
    margin: 3.5rem !important;
  }
  .mt-r-screen-14 {
    margin-top: 3.5rem !important;
  }
  .mr-r-screen-14 {
    margin-right: 3.5rem !important;
  }
  .mb-r-screen-14 {
    margin-bottom: 3.5rem !important;
  }
  .ml-r-screen-14 {
    margin-left: 3.5rem !important;
  }
  .mx-r-screen-14 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .p-r-screen-14 {
    padding: 3.5rem !important;
  }
  .pt-r-screen-14 {
    padding-top: 3.5rem !important;
  }
  .pr-r-screen-14 {
    padding-right: 3.5rem !important;
  }
  .pb-r-screen-14 {
    padding-bottom: 3.5rem !important;
  }
  .pl-r-screen-14 {
    padding-left: 3.5rem !important;
  }
  .px-r-screen-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }
  .py-r-screen-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .font-size-screen-14 {
    font-size: 14px;
  }
  .border-radius-r-screen-14 {
    border-radius: 3.5rem !important;
  }
  .border-radius-tl-r-screen-14 {
    border-top-left-radius: 3.5rem !important;
  }
  .border-radius-tr-r-screen-14 {
    border-top-right-radius: 3.5rem !important;
  }
  .border-radius-bl-r-screen-14 {
    border-bottom-left-radius: 3.5rem !important;
  }
  .border-radius-br-r-screen-14 {
    border-bottom-right-radius: 3.5rem !important;
  }
  .border-radius-t-r-screen-14 {
    border-top-left-radius: 3.5rem !important;
    border-top-right-radius: 3.5rem !important;
  }
  .border-radius-b-r-screen-14 {
    border-bottom-left-radius: 3.5rem !important;
    border-bottom-right-radius: 3.5rem !important;
  }
}
.z-15 {
  z-index: 15;
}

.m-r-15 {
  margin: 3.75rem;
}

.mt-r-15 {
  margin-top: 3.75rem;
}

.mr-r-15 {
  margin-right: 3.75rem;
}

.mb-r-15 {
  margin-bottom: 3.75rem;
}

.ml-r-15 {
  margin-left: 3.75rem;
}

.mx-r-15 {
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}

.my-r-15 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.p-r-15 {
  padding: 3.75rem;
}

.pt-r-15 {
  padding-top: 3.75rem;
}

.pr-r-15 {
  padding-right: 3.75rem;
}

.pb-r-15 {
  padding-bottom: 3.75rem;
}

.pl-r-15 {
  padding-left: 3.75rem;
}

.px-r-15 {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.py-r-15 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.t-r-15 {
  top: 3.75rem;
}

.l-r-15 {
  left: 3.75rem;
}

.b-r-15 {
  bottom: 3.75rem;
}

.r-r-15 {
  right: 3.75rem;
}

.row-gap-15 {
  margin: -3.75rem;
}

.border-radius-r-15 {
  border-radius: 3.75rem;
}

.border-radius-tl-r-15 {
  border-top-left-radius: 3.75rem;
}

.border-radius-tr-r-15 {
  border-top-right-radius: 3.75rem;
}

.border-radius-bl-r-15 {
  border-bottom-left-radius: 3.75rem;
}

.border-radius-br-r-15 {
  border-bottom-right-radius: 3.75rem;
}

.border-radius-t-r-15 {
  border-top-left-radius: 3.75rem;
  border-top-right-radius: 3.75rem;
}

.border-radius-b-r-15 {
  border-bottom-left-radius: 3.75rem;
  border-bottom-right-radius: 3.75rem;
}

.font-size-15 {
  font-size: 15px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-15 {
    margin: 3.75rem !important;
  }
  .mt-r-xs-15 {
    margin-top: 3.75rem !important;
  }
  .mr-r-xs-15 {
    margin-right: 3.75rem !important;
  }
  .mb-r-xs-15 {
    margin-bottom: 3.75rem !important;
  }
  .ml-r-xs-15 {
    margin-left: 3.75rem !important;
  }
  .mx-r-xs-15 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .p-r-xs-15 {
    padding: 3.75rem !important;
  }
  .pt-r-xs-15 {
    padding-top: 3.75rem !important;
  }
  .pr-r-xs-15 {
    padding-right: 3.75rem !important;
  }
  .pb-r-xs-15 {
    padding-bottom: 3.75rem !important;
  }
  .pl-r-xs-15 {
    padding-left: 3.75rem !important;
  }
  .px-r-xs-15 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }
  .py-r-xs-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .font-size-xs-15 {
    font-size: 15px;
  }
  .border-radius-r-xs-15 {
    border-radius: 3.75rem !important;
  }
  .border-radius-tl-r-xs-15 {
    border-top-left-radius: 3.75rem !important;
  }
  .border-radius-tr-r-xs-15 {
    border-top-right-radius: 3.75rem !important;
  }
  .border-radius-bl-r-xs-15 {
    border-bottom-left-radius: 3.75rem !important;
  }
  .border-radius-br-r-xs-15 {
    border-bottom-right-radius: 3.75rem !important;
  }
  .border-radius-t-r-xs-15 {
    border-top-left-radius: 3.75rem !important;
    border-top-right-radius: 3.75rem !important;
  }
  .border-radius-b-r-xs-15 {
    border-bottom-left-radius: 3.75rem !important;
    border-bottom-right-radius: 3.75rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-15 {
    margin: 3.75rem !important;
  }
  .mt-r-sm-15 {
    margin-top: 3.75rem !important;
  }
  .mr-r-sm-15 {
    margin-right: 3.75rem !important;
  }
  .mb-r-sm-15 {
    margin-bottom: 3.75rem !important;
  }
  .ml-r-sm-15 {
    margin-left: 3.75rem !important;
  }
  .mx-r-sm-15 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .p-r-sm-15 {
    padding: 3.75rem !important;
  }
  .pt-r-sm-15 {
    padding-top: 3.75rem !important;
  }
  .pr-r-sm-15 {
    padding-right: 3.75rem !important;
  }
  .pb-r-sm-15 {
    padding-bottom: 3.75rem !important;
  }
  .pl-r-sm-15 {
    padding-left: 3.75rem !important;
  }
  .px-r-sm-15 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }
  .py-r-sm-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .font-size-sm-15 {
    font-size: 15px;
  }
  .border-radius-r-sm-15 {
    border-radius: 3.75rem !important;
  }
  .border-radius-tl-r-sm-15 {
    border-top-left-radius: 3.75rem !important;
  }
  .border-radius-tr-r-sm-15 {
    border-top-right-radius: 3.75rem !important;
  }
  .border-radius-bl-r-sm-15 {
    border-bottom-left-radius: 3.75rem !important;
  }
  .border-radius-br-r-sm-15 {
    border-bottom-right-radius: 3.75rem !important;
  }
  .border-radius-t-r-sm-15 {
    border-top-left-radius: 3.75rem !important;
    border-top-right-radius: 3.75rem !important;
  }
  .border-radius-b-r-sm-15 {
    border-bottom-left-radius: 3.75rem !important;
    border-bottom-right-radius: 3.75rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-15 {
    margin: 3.75rem !important;
  }
  .mt-r-md-15 {
    margin-top: 3.75rem !important;
  }
  .mr-r-md-15 {
    margin-right: 3.75rem !important;
  }
  .mb-r-md-15 {
    margin-bottom: 3.75rem !important;
  }
  .ml-r-md-15 {
    margin-left: 3.75rem !important;
  }
  .mx-r-md-15 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .p-r-md-15 {
    padding: 3.75rem !important;
  }
  .pt-r-md-15 {
    padding-top: 3.75rem !important;
  }
  .pr-r-md-15 {
    padding-right: 3.75rem !important;
  }
  .pb-r-md-15 {
    padding-bottom: 3.75rem !important;
  }
  .pl-r-md-15 {
    padding-left: 3.75rem !important;
  }
  .px-r-md-15 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }
  .py-r-md-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .font-size-md-15 {
    font-size: 15px;
  }
  .border-radius-r-md-15 {
    border-radius: 3.75rem !important;
  }
  .border-radius-tl-r-md-15 {
    border-top-left-radius: 3.75rem !important;
  }
  .border-radius-tr-r-md-15 {
    border-top-right-radius: 3.75rem !important;
  }
  .border-radius-bl-r-md-15 {
    border-bottom-left-radius: 3.75rem !important;
  }
  .border-radius-br-r-md-15 {
    border-bottom-right-radius: 3.75rem !important;
  }
  .border-radius-t-r-md-15 {
    border-top-left-radius: 3.75rem !important;
    border-top-right-radius: 3.75rem !important;
  }
  .border-radius-b-r-md-15 {
    border-bottom-left-radius: 3.75rem !important;
    border-bottom-right-radius: 3.75rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-15 {
    margin: 3.75rem !important;
  }
  .mt-r-lg-15 {
    margin-top: 3.75rem !important;
  }
  .mr-r-lg-15 {
    margin-right: 3.75rem !important;
  }
  .mb-r-lg-15 {
    margin-bottom: 3.75rem !important;
  }
  .ml-r-lg-15 {
    margin-left: 3.75rem !important;
  }
  .mx-r-lg-15 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .p-r-lg-15 {
    padding: 3.75rem !important;
  }
  .pt-r-lg-15 {
    padding-top: 3.75rem !important;
  }
  .pr-r-lg-15 {
    padding-right: 3.75rem !important;
  }
  .pb-r-lg-15 {
    padding-bottom: 3.75rem !important;
  }
  .pl-r-lg-15 {
    padding-left: 3.75rem !important;
  }
  .px-r-lg-15 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }
  .py-r-lg-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .font-size-lg-15 {
    font-size: 15px;
  }
  .border-radius-r-lg-15 {
    border-radius: 3.75rem !important;
  }
  .border-radius-tl-r-lg-15 {
    border-top-left-radius: 3.75rem !important;
  }
  .border-radius-tr-r-lg-15 {
    border-top-right-radius: 3.75rem !important;
  }
  .border-radius-bl-r-lg-15 {
    border-bottom-left-radius: 3.75rem !important;
  }
  .border-radius-br-r-lg-15 {
    border-bottom-right-radius: 3.75rem !important;
  }
  .border-radius-t-r-lg-15 {
    border-top-left-radius: 3.75rem !important;
    border-top-right-radius: 3.75rem !important;
  }
  .border-radius-b-r-lg-15 {
    border-bottom-left-radius: 3.75rem !important;
    border-bottom-right-radius: 3.75rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-15 {
    margin: 3.75rem !important;
  }
  .mt-r-xl-15 {
    margin-top: 3.75rem !important;
  }
  .mr-r-xl-15 {
    margin-right: 3.75rem !important;
  }
  .mb-r-xl-15 {
    margin-bottom: 3.75rem !important;
  }
  .ml-r-xl-15 {
    margin-left: 3.75rem !important;
  }
  .mx-r-xl-15 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .p-r-xl-15 {
    padding: 3.75rem !important;
  }
  .pt-r-xl-15 {
    padding-top: 3.75rem !important;
  }
  .pr-r-xl-15 {
    padding-right: 3.75rem !important;
  }
  .pb-r-xl-15 {
    padding-bottom: 3.75rem !important;
  }
  .pl-r-xl-15 {
    padding-left: 3.75rem !important;
  }
  .px-r-xl-15 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }
  .py-r-xl-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .font-size-xl-15 {
    font-size: 15px;
  }
  .border-radius-r-xl-15 {
    border-radius: 3.75rem !important;
  }
  .border-radius-tl-r-xl-15 {
    border-top-left-radius: 3.75rem !important;
  }
  .border-radius-tr-r-xl-15 {
    border-top-right-radius: 3.75rem !important;
  }
  .border-radius-bl-r-xl-15 {
    border-bottom-left-radius: 3.75rem !important;
  }
  .border-radius-br-r-xl-15 {
    border-bottom-right-radius: 3.75rem !important;
  }
  .border-radius-t-r-xl-15 {
    border-top-left-radius: 3.75rem !important;
    border-top-right-radius: 3.75rem !important;
  }
  .border-radius-b-r-xl-15 {
    border-bottom-left-radius: 3.75rem !important;
    border-bottom-right-radius: 3.75rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-15 {
    margin: 3.75rem !important;
  }
  .mt-r-contents-15 {
    margin-top: 3.75rem !important;
  }
  .mr-r-contents-15 {
    margin-right: 3.75rem !important;
  }
  .mb-r-contents-15 {
    margin-bottom: 3.75rem !important;
  }
  .ml-r-contents-15 {
    margin-left: 3.75rem !important;
  }
  .mx-r-contents-15 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .p-r-contents-15 {
    padding: 3.75rem !important;
  }
  .pt-r-contents-15 {
    padding-top: 3.75rem !important;
  }
  .pr-r-contents-15 {
    padding-right: 3.75rem !important;
  }
  .pb-r-contents-15 {
    padding-bottom: 3.75rem !important;
  }
  .pl-r-contents-15 {
    padding-left: 3.75rem !important;
  }
  .px-r-contents-15 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }
  .py-r-contents-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .font-size-contents-15 {
    font-size: 15px;
  }
  .border-radius-r-contents-15 {
    border-radius: 3.75rem !important;
  }
  .border-radius-tl-r-contents-15 {
    border-top-left-radius: 3.75rem !important;
  }
  .border-radius-tr-r-contents-15 {
    border-top-right-radius: 3.75rem !important;
  }
  .border-radius-bl-r-contents-15 {
    border-bottom-left-radius: 3.75rem !important;
  }
  .border-radius-br-r-contents-15 {
    border-bottom-right-radius: 3.75rem !important;
  }
  .border-radius-t-r-contents-15 {
    border-top-left-radius: 3.75rem !important;
    border-top-right-radius: 3.75rem !important;
  }
  .border-radius-b-r-contents-15 {
    border-bottom-left-radius: 3.75rem !important;
    border-bottom-right-radius: 3.75rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-15 {
    margin: 3.75rem !important;
  }
  .mt-r-screen-15 {
    margin-top: 3.75rem !important;
  }
  .mr-r-screen-15 {
    margin-right: 3.75rem !important;
  }
  .mb-r-screen-15 {
    margin-bottom: 3.75rem !important;
  }
  .ml-r-screen-15 {
    margin-left: 3.75rem !important;
  }
  .mx-r-screen-15 {
    margin-left: 3.75rem !important;
    margin-right: 3.75rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .p-r-screen-15 {
    padding: 3.75rem !important;
  }
  .pt-r-screen-15 {
    padding-top: 3.75rem !important;
  }
  .pr-r-screen-15 {
    padding-right: 3.75rem !important;
  }
  .pb-r-screen-15 {
    padding-bottom: 3.75rem !important;
  }
  .pl-r-screen-15 {
    padding-left: 3.75rem !important;
  }
  .px-r-screen-15 {
    padding-left: 3.75rem !important;
    padding-right: 3.75rem !important;
  }
  .py-r-screen-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .font-size-screen-15 {
    font-size: 15px;
  }
  .border-radius-r-screen-15 {
    border-radius: 3.75rem !important;
  }
  .border-radius-tl-r-screen-15 {
    border-top-left-radius: 3.75rem !important;
  }
  .border-radius-tr-r-screen-15 {
    border-top-right-radius: 3.75rem !important;
  }
  .border-radius-bl-r-screen-15 {
    border-bottom-left-radius: 3.75rem !important;
  }
  .border-radius-br-r-screen-15 {
    border-bottom-right-radius: 3.75rem !important;
  }
  .border-radius-t-r-screen-15 {
    border-top-left-radius: 3.75rem !important;
    border-top-right-radius: 3.75rem !important;
  }
  .border-radius-b-r-screen-15 {
    border-bottom-left-radius: 3.75rem !important;
    border-bottom-right-radius: 3.75rem !important;
  }
}
.z-16 {
  z-index: 16;
}

.m-r-16 {
  margin: 4rem;
}

.mt-r-16 {
  margin-top: 4rem;
}

.mr-r-16 {
  margin-right: 4rem;
}

.mb-r-16 {
  margin-bottom: 4rem;
}

.ml-r-16 {
  margin-left: 4rem;
}

.mx-r-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.my-r-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.p-r-16 {
  padding: 4rem;
}

.pt-r-16 {
  padding-top: 4rem;
}

.pr-r-16 {
  padding-right: 4rem;
}

.pb-r-16 {
  padding-bottom: 4rem;
}

.pl-r-16 {
  padding-left: 4rem;
}

.px-r-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-r-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.t-r-16 {
  top: 4rem;
}

.l-r-16 {
  left: 4rem;
}

.b-r-16 {
  bottom: 4rem;
}

.r-r-16 {
  right: 4rem;
}

.row-gap-16 {
  margin: -4rem;
}

.border-radius-r-16 {
  border-radius: 4rem;
}

.border-radius-tl-r-16 {
  border-top-left-radius: 4rem;
}

.border-radius-tr-r-16 {
  border-top-right-radius: 4rem;
}

.border-radius-bl-r-16 {
  border-bottom-left-radius: 4rem;
}

.border-radius-br-r-16 {
  border-bottom-right-radius: 4rem;
}

.border-radius-t-r-16 {
  border-top-left-radius: 4rem;
  border-top-right-radius: 4rem;
}

.border-radius-b-r-16 {
  border-bottom-left-radius: 4rem;
  border-bottom-right-radius: 4rem;
}

.font-size-16 {
  font-size: 16px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-16 {
    margin: 4rem !important;
  }
  .mt-r-xs-16 {
    margin-top: 4rem !important;
  }
  .mr-r-xs-16 {
    margin-right: 4rem !important;
  }
  .mb-r-xs-16 {
    margin-bottom: 4rem !important;
  }
  .ml-r-xs-16 {
    margin-left: 4rem !important;
  }
  .mx-r-xs-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .p-r-xs-16 {
    padding: 4rem !important;
  }
  .pt-r-xs-16 {
    padding-top: 4rem !important;
  }
  .pr-r-xs-16 {
    padding-right: 4rem !important;
  }
  .pb-r-xs-16 {
    padding-bottom: 4rem !important;
  }
  .pl-r-xs-16 {
    padding-left: 4rem !important;
  }
  .px-r-xs-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .py-r-xs-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .font-size-xs-16 {
    font-size: 16px;
  }
  .border-radius-r-xs-16 {
    border-radius: 4rem !important;
  }
  .border-radius-tl-r-xs-16 {
    border-top-left-radius: 4rem !important;
  }
  .border-radius-tr-r-xs-16 {
    border-top-right-radius: 4rem !important;
  }
  .border-radius-bl-r-xs-16 {
    border-bottom-left-radius: 4rem !important;
  }
  .border-radius-br-r-xs-16 {
    border-bottom-right-radius: 4rem !important;
  }
  .border-radius-t-r-xs-16 {
    border-top-left-radius: 4rem !important;
    border-top-right-radius: 4rem !important;
  }
  .border-radius-b-r-xs-16 {
    border-bottom-left-radius: 4rem !important;
    border-bottom-right-radius: 4rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-16 {
    margin: 4rem !important;
  }
  .mt-r-sm-16 {
    margin-top: 4rem !important;
  }
  .mr-r-sm-16 {
    margin-right: 4rem !important;
  }
  .mb-r-sm-16 {
    margin-bottom: 4rem !important;
  }
  .ml-r-sm-16 {
    margin-left: 4rem !important;
  }
  .mx-r-sm-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .p-r-sm-16 {
    padding: 4rem !important;
  }
  .pt-r-sm-16 {
    padding-top: 4rem !important;
  }
  .pr-r-sm-16 {
    padding-right: 4rem !important;
  }
  .pb-r-sm-16 {
    padding-bottom: 4rem !important;
  }
  .pl-r-sm-16 {
    padding-left: 4rem !important;
  }
  .px-r-sm-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .py-r-sm-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .font-size-sm-16 {
    font-size: 16px;
  }
  .border-radius-r-sm-16 {
    border-radius: 4rem !important;
  }
  .border-radius-tl-r-sm-16 {
    border-top-left-radius: 4rem !important;
  }
  .border-radius-tr-r-sm-16 {
    border-top-right-radius: 4rem !important;
  }
  .border-radius-bl-r-sm-16 {
    border-bottom-left-radius: 4rem !important;
  }
  .border-radius-br-r-sm-16 {
    border-bottom-right-radius: 4rem !important;
  }
  .border-radius-t-r-sm-16 {
    border-top-left-radius: 4rem !important;
    border-top-right-radius: 4rem !important;
  }
  .border-radius-b-r-sm-16 {
    border-bottom-left-radius: 4rem !important;
    border-bottom-right-radius: 4rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-16 {
    margin: 4rem !important;
  }
  .mt-r-md-16 {
    margin-top: 4rem !important;
  }
  .mr-r-md-16 {
    margin-right: 4rem !important;
  }
  .mb-r-md-16 {
    margin-bottom: 4rem !important;
  }
  .ml-r-md-16 {
    margin-left: 4rem !important;
  }
  .mx-r-md-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .p-r-md-16 {
    padding: 4rem !important;
  }
  .pt-r-md-16 {
    padding-top: 4rem !important;
  }
  .pr-r-md-16 {
    padding-right: 4rem !important;
  }
  .pb-r-md-16 {
    padding-bottom: 4rem !important;
  }
  .pl-r-md-16 {
    padding-left: 4rem !important;
  }
  .px-r-md-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .py-r-md-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .font-size-md-16 {
    font-size: 16px;
  }
  .border-radius-r-md-16 {
    border-radius: 4rem !important;
  }
  .border-radius-tl-r-md-16 {
    border-top-left-radius: 4rem !important;
  }
  .border-radius-tr-r-md-16 {
    border-top-right-radius: 4rem !important;
  }
  .border-radius-bl-r-md-16 {
    border-bottom-left-radius: 4rem !important;
  }
  .border-radius-br-r-md-16 {
    border-bottom-right-radius: 4rem !important;
  }
  .border-radius-t-r-md-16 {
    border-top-left-radius: 4rem !important;
    border-top-right-radius: 4rem !important;
  }
  .border-radius-b-r-md-16 {
    border-bottom-left-radius: 4rem !important;
    border-bottom-right-radius: 4rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-16 {
    margin: 4rem !important;
  }
  .mt-r-lg-16 {
    margin-top: 4rem !important;
  }
  .mr-r-lg-16 {
    margin-right: 4rem !important;
  }
  .mb-r-lg-16 {
    margin-bottom: 4rem !important;
  }
  .ml-r-lg-16 {
    margin-left: 4rem !important;
  }
  .mx-r-lg-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .p-r-lg-16 {
    padding: 4rem !important;
  }
  .pt-r-lg-16 {
    padding-top: 4rem !important;
  }
  .pr-r-lg-16 {
    padding-right: 4rem !important;
  }
  .pb-r-lg-16 {
    padding-bottom: 4rem !important;
  }
  .pl-r-lg-16 {
    padding-left: 4rem !important;
  }
  .px-r-lg-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .py-r-lg-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .font-size-lg-16 {
    font-size: 16px;
  }
  .border-radius-r-lg-16 {
    border-radius: 4rem !important;
  }
  .border-radius-tl-r-lg-16 {
    border-top-left-radius: 4rem !important;
  }
  .border-radius-tr-r-lg-16 {
    border-top-right-radius: 4rem !important;
  }
  .border-radius-bl-r-lg-16 {
    border-bottom-left-radius: 4rem !important;
  }
  .border-radius-br-r-lg-16 {
    border-bottom-right-radius: 4rem !important;
  }
  .border-radius-t-r-lg-16 {
    border-top-left-radius: 4rem !important;
    border-top-right-radius: 4rem !important;
  }
  .border-radius-b-r-lg-16 {
    border-bottom-left-radius: 4rem !important;
    border-bottom-right-radius: 4rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-16 {
    margin: 4rem !important;
  }
  .mt-r-xl-16 {
    margin-top: 4rem !important;
  }
  .mr-r-xl-16 {
    margin-right: 4rem !important;
  }
  .mb-r-xl-16 {
    margin-bottom: 4rem !important;
  }
  .ml-r-xl-16 {
    margin-left: 4rem !important;
  }
  .mx-r-xl-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .p-r-xl-16 {
    padding: 4rem !important;
  }
  .pt-r-xl-16 {
    padding-top: 4rem !important;
  }
  .pr-r-xl-16 {
    padding-right: 4rem !important;
  }
  .pb-r-xl-16 {
    padding-bottom: 4rem !important;
  }
  .pl-r-xl-16 {
    padding-left: 4rem !important;
  }
  .px-r-xl-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .py-r-xl-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .font-size-xl-16 {
    font-size: 16px;
  }
  .border-radius-r-xl-16 {
    border-radius: 4rem !important;
  }
  .border-radius-tl-r-xl-16 {
    border-top-left-radius: 4rem !important;
  }
  .border-radius-tr-r-xl-16 {
    border-top-right-radius: 4rem !important;
  }
  .border-radius-bl-r-xl-16 {
    border-bottom-left-radius: 4rem !important;
  }
  .border-radius-br-r-xl-16 {
    border-bottom-right-radius: 4rem !important;
  }
  .border-radius-t-r-xl-16 {
    border-top-left-radius: 4rem !important;
    border-top-right-radius: 4rem !important;
  }
  .border-radius-b-r-xl-16 {
    border-bottom-left-radius: 4rem !important;
    border-bottom-right-radius: 4rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-16 {
    margin: 4rem !important;
  }
  .mt-r-contents-16 {
    margin-top: 4rem !important;
  }
  .mr-r-contents-16 {
    margin-right: 4rem !important;
  }
  .mb-r-contents-16 {
    margin-bottom: 4rem !important;
  }
  .ml-r-contents-16 {
    margin-left: 4rem !important;
  }
  .mx-r-contents-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .p-r-contents-16 {
    padding: 4rem !important;
  }
  .pt-r-contents-16 {
    padding-top: 4rem !important;
  }
  .pr-r-contents-16 {
    padding-right: 4rem !important;
  }
  .pb-r-contents-16 {
    padding-bottom: 4rem !important;
  }
  .pl-r-contents-16 {
    padding-left: 4rem !important;
  }
  .px-r-contents-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .py-r-contents-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .font-size-contents-16 {
    font-size: 16px;
  }
  .border-radius-r-contents-16 {
    border-radius: 4rem !important;
  }
  .border-radius-tl-r-contents-16 {
    border-top-left-radius: 4rem !important;
  }
  .border-radius-tr-r-contents-16 {
    border-top-right-radius: 4rem !important;
  }
  .border-radius-bl-r-contents-16 {
    border-bottom-left-radius: 4rem !important;
  }
  .border-radius-br-r-contents-16 {
    border-bottom-right-radius: 4rem !important;
  }
  .border-radius-t-r-contents-16 {
    border-top-left-radius: 4rem !important;
    border-top-right-radius: 4rem !important;
  }
  .border-radius-b-r-contents-16 {
    border-bottom-left-radius: 4rem !important;
    border-bottom-right-radius: 4rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-16 {
    margin: 4rem !important;
  }
  .mt-r-screen-16 {
    margin-top: 4rem !important;
  }
  .mr-r-screen-16 {
    margin-right: 4rem !important;
  }
  .mb-r-screen-16 {
    margin-bottom: 4rem !important;
  }
  .ml-r-screen-16 {
    margin-left: 4rem !important;
  }
  .mx-r-screen-16 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .p-r-screen-16 {
    padding: 4rem !important;
  }
  .pt-r-screen-16 {
    padding-top: 4rem !important;
  }
  .pr-r-screen-16 {
    padding-right: 4rem !important;
  }
  .pb-r-screen-16 {
    padding-bottom: 4rem !important;
  }
  .pl-r-screen-16 {
    padding-left: 4rem !important;
  }
  .px-r-screen-16 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
  }
  .py-r-screen-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .font-size-screen-16 {
    font-size: 16px;
  }
  .border-radius-r-screen-16 {
    border-radius: 4rem !important;
  }
  .border-radius-tl-r-screen-16 {
    border-top-left-radius: 4rem !important;
  }
  .border-radius-tr-r-screen-16 {
    border-top-right-radius: 4rem !important;
  }
  .border-radius-bl-r-screen-16 {
    border-bottom-left-radius: 4rem !important;
  }
  .border-radius-br-r-screen-16 {
    border-bottom-right-radius: 4rem !important;
  }
  .border-radius-t-r-screen-16 {
    border-top-left-radius: 4rem !important;
    border-top-right-radius: 4rem !important;
  }
  .border-radius-b-r-screen-16 {
    border-bottom-left-radius: 4rem !important;
    border-bottom-right-radius: 4rem !important;
  }
}
.z-17 {
  z-index: 17;
}

.m-r-17 {
  margin: 4.25rem;
}

.mt-r-17 {
  margin-top: 4.25rem;
}

.mr-r-17 {
  margin-right: 4.25rem;
}

.mb-r-17 {
  margin-bottom: 4.25rem;
}

.ml-r-17 {
  margin-left: 4.25rem;
}

.mx-r-17 {
  margin-left: 4.25rem;
  margin-right: 4.25rem;
}

.my-r-17 {
  margin-top: 4.25rem;
  margin-bottom: 4.25rem;
}

.p-r-17 {
  padding: 4.25rem;
}

.pt-r-17 {
  padding-top: 4.25rem;
}

.pr-r-17 {
  padding-right: 4.25rem;
}

.pb-r-17 {
  padding-bottom: 4.25rem;
}

.pl-r-17 {
  padding-left: 4.25rem;
}

.px-r-17 {
  padding-left: 4.25rem;
  padding-right: 4.25rem;
}

.py-r-17 {
  padding-top: 4.25rem;
  padding-bottom: 4.25rem;
}

.t-r-17 {
  top: 4.25rem;
}

.l-r-17 {
  left: 4.25rem;
}

.b-r-17 {
  bottom: 4.25rem;
}

.r-r-17 {
  right: 4.25rem;
}

.row-gap-17 {
  margin: -4.25rem;
}

.border-radius-r-17 {
  border-radius: 4.25rem;
}

.border-radius-tl-r-17 {
  border-top-left-radius: 4.25rem;
}

.border-radius-tr-r-17 {
  border-top-right-radius: 4.25rem;
}

.border-radius-bl-r-17 {
  border-bottom-left-radius: 4.25rem;
}

.border-radius-br-r-17 {
  border-bottom-right-radius: 4.25rem;
}

.border-radius-t-r-17 {
  border-top-left-radius: 4.25rem;
  border-top-right-radius: 4.25rem;
}

.border-radius-b-r-17 {
  border-bottom-left-radius: 4.25rem;
  border-bottom-right-radius: 4.25rem;
}

.font-size-17 {
  font-size: 17px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-17 {
    margin: 4.25rem !important;
  }
  .mt-r-xs-17 {
    margin-top: 4.25rem !important;
  }
  .mr-r-xs-17 {
    margin-right: 4.25rem !important;
  }
  .mb-r-xs-17 {
    margin-bottom: 4.25rem !important;
  }
  .ml-r-xs-17 {
    margin-left: 4.25rem !important;
  }
  .mx-r-xs-17 {
    margin-left: 4.25rem !important;
    margin-right: 4.25rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .p-r-xs-17 {
    padding: 4.25rem !important;
  }
  .pt-r-xs-17 {
    padding-top: 4.25rem !important;
  }
  .pr-r-xs-17 {
    padding-right: 4.25rem !important;
  }
  .pb-r-xs-17 {
    padding-bottom: 4.25rem !important;
  }
  .pl-r-xs-17 {
    padding-left: 4.25rem !important;
  }
  .px-r-xs-17 {
    padding-left: 4.25rem !important;
    padding-right: 4.25rem !important;
  }
  .py-r-xs-17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .font-size-xs-17 {
    font-size: 17px;
  }
  .border-radius-r-xs-17 {
    border-radius: 4.25rem !important;
  }
  .border-radius-tl-r-xs-17 {
    border-top-left-radius: 4.25rem !important;
  }
  .border-radius-tr-r-xs-17 {
    border-top-right-radius: 4.25rem !important;
  }
  .border-radius-bl-r-xs-17 {
    border-bottom-left-radius: 4.25rem !important;
  }
  .border-radius-br-r-xs-17 {
    border-bottom-right-radius: 4.25rem !important;
  }
  .border-radius-t-r-xs-17 {
    border-top-left-radius: 4.25rem !important;
    border-top-right-radius: 4.25rem !important;
  }
  .border-radius-b-r-xs-17 {
    border-bottom-left-radius: 4.25rem !important;
    border-bottom-right-radius: 4.25rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-17 {
    margin: 4.25rem !important;
  }
  .mt-r-sm-17 {
    margin-top: 4.25rem !important;
  }
  .mr-r-sm-17 {
    margin-right: 4.25rem !important;
  }
  .mb-r-sm-17 {
    margin-bottom: 4.25rem !important;
  }
  .ml-r-sm-17 {
    margin-left: 4.25rem !important;
  }
  .mx-r-sm-17 {
    margin-left: 4.25rem !important;
    margin-right: 4.25rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .p-r-sm-17 {
    padding: 4.25rem !important;
  }
  .pt-r-sm-17 {
    padding-top: 4.25rem !important;
  }
  .pr-r-sm-17 {
    padding-right: 4.25rem !important;
  }
  .pb-r-sm-17 {
    padding-bottom: 4.25rem !important;
  }
  .pl-r-sm-17 {
    padding-left: 4.25rem !important;
  }
  .px-r-sm-17 {
    padding-left: 4.25rem !important;
    padding-right: 4.25rem !important;
  }
  .py-r-sm-17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .font-size-sm-17 {
    font-size: 17px;
  }
  .border-radius-r-sm-17 {
    border-radius: 4.25rem !important;
  }
  .border-radius-tl-r-sm-17 {
    border-top-left-radius: 4.25rem !important;
  }
  .border-radius-tr-r-sm-17 {
    border-top-right-radius: 4.25rem !important;
  }
  .border-radius-bl-r-sm-17 {
    border-bottom-left-radius: 4.25rem !important;
  }
  .border-radius-br-r-sm-17 {
    border-bottom-right-radius: 4.25rem !important;
  }
  .border-radius-t-r-sm-17 {
    border-top-left-radius: 4.25rem !important;
    border-top-right-radius: 4.25rem !important;
  }
  .border-radius-b-r-sm-17 {
    border-bottom-left-radius: 4.25rem !important;
    border-bottom-right-radius: 4.25rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-17 {
    margin: 4.25rem !important;
  }
  .mt-r-md-17 {
    margin-top: 4.25rem !important;
  }
  .mr-r-md-17 {
    margin-right: 4.25rem !important;
  }
  .mb-r-md-17 {
    margin-bottom: 4.25rem !important;
  }
  .ml-r-md-17 {
    margin-left: 4.25rem !important;
  }
  .mx-r-md-17 {
    margin-left: 4.25rem !important;
    margin-right: 4.25rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .p-r-md-17 {
    padding: 4.25rem !important;
  }
  .pt-r-md-17 {
    padding-top: 4.25rem !important;
  }
  .pr-r-md-17 {
    padding-right: 4.25rem !important;
  }
  .pb-r-md-17 {
    padding-bottom: 4.25rem !important;
  }
  .pl-r-md-17 {
    padding-left: 4.25rem !important;
  }
  .px-r-md-17 {
    padding-left: 4.25rem !important;
    padding-right: 4.25rem !important;
  }
  .py-r-md-17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .font-size-md-17 {
    font-size: 17px;
  }
  .border-radius-r-md-17 {
    border-radius: 4.25rem !important;
  }
  .border-radius-tl-r-md-17 {
    border-top-left-radius: 4.25rem !important;
  }
  .border-radius-tr-r-md-17 {
    border-top-right-radius: 4.25rem !important;
  }
  .border-radius-bl-r-md-17 {
    border-bottom-left-radius: 4.25rem !important;
  }
  .border-radius-br-r-md-17 {
    border-bottom-right-radius: 4.25rem !important;
  }
  .border-radius-t-r-md-17 {
    border-top-left-radius: 4.25rem !important;
    border-top-right-radius: 4.25rem !important;
  }
  .border-radius-b-r-md-17 {
    border-bottom-left-radius: 4.25rem !important;
    border-bottom-right-radius: 4.25rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-17 {
    margin: 4.25rem !important;
  }
  .mt-r-lg-17 {
    margin-top: 4.25rem !important;
  }
  .mr-r-lg-17 {
    margin-right: 4.25rem !important;
  }
  .mb-r-lg-17 {
    margin-bottom: 4.25rem !important;
  }
  .ml-r-lg-17 {
    margin-left: 4.25rem !important;
  }
  .mx-r-lg-17 {
    margin-left: 4.25rem !important;
    margin-right: 4.25rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .p-r-lg-17 {
    padding: 4.25rem !important;
  }
  .pt-r-lg-17 {
    padding-top: 4.25rem !important;
  }
  .pr-r-lg-17 {
    padding-right: 4.25rem !important;
  }
  .pb-r-lg-17 {
    padding-bottom: 4.25rem !important;
  }
  .pl-r-lg-17 {
    padding-left: 4.25rem !important;
  }
  .px-r-lg-17 {
    padding-left: 4.25rem !important;
    padding-right: 4.25rem !important;
  }
  .py-r-lg-17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .font-size-lg-17 {
    font-size: 17px;
  }
  .border-radius-r-lg-17 {
    border-radius: 4.25rem !important;
  }
  .border-radius-tl-r-lg-17 {
    border-top-left-radius: 4.25rem !important;
  }
  .border-radius-tr-r-lg-17 {
    border-top-right-radius: 4.25rem !important;
  }
  .border-radius-bl-r-lg-17 {
    border-bottom-left-radius: 4.25rem !important;
  }
  .border-radius-br-r-lg-17 {
    border-bottom-right-radius: 4.25rem !important;
  }
  .border-radius-t-r-lg-17 {
    border-top-left-radius: 4.25rem !important;
    border-top-right-radius: 4.25rem !important;
  }
  .border-radius-b-r-lg-17 {
    border-bottom-left-radius: 4.25rem !important;
    border-bottom-right-radius: 4.25rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-17 {
    margin: 4.25rem !important;
  }
  .mt-r-xl-17 {
    margin-top: 4.25rem !important;
  }
  .mr-r-xl-17 {
    margin-right: 4.25rem !important;
  }
  .mb-r-xl-17 {
    margin-bottom: 4.25rem !important;
  }
  .ml-r-xl-17 {
    margin-left: 4.25rem !important;
  }
  .mx-r-xl-17 {
    margin-left: 4.25rem !important;
    margin-right: 4.25rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .p-r-xl-17 {
    padding: 4.25rem !important;
  }
  .pt-r-xl-17 {
    padding-top: 4.25rem !important;
  }
  .pr-r-xl-17 {
    padding-right: 4.25rem !important;
  }
  .pb-r-xl-17 {
    padding-bottom: 4.25rem !important;
  }
  .pl-r-xl-17 {
    padding-left: 4.25rem !important;
  }
  .px-r-xl-17 {
    padding-left: 4.25rem !important;
    padding-right: 4.25rem !important;
  }
  .py-r-xl-17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .font-size-xl-17 {
    font-size: 17px;
  }
  .border-radius-r-xl-17 {
    border-radius: 4.25rem !important;
  }
  .border-radius-tl-r-xl-17 {
    border-top-left-radius: 4.25rem !important;
  }
  .border-radius-tr-r-xl-17 {
    border-top-right-radius: 4.25rem !important;
  }
  .border-radius-bl-r-xl-17 {
    border-bottom-left-radius: 4.25rem !important;
  }
  .border-radius-br-r-xl-17 {
    border-bottom-right-radius: 4.25rem !important;
  }
  .border-radius-t-r-xl-17 {
    border-top-left-radius: 4.25rem !important;
    border-top-right-radius: 4.25rem !important;
  }
  .border-radius-b-r-xl-17 {
    border-bottom-left-radius: 4.25rem !important;
    border-bottom-right-radius: 4.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-17 {
    margin: 4.25rem !important;
  }
  .mt-r-contents-17 {
    margin-top: 4.25rem !important;
  }
  .mr-r-contents-17 {
    margin-right: 4.25rem !important;
  }
  .mb-r-contents-17 {
    margin-bottom: 4.25rem !important;
  }
  .ml-r-contents-17 {
    margin-left: 4.25rem !important;
  }
  .mx-r-contents-17 {
    margin-left: 4.25rem !important;
    margin-right: 4.25rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .p-r-contents-17 {
    padding: 4.25rem !important;
  }
  .pt-r-contents-17 {
    padding-top: 4.25rem !important;
  }
  .pr-r-contents-17 {
    padding-right: 4.25rem !important;
  }
  .pb-r-contents-17 {
    padding-bottom: 4.25rem !important;
  }
  .pl-r-contents-17 {
    padding-left: 4.25rem !important;
  }
  .px-r-contents-17 {
    padding-left: 4.25rem !important;
    padding-right: 4.25rem !important;
  }
  .py-r-contents-17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .font-size-contents-17 {
    font-size: 17px;
  }
  .border-radius-r-contents-17 {
    border-radius: 4.25rem !important;
  }
  .border-radius-tl-r-contents-17 {
    border-top-left-radius: 4.25rem !important;
  }
  .border-radius-tr-r-contents-17 {
    border-top-right-radius: 4.25rem !important;
  }
  .border-radius-bl-r-contents-17 {
    border-bottom-left-radius: 4.25rem !important;
  }
  .border-radius-br-r-contents-17 {
    border-bottom-right-radius: 4.25rem !important;
  }
  .border-radius-t-r-contents-17 {
    border-top-left-radius: 4.25rem !important;
    border-top-right-radius: 4.25rem !important;
  }
  .border-radius-b-r-contents-17 {
    border-bottom-left-radius: 4.25rem !important;
    border-bottom-right-radius: 4.25rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-17 {
    margin: 4.25rem !important;
  }
  .mt-r-screen-17 {
    margin-top: 4.25rem !important;
  }
  .mr-r-screen-17 {
    margin-right: 4.25rem !important;
  }
  .mb-r-screen-17 {
    margin-bottom: 4.25rem !important;
  }
  .ml-r-screen-17 {
    margin-left: 4.25rem !important;
  }
  .mx-r-screen-17 {
    margin-left: 4.25rem !important;
    margin-right: 4.25rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }
  .p-r-screen-17 {
    padding: 4.25rem !important;
  }
  .pt-r-screen-17 {
    padding-top: 4.25rem !important;
  }
  .pr-r-screen-17 {
    padding-right: 4.25rem !important;
  }
  .pb-r-screen-17 {
    padding-bottom: 4.25rem !important;
  }
  .pl-r-screen-17 {
    padding-left: 4.25rem !important;
  }
  .px-r-screen-17 {
    padding-left: 4.25rem !important;
    padding-right: 4.25rem !important;
  }
  .py-r-screen-17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }
  .font-size-screen-17 {
    font-size: 17px;
  }
  .border-radius-r-screen-17 {
    border-radius: 4.25rem !important;
  }
  .border-radius-tl-r-screen-17 {
    border-top-left-radius: 4.25rem !important;
  }
  .border-radius-tr-r-screen-17 {
    border-top-right-radius: 4.25rem !important;
  }
  .border-radius-bl-r-screen-17 {
    border-bottom-left-radius: 4.25rem !important;
  }
  .border-radius-br-r-screen-17 {
    border-bottom-right-radius: 4.25rem !important;
  }
  .border-radius-t-r-screen-17 {
    border-top-left-radius: 4.25rem !important;
    border-top-right-radius: 4.25rem !important;
  }
  .border-radius-b-r-screen-17 {
    border-bottom-left-radius: 4.25rem !important;
    border-bottom-right-radius: 4.25rem !important;
  }
}
.z-18 {
  z-index: 18;
}

.m-r-18 {
  margin: 4.5rem;
}

.mt-r-18 {
  margin-top: 4.5rem;
}

.mr-r-18 {
  margin-right: 4.5rem;
}

.mb-r-18 {
  margin-bottom: 4.5rem;
}

.ml-r-18 {
  margin-left: 4.5rem;
}

.mx-r-18 {
  margin-left: 4.5rem;
  margin-right: 4.5rem;
}

.my-r-18 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.p-r-18 {
  padding: 4.5rem;
}

.pt-r-18 {
  padding-top: 4.5rem;
}

.pr-r-18 {
  padding-right: 4.5rem;
}

.pb-r-18 {
  padding-bottom: 4.5rem;
}

.pl-r-18 {
  padding-left: 4.5rem;
}

.px-r-18 {
  padding-left: 4.5rem;
  padding-right: 4.5rem;
}

.py-r-18 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.t-r-18 {
  top: 4.5rem;
}

.l-r-18 {
  left: 4.5rem;
}

.b-r-18 {
  bottom: 4.5rem;
}

.r-r-18 {
  right: 4.5rem;
}

.row-gap-18 {
  margin: -4.5rem;
}

.border-radius-r-18 {
  border-radius: 4.5rem;
}

.border-radius-tl-r-18 {
  border-top-left-radius: 4.5rem;
}

.border-radius-tr-r-18 {
  border-top-right-radius: 4.5rem;
}

.border-radius-bl-r-18 {
  border-bottom-left-radius: 4.5rem;
}

.border-radius-br-r-18 {
  border-bottom-right-radius: 4.5rem;
}

.border-radius-t-r-18 {
  border-top-left-radius: 4.5rem;
  border-top-right-radius: 4.5rem;
}

.border-radius-b-r-18 {
  border-bottom-left-radius: 4.5rem;
  border-bottom-right-radius: 4.5rem;
}

.font-size-18 {
  font-size: 18px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-18 {
    margin: 4.5rem !important;
  }
  .mt-r-xs-18 {
    margin-top: 4.5rem !important;
  }
  .mr-r-xs-18 {
    margin-right: 4.5rem !important;
  }
  .mb-r-xs-18 {
    margin-bottom: 4.5rem !important;
  }
  .ml-r-xs-18 {
    margin-left: 4.5rem !important;
  }
  .mx-r-xs-18 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .p-r-xs-18 {
    padding: 4.5rem !important;
  }
  .pt-r-xs-18 {
    padding-top: 4.5rem !important;
  }
  .pr-r-xs-18 {
    padding-right: 4.5rem !important;
  }
  .pb-r-xs-18 {
    padding-bottom: 4.5rem !important;
  }
  .pl-r-xs-18 {
    padding-left: 4.5rem !important;
  }
  .px-r-xs-18 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .py-r-xs-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .font-size-xs-18 {
    font-size: 18px;
  }
  .border-radius-r-xs-18 {
    border-radius: 4.5rem !important;
  }
  .border-radius-tl-r-xs-18 {
    border-top-left-radius: 4.5rem !important;
  }
  .border-radius-tr-r-xs-18 {
    border-top-right-radius: 4.5rem !important;
  }
  .border-radius-bl-r-xs-18 {
    border-bottom-left-radius: 4.5rem !important;
  }
  .border-radius-br-r-xs-18 {
    border-bottom-right-radius: 4.5rem !important;
  }
  .border-radius-t-r-xs-18 {
    border-top-left-radius: 4.5rem !important;
    border-top-right-radius: 4.5rem !important;
  }
  .border-radius-b-r-xs-18 {
    border-bottom-left-radius: 4.5rem !important;
    border-bottom-right-radius: 4.5rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-18 {
    margin: 4.5rem !important;
  }
  .mt-r-sm-18 {
    margin-top: 4.5rem !important;
  }
  .mr-r-sm-18 {
    margin-right: 4.5rem !important;
  }
  .mb-r-sm-18 {
    margin-bottom: 4.5rem !important;
  }
  .ml-r-sm-18 {
    margin-left: 4.5rem !important;
  }
  .mx-r-sm-18 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .p-r-sm-18 {
    padding: 4.5rem !important;
  }
  .pt-r-sm-18 {
    padding-top: 4.5rem !important;
  }
  .pr-r-sm-18 {
    padding-right: 4.5rem !important;
  }
  .pb-r-sm-18 {
    padding-bottom: 4.5rem !important;
  }
  .pl-r-sm-18 {
    padding-left: 4.5rem !important;
  }
  .px-r-sm-18 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .py-r-sm-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .font-size-sm-18 {
    font-size: 18px;
  }
  .border-radius-r-sm-18 {
    border-radius: 4.5rem !important;
  }
  .border-radius-tl-r-sm-18 {
    border-top-left-radius: 4.5rem !important;
  }
  .border-radius-tr-r-sm-18 {
    border-top-right-radius: 4.5rem !important;
  }
  .border-radius-bl-r-sm-18 {
    border-bottom-left-radius: 4.5rem !important;
  }
  .border-radius-br-r-sm-18 {
    border-bottom-right-radius: 4.5rem !important;
  }
  .border-radius-t-r-sm-18 {
    border-top-left-radius: 4.5rem !important;
    border-top-right-radius: 4.5rem !important;
  }
  .border-radius-b-r-sm-18 {
    border-bottom-left-radius: 4.5rem !important;
    border-bottom-right-radius: 4.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-18 {
    margin: 4.5rem !important;
  }
  .mt-r-md-18 {
    margin-top: 4.5rem !important;
  }
  .mr-r-md-18 {
    margin-right: 4.5rem !important;
  }
  .mb-r-md-18 {
    margin-bottom: 4.5rem !important;
  }
  .ml-r-md-18 {
    margin-left: 4.5rem !important;
  }
  .mx-r-md-18 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .p-r-md-18 {
    padding: 4.5rem !important;
  }
  .pt-r-md-18 {
    padding-top: 4.5rem !important;
  }
  .pr-r-md-18 {
    padding-right: 4.5rem !important;
  }
  .pb-r-md-18 {
    padding-bottom: 4.5rem !important;
  }
  .pl-r-md-18 {
    padding-left: 4.5rem !important;
  }
  .px-r-md-18 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .py-r-md-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .font-size-md-18 {
    font-size: 18px;
  }
  .border-radius-r-md-18 {
    border-radius: 4.5rem !important;
  }
  .border-radius-tl-r-md-18 {
    border-top-left-radius: 4.5rem !important;
  }
  .border-radius-tr-r-md-18 {
    border-top-right-radius: 4.5rem !important;
  }
  .border-radius-bl-r-md-18 {
    border-bottom-left-radius: 4.5rem !important;
  }
  .border-radius-br-r-md-18 {
    border-bottom-right-radius: 4.5rem !important;
  }
  .border-radius-t-r-md-18 {
    border-top-left-radius: 4.5rem !important;
    border-top-right-radius: 4.5rem !important;
  }
  .border-radius-b-r-md-18 {
    border-bottom-left-radius: 4.5rem !important;
    border-bottom-right-radius: 4.5rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-18 {
    margin: 4.5rem !important;
  }
  .mt-r-lg-18 {
    margin-top: 4.5rem !important;
  }
  .mr-r-lg-18 {
    margin-right: 4.5rem !important;
  }
  .mb-r-lg-18 {
    margin-bottom: 4.5rem !important;
  }
  .ml-r-lg-18 {
    margin-left: 4.5rem !important;
  }
  .mx-r-lg-18 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .p-r-lg-18 {
    padding: 4.5rem !important;
  }
  .pt-r-lg-18 {
    padding-top: 4.5rem !important;
  }
  .pr-r-lg-18 {
    padding-right: 4.5rem !important;
  }
  .pb-r-lg-18 {
    padding-bottom: 4.5rem !important;
  }
  .pl-r-lg-18 {
    padding-left: 4.5rem !important;
  }
  .px-r-lg-18 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .py-r-lg-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .font-size-lg-18 {
    font-size: 18px;
  }
  .border-radius-r-lg-18 {
    border-radius: 4.5rem !important;
  }
  .border-radius-tl-r-lg-18 {
    border-top-left-radius: 4.5rem !important;
  }
  .border-radius-tr-r-lg-18 {
    border-top-right-radius: 4.5rem !important;
  }
  .border-radius-bl-r-lg-18 {
    border-bottom-left-radius: 4.5rem !important;
  }
  .border-radius-br-r-lg-18 {
    border-bottom-right-radius: 4.5rem !important;
  }
  .border-radius-t-r-lg-18 {
    border-top-left-radius: 4.5rem !important;
    border-top-right-radius: 4.5rem !important;
  }
  .border-radius-b-r-lg-18 {
    border-bottom-left-radius: 4.5rem !important;
    border-bottom-right-radius: 4.5rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-18 {
    margin: 4.5rem !important;
  }
  .mt-r-xl-18 {
    margin-top: 4.5rem !important;
  }
  .mr-r-xl-18 {
    margin-right: 4.5rem !important;
  }
  .mb-r-xl-18 {
    margin-bottom: 4.5rem !important;
  }
  .ml-r-xl-18 {
    margin-left: 4.5rem !important;
  }
  .mx-r-xl-18 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .p-r-xl-18 {
    padding: 4.5rem !important;
  }
  .pt-r-xl-18 {
    padding-top: 4.5rem !important;
  }
  .pr-r-xl-18 {
    padding-right: 4.5rem !important;
  }
  .pb-r-xl-18 {
    padding-bottom: 4.5rem !important;
  }
  .pl-r-xl-18 {
    padding-left: 4.5rem !important;
  }
  .px-r-xl-18 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .py-r-xl-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .font-size-xl-18 {
    font-size: 18px;
  }
  .border-radius-r-xl-18 {
    border-radius: 4.5rem !important;
  }
  .border-radius-tl-r-xl-18 {
    border-top-left-radius: 4.5rem !important;
  }
  .border-radius-tr-r-xl-18 {
    border-top-right-radius: 4.5rem !important;
  }
  .border-radius-bl-r-xl-18 {
    border-bottom-left-radius: 4.5rem !important;
  }
  .border-radius-br-r-xl-18 {
    border-bottom-right-radius: 4.5rem !important;
  }
  .border-radius-t-r-xl-18 {
    border-top-left-radius: 4.5rem !important;
    border-top-right-radius: 4.5rem !important;
  }
  .border-radius-b-r-xl-18 {
    border-bottom-left-radius: 4.5rem !important;
    border-bottom-right-radius: 4.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-18 {
    margin: 4.5rem !important;
  }
  .mt-r-contents-18 {
    margin-top: 4.5rem !important;
  }
  .mr-r-contents-18 {
    margin-right: 4.5rem !important;
  }
  .mb-r-contents-18 {
    margin-bottom: 4.5rem !important;
  }
  .ml-r-contents-18 {
    margin-left: 4.5rem !important;
  }
  .mx-r-contents-18 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .p-r-contents-18 {
    padding: 4.5rem !important;
  }
  .pt-r-contents-18 {
    padding-top: 4.5rem !important;
  }
  .pr-r-contents-18 {
    padding-right: 4.5rem !important;
  }
  .pb-r-contents-18 {
    padding-bottom: 4.5rem !important;
  }
  .pl-r-contents-18 {
    padding-left: 4.5rem !important;
  }
  .px-r-contents-18 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .py-r-contents-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .font-size-contents-18 {
    font-size: 18px;
  }
  .border-radius-r-contents-18 {
    border-radius: 4.5rem !important;
  }
  .border-radius-tl-r-contents-18 {
    border-top-left-radius: 4.5rem !important;
  }
  .border-radius-tr-r-contents-18 {
    border-top-right-radius: 4.5rem !important;
  }
  .border-radius-bl-r-contents-18 {
    border-bottom-left-radius: 4.5rem !important;
  }
  .border-radius-br-r-contents-18 {
    border-bottom-right-radius: 4.5rem !important;
  }
  .border-radius-t-r-contents-18 {
    border-top-left-radius: 4.5rem !important;
    border-top-right-radius: 4.5rem !important;
  }
  .border-radius-b-r-contents-18 {
    border-bottom-left-radius: 4.5rem !important;
    border-bottom-right-radius: 4.5rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-18 {
    margin: 4.5rem !important;
  }
  .mt-r-screen-18 {
    margin-top: 4.5rem !important;
  }
  .mr-r-screen-18 {
    margin-right: 4.5rem !important;
  }
  .mb-r-screen-18 {
    margin-bottom: 4.5rem !important;
  }
  .ml-r-screen-18 {
    margin-left: 4.5rem !important;
  }
  .mx-r-screen-18 {
    margin-left: 4.5rem !important;
    margin-right: 4.5rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }
  .p-r-screen-18 {
    padding: 4.5rem !important;
  }
  .pt-r-screen-18 {
    padding-top: 4.5rem !important;
  }
  .pr-r-screen-18 {
    padding-right: 4.5rem !important;
  }
  .pb-r-screen-18 {
    padding-bottom: 4.5rem !important;
  }
  .pl-r-screen-18 {
    padding-left: 4.5rem !important;
  }
  .px-r-screen-18 {
    padding-left: 4.5rem !important;
    padding-right: 4.5rem !important;
  }
  .py-r-screen-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
  .font-size-screen-18 {
    font-size: 18px;
  }
  .border-radius-r-screen-18 {
    border-radius: 4.5rem !important;
  }
  .border-radius-tl-r-screen-18 {
    border-top-left-radius: 4.5rem !important;
  }
  .border-radius-tr-r-screen-18 {
    border-top-right-radius: 4.5rem !important;
  }
  .border-radius-bl-r-screen-18 {
    border-bottom-left-radius: 4.5rem !important;
  }
  .border-radius-br-r-screen-18 {
    border-bottom-right-radius: 4.5rem !important;
  }
  .border-radius-t-r-screen-18 {
    border-top-left-radius: 4.5rem !important;
    border-top-right-radius: 4.5rem !important;
  }
  .border-radius-b-r-screen-18 {
    border-bottom-left-radius: 4.5rem !important;
    border-bottom-right-radius: 4.5rem !important;
  }
}
.z-19 {
  z-index: 19;
}

.m-r-19 {
  margin: 4.75rem;
}

.mt-r-19 {
  margin-top: 4.75rem;
}

.mr-r-19 {
  margin-right: 4.75rem;
}

.mb-r-19 {
  margin-bottom: 4.75rem;
}

.ml-r-19 {
  margin-left: 4.75rem;
}

.mx-r-19 {
  margin-left: 4.75rem;
  margin-right: 4.75rem;
}

.my-r-19 {
  margin-top: 4.75rem;
  margin-bottom: 4.75rem;
}

.p-r-19 {
  padding: 4.75rem;
}

.pt-r-19 {
  padding-top: 4.75rem;
}

.pr-r-19 {
  padding-right: 4.75rem;
}

.pb-r-19 {
  padding-bottom: 4.75rem;
}

.pl-r-19 {
  padding-left: 4.75rem;
}

.px-r-19 {
  padding-left: 4.75rem;
  padding-right: 4.75rem;
}

.py-r-19 {
  padding-top: 4.75rem;
  padding-bottom: 4.75rem;
}

.t-r-19 {
  top: 4.75rem;
}

.l-r-19 {
  left: 4.75rem;
}

.b-r-19 {
  bottom: 4.75rem;
}

.r-r-19 {
  right: 4.75rem;
}

.row-gap-19 {
  margin: -4.75rem;
}

.border-radius-r-19 {
  border-radius: 4.75rem;
}

.border-radius-tl-r-19 {
  border-top-left-radius: 4.75rem;
}

.border-radius-tr-r-19 {
  border-top-right-radius: 4.75rem;
}

.border-radius-bl-r-19 {
  border-bottom-left-radius: 4.75rem;
}

.border-radius-br-r-19 {
  border-bottom-right-radius: 4.75rem;
}

.border-radius-t-r-19 {
  border-top-left-radius: 4.75rem;
  border-top-right-radius: 4.75rem;
}

.border-radius-b-r-19 {
  border-bottom-left-radius: 4.75rem;
  border-bottom-right-radius: 4.75rem;
}

.font-size-19 {
  font-size: 19px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-19 {
    margin: 4.75rem !important;
  }
  .mt-r-xs-19 {
    margin-top: 4.75rem !important;
  }
  .mr-r-xs-19 {
    margin-right: 4.75rem !important;
  }
  .mb-r-xs-19 {
    margin-bottom: 4.75rem !important;
  }
  .ml-r-xs-19 {
    margin-left: 4.75rem !important;
  }
  .mx-r-xs-19 {
    margin-left: 4.75rem !important;
    margin-right: 4.75rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .p-r-xs-19 {
    padding: 4.75rem !important;
  }
  .pt-r-xs-19 {
    padding-top: 4.75rem !important;
  }
  .pr-r-xs-19 {
    padding-right: 4.75rem !important;
  }
  .pb-r-xs-19 {
    padding-bottom: 4.75rem !important;
  }
  .pl-r-xs-19 {
    padding-left: 4.75rem !important;
  }
  .px-r-xs-19 {
    padding-left: 4.75rem !important;
    padding-right: 4.75rem !important;
  }
  .py-r-xs-19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .font-size-xs-19 {
    font-size: 19px;
  }
  .border-radius-r-xs-19 {
    border-radius: 4.75rem !important;
  }
  .border-radius-tl-r-xs-19 {
    border-top-left-radius: 4.75rem !important;
  }
  .border-radius-tr-r-xs-19 {
    border-top-right-radius: 4.75rem !important;
  }
  .border-radius-bl-r-xs-19 {
    border-bottom-left-radius: 4.75rem !important;
  }
  .border-radius-br-r-xs-19 {
    border-bottom-right-radius: 4.75rem !important;
  }
  .border-radius-t-r-xs-19 {
    border-top-left-radius: 4.75rem !important;
    border-top-right-radius: 4.75rem !important;
  }
  .border-radius-b-r-xs-19 {
    border-bottom-left-radius: 4.75rem !important;
    border-bottom-right-radius: 4.75rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-19 {
    margin: 4.75rem !important;
  }
  .mt-r-sm-19 {
    margin-top: 4.75rem !important;
  }
  .mr-r-sm-19 {
    margin-right: 4.75rem !important;
  }
  .mb-r-sm-19 {
    margin-bottom: 4.75rem !important;
  }
  .ml-r-sm-19 {
    margin-left: 4.75rem !important;
  }
  .mx-r-sm-19 {
    margin-left: 4.75rem !important;
    margin-right: 4.75rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .p-r-sm-19 {
    padding: 4.75rem !important;
  }
  .pt-r-sm-19 {
    padding-top: 4.75rem !important;
  }
  .pr-r-sm-19 {
    padding-right: 4.75rem !important;
  }
  .pb-r-sm-19 {
    padding-bottom: 4.75rem !important;
  }
  .pl-r-sm-19 {
    padding-left: 4.75rem !important;
  }
  .px-r-sm-19 {
    padding-left: 4.75rem !important;
    padding-right: 4.75rem !important;
  }
  .py-r-sm-19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .font-size-sm-19 {
    font-size: 19px;
  }
  .border-radius-r-sm-19 {
    border-radius: 4.75rem !important;
  }
  .border-radius-tl-r-sm-19 {
    border-top-left-radius: 4.75rem !important;
  }
  .border-radius-tr-r-sm-19 {
    border-top-right-radius: 4.75rem !important;
  }
  .border-radius-bl-r-sm-19 {
    border-bottom-left-radius: 4.75rem !important;
  }
  .border-radius-br-r-sm-19 {
    border-bottom-right-radius: 4.75rem !important;
  }
  .border-radius-t-r-sm-19 {
    border-top-left-radius: 4.75rem !important;
    border-top-right-radius: 4.75rem !important;
  }
  .border-radius-b-r-sm-19 {
    border-bottom-left-radius: 4.75rem !important;
    border-bottom-right-radius: 4.75rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-19 {
    margin: 4.75rem !important;
  }
  .mt-r-md-19 {
    margin-top: 4.75rem !important;
  }
  .mr-r-md-19 {
    margin-right: 4.75rem !important;
  }
  .mb-r-md-19 {
    margin-bottom: 4.75rem !important;
  }
  .ml-r-md-19 {
    margin-left: 4.75rem !important;
  }
  .mx-r-md-19 {
    margin-left: 4.75rem !important;
    margin-right: 4.75rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .p-r-md-19 {
    padding: 4.75rem !important;
  }
  .pt-r-md-19 {
    padding-top: 4.75rem !important;
  }
  .pr-r-md-19 {
    padding-right: 4.75rem !important;
  }
  .pb-r-md-19 {
    padding-bottom: 4.75rem !important;
  }
  .pl-r-md-19 {
    padding-left: 4.75rem !important;
  }
  .px-r-md-19 {
    padding-left: 4.75rem !important;
    padding-right: 4.75rem !important;
  }
  .py-r-md-19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .font-size-md-19 {
    font-size: 19px;
  }
  .border-radius-r-md-19 {
    border-radius: 4.75rem !important;
  }
  .border-radius-tl-r-md-19 {
    border-top-left-radius: 4.75rem !important;
  }
  .border-radius-tr-r-md-19 {
    border-top-right-radius: 4.75rem !important;
  }
  .border-radius-bl-r-md-19 {
    border-bottom-left-radius: 4.75rem !important;
  }
  .border-radius-br-r-md-19 {
    border-bottom-right-radius: 4.75rem !important;
  }
  .border-radius-t-r-md-19 {
    border-top-left-radius: 4.75rem !important;
    border-top-right-radius: 4.75rem !important;
  }
  .border-radius-b-r-md-19 {
    border-bottom-left-radius: 4.75rem !important;
    border-bottom-right-radius: 4.75rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-19 {
    margin: 4.75rem !important;
  }
  .mt-r-lg-19 {
    margin-top: 4.75rem !important;
  }
  .mr-r-lg-19 {
    margin-right: 4.75rem !important;
  }
  .mb-r-lg-19 {
    margin-bottom: 4.75rem !important;
  }
  .ml-r-lg-19 {
    margin-left: 4.75rem !important;
  }
  .mx-r-lg-19 {
    margin-left: 4.75rem !important;
    margin-right: 4.75rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .p-r-lg-19 {
    padding: 4.75rem !important;
  }
  .pt-r-lg-19 {
    padding-top: 4.75rem !important;
  }
  .pr-r-lg-19 {
    padding-right: 4.75rem !important;
  }
  .pb-r-lg-19 {
    padding-bottom: 4.75rem !important;
  }
  .pl-r-lg-19 {
    padding-left: 4.75rem !important;
  }
  .px-r-lg-19 {
    padding-left: 4.75rem !important;
    padding-right: 4.75rem !important;
  }
  .py-r-lg-19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .font-size-lg-19 {
    font-size: 19px;
  }
  .border-radius-r-lg-19 {
    border-radius: 4.75rem !important;
  }
  .border-radius-tl-r-lg-19 {
    border-top-left-radius: 4.75rem !important;
  }
  .border-radius-tr-r-lg-19 {
    border-top-right-radius: 4.75rem !important;
  }
  .border-radius-bl-r-lg-19 {
    border-bottom-left-radius: 4.75rem !important;
  }
  .border-radius-br-r-lg-19 {
    border-bottom-right-radius: 4.75rem !important;
  }
  .border-radius-t-r-lg-19 {
    border-top-left-radius: 4.75rem !important;
    border-top-right-radius: 4.75rem !important;
  }
  .border-radius-b-r-lg-19 {
    border-bottom-left-radius: 4.75rem !important;
    border-bottom-right-radius: 4.75rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-19 {
    margin: 4.75rem !important;
  }
  .mt-r-xl-19 {
    margin-top: 4.75rem !important;
  }
  .mr-r-xl-19 {
    margin-right: 4.75rem !important;
  }
  .mb-r-xl-19 {
    margin-bottom: 4.75rem !important;
  }
  .ml-r-xl-19 {
    margin-left: 4.75rem !important;
  }
  .mx-r-xl-19 {
    margin-left: 4.75rem !important;
    margin-right: 4.75rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .p-r-xl-19 {
    padding: 4.75rem !important;
  }
  .pt-r-xl-19 {
    padding-top: 4.75rem !important;
  }
  .pr-r-xl-19 {
    padding-right: 4.75rem !important;
  }
  .pb-r-xl-19 {
    padding-bottom: 4.75rem !important;
  }
  .pl-r-xl-19 {
    padding-left: 4.75rem !important;
  }
  .px-r-xl-19 {
    padding-left: 4.75rem !important;
    padding-right: 4.75rem !important;
  }
  .py-r-xl-19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .font-size-xl-19 {
    font-size: 19px;
  }
  .border-radius-r-xl-19 {
    border-radius: 4.75rem !important;
  }
  .border-radius-tl-r-xl-19 {
    border-top-left-radius: 4.75rem !important;
  }
  .border-radius-tr-r-xl-19 {
    border-top-right-radius: 4.75rem !important;
  }
  .border-radius-bl-r-xl-19 {
    border-bottom-left-radius: 4.75rem !important;
  }
  .border-radius-br-r-xl-19 {
    border-bottom-right-radius: 4.75rem !important;
  }
  .border-radius-t-r-xl-19 {
    border-top-left-radius: 4.75rem !important;
    border-top-right-radius: 4.75rem !important;
  }
  .border-radius-b-r-xl-19 {
    border-bottom-left-radius: 4.75rem !important;
    border-bottom-right-radius: 4.75rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-19 {
    margin: 4.75rem !important;
  }
  .mt-r-contents-19 {
    margin-top: 4.75rem !important;
  }
  .mr-r-contents-19 {
    margin-right: 4.75rem !important;
  }
  .mb-r-contents-19 {
    margin-bottom: 4.75rem !important;
  }
  .ml-r-contents-19 {
    margin-left: 4.75rem !important;
  }
  .mx-r-contents-19 {
    margin-left: 4.75rem !important;
    margin-right: 4.75rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .p-r-contents-19 {
    padding: 4.75rem !important;
  }
  .pt-r-contents-19 {
    padding-top: 4.75rem !important;
  }
  .pr-r-contents-19 {
    padding-right: 4.75rem !important;
  }
  .pb-r-contents-19 {
    padding-bottom: 4.75rem !important;
  }
  .pl-r-contents-19 {
    padding-left: 4.75rem !important;
  }
  .px-r-contents-19 {
    padding-left: 4.75rem !important;
    padding-right: 4.75rem !important;
  }
  .py-r-contents-19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .font-size-contents-19 {
    font-size: 19px;
  }
  .border-radius-r-contents-19 {
    border-radius: 4.75rem !important;
  }
  .border-radius-tl-r-contents-19 {
    border-top-left-radius: 4.75rem !important;
  }
  .border-radius-tr-r-contents-19 {
    border-top-right-radius: 4.75rem !important;
  }
  .border-radius-bl-r-contents-19 {
    border-bottom-left-radius: 4.75rem !important;
  }
  .border-radius-br-r-contents-19 {
    border-bottom-right-radius: 4.75rem !important;
  }
  .border-radius-t-r-contents-19 {
    border-top-left-radius: 4.75rem !important;
    border-top-right-radius: 4.75rem !important;
  }
  .border-radius-b-r-contents-19 {
    border-bottom-left-radius: 4.75rem !important;
    border-bottom-right-radius: 4.75rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-19 {
    margin: 4.75rem !important;
  }
  .mt-r-screen-19 {
    margin-top: 4.75rem !important;
  }
  .mr-r-screen-19 {
    margin-right: 4.75rem !important;
  }
  .mb-r-screen-19 {
    margin-bottom: 4.75rem !important;
  }
  .ml-r-screen-19 {
    margin-left: 4.75rem !important;
  }
  .mx-r-screen-19 {
    margin-left: 4.75rem !important;
    margin-right: 4.75rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }
  .p-r-screen-19 {
    padding: 4.75rem !important;
  }
  .pt-r-screen-19 {
    padding-top: 4.75rem !important;
  }
  .pr-r-screen-19 {
    padding-right: 4.75rem !important;
  }
  .pb-r-screen-19 {
    padding-bottom: 4.75rem !important;
  }
  .pl-r-screen-19 {
    padding-left: 4.75rem !important;
  }
  .px-r-screen-19 {
    padding-left: 4.75rem !important;
    padding-right: 4.75rem !important;
  }
  .py-r-screen-19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }
  .font-size-screen-19 {
    font-size: 19px;
  }
  .border-radius-r-screen-19 {
    border-radius: 4.75rem !important;
  }
  .border-radius-tl-r-screen-19 {
    border-top-left-radius: 4.75rem !important;
  }
  .border-radius-tr-r-screen-19 {
    border-top-right-radius: 4.75rem !important;
  }
  .border-radius-bl-r-screen-19 {
    border-bottom-left-radius: 4.75rem !important;
  }
  .border-radius-br-r-screen-19 {
    border-bottom-right-radius: 4.75rem !important;
  }
  .border-radius-t-r-screen-19 {
    border-top-left-radius: 4.75rem !important;
    border-top-right-radius: 4.75rem !important;
  }
  .border-radius-b-r-screen-19 {
    border-bottom-left-radius: 4.75rem !important;
    border-bottom-right-radius: 4.75rem !important;
  }
}
.z-20 {
  z-index: 20;
}

.m-r-20 {
  margin: 5rem;
}

.mt-r-20 {
  margin-top: 5rem;
}

.mr-r-20 {
  margin-right: 5rem;
}

.mb-r-20 {
  margin-bottom: 5rem;
}

.ml-r-20 {
  margin-left: 5rem;
}

.mx-r-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.my-r-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.p-r-20 {
  padding: 5rem;
}

.pt-r-20 {
  padding-top: 5rem;
}

.pr-r-20 {
  padding-right: 5rem;
}

.pb-r-20 {
  padding-bottom: 5rem;
}

.pl-r-20 {
  padding-left: 5rem;
}

.px-r-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.py-r-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.t-r-20 {
  top: 5rem;
}

.l-r-20 {
  left: 5rem;
}

.b-r-20 {
  bottom: 5rem;
}

.r-r-20 {
  right: 5rem;
}

.row-gap-20 {
  margin: -5rem;
}

.border-radius-r-20 {
  border-radius: 5rem;
}

.border-radius-tl-r-20 {
  border-top-left-radius: 5rem;
}

.border-radius-tr-r-20 {
  border-top-right-radius: 5rem;
}

.border-radius-bl-r-20 {
  border-bottom-left-radius: 5rem;
}

.border-radius-br-r-20 {
  border-bottom-right-radius: 5rem;
}

.border-radius-t-r-20 {
  border-top-left-radius: 5rem;
  border-top-right-radius: 5rem;
}

.border-radius-b-r-20 {
  border-bottom-left-radius: 5rem;
  border-bottom-right-radius: 5rem;
}

.font-size-20 {
  font-size: 20px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-20 {
    margin: 5rem !important;
  }
  .mt-r-xs-20 {
    margin-top: 5rem !important;
  }
  .mr-r-xs-20 {
    margin-right: 5rem !important;
  }
  .mb-r-xs-20 {
    margin-bottom: 5rem !important;
  }
  .ml-r-xs-20 {
    margin-left: 5rem !important;
  }
  .mx-r-xs-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .p-r-xs-20 {
    padding: 5rem !important;
  }
  .pt-r-xs-20 {
    padding-top: 5rem !important;
  }
  .pr-r-xs-20 {
    padding-right: 5rem !important;
  }
  .pb-r-xs-20 {
    padding-bottom: 5rem !important;
  }
  .pl-r-xs-20 {
    padding-left: 5rem !important;
  }
  .px-r-xs-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-r-xs-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .font-size-xs-20 {
    font-size: 20px;
  }
  .border-radius-r-xs-20 {
    border-radius: 5rem !important;
  }
  .border-radius-tl-r-xs-20 {
    border-top-left-radius: 5rem !important;
  }
  .border-radius-tr-r-xs-20 {
    border-top-right-radius: 5rem !important;
  }
  .border-radius-bl-r-xs-20 {
    border-bottom-left-radius: 5rem !important;
  }
  .border-radius-br-r-xs-20 {
    border-bottom-right-radius: 5rem !important;
  }
  .border-radius-t-r-xs-20 {
    border-top-left-radius: 5rem !important;
    border-top-right-radius: 5rem !important;
  }
  .border-radius-b-r-xs-20 {
    border-bottom-left-radius: 5rem !important;
    border-bottom-right-radius: 5rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-20 {
    margin: 5rem !important;
  }
  .mt-r-sm-20 {
    margin-top: 5rem !important;
  }
  .mr-r-sm-20 {
    margin-right: 5rem !important;
  }
  .mb-r-sm-20 {
    margin-bottom: 5rem !important;
  }
  .ml-r-sm-20 {
    margin-left: 5rem !important;
  }
  .mx-r-sm-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .p-r-sm-20 {
    padding: 5rem !important;
  }
  .pt-r-sm-20 {
    padding-top: 5rem !important;
  }
  .pr-r-sm-20 {
    padding-right: 5rem !important;
  }
  .pb-r-sm-20 {
    padding-bottom: 5rem !important;
  }
  .pl-r-sm-20 {
    padding-left: 5rem !important;
  }
  .px-r-sm-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-r-sm-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .font-size-sm-20 {
    font-size: 20px;
  }
  .border-radius-r-sm-20 {
    border-radius: 5rem !important;
  }
  .border-radius-tl-r-sm-20 {
    border-top-left-radius: 5rem !important;
  }
  .border-radius-tr-r-sm-20 {
    border-top-right-radius: 5rem !important;
  }
  .border-radius-bl-r-sm-20 {
    border-bottom-left-radius: 5rem !important;
  }
  .border-radius-br-r-sm-20 {
    border-bottom-right-radius: 5rem !important;
  }
  .border-radius-t-r-sm-20 {
    border-top-left-radius: 5rem !important;
    border-top-right-radius: 5rem !important;
  }
  .border-radius-b-r-sm-20 {
    border-bottom-left-radius: 5rem !important;
    border-bottom-right-radius: 5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-20 {
    margin: 5rem !important;
  }
  .mt-r-md-20 {
    margin-top: 5rem !important;
  }
  .mr-r-md-20 {
    margin-right: 5rem !important;
  }
  .mb-r-md-20 {
    margin-bottom: 5rem !important;
  }
  .ml-r-md-20 {
    margin-left: 5rem !important;
  }
  .mx-r-md-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .p-r-md-20 {
    padding: 5rem !important;
  }
  .pt-r-md-20 {
    padding-top: 5rem !important;
  }
  .pr-r-md-20 {
    padding-right: 5rem !important;
  }
  .pb-r-md-20 {
    padding-bottom: 5rem !important;
  }
  .pl-r-md-20 {
    padding-left: 5rem !important;
  }
  .px-r-md-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-r-md-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .font-size-md-20 {
    font-size: 20px;
  }
  .border-radius-r-md-20 {
    border-radius: 5rem !important;
  }
  .border-radius-tl-r-md-20 {
    border-top-left-radius: 5rem !important;
  }
  .border-radius-tr-r-md-20 {
    border-top-right-radius: 5rem !important;
  }
  .border-radius-bl-r-md-20 {
    border-bottom-left-radius: 5rem !important;
  }
  .border-radius-br-r-md-20 {
    border-bottom-right-radius: 5rem !important;
  }
  .border-radius-t-r-md-20 {
    border-top-left-radius: 5rem !important;
    border-top-right-radius: 5rem !important;
  }
  .border-radius-b-r-md-20 {
    border-bottom-left-radius: 5rem !important;
    border-bottom-right-radius: 5rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-20 {
    margin: 5rem !important;
  }
  .mt-r-lg-20 {
    margin-top: 5rem !important;
  }
  .mr-r-lg-20 {
    margin-right: 5rem !important;
  }
  .mb-r-lg-20 {
    margin-bottom: 5rem !important;
  }
  .ml-r-lg-20 {
    margin-left: 5rem !important;
  }
  .mx-r-lg-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .p-r-lg-20 {
    padding: 5rem !important;
  }
  .pt-r-lg-20 {
    padding-top: 5rem !important;
  }
  .pr-r-lg-20 {
    padding-right: 5rem !important;
  }
  .pb-r-lg-20 {
    padding-bottom: 5rem !important;
  }
  .pl-r-lg-20 {
    padding-left: 5rem !important;
  }
  .px-r-lg-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-r-lg-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .font-size-lg-20 {
    font-size: 20px;
  }
  .border-radius-r-lg-20 {
    border-radius: 5rem !important;
  }
  .border-radius-tl-r-lg-20 {
    border-top-left-radius: 5rem !important;
  }
  .border-radius-tr-r-lg-20 {
    border-top-right-radius: 5rem !important;
  }
  .border-radius-bl-r-lg-20 {
    border-bottom-left-radius: 5rem !important;
  }
  .border-radius-br-r-lg-20 {
    border-bottom-right-radius: 5rem !important;
  }
  .border-radius-t-r-lg-20 {
    border-top-left-radius: 5rem !important;
    border-top-right-radius: 5rem !important;
  }
  .border-radius-b-r-lg-20 {
    border-bottom-left-radius: 5rem !important;
    border-bottom-right-radius: 5rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-20 {
    margin: 5rem !important;
  }
  .mt-r-xl-20 {
    margin-top: 5rem !important;
  }
  .mr-r-xl-20 {
    margin-right: 5rem !important;
  }
  .mb-r-xl-20 {
    margin-bottom: 5rem !important;
  }
  .ml-r-xl-20 {
    margin-left: 5rem !important;
  }
  .mx-r-xl-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .p-r-xl-20 {
    padding: 5rem !important;
  }
  .pt-r-xl-20 {
    padding-top: 5rem !important;
  }
  .pr-r-xl-20 {
    padding-right: 5rem !important;
  }
  .pb-r-xl-20 {
    padding-bottom: 5rem !important;
  }
  .pl-r-xl-20 {
    padding-left: 5rem !important;
  }
  .px-r-xl-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-r-xl-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .font-size-xl-20 {
    font-size: 20px;
  }
  .border-radius-r-xl-20 {
    border-radius: 5rem !important;
  }
  .border-radius-tl-r-xl-20 {
    border-top-left-radius: 5rem !important;
  }
  .border-radius-tr-r-xl-20 {
    border-top-right-radius: 5rem !important;
  }
  .border-radius-bl-r-xl-20 {
    border-bottom-left-radius: 5rem !important;
  }
  .border-radius-br-r-xl-20 {
    border-bottom-right-radius: 5rem !important;
  }
  .border-radius-t-r-xl-20 {
    border-top-left-radius: 5rem !important;
    border-top-right-radius: 5rem !important;
  }
  .border-radius-b-r-xl-20 {
    border-bottom-left-radius: 5rem !important;
    border-bottom-right-radius: 5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-20 {
    margin: 5rem !important;
  }
  .mt-r-contents-20 {
    margin-top: 5rem !important;
  }
  .mr-r-contents-20 {
    margin-right: 5rem !important;
  }
  .mb-r-contents-20 {
    margin-bottom: 5rem !important;
  }
  .ml-r-contents-20 {
    margin-left: 5rem !important;
  }
  .mx-r-contents-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .p-r-contents-20 {
    padding: 5rem !important;
  }
  .pt-r-contents-20 {
    padding-top: 5rem !important;
  }
  .pr-r-contents-20 {
    padding-right: 5rem !important;
  }
  .pb-r-contents-20 {
    padding-bottom: 5rem !important;
  }
  .pl-r-contents-20 {
    padding-left: 5rem !important;
  }
  .px-r-contents-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-r-contents-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .font-size-contents-20 {
    font-size: 20px;
  }
  .border-radius-r-contents-20 {
    border-radius: 5rem !important;
  }
  .border-radius-tl-r-contents-20 {
    border-top-left-radius: 5rem !important;
  }
  .border-radius-tr-r-contents-20 {
    border-top-right-radius: 5rem !important;
  }
  .border-radius-bl-r-contents-20 {
    border-bottom-left-radius: 5rem !important;
  }
  .border-radius-br-r-contents-20 {
    border-bottom-right-radius: 5rem !important;
  }
  .border-radius-t-r-contents-20 {
    border-top-left-radius: 5rem !important;
    border-top-right-radius: 5rem !important;
  }
  .border-radius-b-r-contents-20 {
    border-bottom-left-radius: 5rem !important;
    border-bottom-right-radius: 5rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-20 {
    margin: 5rem !important;
  }
  .mt-r-screen-20 {
    margin-top: 5rem !important;
  }
  .mr-r-screen-20 {
    margin-right: 5rem !important;
  }
  .mb-r-screen-20 {
    margin-bottom: 5rem !important;
  }
  .ml-r-screen-20 {
    margin-left: 5rem !important;
  }
  .mx-r-screen-20 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .p-r-screen-20 {
    padding: 5rem !important;
  }
  .pt-r-screen-20 {
    padding-top: 5rem !important;
  }
  .pr-r-screen-20 {
    padding-right: 5rem !important;
  }
  .pb-r-screen-20 {
    padding-bottom: 5rem !important;
  }
  .pl-r-screen-20 {
    padding-left: 5rem !important;
  }
  .px-r-screen-20 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
  }
  .py-r-screen-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .font-size-screen-20 {
    font-size: 20px;
  }
  .border-radius-r-screen-20 {
    border-radius: 5rem !important;
  }
  .border-radius-tl-r-screen-20 {
    border-top-left-radius: 5rem !important;
  }
  .border-radius-tr-r-screen-20 {
    border-top-right-radius: 5rem !important;
  }
  .border-radius-bl-r-screen-20 {
    border-bottom-left-radius: 5rem !important;
  }
  .border-radius-br-r-screen-20 {
    border-bottom-right-radius: 5rem !important;
  }
  .border-radius-t-r-screen-20 {
    border-top-left-radius: 5rem !important;
    border-top-right-radius: 5rem !important;
  }
  .border-radius-b-r-screen-20 {
    border-bottom-left-radius: 5rem !important;
    border-bottom-right-radius: 5rem !important;
  }
}
.z-21 {
  z-index: 21;
}

.m-r-21 {
  margin: 5.25rem;
}

.mt-r-21 {
  margin-top: 5.25rem;
}

.mr-r-21 {
  margin-right: 5.25rem;
}

.mb-r-21 {
  margin-bottom: 5.25rem;
}

.ml-r-21 {
  margin-left: 5.25rem;
}

.mx-r-21 {
  margin-left: 5.25rem;
  margin-right: 5.25rem;
}

.my-r-21 {
  margin-top: 5.25rem;
  margin-bottom: 5.25rem;
}

.p-r-21 {
  padding: 5.25rem;
}

.pt-r-21 {
  padding-top: 5.25rem;
}

.pr-r-21 {
  padding-right: 5.25rem;
}

.pb-r-21 {
  padding-bottom: 5.25rem;
}

.pl-r-21 {
  padding-left: 5.25rem;
}

.px-r-21 {
  padding-left: 5.25rem;
  padding-right: 5.25rem;
}

.py-r-21 {
  padding-top: 5.25rem;
  padding-bottom: 5.25rem;
}

.t-r-21 {
  top: 5.25rem;
}

.l-r-21 {
  left: 5.25rem;
}

.b-r-21 {
  bottom: 5.25rem;
}

.r-r-21 {
  right: 5.25rem;
}

.row-gap-21 {
  margin: -5.25rem;
}

.border-radius-r-21 {
  border-radius: 5.25rem;
}

.border-radius-tl-r-21 {
  border-top-left-radius: 5.25rem;
}

.border-radius-tr-r-21 {
  border-top-right-radius: 5.25rem;
}

.border-radius-bl-r-21 {
  border-bottom-left-radius: 5.25rem;
}

.border-radius-br-r-21 {
  border-bottom-right-radius: 5.25rem;
}

.border-radius-t-r-21 {
  border-top-left-radius: 5.25rem;
  border-top-right-radius: 5.25rem;
}

.border-radius-b-r-21 {
  border-bottom-left-radius: 5.25rem;
  border-bottom-right-radius: 5.25rem;
}

.font-size-21 {
  font-size: 21px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-21 {
    margin: 5.25rem !important;
  }
  .mt-r-xs-21 {
    margin-top: 5.25rem !important;
  }
  .mr-r-xs-21 {
    margin-right: 5.25rem !important;
  }
  .mb-r-xs-21 {
    margin-bottom: 5.25rem !important;
  }
  .ml-r-xs-21 {
    margin-left: 5.25rem !important;
  }
  .mx-r-xs-21 {
    margin-left: 5.25rem !important;
    margin-right: 5.25rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-21 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .p-r-xs-21 {
    padding: 5.25rem !important;
  }
  .pt-r-xs-21 {
    padding-top: 5.25rem !important;
  }
  .pr-r-xs-21 {
    padding-right: 5.25rem !important;
  }
  .pb-r-xs-21 {
    padding-bottom: 5.25rem !important;
  }
  .pl-r-xs-21 {
    padding-left: 5.25rem !important;
  }
  .px-r-xs-21 {
    padding-left: 5.25rem !important;
    padding-right: 5.25rem !important;
  }
  .py-r-xs-21 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .font-size-xs-21 {
    font-size: 21px;
  }
  .border-radius-r-xs-21 {
    border-radius: 5.25rem !important;
  }
  .border-radius-tl-r-xs-21 {
    border-top-left-radius: 5.25rem !important;
  }
  .border-radius-tr-r-xs-21 {
    border-top-right-radius: 5.25rem !important;
  }
  .border-radius-bl-r-xs-21 {
    border-bottom-left-radius: 5.25rem !important;
  }
  .border-radius-br-r-xs-21 {
    border-bottom-right-radius: 5.25rem !important;
  }
  .border-radius-t-r-xs-21 {
    border-top-left-radius: 5.25rem !important;
    border-top-right-radius: 5.25rem !important;
  }
  .border-radius-b-r-xs-21 {
    border-bottom-left-radius: 5.25rem !important;
    border-bottom-right-radius: 5.25rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-21 {
    margin: 5.25rem !important;
  }
  .mt-r-sm-21 {
    margin-top: 5.25rem !important;
  }
  .mr-r-sm-21 {
    margin-right: 5.25rem !important;
  }
  .mb-r-sm-21 {
    margin-bottom: 5.25rem !important;
  }
  .ml-r-sm-21 {
    margin-left: 5.25rem !important;
  }
  .mx-r-sm-21 {
    margin-left: 5.25rem !important;
    margin-right: 5.25rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-21 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .p-r-sm-21 {
    padding: 5.25rem !important;
  }
  .pt-r-sm-21 {
    padding-top: 5.25rem !important;
  }
  .pr-r-sm-21 {
    padding-right: 5.25rem !important;
  }
  .pb-r-sm-21 {
    padding-bottom: 5.25rem !important;
  }
  .pl-r-sm-21 {
    padding-left: 5.25rem !important;
  }
  .px-r-sm-21 {
    padding-left: 5.25rem !important;
    padding-right: 5.25rem !important;
  }
  .py-r-sm-21 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .font-size-sm-21 {
    font-size: 21px;
  }
  .border-radius-r-sm-21 {
    border-radius: 5.25rem !important;
  }
  .border-radius-tl-r-sm-21 {
    border-top-left-radius: 5.25rem !important;
  }
  .border-radius-tr-r-sm-21 {
    border-top-right-radius: 5.25rem !important;
  }
  .border-radius-bl-r-sm-21 {
    border-bottom-left-radius: 5.25rem !important;
  }
  .border-radius-br-r-sm-21 {
    border-bottom-right-radius: 5.25rem !important;
  }
  .border-radius-t-r-sm-21 {
    border-top-left-radius: 5.25rem !important;
    border-top-right-radius: 5.25rem !important;
  }
  .border-radius-b-r-sm-21 {
    border-bottom-left-radius: 5.25rem !important;
    border-bottom-right-radius: 5.25rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-21 {
    margin: 5.25rem !important;
  }
  .mt-r-md-21 {
    margin-top: 5.25rem !important;
  }
  .mr-r-md-21 {
    margin-right: 5.25rem !important;
  }
  .mb-r-md-21 {
    margin-bottom: 5.25rem !important;
  }
  .ml-r-md-21 {
    margin-left: 5.25rem !important;
  }
  .mx-r-md-21 {
    margin-left: 5.25rem !important;
    margin-right: 5.25rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-21 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .p-r-md-21 {
    padding: 5.25rem !important;
  }
  .pt-r-md-21 {
    padding-top: 5.25rem !important;
  }
  .pr-r-md-21 {
    padding-right: 5.25rem !important;
  }
  .pb-r-md-21 {
    padding-bottom: 5.25rem !important;
  }
  .pl-r-md-21 {
    padding-left: 5.25rem !important;
  }
  .px-r-md-21 {
    padding-left: 5.25rem !important;
    padding-right: 5.25rem !important;
  }
  .py-r-md-21 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .font-size-md-21 {
    font-size: 21px;
  }
  .border-radius-r-md-21 {
    border-radius: 5.25rem !important;
  }
  .border-radius-tl-r-md-21 {
    border-top-left-radius: 5.25rem !important;
  }
  .border-radius-tr-r-md-21 {
    border-top-right-radius: 5.25rem !important;
  }
  .border-radius-bl-r-md-21 {
    border-bottom-left-radius: 5.25rem !important;
  }
  .border-radius-br-r-md-21 {
    border-bottom-right-radius: 5.25rem !important;
  }
  .border-radius-t-r-md-21 {
    border-top-left-radius: 5.25rem !important;
    border-top-right-radius: 5.25rem !important;
  }
  .border-radius-b-r-md-21 {
    border-bottom-left-radius: 5.25rem !important;
    border-bottom-right-radius: 5.25rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-21 {
    margin: 5.25rem !important;
  }
  .mt-r-lg-21 {
    margin-top: 5.25rem !important;
  }
  .mr-r-lg-21 {
    margin-right: 5.25rem !important;
  }
  .mb-r-lg-21 {
    margin-bottom: 5.25rem !important;
  }
  .ml-r-lg-21 {
    margin-left: 5.25rem !important;
  }
  .mx-r-lg-21 {
    margin-left: 5.25rem !important;
    margin-right: 5.25rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-21 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .p-r-lg-21 {
    padding: 5.25rem !important;
  }
  .pt-r-lg-21 {
    padding-top: 5.25rem !important;
  }
  .pr-r-lg-21 {
    padding-right: 5.25rem !important;
  }
  .pb-r-lg-21 {
    padding-bottom: 5.25rem !important;
  }
  .pl-r-lg-21 {
    padding-left: 5.25rem !important;
  }
  .px-r-lg-21 {
    padding-left: 5.25rem !important;
    padding-right: 5.25rem !important;
  }
  .py-r-lg-21 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .font-size-lg-21 {
    font-size: 21px;
  }
  .border-radius-r-lg-21 {
    border-radius: 5.25rem !important;
  }
  .border-radius-tl-r-lg-21 {
    border-top-left-radius: 5.25rem !important;
  }
  .border-radius-tr-r-lg-21 {
    border-top-right-radius: 5.25rem !important;
  }
  .border-radius-bl-r-lg-21 {
    border-bottom-left-radius: 5.25rem !important;
  }
  .border-radius-br-r-lg-21 {
    border-bottom-right-radius: 5.25rem !important;
  }
  .border-radius-t-r-lg-21 {
    border-top-left-radius: 5.25rem !important;
    border-top-right-radius: 5.25rem !important;
  }
  .border-radius-b-r-lg-21 {
    border-bottom-left-radius: 5.25rem !important;
    border-bottom-right-radius: 5.25rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-21 {
    margin: 5.25rem !important;
  }
  .mt-r-xl-21 {
    margin-top: 5.25rem !important;
  }
  .mr-r-xl-21 {
    margin-right: 5.25rem !important;
  }
  .mb-r-xl-21 {
    margin-bottom: 5.25rem !important;
  }
  .ml-r-xl-21 {
    margin-left: 5.25rem !important;
  }
  .mx-r-xl-21 {
    margin-left: 5.25rem !important;
    margin-right: 5.25rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-21 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .p-r-xl-21 {
    padding: 5.25rem !important;
  }
  .pt-r-xl-21 {
    padding-top: 5.25rem !important;
  }
  .pr-r-xl-21 {
    padding-right: 5.25rem !important;
  }
  .pb-r-xl-21 {
    padding-bottom: 5.25rem !important;
  }
  .pl-r-xl-21 {
    padding-left: 5.25rem !important;
  }
  .px-r-xl-21 {
    padding-left: 5.25rem !important;
    padding-right: 5.25rem !important;
  }
  .py-r-xl-21 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .font-size-xl-21 {
    font-size: 21px;
  }
  .border-radius-r-xl-21 {
    border-radius: 5.25rem !important;
  }
  .border-radius-tl-r-xl-21 {
    border-top-left-radius: 5.25rem !important;
  }
  .border-radius-tr-r-xl-21 {
    border-top-right-radius: 5.25rem !important;
  }
  .border-radius-bl-r-xl-21 {
    border-bottom-left-radius: 5.25rem !important;
  }
  .border-radius-br-r-xl-21 {
    border-bottom-right-radius: 5.25rem !important;
  }
  .border-radius-t-r-xl-21 {
    border-top-left-radius: 5.25rem !important;
    border-top-right-radius: 5.25rem !important;
  }
  .border-radius-b-r-xl-21 {
    border-bottom-left-radius: 5.25rem !important;
    border-bottom-right-radius: 5.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-21 {
    margin: 5.25rem !important;
  }
  .mt-r-contents-21 {
    margin-top: 5.25rem !important;
  }
  .mr-r-contents-21 {
    margin-right: 5.25rem !important;
  }
  .mb-r-contents-21 {
    margin-bottom: 5.25rem !important;
  }
  .ml-r-contents-21 {
    margin-left: 5.25rem !important;
  }
  .mx-r-contents-21 {
    margin-left: 5.25rem !important;
    margin-right: 5.25rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-21 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .p-r-contents-21 {
    padding: 5.25rem !important;
  }
  .pt-r-contents-21 {
    padding-top: 5.25rem !important;
  }
  .pr-r-contents-21 {
    padding-right: 5.25rem !important;
  }
  .pb-r-contents-21 {
    padding-bottom: 5.25rem !important;
  }
  .pl-r-contents-21 {
    padding-left: 5.25rem !important;
  }
  .px-r-contents-21 {
    padding-left: 5.25rem !important;
    padding-right: 5.25rem !important;
  }
  .py-r-contents-21 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .font-size-contents-21 {
    font-size: 21px;
  }
  .border-radius-r-contents-21 {
    border-radius: 5.25rem !important;
  }
  .border-radius-tl-r-contents-21 {
    border-top-left-radius: 5.25rem !important;
  }
  .border-radius-tr-r-contents-21 {
    border-top-right-radius: 5.25rem !important;
  }
  .border-radius-bl-r-contents-21 {
    border-bottom-left-radius: 5.25rem !important;
  }
  .border-radius-br-r-contents-21 {
    border-bottom-right-radius: 5.25rem !important;
  }
  .border-radius-t-r-contents-21 {
    border-top-left-radius: 5.25rem !important;
    border-top-right-radius: 5.25rem !important;
  }
  .border-radius-b-r-contents-21 {
    border-bottom-left-radius: 5.25rem !important;
    border-bottom-right-radius: 5.25rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-21 {
    margin: 5.25rem !important;
  }
  .mt-r-screen-21 {
    margin-top: 5.25rem !important;
  }
  .mr-r-screen-21 {
    margin-right: 5.25rem !important;
  }
  .mb-r-screen-21 {
    margin-bottom: 5.25rem !important;
  }
  .ml-r-screen-21 {
    margin-left: 5.25rem !important;
  }
  .mx-r-screen-21 {
    margin-left: 5.25rem !important;
    margin-right: 5.25rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-21 {
    margin-top: 5.25rem !important;
    margin-bottom: 5.25rem !important;
  }
  .p-r-screen-21 {
    padding: 5.25rem !important;
  }
  .pt-r-screen-21 {
    padding-top: 5.25rem !important;
  }
  .pr-r-screen-21 {
    padding-right: 5.25rem !important;
  }
  .pb-r-screen-21 {
    padding-bottom: 5.25rem !important;
  }
  .pl-r-screen-21 {
    padding-left: 5.25rem !important;
  }
  .px-r-screen-21 {
    padding-left: 5.25rem !important;
    padding-right: 5.25rem !important;
  }
  .py-r-screen-21 {
    padding-top: 5.25rem !important;
    padding-bottom: 5.25rem !important;
  }
  .font-size-screen-21 {
    font-size: 21px;
  }
  .border-radius-r-screen-21 {
    border-radius: 5.25rem !important;
  }
  .border-radius-tl-r-screen-21 {
    border-top-left-radius: 5.25rem !important;
  }
  .border-radius-tr-r-screen-21 {
    border-top-right-radius: 5.25rem !important;
  }
  .border-radius-bl-r-screen-21 {
    border-bottom-left-radius: 5.25rem !important;
  }
  .border-radius-br-r-screen-21 {
    border-bottom-right-radius: 5.25rem !important;
  }
  .border-radius-t-r-screen-21 {
    border-top-left-radius: 5.25rem !important;
    border-top-right-radius: 5.25rem !important;
  }
  .border-radius-b-r-screen-21 {
    border-bottom-left-radius: 5.25rem !important;
    border-bottom-right-radius: 5.25rem !important;
  }
}
.z-22 {
  z-index: 22;
}

.m-r-22 {
  margin: 5.5rem;
}

.mt-r-22 {
  margin-top: 5.5rem;
}

.mr-r-22 {
  margin-right: 5.5rem;
}

.mb-r-22 {
  margin-bottom: 5.5rem;
}

.ml-r-22 {
  margin-left: 5.5rem;
}

.mx-r-22 {
  margin-left: 5.5rem;
  margin-right: 5.5rem;
}

.my-r-22 {
  margin-top: 5.5rem;
  margin-bottom: 5.5rem;
}

.p-r-22 {
  padding: 5.5rem;
}

.pt-r-22 {
  padding-top: 5.5rem;
}

.pr-r-22 {
  padding-right: 5.5rem;
}

.pb-r-22 {
  padding-bottom: 5.5rem;
}

.pl-r-22 {
  padding-left: 5.5rem;
}

.px-r-22 {
  padding-left: 5.5rem;
  padding-right: 5.5rem;
}

.py-r-22 {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}

.t-r-22 {
  top: 5.5rem;
}

.l-r-22 {
  left: 5.5rem;
}

.b-r-22 {
  bottom: 5.5rem;
}

.r-r-22 {
  right: 5.5rem;
}

.row-gap-22 {
  margin: -5.5rem;
}

.border-radius-r-22 {
  border-radius: 5.5rem;
}

.border-radius-tl-r-22 {
  border-top-left-radius: 5.5rem;
}

.border-radius-tr-r-22 {
  border-top-right-radius: 5.5rem;
}

.border-radius-bl-r-22 {
  border-bottom-left-radius: 5.5rem;
}

.border-radius-br-r-22 {
  border-bottom-right-radius: 5.5rem;
}

.border-radius-t-r-22 {
  border-top-left-radius: 5.5rem;
  border-top-right-radius: 5.5rem;
}

.border-radius-b-r-22 {
  border-bottom-left-radius: 5.5rem;
  border-bottom-right-radius: 5.5rem;
}

.font-size-22 {
  font-size: 22px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-22 {
    margin: 5.5rem !important;
  }
  .mt-r-xs-22 {
    margin-top: 5.5rem !important;
  }
  .mr-r-xs-22 {
    margin-right: 5.5rem !important;
  }
  .mb-r-xs-22 {
    margin-bottom: 5.5rem !important;
  }
  .ml-r-xs-22 {
    margin-left: 5.5rem !important;
  }
  .mx-r-xs-22 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-22 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .p-r-xs-22 {
    padding: 5.5rem !important;
  }
  .pt-r-xs-22 {
    padding-top: 5.5rem !important;
  }
  .pr-r-xs-22 {
    padding-right: 5.5rem !important;
  }
  .pb-r-xs-22 {
    padding-bottom: 5.5rem !important;
  }
  .pl-r-xs-22 {
    padding-left: 5.5rem !important;
  }
  .px-r-xs-22 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }
  .py-r-xs-22 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .font-size-xs-22 {
    font-size: 22px;
  }
  .border-radius-r-xs-22 {
    border-radius: 5.5rem !important;
  }
  .border-radius-tl-r-xs-22 {
    border-top-left-radius: 5.5rem !important;
  }
  .border-radius-tr-r-xs-22 {
    border-top-right-radius: 5.5rem !important;
  }
  .border-radius-bl-r-xs-22 {
    border-bottom-left-radius: 5.5rem !important;
  }
  .border-radius-br-r-xs-22 {
    border-bottom-right-radius: 5.5rem !important;
  }
  .border-radius-t-r-xs-22 {
    border-top-left-radius: 5.5rem !important;
    border-top-right-radius: 5.5rem !important;
  }
  .border-radius-b-r-xs-22 {
    border-bottom-left-radius: 5.5rem !important;
    border-bottom-right-radius: 5.5rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-22 {
    margin: 5.5rem !important;
  }
  .mt-r-sm-22 {
    margin-top: 5.5rem !important;
  }
  .mr-r-sm-22 {
    margin-right: 5.5rem !important;
  }
  .mb-r-sm-22 {
    margin-bottom: 5.5rem !important;
  }
  .ml-r-sm-22 {
    margin-left: 5.5rem !important;
  }
  .mx-r-sm-22 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-22 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .p-r-sm-22 {
    padding: 5.5rem !important;
  }
  .pt-r-sm-22 {
    padding-top: 5.5rem !important;
  }
  .pr-r-sm-22 {
    padding-right: 5.5rem !important;
  }
  .pb-r-sm-22 {
    padding-bottom: 5.5rem !important;
  }
  .pl-r-sm-22 {
    padding-left: 5.5rem !important;
  }
  .px-r-sm-22 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }
  .py-r-sm-22 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .font-size-sm-22 {
    font-size: 22px;
  }
  .border-radius-r-sm-22 {
    border-radius: 5.5rem !important;
  }
  .border-radius-tl-r-sm-22 {
    border-top-left-radius: 5.5rem !important;
  }
  .border-radius-tr-r-sm-22 {
    border-top-right-radius: 5.5rem !important;
  }
  .border-radius-bl-r-sm-22 {
    border-bottom-left-radius: 5.5rem !important;
  }
  .border-radius-br-r-sm-22 {
    border-bottom-right-radius: 5.5rem !important;
  }
  .border-radius-t-r-sm-22 {
    border-top-left-radius: 5.5rem !important;
    border-top-right-radius: 5.5rem !important;
  }
  .border-radius-b-r-sm-22 {
    border-bottom-left-radius: 5.5rem !important;
    border-bottom-right-radius: 5.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-22 {
    margin: 5.5rem !important;
  }
  .mt-r-md-22 {
    margin-top: 5.5rem !important;
  }
  .mr-r-md-22 {
    margin-right: 5.5rem !important;
  }
  .mb-r-md-22 {
    margin-bottom: 5.5rem !important;
  }
  .ml-r-md-22 {
    margin-left: 5.5rem !important;
  }
  .mx-r-md-22 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-22 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .p-r-md-22 {
    padding: 5.5rem !important;
  }
  .pt-r-md-22 {
    padding-top: 5.5rem !important;
  }
  .pr-r-md-22 {
    padding-right: 5.5rem !important;
  }
  .pb-r-md-22 {
    padding-bottom: 5.5rem !important;
  }
  .pl-r-md-22 {
    padding-left: 5.5rem !important;
  }
  .px-r-md-22 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }
  .py-r-md-22 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .font-size-md-22 {
    font-size: 22px;
  }
  .border-radius-r-md-22 {
    border-radius: 5.5rem !important;
  }
  .border-radius-tl-r-md-22 {
    border-top-left-radius: 5.5rem !important;
  }
  .border-radius-tr-r-md-22 {
    border-top-right-radius: 5.5rem !important;
  }
  .border-radius-bl-r-md-22 {
    border-bottom-left-radius: 5.5rem !important;
  }
  .border-radius-br-r-md-22 {
    border-bottom-right-radius: 5.5rem !important;
  }
  .border-radius-t-r-md-22 {
    border-top-left-radius: 5.5rem !important;
    border-top-right-radius: 5.5rem !important;
  }
  .border-radius-b-r-md-22 {
    border-bottom-left-radius: 5.5rem !important;
    border-bottom-right-radius: 5.5rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-22 {
    margin: 5.5rem !important;
  }
  .mt-r-lg-22 {
    margin-top: 5.5rem !important;
  }
  .mr-r-lg-22 {
    margin-right: 5.5rem !important;
  }
  .mb-r-lg-22 {
    margin-bottom: 5.5rem !important;
  }
  .ml-r-lg-22 {
    margin-left: 5.5rem !important;
  }
  .mx-r-lg-22 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-22 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .p-r-lg-22 {
    padding: 5.5rem !important;
  }
  .pt-r-lg-22 {
    padding-top: 5.5rem !important;
  }
  .pr-r-lg-22 {
    padding-right: 5.5rem !important;
  }
  .pb-r-lg-22 {
    padding-bottom: 5.5rem !important;
  }
  .pl-r-lg-22 {
    padding-left: 5.5rem !important;
  }
  .px-r-lg-22 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }
  .py-r-lg-22 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .font-size-lg-22 {
    font-size: 22px;
  }
  .border-radius-r-lg-22 {
    border-radius: 5.5rem !important;
  }
  .border-radius-tl-r-lg-22 {
    border-top-left-radius: 5.5rem !important;
  }
  .border-radius-tr-r-lg-22 {
    border-top-right-radius: 5.5rem !important;
  }
  .border-radius-bl-r-lg-22 {
    border-bottom-left-radius: 5.5rem !important;
  }
  .border-radius-br-r-lg-22 {
    border-bottom-right-radius: 5.5rem !important;
  }
  .border-radius-t-r-lg-22 {
    border-top-left-radius: 5.5rem !important;
    border-top-right-radius: 5.5rem !important;
  }
  .border-radius-b-r-lg-22 {
    border-bottom-left-radius: 5.5rem !important;
    border-bottom-right-radius: 5.5rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-22 {
    margin: 5.5rem !important;
  }
  .mt-r-xl-22 {
    margin-top: 5.5rem !important;
  }
  .mr-r-xl-22 {
    margin-right: 5.5rem !important;
  }
  .mb-r-xl-22 {
    margin-bottom: 5.5rem !important;
  }
  .ml-r-xl-22 {
    margin-left: 5.5rem !important;
  }
  .mx-r-xl-22 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-22 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .p-r-xl-22 {
    padding: 5.5rem !important;
  }
  .pt-r-xl-22 {
    padding-top: 5.5rem !important;
  }
  .pr-r-xl-22 {
    padding-right: 5.5rem !important;
  }
  .pb-r-xl-22 {
    padding-bottom: 5.5rem !important;
  }
  .pl-r-xl-22 {
    padding-left: 5.5rem !important;
  }
  .px-r-xl-22 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }
  .py-r-xl-22 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .font-size-xl-22 {
    font-size: 22px;
  }
  .border-radius-r-xl-22 {
    border-radius: 5.5rem !important;
  }
  .border-radius-tl-r-xl-22 {
    border-top-left-radius: 5.5rem !important;
  }
  .border-radius-tr-r-xl-22 {
    border-top-right-radius: 5.5rem !important;
  }
  .border-radius-bl-r-xl-22 {
    border-bottom-left-radius: 5.5rem !important;
  }
  .border-radius-br-r-xl-22 {
    border-bottom-right-radius: 5.5rem !important;
  }
  .border-radius-t-r-xl-22 {
    border-top-left-radius: 5.5rem !important;
    border-top-right-radius: 5.5rem !important;
  }
  .border-radius-b-r-xl-22 {
    border-bottom-left-radius: 5.5rem !important;
    border-bottom-right-radius: 5.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-22 {
    margin: 5.5rem !important;
  }
  .mt-r-contents-22 {
    margin-top: 5.5rem !important;
  }
  .mr-r-contents-22 {
    margin-right: 5.5rem !important;
  }
  .mb-r-contents-22 {
    margin-bottom: 5.5rem !important;
  }
  .ml-r-contents-22 {
    margin-left: 5.5rem !important;
  }
  .mx-r-contents-22 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-22 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .p-r-contents-22 {
    padding: 5.5rem !important;
  }
  .pt-r-contents-22 {
    padding-top: 5.5rem !important;
  }
  .pr-r-contents-22 {
    padding-right: 5.5rem !important;
  }
  .pb-r-contents-22 {
    padding-bottom: 5.5rem !important;
  }
  .pl-r-contents-22 {
    padding-left: 5.5rem !important;
  }
  .px-r-contents-22 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }
  .py-r-contents-22 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .font-size-contents-22 {
    font-size: 22px;
  }
  .border-radius-r-contents-22 {
    border-radius: 5.5rem !important;
  }
  .border-radius-tl-r-contents-22 {
    border-top-left-radius: 5.5rem !important;
  }
  .border-radius-tr-r-contents-22 {
    border-top-right-radius: 5.5rem !important;
  }
  .border-radius-bl-r-contents-22 {
    border-bottom-left-radius: 5.5rem !important;
  }
  .border-radius-br-r-contents-22 {
    border-bottom-right-radius: 5.5rem !important;
  }
  .border-radius-t-r-contents-22 {
    border-top-left-radius: 5.5rem !important;
    border-top-right-radius: 5.5rem !important;
  }
  .border-radius-b-r-contents-22 {
    border-bottom-left-radius: 5.5rem !important;
    border-bottom-right-radius: 5.5rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-22 {
    margin: 5.5rem !important;
  }
  .mt-r-screen-22 {
    margin-top: 5.5rem !important;
  }
  .mr-r-screen-22 {
    margin-right: 5.5rem !important;
  }
  .mb-r-screen-22 {
    margin-bottom: 5.5rem !important;
  }
  .ml-r-screen-22 {
    margin-left: 5.5rem !important;
  }
  .mx-r-screen-22 {
    margin-left: 5.5rem !important;
    margin-right: 5.5rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-22 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important;
  }
  .p-r-screen-22 {
    padding: 5.5rem !important;
  }
  .pt-r-screen-22 {
    padding-top: 5.5rem !important;
  }
  .pr-r-screen-22 {
    padding-right: 5.5rem !important;
  }
  .pb-r-screen-22 {
    padding-bottom: 5.5rem !important;
  }
  .pl-r-screen-22 {
    padding-left: 5.5rem !important;
  }
  .px-r-screen-22 {
    padding-left: 5.5rem !important;
    padding-right: 5.5rem !important;
  }
  .py-r-screen-22 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important;
  }
  .font-size-screen-22 {
    font-size: 22px;
  }
  .border-radius-r-screen-22 {
    border-radius: 5.5rem !important;
  }
  .border-radius-tl-r-screen-22 {
    border-top-left-radius: 5.5rem !important;
  }
  .border-radius-tr-r-screen-22 {
    border-top-right-radius: 5.5rem !important;
  }
  .border-radius-bl-r-screen-22 {
    border-bottom-left-radius: 5.5rem !important;
  }
  .border-radius-br-r-screen-22 {
    border-bottom-right-radius: 5.5rem !important;
  }
  .border-radius-t-r-screen-22 {
    border-top-left-radius: 5.5rem !important;
    border-top-right-radius: 5.5rem !important;
  }
  .border-radius-b-r-screen-22 {
    border-bottom-left-radius: 5.5rem !important;
    border-bottom-right-radius: 5.5rem !important;
  }
}
.z-23 {
  z-index: 23;
}

.m-r-23 {
  margin: 5.75rem;
}

.mt-r-23 {
  margin-top: 5.75rem;
}

.mr-r-23 {
  margin-right: 5.75rem;
}

.mb-r-23 {
  margin-bottom: 5.75rem;
}

.ml-r-23 {
  margin-left: 5.75rem;
}

.mx-r-23 {
  margin-left: 5.75rem;
  margin-right: 5.75rem;
}

.my-r-23 {
  margin-top: 5.75rem;
  margin-bottom: 5.75rem;
}

.p-r-23 {
  padding: 5.75rem;
}

.pt-r-23 {
  padding-top: 5.75rem;
}

.pr-r-23 {
  padding-right: 5.75rem;
}

.pb-r-23 {
  padding-bottom: 5.75rem;
}

.pl-r-23 {
  padding-left: 5.75rem;
}

.px-r-23 {
  padding-left: 5.75rem;
  padding-right: 5.75rem;
}

.py-r-23 {
  padding-top: 5.75rem;
  padding-bottom: 5.75rem;
}

.t-r-23 {
  top: 5.75rem;
}

.l-r-23 {
  left: 5.75rem;
}

.b-r-23 {
  bottom: 5.75rem;
}

.r-r-23 {
  right: 5.75rem;
}

.row-gap-23 {
  margin: -5.75rem;
}

.border-radius-r-23 {
  border-radius: 5.75rem;
}

.border-radius-tl-r-23 {
  border-top-left-radius: 5.75rem;
}

.border-radius-tr-r-23 {
  border-top-right-radius: 5.75rem;
}

.border-radius-bl-r-23 {
  border-bottom-left-radius: 5.75rem;
}

.border-radius-br-r-23 {
  border-bottom-right-radius: 5.75rem;
}

.border-radius-t-r-23 {
  border-top-left-radius: 5.75rem;
  border-top-right-radius: 5.75rem;
}

.border-radius-b-r-23 {
  border-bottom-left-radius: 5.75rem;
  border-bottom-right-radius: 5.75rem;
}

.font-size-23 {
  font-size: 23px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-23 {
    margin: 5.75rem !important;
  }
  .mt-r-xs-23 {
    margin-top: 5.75rem !important;
  }
  .mr-r-xs-23 {
    margin-right: 5.75rem !important;
  }
  .mb-r-xs-23 {
    margin-bottom: 5.75rem !important;
  }
  .ml-r-xs-23 {
    margin-left: 5.75rem !important;
  }
  .mx-r-xs-23 {
    margin-left: 5.75rem !important;
    margin-right: 5.75rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-23 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }
  .p-r-xs-23 {
    padding: 5.75rem !important;
  }
  .pt-r-xs-23 {
    padding-top: 5.75rem !important;
  }
  .pr-r-xs-23 {
    padding-right: 5.75rem !important;
  }
  .pb-r-xs-23 {
    padding-bottom: 5.75rem !important;
  }
  .pl-r-xs-23 {
    padding-left: 5.75rem !important;
  }
  .px-r-xs-23 {
    padding-left: 5.75rem !important;
    padding-right: 5.75rem !important;
  }
  .py-r-xs-23 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
  .font-size-xs-23 {
    font-size: 23px;
  }
  .border-radius-r-xs-23 {
    border-radius: 5.75rem !important;
  }
  .border-radius-tl-r-xs-23 {
    border-top-left-radius: 5.75rem !important;
  }
  .border-radius-tr-r-xs-23 {
    border-top-right-radius: 5.75rem !important;
  }
  .border-radius-bl-r-xs-23 {
    border-bottom-left-radius: 5.75rem !important;
  }
  .border-radius-br-r-xs-23 {
    border-bottom-right-radius: 5.75rem !important;
  }
  .border-radius-t-r-xs-23 {
    border-top-left-radius: 5.75rem !important;
    border-top-right-radius: 5.75rem !important;
  }
  .border-radius-b-r-xs-23 {
    border-bottom-left-radius: 5.75rem !important;
    border-bottom-right-radius: 5.75rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-23 {
    margin: 5.75rem !important;
  }
  .mt-r-sm-23 {
    margin-top: 5.75rem !important;
  }
  .mr-r-sm-23 {
    margin-right: 5.75rem !important;
  }
  .mb-r-sm-23 {
    margin-bottom: 5.75rem !important;
  }
  .ml-r-sm-23 {
    margin-left: 5.75rem !important;
  }
  .mx-r-sm-23 {
    margin-left: 5.75rem !important;
    margin-right: 5.75rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-23 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }
  .p-r-sm-23 {
    padding: 5.75rem !important;
  }
  .pt-r-sm-23 {
    padding-top: 5.75rem !important;
  }
  .pr-r-sm-23 {
    padding-right: 5.75rem !important;
  }
  .pb-r-sm-23 {
    padding-bottom: 5.75rem !important;
  }
  .pl-r-sm-23 {
    padding-left: 5.75rem !important;
  }
  .px-r-sm-23 {
    padding-left: 5.75rem !important;
    padding-right: 5.75rem !important;
  }
  .py-r-sm-23 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
  .font-size-sm-23 {
    font-size: 23px;
  }
  .border-radius-r-sm-23 {
    border-radius: 5.75rem !important;
  }
  .border-radius-tl-r-sm-23 {
    border-top-left-radius: 5.75rem !important;
  }
  .border-radius-tr-r-sm-23 {
    border-top-right-radius: 5.75rem !important;
  }
  .border-radius-bl-r-sm-23 {
    border-bottom-left-radius: 5.75rem !important;
  }
  .border-radius-br-r-sm-23 {
    border-bottom-right-radius: 5.75rem !important;
  }
  .border-radius-t-r-sm-23 {
    border-top-left-radius: 5.75rem !important;
    border-top-right-radius: 5.75rem !important;
  }
  .border-radius-b-r-sm-23 {
    border-bottom-left-radius: 5.75rem !important;
    border-bottom-right-radius: 5.75rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-23 {
    margin: 5.75rem !important;
  }
  .mt-r-md-23 {
    margin-top: 5.75rem !important;
  }
  .mr-r-md-23 {
    margin-right: 5.75rem !important;
  }
  .mb-r-md-23 {
    margin-bottom: 5.75rem !important;
  }
  .ml-r-md-23 {
    margin-left: 5.75rem !important;
  }
  .mx-r-md-23 {
    margin-left: 5.75rem !important;
    margin-right: 5.75rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-23 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }
  .p-r-md-23 {
    padding: 5.75rem !important;
  }
  .pt-r-md-23 {
    padding-top: 5.75rem !important;
  }
  .pr-r-md-23 {
    padding-right: 5.75rem !important;
  }
  .pb-r-md-23 {
    padding-bottom: 5.75rem !important;
  }
  .pl-r-md-23 {
    padding-left: 5.75rem !important;
  }
  .px-r-md-23 {
    padding-left: 5.75rem !important;
    padding-right: 5.75rem !important;
  }
  .py-r-md-23 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
  .font-size-md-23 {
    font-size: 23px;
  }
  .border-radius-r-md-23 {
    border-radius: 5.75rem !important;
  }
  .border-radius-tl-r-md-23 {
    border-top-left-radius: 5.75rem !important;
  }
  .border-radius-tr-r-md-23 {
    border-top-right-radius: 5.75rem !important;
  }
  .border-radius-bl-r-md-23 {
    border-bottom-left-radius: 5.75rem !important;
  }
  .border-radius-br-r-md-23 {
    border-bottom-right-radius: 5.75rem !important;
  }
  .border-radius-t-r-md-23 {
    border-top-left-radius: 5.75rem !important;
    border-top-right-radius: 5.75rem !important;
  }
  .border-radius-b-r-md-23 {
    border-bottom-left-radius: 5.75rem !important;
    border-bottom-right-radius: 5.75rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-23 {
    margin: 5.75rem !important;
  }
  .mt-r-lg-23 {
    margin-top: 5.75rem !important;
  }
  .mr-r-lg-23 {
    margin-right: 5.75rem !important;
  }
  .mb-r-lg-23 {
    margin-bottom: 5.75rem !important;
  }
  .ml-r-lg-23 {
    margin-left: 5.75rem !important;
  }
  .mx-r-lg-23 {
    margin-left: 5.75rem !important;
    margin-right: 5.75rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-23 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }
  .p-r-lg-23 {
    padding: 5.75rem !important;
  }
  .pt-r-lg-23 {
    padding-top: 5.75rem !important;
  }
  .pr-r-lg-23 {
    padding-right: 5.75rem !important;
  }
  .pb-r-lg-23 {
    padding-bottom: 5.75rem !important;
  }
  .pl-r-lg-23 {
    padding-left: 5.75rem !important;
  }
  .px-r-lg-23 {
    padding-left: 5.75rem !important;
    padding-right: 5.75rem !important;
  }
  .py-r-lg-23 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
  .font-size-lg-23 {
    font-size: 23px;
  }
  .border-radius-r-lg-23 {
    border-radius: 5.75rem !important;
  }
  .border-radius-tl-r-lg-23 {
    border-top-left-radius: 5.75rem !important;
  }
  .border-radius-tr-r-lg-23 {
    border-top-right-radius: 5.75rem !important;
  }
  .border-radius-bl-r-lg-23 {
    border-bottom-left-radius: 5.75rem !important;
  }
  .border-radius-br-r-lg-23 {
    border-bottom-right-radius: 5.75rem !important;
  }
  .border-radius-t-r-lg-23 {
    border-top-left-radius: 5.75rem !important;
    border-top-right-radius: 5.75rem !important;
  }
  .border-radius-b-r-lg-23 {
    border-bottom-left-radius: 5.75rem !important;
    border-bottom-right-radius: 5.75rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-23 {
    margin: 5.75rem !important;
  }
  .mt-r-xl-23 {
    margin-top: 5.75rem !important;
  }
  .mr-r-xl-23 {
    margin-right: 5.75rem !important;
  }
  .mb-r-xl-23 {
    margin-bottom: 5.75rem !important;
  }
  .ml-r-xl-23 {
    margin-left: 5.75rem !important;
  }
  .mx-r-xl-23 {
    margin-left: 5.75rem !important;
    margin-right: 5.75rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-23 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }
  .p-r-xl-23 {
    padding: 5.75rem !important;
  }
  .pt-r-xl-23 {
    padding-top: 5.75rem !important;
  }
  .pr-r-xl-23 {
    padding-right: 5.75rem !important;
  }
  .pb-r-xl-23 {
    padding-bottom: 5.75rem !important;
  }
  .pl-r-xl-23 {
    padding-left: 5.75rem !important;
  }
  .px-r-xl-23 {
    padding-left: 5.75rem !important;
    padding-right: 5.75rem !important;
  }
  .py-r-xl-23 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
  .font-size-xl-23 {
    font-size: 23px;
  }
  .border-radius-r-xl-23 {
    border-radius: 5.75rem !important;
  }
  .border-radius-tl-r-xl-23 {
    border-top-left-radius: 5.75rem !important;
  }
  .border-radius-tr-r-xl-23 {
    border-top-right-radius: 5.75rem !important;
  }
  .border-radius-bl-r-xl-23 {
    border-bottom-left-radius: 5.75rem !important;
  }
  .border-radius-br-r-xl-23 {
    border-bottom-right-radius: 5.75rem !important;
  }
  .border-radius-t-r-xl-23 {
    border-top-left-radius: 5.75rem !important;
    border-top-right-radius: 5.75rem !important;
  }
  .border-radius-b-r-xl-23 {
    border-bottom-left-radius: 5.75rem !important;
    border-bottom-right-radius: 5.75rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-23 {
    margin: 5.75rem !important;
  }
  .mt-r-contents-23 {
    margin-top: 5.75rem !important;
  }
  .mr-r-contents-23 {
    margin-right: 5.75rem !important;
  }
  .mb-r-contents-23 {
    margin-bottom: 5.75rem !important;
  }
  .ml-r-contents-23 {
    margin-left: 5.75rem !important;
  }
  .mx-r-contents-23 {
    margin-left: 5.75rem !important;
    margin-right: 5.75rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-23 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }
  .p-r-contents-23 {
    padding: 5.75rem !important;
  }
  .pt-r-contents-23 {
    padding-top: 5.75rem !important;
  }
  .pr-r-contents-23 {
    padding-right: 5.75rem !important;
  }
  .pb-r-contents-23 {
    padding-bottom: 5.75rem !important;
  }
  .pl-r-contents-23 {
    padding-left: 5.75rem !important;
  }
  .px-r-contents-23 {
    padding-left: 5.75rem !important;
    padding-right: 5.75rem !important;
  }
  .py-r-contents-23 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
  .font-size-contents-23 {
    font-size: 23px;
  }
  .border-radius-r-contents-23 {
    border-radius: 5.75rem !important;
  }
  .border-radius-tl-r-contents-23 {
    border-top-left-radius: 5.75rem !important;
  }
  .border-radius-tr-r-contents-23 {
    border-top-right-radius: 5.75rem !important;
  }
  .border-radius-bl-r-contents-23 {
    border-bottom-left-radius: 5.75rem !important;
  }
  .border-radius-br-r-contents-23 {
    border-bottom-right-radius: 5.75rem !important;
  }
  .border-radius-t-r-contents-23 {
    border-top-left-radius: 5.75rem !important;
    border-top-right-radius: 5.75rem !important;
  }
  .border-radius-b-r-contents-23 {
    border-bottom-left-radius: 5.75rem !important;
    border-bottom-right-radius: 5.75rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-23 {
    margin: 5.75rem !important;
  }
  .mt-r-screen-23 {
    margin-top: 5.75rem !important;
  }
  .mr-r-screen-23 {
    margin-right: 5.75rem !important;
  }
  .mb-r-screen-23 {
    margin-bottom: 5.75rem !important;
  }
  .ml-r-screen-23 {
    margin-left: 5.75rem !important;
  }
  .mx-r-screen-23 {
    margin-left: 5.75rem !important;
    margin-right: 5.75rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-23 {
    margin-top: 5.75rem !important;
    margin-bottom: 5.75rem !important;
  }
  .p-r-screen-23 {
    padding: 5.75rem !important;
  }
  .pt-r-screen-23 {
    padding-top: 5.75rem !important;
  }
  .pr-r-screen-23 {
    padding-right: 5.75rem !important;
  }
  .pb-r-screen-23 {
    padding-bottom: 5.75rem !important;
  }
  .pl-r-screen-23 {
    padding-left: 5.75rem !important;
  }
  .px-r-screen-23 {
    padding-left: 5.75rem !important;
    padding-right: 5.75rem !important;
  }
  .py-r-screen-23 {
    padding-top: 5.75rem !important;
    padding-bottom: 5.75rem !important;
  }
  .font-size-screen-23 {
    font-size: 23px;
  }
  .border-radius-r-screen-23 {
    border-radius: 5.75rem !important;
  }
  .border-radius-tl-r-screen-23 {
    border-top-left-radius: 5.75rem !important;
  }
  .border-radius-tr-r-screen-23 {
    border-top-right-radius: 5.75rem !important;
  }
  .border-radius-bl-r-screen-23 {
    border-bottom-left-radius: 5.75rem !important;
  }
  .border-radius-br-r-screen-23 {
    border-bottom-right-radius: 5.75rem !important;
  }
  .border-radius-t-r-screen-23 {
    border-top-left-radius: 5.75rem !important;
    border-top-right-radius: 5.75rem !important;
  }
  .border-radius-b-r-screen-23 {
    border-bottom-left-radius: 5.75rem !important;
    border-bottom-right-radius: 5.75rem !important;
  }
}
.z-24 {
  z-index: 24;
}

.m-r-24 {
  margin: 6rem;
}

.mt-r-24 {
  margin-top: 6rem;
}

.mr-r-24 {
  margin-right: 6rem;
}

.mb-r-24 {
  margin-bottom: 6rem;
}

.ml-r-24 {
  margin-left: 6rem;
}

.mx-r-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.my-r-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.p-r-24 {
  padding: 6rem;
}

.pt-r-24 {
  padding-top: 6rem;
}

.pr-r-24 {
  padding-right: 6rem;
}

.pb-r-24 {
  padding-bottom: 6rem;
}

.pl-r-24 {
  padding-left: 6rem;
}

.px-r-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.py-r-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.t-r-24 {
  top: 6rem;
}

.l-r-24 {
  left: 6rem;
}

.b-r-24 {
  bottom: 6rem;
}

.r-r-24 {
  right: 6rem;
}

.row-gap-24 {
  margin: -6rem;
}

.border-radius-r-24 {
  border-radius: 6rem;
}

.border-radius-tl-r-24 {
  border-top-left-radius: 6rem;
}

.border-radius-tr-r-24 {
  border-top-right-radius: 6rem;
}

.border-radius-bl-r-24 {
  border-bottom-left-radius: 6rem;
}

.border-radius-br-r-24 {
  border-bottom-right-radius: 6rem;
}

.border-radius-t-r-24 {
  border-top-left-radius: 6rem;
  border-top-right-radius: 6rem;
}

.border-radius-b-r-24 {
  border-bottom-left-radius: 6rem;
  border-bottom-right-radius: 6rem;
}

.font-size-24 {
  font-size: 24px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-24 {
    margin: 6rem !important;
  }
  .mt-r-xs-24 {
    margin-top: 6rem !important;
  }
  .mr-r-xs-24 {
    margin-right: 6rem !important;
  }
  .mb-r-xs-24 {
    margin-bottom: 6rem !important;
  }
  .ml-r-xs-24 {
    margin-left: 6rem !important;
  }
  .mx-r-xs-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .p-r-xs-24 {
    padding: 6rem !important;
  }
  .pt-r-xs-24 {
    padding-top: 6rem !important;
  }
  .pr-r-xs-24 {
    padding-right: 6rem !important;
  }
  .pb-r-xs-24 {
    padding-bottom: 6rem !important;
  }
  .pl-r-xs-24 {
    padding-left: 6rem !important;
  }
  .px-r-xs-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .py-r-xs-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .font-size-xs-24 {
    font-size: 24px;
  }
  .border-radius-r-xs-24 {
    border-radius: 6rem !important;
  }
  .border-radius-tl-r-xs-24 {
    border-top-left-radius: 6rem !important;
  }
  .border-radius-tr-r-xs-24 {
    border-top-right-radius: 6rem !important;
  }
  .border-radius-bl-r-xs-24 {
    border-bottom-left-radius: 6rem !important;
  }
  .border-radius-br-r-xs-24 {
    border-bottom-right-radius: 6rem !important;
  }
  .border-radius-t-r-xs-24 {
    border-top-left-radius: 6rem !important;
    border-top-right-radius: 6rem !important;
  }
  .border-radius-b-r-xs-24 {
    border-bottom-left-radius: 6rem !important;
    border-bottom-right-radius: 6rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-24 {
    margin: 6rem !important;
  }
  .mt-r-sm-24 {
    margin-top: 6rem !important;
  }
  .mr-r-sm-24 {
    margin-right: 6rem !important;
  }
  .mb-r-sm-24 {
    margin-bottom: 6rem !important;
  }
  .ml-r-sm-24 {
    margin-left: 6rem !important;
  }
  .mx-r-sm-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .p-r-sm-24 {
    padding: 6rem !important;
  }
  .pt-r-sm-24 {
    padding-top: 6rem !important;
  }
  .pr-r-sm-24 {
    padding-right: 6rem !important;
  }
  .pb-r-sm-24 {
    padding-bottom: 6rem !important;
  }
  .pl-r-sm-24 {
    padding-left: 6rem !important;
  }
  .px-r-sm-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .py-r-sm-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .font-size-sm-24 {
    font-size: 24px;
  }
  .border-radius-r-sm-24 {
    border-radius: 6rem !important;
  }
  .border-radius-tl-r-sm-24 {
    border-top-left-radius: 6rem !important;
  }
  .border-radius-tr-r-sm-24 {
    border-top-right-radius: 6rem !important;
  }
  .border-radius-bl-r-sm-24 {
    border-bottom-left-radius: 6rem !important;
  }
  .border-radius-br-r-sm-24 {
    border-bottom-right-radius: 6rem !important;
  }
  .border-radius-t-r-sm-24 {
    border-top-left-radius: 6rem !important;
    border-top-right-radius: 6rem !important;
  }
  .border-radius-b-r-sm-24 {
    border-bottom-left-radius: 6rem !important;
    border-bottom-right-radius: 6rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-24 {
    margin: 6rem !important;
  }
  .mt-r-md-24 {
    margin-top: 6rem !important;
  }
  .mr-r-md-24 {
    margin-right: 6rem !important;
  }
  .mb-r-md-24 {
    margin-bottom: 6rem !important;
  }
  .ml-r-md-24 {
    margin-left: 6rem !important;
  }
  .mx-r-md-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .p-r-md-24 {
    padding: 6rem !important;
  }
  .pt-r-md-24 {
    padding-top: 6rem !important;
  }
  .pr-r-md-24 {
    padding-right: 6rem !important;
  }
  .pb-r-md-24 {
    padding-bottom: 6rem !important;
  }
  .pl-r-md-24 {
    padding-left: 6rem !important;
  }
  .px-r-md-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .py-r-md-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .font-size-md-24 {
    font-size: 24px;
  }
  .border-radius-r-md-24 {
    border-radius: 6rem !important;
  }
  .border-radius-tl-r-md-24 {
    border-top-left-radius: 6rem !important;
  }
  .border-radius-tr-r-md-24 {
    border-top-right-radius: 6rem !important;
  }
  .border-radius-bl-r-md-24 {
    border-bottom-left-radius: 6rem !important;
  }
  .border-radius-br-r-md-24 {
    border-bottom-right-radius: 6rem !important;
  }
  .border-radius-t-r-md-24 {
    border-top-left-radius: 6rem !important;
    border-top-right-radius: 6rem !important;
  }
  .border-radius-b-r-md-24 {
    border-bottom-left-radius: 6rem !important;
    border-bottom-right-radius: 6rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-24 {
    margin: 6rem !important;
  }
  .mt-r-lg-24 {
    margin-top: 6rem !important;
  }
  .mr-r-lg-24 {
    margin-right: 6rem !important;
  }
  .mb-r-lg-24 {
    margin-bottom: 6rem !important;
  }
  .ml-r-lg-24 {
    margin-left: 6rem !important;
  }
  .mx-r-lg-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .p-r-lg-24 {
    padding: 6rem !important;
  }
  .pt-r-lg-24 {
    padding-top: 6rem !important;
  }
  .pr-r-lg-24 {
    padding-right: 6rem !important;
  }
  .pb-r-lg-24 {
    padding-bottom: 6rem !important;
  }
  .pl-r-lg-24 {
    padding-left: 6rem !important;
  }
  .px-r-lg-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .py-r-lg-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .font-size-lg-24 {
    font-size: 24px;
  }
  .border-radius-r-lg-24 {
    border-radius: 6rem !important;
  }
  .border-radius-tl-r-lg-24 {
    border-top-left-radius: 6rem !important;
  }
  .border-radius-tr-r-lg-24 {
    border-top-right-radius: 6rem !important;
  }
  .border-radius-bl-r-lg-24 {
    border-bottom-left-radius: 6rem !important;
  }
  .border-radius-br-r-lg-24 {
    border-bottom-right-radius: 6rem !important;
  }
  .border-radius-t-r-lg-24 {
    border-top-left-radius: 6rem !important;
    border-top-right-radius: 6rem !important;
  }
  .border-radius-b-r-lg-24 {
    border-bottom-left-radius: 6rem !important;
    border-bottom-right-radius: 6rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-24 {
    margin: 6rem !important;
  }
  .mt-r-xl-24 {
    margin-top: 6rem !important;
  }
  .mr-r-xl-24 {
    margin-right: 6rem !important;
  }
  .mb-r-xl-24 {
    margin-bottom: 6rem !important;
  }
  .ml-r-xl-24 {
    margin-left: 6rem !important;
  }
  .mx-r-xl-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .p-r-xl-24 {
    padding: 6rem !important;
  }
  .pt-r-xl-24 {
    padding-top: 6rem !important;
  }
  .pr-r-xl-24 {
    padding-right: 6rem !important;
  }
  .pb-r-xl-24 {
    padding-bottom: 6rem !important;
  }
  .pl-r-xl-24 {
    padding-left: 6rem !important;
  }
  .px-r-xl-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .py-r-xl-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .font-size-xl-24 {
    font-size: 24px;
  }
  .border-radius-r-xl-24 {
    border-radius: 6rem !important;
  }
  .border-radius-tl-r-xl-24 {
    border-top-left-radius: 6rem !important;
  }
  .border-radius-tr-r-xl-24 {
    border-top-right-radius: 6rem !important;
  }
  .border-radius-bl-r-xl-24 {
    border-bottom-left-radius: 6rem !important;
  }
  .border-radius-br-r-xl-24 {
    border-bottom-right-radius: 6rem !important;
  }
  .border-radius-t-r-xl-24 {
    border-top-left-radius: 6rem !important;
    border-top-right-radius: 6rem !important;
  }
  .border-radius-b-r-xl-24 {
    border-bottom-left-radius: 6rem !important;
    border-bottom-right-radius: 6rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-24 {
    margin: 6rem !important;
  }
  .mt-r-contents-24 {
    margin-top: 6rem !important;
  }
  .mr-r-contents-24 {
    margin-right: 6rem !important;
  }
  .mb-r-contents-24 {
    margin-bottom: 6rem !important;
  }
  .ml-r-contents-24 {
    margin-left: 6rem !important;
  }
  .mx-r-contents-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .p-r-contents-24 {
    padding: 6rem !important;
  }
  .pt-r-contents-24 {
    padding-top: 6rem !important;
  }
  .pr-r-contents-24 {
    padding-right: 6rem !important;
  }
  .pb-r-contents-24 {
    padding-bottom: 6rem !important;
  }
  .pl-r-contents-24 {
    padding-left: 6rem !important;
  }
  .px-r-contents-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .py-r-contents-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .font-size-contents-24 {
    font-size: 24px;
  }
  .border-radius-r-contents-24 {
    border-radius: 6rem !important;
  }
  .border-radius-tl-r-contents-24 {
    border-top-left-radius: 6rem !important;
  }
  .border-radius-tr-r-contents-24 {
    border-top-right-radius: 6rem !important;
  }
  .border-radius-bl-r-contents-24 {
    border-bottom-left-radius: 6rem !important;
  }
  .border-radius-br-r-contents-24 {
    border-bottom-right-radius: 6rem !important;
  }
  .border-radius-t-r-contents-24 {
    border-top-left-radius: 6rem !important;
    border-top-right-radius: 6rem !important;
  }
  .border-radius-b-r-contents-24 {
    border-bottom-left-radius: 6rem !important;
    border-bottom-right-radius: 6rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-24 {
    margin: 6rem !important;
  }
  .mt-r-screen-24 {
    margin-top: 6rem !important;
  }
  .mr-r-screen-24 {
    margin-right: 6rem !important;
  }
  .mb-r-screen-24 {
    margin-bottom: 6rem !important;
  }
  .ml-r-screen-24 {
    margin-left: 6rem !important;
  }
  .mx-r-screen-24 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-24 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .p-r-screen-24 {
    padding: 6rem !important;
  }
  .pt-r-screen-24 {
    padding-top: 6rem !important;
  }
  .pr-r-screen-24 {
    padding-right: 6rem !important;
  }
  .pb-r-screen-24 {
    padding-bottom: 6rem !important;
  }
  .pl-r-screen-24 {
    padding-left: 6rem !important;
  }
  .px-r-screen-24 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
  }
  .py-r-screen-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .font-size-screen-24 {
    font-size: 24px;
  }
  .border-radius-r-screen-24 {
    border-radius: 6rem !important;
  }
  .border-radius-tl-r-screen-24 {
    border-top-left-radius: 6rem !important;
  }
  .border-radius-tr-r-screen-24 {
    border-top-right-radius: 6rem !important;
  }
  .border-radius-bl-r-screen-24 {
    border-bottom-left-radius: 6rem !important;
  }
  .border-radius-br-r-screen-24 {
    border-bottom-right-radius: 6rem !important;
  }
  .border-radius-t-r-screen-24 {
    border-top-left-radius: 6rem !important;
    border-top-right-radius: 6rem !important;
  }
  .border-radius-b-r-screen-24 {
    border-bottom-left-radius: 6rem !important;
    border-bottom-right-radius: 6rem !important;
  }
}
.z-25 {
  z-index: 25;
}

.m-r-25 {
  margin: 6.25rem;
}

.mt-r-25 {
  margin-top: 6.25rem;
}

.mr-r-25 {
  margin-right: 6.25rem;
}

.mb-r-25 {
  margin-bottom: 6.25rem;
}

.ml-r-25 {
  margin-left: 6.25rem;
}

.mx-r-25 {
  margin-left: 6.25rem;
  margin-right: 6.25rem;
}

.my-r-25 {
  margin-top: 6.25rem;
  margin-bottom: 6.25rem;
}

.p-r-25 {
  padding: 6.25rem;
}

.pt-r-25 {
  padding-top: 6.25rem;
}

.pr-r-25 {
  padding-right: 6.25rem;
}

.pb-r-25 {
  padding-bottom: 6.25rem;
}

.pl-r-25 {
  padding-left: 6.25rem;
}

.px-r-25 {
  padding-left: 6.25rem;
  padding-right: 6.25rem;
}

.py-r-25 {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.t-r-25 {
  top: 6.25rem;
}

.l-r-25 {
  left: 6.25rem;
}

.b-r-25 {
  bottom: 6.25rem;
}

.r-r-25 {
  right: 6.25rem;
}

.row-gap-25 {
  margin: -6.25rem;
}

.border-radius-r-25 {
  border-radius: 6.25rem;
}

.border-radius-tl-r-25 {
  border-top-left-radius: 6.25rem;
}

.border-radius-tr-r-25 {
  border-top-right-radius: 6.25rem;
}

.border-radius-bl-r-25 {
  border-bottom-left-radius: 6.25rem;
}

.border-radius-br-r-25 {
  border-bottom-right-radius: 6.25rem;
}

.border-radius-t-r-25 {
  border-top-left-radius: 6.25rem;
  border-top-right-radius: 6.25rem;
}

.border-radius-b-r-25 {
  border-bottom-left-radius: 6.25rem;
  border-bottom-right-radius: 6.25rem;
}

.font-size-25 {
  font-size: 25px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-25 {
    margin: 6.25rem !important;
  }
  .mt-r-xs-25 {
    margin-top: 6.25rem !important;
  }
  .mr-r-xs-25 {
    margin-right: 6.25rem !important;
  }
  .mb-r-xs-25 {
    margin-bottom: 6.25rem !important;
  }
  .ml-r-xs-25 {
    margin-left: 6.25rem !important;
  }
  .mx-r-xs-25 {
    margin-left: 6.25rem !important;
    margin-right: 6.25rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-25 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .p-r-xs-25 {
    padding: 6.25rem !important;
  }
  .pt-r-xs-25 {
    padding-top: 6.25rem !important;
  }
  .pr-r-xs-25 {
    padding-right: 6.25rem !important;
  }
  .pb-r-xs-25 {
    padding-bottom: 6.25rem !important;
  }
  .pl-r-xs-25 {
    padding-left: 6.25rem !important;
  }
  .px-r-xs-25 {
    padding-left: 6.25rem !important;
    padding-right: 6.25rem !important;
  }
  .py-r-xs-25 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .font-size-xs-25 {
    font-size: 25px;
  }
  .border-radius-r-xs-25 {
    border-radius: 6.25rem !important;
  }
  .border-radius-tl-r-xs-25 {
    border-top-left-radius: 6.25rem !important;
  }
  .border-radius-tr-r-xs-25 {
    border-top-right-radius: 6.25rem !important;
  }
  .border-radius-bl-r-xs-25 {
    border-bottom-left-radius: 6.25rem !important;
  }
  .border-radius-br-r-xs-25 {
    border-bottom-right-radius: 6.25rem !important;
  }
  .border-radius-t-r-xs-25 {
    border-top-left-radius: 6.25rem !important;
    border-top-right-radius: 6.25rem !important;
  }
  .border-radius-b-r-xs-25 {
    border-bottom-left-radius: 6.25rem !important;
    border-bottom-right-radius: 6.25rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-25 {
    margin: 6.25rem !important;
  }
  .mt-r-sm-25 {
    margin-top: 6.25rem !important;
  }
  .mr-r-sm-25 {
    margin-right: 6.25rem !important;
  }
  .mb-r-sm-25 {
    margin-bottom: 6.25rem !important;
  }
  .ml-r-sm-25 {
    margin-left: 6.25rem !important;
  }
  .mx-r-sm-25 {
    margin-left: 6.25rem !important;
    margin-right: 6.25rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-25 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .p-r-sm-25 {
    padding: 6.25rem !important;
  }
  .pt-r-sm-25 {
    padding-top: 6.25rem !important;
  }
  .pr-r-sm-25 {
    padding-right: 6.25rem !important;
  }
  .pb-r-sm-25 {
    padding-bottom: 6.25rem !important;
  }
  .pl-r-sm-25 {
    padding-left: 6.25rem !important;
  }
  .px-r-sm-25 {
    padding-left: 6.25rem !important;
    padding-right: 6.25rem !important;
  }
  .py-r-sm-25 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .font-size-sm-25 {
    font-size: 25px;
  }
  .border-radius-r-sm-25 {
    border-radius: 6.25rem !important;
  }
  .border-radius-tl-r-sm-25 {
    border-top-left-radius: 6.25rem !important;
  }
  .border-radius-tr-r-sm-25 {
    border-top-right-radius: 6.25rem !important;
  }
  .border-radius-bl-r-sm-25 {
    border-bottom-left-radius: 6.25rem !important;
  }
  .border-radius-br-r-sm-25 {
    border-bottom-right-radius: 6.25rem !important;
  }
  .border-radius-t-r-sm-25 {
    border-top-left-radius: 6.25rem !important;
    border-top-right-radius: 6.25rem !important;
  }
  .border-radius-b-r-sm-25 {
    border-bottom-left-radius: 6.25rem !important;
    border-bottom-right-radius: 6.25rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-25 {
    margin: 6.25rem !important;
  }
  .mt-r-md-25 {
    margin-top: 6.25rem !important;
  }
  .mr-r-md-25 {
    margin-right: 6.25rem !important;
  }
  .mb-r-md-25 {
    margin-bottom: 6.25rem !important;
  }
  .ml-r-md-25 {
    margin-left: 6.25rem !important;
  }
  .mx-r-md-25 {
    margin-left: 6.25rem !important;
    margin-right: 6.25rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-25 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .p-r-md-25 {
    padding: 6.25rem !important;
  }
  .pt-r-md-25 {
    padding-top: 6.25rem !important;
  }
  .pr-r-md-25 {
    padding-right: 6.25rem !important;
  }
  .pb-r-md-25 {
    padding-bottom: 6.25rem !important;
  }
  .pl-r-md-25 {
    padding-left: 6.25rem !important;
  }
  .px-r-md-25 {
    padding-left: 6.25rem !important;
    padding-right: 6.25rem !important;
  }
  .py-r-md-25 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .font-size-md-25 {
    font-size: 25px;
  }
  .border-radius-r-md-25 {
    border-radius: 6.25rem !important;
  }
  .border-radius-tl-r-md-25 {
    border-top-left-radius: 6.25rem !important;
  }
  .border-radius-tr-r-md-25 {
    border-top-right-radius: 6.25rem !important;
  }
  .border-radius-bl-r-md-25 {
    border-bottom-left-radius: 6.25rem !important;
  }
  .border-radius-br-r-md-25 {
    border-bottom-right-radius: 6.25rem !important;
  }
  .border-radius-t-r-md-25 {
    border-top-left-radius: 6.25rem !important;
    border-top-right-radius: 6.25rem !important;
  }
  .border-radius-b-r-md-25 {
    border-bottom-left-radius: 6.25rem !important;
    border-bottom-right-radius: 6.25rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-25 {
    margin: 6.25rem !important;
  }
  .mt-r-lg-25 {
    margin-top: 6.25rem !important;
  }
  .mr-r-lg-25 {
    margin-right: 6.25rem !important;
  }
  .mb-r-lg-25 {
    margin-bottom: 6.25rem !important;
  }
  .ml-r-lg-25 {
    margin-left: 6.25rem !important;
  }
  .mx-r-lg-25 {
    margin-left: 6.25rem !important;
    margin-right: 6.25rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-25 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .p-r-lg-25 {
    padding: 6.25rem !important;
  }
  .pt-r-lg-25 {
    padding-top: 6.25rem !important;
  }
  .pr-r-lg-25 {
    padding-right: 6.25rem !important;
  }
  .pb-r-lg-25 {
    padding-bottom: 6.25rem !important;
  }
  .pl-r-lg-25 {
    padding-left: 6.25rem !important;
  }
  .px-r-lg-25 {
    padding-left: 6.25rem !important;
    padding-right: 6.25rem !important;
  }
  .py-r-lg-25 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .font-size-lg-25 {
    font-size: 25px;
  }
  .border-radius-r-lg-25 {
    border-radius: 6.25rem !important;
  }
  .border-radius-tl-r-lg-25 {
    border-top-left-radius: 6.25rem !important;
  }
  .border-radius-tr-r-lg-25 {
    border-top-right-radius: 6.25rem !important;
  }
  .border-radius-bl-r-lg-25 {
    border-bottom-left-radius: 6.25rem !important;
  }
  .border-radius-br-r-lg-25 {
    border-bottom-right-radius: 6.25rem !important;
  }
  .border-radius-t-r-lg-25 {
    border-top-left-radius: 6.25rem !important;
    border-top-right-radius: 6.25rem !important;
  }
  .border-radius-b-r-lg-25 {
    border-bottom-left-radius: 6.25rem !important;
    border-bottom-right-radius: 6.25rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-25 {
    margin: 6.25rem !important;
  }
  .mt-r-xl-25 {
    margin-top: 6.25rem !important;
  }
  .mr-r-xl-25 {
    margin-right: 6.25rem !important;
  }
  .mb-r-xl-25 {
    margin-bottom: 6.25rem !important;
  }
  .ml-r-xl-25 {
    margin-left: 6.25rem !important;
  }
  .mx-r-xl-25 {
    margin-left: 6.25rem !important;
    margin-right: 6.25rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-25 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .p-r-xl-25 {
    padding: 6.25rem !important;
  }
  .pt-r-xl-25 {
    padding-top: 6.25rem !important;
  }
  .pr-r-xl-25 {
    padding-right: 6.25rem !important;
  }
  .pb-r-xl-25 {
    padding-bottom: 6.25rem !important;
  }
  .pl-r-xl-25 {
    padding-left: 6.25rem !important;
  }
  .px-r-xl-25 {
    padding-left: 6.25rem !important;
    padding-right: 6.25rem !important;
  }
  .py-r-xl-25 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .font-size-xl-25 {
    font-size: 25px;
  }
  .border-radius-r-xl-25 {
    border-radius: 6.25rem !important;
  }
  .border-radius-tl-r-xl-25 {
    border-top-left-radius: 6.25rem !important;
  }
  .border-radius-tr-r-xl-25 {
    border-top-right-radius: 6.25rem !important;
  }
  .border-radius-bl-r-xl-25 {
    border-bottom-left-radius: 6.25rem !important;
  }
  .border-radius-br-r-xl-25 {
    border-bottom-right-radius: 6.25rem !important;
  }
  .border-radius-t-r-xl-25 {
    border-top-left-radius: 6.25rem !important;
    border-top-right-radius: 6.25rem !important;
  }
  .border-radius-b-r-xl-25 {
    border-bottom-left-radius: 6.25rem !important;
    border-bottom-right-radius: 6.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-25 {
    margin: 6.25rem !important;
  }
  .mt-r-contents-25 {
    margin-top: 6.25rem !important;
  }
  .mr-r-contents-25 {
    margin-right: 6.25rem !important;
  }
  .mb-r-contents-25 {
    margin-bottom: 6.25rem !important;
  }
  .ml-r-contents-25 {
    margin-left: 6.25rem !important;
  }
  .mx-r-contents-25 {
    margin-left: 6.25rem !important;
    margin-right: 6.25rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-25 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .p-r-contents-25 {
    padding: 6.25rem !important;
  }
  .pt-r-contents-25 {
    padding-top: 6.25rem !important;
  }
  .pr-r-contents-25 {
    padding-right: 6.25rem !important;
  }
  .pb-r-contents-25 {
    padding-bottom: 6.25rem !important;
  }
  .pl-r-contents-25 {
    padding-left: 6.25rem !important;
  }
  .px-r-contents-25 {
    padding-left: 6.25rem !important;
    padding-right: 6.25rem !important;
  }
  .py-r-contents-25 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .font-size-contents-25 {
    font-size: 25px;
  }
  .border-radius-r-contents-25 {
    border-radius: 6.25rem !important;
  }
  .border-radius-tl-r-contents-25 {
    border-top-left-radius: 6.25rem !important;
  }
  .border-radius-tr-r-contents-25 {
    border-top-right-radius: 6.25rem !important;
  }
  .border-radius-bl-r-contents-25 {
    border-bottom-left-radius: 6.25rem !important;
  }
  .border-radius-br-r-contents-25 {
    border-bottom-right-radius: 6.25rem !important;
  }
  .border-radius-t-r-contents-25 {
    border-top-left-radius: 6.25rem !important;
    border-top-right-radius: 6.25rem !important;
  }
  .border-radius-b-r-contents-25 {
    border-bottom-left-radius: 6.25rem !important;
    border-bottom-right-radius: 6.25rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-25 {
    margin: 6.25rem !important;
  }
  .mt-r-screen-25 {
    margin-top: 6.25rem !important;
  }
  .mr-r-screen-25 {
    margin-right: 6.25rem !important;
  }
  .mb-r-screen-25 {
    margin-bottom: 6.25rem !important;
  }
  .ml-r-screen-25 {
    margin-left: 6.25rem !important;
  }
  .mx-r-screen-25 {
    margin-left: 6.25rem !important;
    margin-right: 6.25rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-25 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .p-r-screen-25 {
    padding: 6.25rem !important;
  }
  .pt-r-screen-25 {
    padding-top: 6.25rem !important;
  }
  .pr-r-screen-25 {
    padding-right: 6.25rem !important;
  }
  .pb-r-screen-25 {
    padding-bottom: 6.25rem !important;
  }
  .pl-r-screen-25 {
    padding-left: 6.25rem !important;
  }
  .px-r-screen-25 {
    padding-left: 6.25rem !important;
    padding-right: 6.25rem !important;
  }
  .py-r-screen-25 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .font-size-screen-25 {
    font-size: 25px;
  }
  .border-radius-r-screen-25 {
    border-radius: 6.25rem !important;
  }
  .border-radius-tl-r-screen-25 {
    border-top-left-radius: 6.25rem !important;
  }
  .border-radius-tr-r-screen-25 {
    border-top-right-radius: 6.25rem !important;
  }
  .border-radius-bl-r-screen-25 {
    border-bottom-left-radius: 6.25rem !important;
  }
  .border-radius-br-r-screen-25 {
    border-bottom-right-radius: 6.25rem !important;
  }
  .border-radius-t-r-screen-25 {
    border-top-left-radius: 6.25rem !important;
    border-top-right-radius: 6.25rem !important;
  }
  .border-radius-b-r-screen-25 {
    border-bottom-left-radius: 6.25rem !important;
    border-bottom-right-radius: 6.25rem !important;
  }
}
.z-26 {
  z-index: 26;
}

.m-r-26 {
  margin: 6.5rem;
}

.mt-r-26 {
  margin-top: 6.5rem;
}

.mr-r-26 {
  margin-right: 6.5rem;
}

.mb-r-26 {
  margin-bottom: 6.5rem;
}

.ml-r-26 {
  margin-left: 6.5rem;
}

.mx-r-26 {
  margin-left: 6.5rem;
  margin-right: 6.5rem;
}

.my-r-26 {
  margin-top: 6.5rem;
  margin-bottom: 6.5rem;
}

.p-r-26 {
  padding: 6.5rem;
}

.pt-r-26 {
  padding-top: 6.5rem;
}

.pr-r-26 {
  padding-right: 6.5rem;
}

.pb-r-26 {
  padding-bottom: 6.5rem;
}

.pl-r-26 {
  padding-left: 6.5rem;
}

.px-r-26 {
  padding-left: 6.5rem;
  padding-right: 6.5rem;
}

.py-r-26 {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
}

.t-r-26 {
  top: 6.5rem;
}

.l-r-26 {
  left: 6.5rem;
}

.b-r-26 {
  bottom: 6.5rem;
}

.r-r-26 {
  right: 6.5rem;
}

.row-gap-26 {
  margin: -6.5rem;
}

.border-radius-r-26 {
  border-radius: 6.5rem;
}

.border-radius-tl-r-26 {
  border-top-left-radius: 6.5rem;
}

.border-radius-tr-r-26 {
  border-top-right-radius: 6.5rem;
}

.border-radius-bl-r-26 {
  border-bottom-left-radius: 6.5rem;
}

.border-radius-br-r-26 {
  border-bottom-right-radius: 6.5rem;
}

.border-radius-t-r-26 {
  border-top-left-radius: 6.5rem;
  border-top-right-radius: 6.5rem;
}

.border-radius-b-r-26 {
  border-bottom-left-radius: 6.5rem;
  border-bottom-right-radius: 6.5rem;
}

.font-size-26 {
  font-size: 26px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-26 {
    margin: 6.5rem !important;
  }
  .mt-r-xs-26 {
    margin-top: 6.5rem !important;
  }
  .mr-r-xs-26 {
    margin-right: 6.5rem !important;
  }
  .mb-r-xs-26 {
    margin-bottom: 6.5rem !important;
  }
  .ml-r-xs-26 {
    margin-left: 6.5rem !important;
  }
  .mx-r-xs-26 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-26 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .p-r-xs-26 {
    padding: 6.5rem !important;
  }
  .pt-r-xs-26 {
    padding-top: 6.5rem !important;
  }
  .pr-r-xs-26 {
    padding-right: 6.5rem !important;
  }
  .pb-r-xs-26 {
    padding-bottom: 6.5rem !important;
  }
  .pl-r-xs-26 {
    padding-left: 6.5rem !important;
  }
  .px-r-xs-26 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
  }
  .py-r-xs-26 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .font-size-xs-26 {
    font-size: 26px;
  }
  .border-radius-r-xs-26 {
    border-radius: 6.5rem !important;
  }
  .border-radius-tl-r-xs-26 {
    border-top-left-radius: 6.5rem !important;
  }
  .border-radius-tr-r-xs-26 {
    border-top-right-radius: 6.5rem !important;
  }
  .border-radius-bl-r-xs-26 {
    border-bottom-left-radius: 6.5rem !important;
  }
  .border-radius-br-r-xs-26 {
    border-bottom-right-radius: 6.5rem !important;
  }
  .border-radius-t-r-xs-26 {
    border-top-left-radius: 6.5rem !important;
    border-top-right-radius: 6.5rem !important;
  }
  .border-radius-b-r-xs-26 {
    border-bottom-left-radius: 6.5rem !important;
    border-bottom-right-radius: 6.5rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-26 {
    margin: 6.5rem !important;
  }
  .mt-r-sm-26 {
    margin-top: 6.5rem !important;
  }
  .mr-r-sm-26 {
    margin-right: 6.5rem !important;
  }
  .mb-r-sm-26 {
    margin-bottom: 6.5rem !important;
  }
  .ml-r-sm-26 {
    margin-left: 6.5rem !important;
  }
  .mx-r-sm-26 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-26 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .p-r-sm-26 {
    padding: 6.5rem !important;
  }
  .pt-r-sm-26 {
    padding-top: 6.5rem !important;
  }
  .pr-r-sm-26 {
    padding-right: 6.5rem !important;
  }
  .pb-r-sm-26 {
    padding-bottom: 6.5rem !important;
  }
  .pl-r-sm-26 {
    padding-left: 6.5rem !important;
  }
  .px-r-sm-26 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
  }
  .py-r-sm-26 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .font-size-sm-26 {
    font-size: 26px;
  }
  .border-radius-r-sm-26 {
    border-radius: 6.5rem !important;
  }
  .border-radius-tl-r-sm-26 {
    border-top-left-radius: 6.5rem !important;
  }
  .border-radius-tr-r-sm-26 {
    border-top-right-radius: 6.5rem !important;
  }
  .border-radius-bl-r-sm-26 {
    border-bottom-left-radius: 6.5rem !important;
  }
  .border-radius-br-r-sm-26 {
    border-bottom-right-radius: 6.5rem !important;
  }
  .border-radius-t-r-sm-26 {
    border-top-left-radius: 6.5rem !important;
    border-top-right-radius: 6.5rem !important;
  }
  .border-radius-b-r-sm-26 {
    border-bottom-left-radius: 6.5rem !important;
    border-bottom-right-radius: 6.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-26 {
    margin: 6.5rem !important;
  }
  .mt-r-md-26 {
    margin-top: 6.5rem !important;
  }
  .mr-r-md-26 {
    margin-right: 6.5rem !important;
  }
  .mb-r-md-26 {
    margin-bottom: 6.5rem !important;
  }
  .ml-r-md-26 {
    margin-left: 6.5rem !important;
  }
  .mx-r-md-26 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-26 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .p-r-md-26 {
    padding: 6.5rem !important;
  }
  .pt-r-md-26 {
    padding-top: 6.5rem !important;
  }
  .pr-r-md-26 {
    padding-right: 6.5rem !important;
  }
  .pb-r-md-26 {
    padding-bottom: 6.5rem !important;
  }
  .pl-r-md-26 {
    padding-left: 6.5rem !important;
  }
  .px-r-md-26 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
  }
  .py-r-md-26 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .font-size-md-26 {
    font-size: 26px;
  }
  .border-radius-r-md-26 {
    border-radius: 6.5rem !important;
  }
  .border-radius-tl-r-md-26 {
    border-top-left-radius: 6.5rem !important;
  }
  .border-radius-tr-r-md-26 {
    border-top-right-radius: 6.5rem !important;
  }
  .border-radius-bl-r-md-26 {
    border-bottom-left-radius: 6.5rem !important;
  }
  .border-radius-br-r-md-26 {
    border-bottom-right-radius: 6.5rem !important;
  }
  .border-radius-t-r-md-26 {
    border-top-left-radius: 6.5rem !important;
    border-top-right-radius: 6.5rem !important;
  }
  .border-radius-b-r-md-26 {
    border-bottom-left-radius: 6.5rem !important;
    border-bottom-right-radius: 6.5rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-26 {
    margin: 6.5rem !important;
  }
  .mt-r-lg-26 {
    margin-top: 6.5rem !important;
  }
  .mr-r-lg-26 {
    margin-right: 6.5rem !important;
  }
  .mb-r-lg-26 {
    margin-bottom: 6.5rem !important;
  }
  .ml-r-lg-26 {
    margin-left: 6.5rem !important;
  }
  .mx-r-lg-26 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-26 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .p-r-lg-26 {
    padding: 6.5rem !important;
  }
  .pt-r-lg-26 {
    padding-top: 6.5rem !important;
  }
  .pr-r-lg-26 {
    padding-right: 6.5rem !important;
  }
  .pb-r-lg-26 {
    padding-bottom: 6.5rem !important;
  }
  .pl-r-lg-26 {
    padding-left: 6.5rem !important;
  }
  .px-r-lg-26 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
  }
  .py-r-lg-26 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .font-size-lg-26 {
    font-size: 26px;
  }
  .border-radius-r-lg-26 {
    border-radius: 6.5rem !important;
  }
  .border-radius-tl-r-lg-26 {
    border-top-left-radius: 6.5rem !important;
  }
  .border-radius-tr-r-lg-26 {
    border-top-right-radius: 6.5rem !important;
  }
  .border-radius-bl-r-lg-26 {
    border-bottom-left-radius: 6.5rem !important;
  }
  .border-radius-br-r-lg-26 {
    border-bottom-right-radius: 6.5rem !important;
  }
  .border-radius-t-r-lg-26 {
    border-top-left-radius: 6.5rem !important;
    border-top-right-radius: 6.5rem !important;
  }
  .border-radius-b-r-lg-26 {
    border-bottom-left-radius: 6.5rem !important;
    border-bottom-right-radius: 6.5rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-26 {
    margin: 6.5rem !important;
  }
  .mt-r-xl-26 {
    margin-top: 6.5rem !important;
  }
  .mr-r-xl-26 {
    margin-right: 6.5rem !important;
  }
  .mb-r-xl-26 {
    margin-bottom: 6.5rem !important;
  }
  .ml-r-xl-26 {
    margin-left: 6.5rem !important;
  }
  .mx-r-xl-26 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-26 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .p-r-xl-26 {
    padding: 6.5rem !important;
  }
  .pt-r-xl-26 {
    padding-top: 6.5rem !important;
  }
  .pr-r-xl-26 {
    padding-right: 6.5rem !important;
  }
  .pb-r-xl-26 {
    padding-bottom: 6.5rem !important;
  }
  .pl-r-xl-26 {
    padding-left: 6.5rem !important;
  }
  .px-r-xl-26 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
  }
  .py-r-xl-26 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .font-size-xl-26 {
    font-size: 26px;
  }
  .border-radius-r-xl-26 {
    border-radius: 6.5rem !important;
  }
  .border-radius-tl-r-xl-26 {
    border-top-left-radius: 6.5rem !important;
  }
  .border-radius-tr-r-xl-26 {
    border-top-right-radius: 6.5rem !important;
  }
  .border-radius-bl-r-xl-26 {
    border-bottom-left-radius: 6.5rem !important;
  }
  .border-radius-br-r-xl-26 {
    border-bottom-right-radius: 6.5rem !important;
  }
  .border-radius-t-r-xl-26 {
    border-top-left-radius: 6.5rem !important;
    border-top-right-radius: 6.5rem !important;
  }
  .border-radius-b-r-xl-26 {
    border-bottom-left-radius: 6.5rem !important;
    border-bottom-right-radius: 6.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-26 {
    margin: 6.5rem !important;
  }
  .mt-r-contents-26 {
    margin-top: 6.5rem !important;
  }
  .mr-r-contents-26 {
    margin-right: 6.5rem !important;
  }
  .mb-r-contents-26 {
    margin-bottom: 6.5rem !important;
  }
  .ml-r-contents-26 {
    margin-left: 6.5rem !important;
  }
  .mx-r-contents-26 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-26 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .p-r-contents-26 {
    padding: 6.5rem !important;
  }
  .pt-r-contents-26 {
    padding-top: 6.5rem !important;
  }
  .pr-r-contents-26 {
    padding-right: 6.5rem !important;
  }
  .pb-r-contents-26 {
    padding-bottom: 6.5rem !important;
  }
  .pl-r-contents-26 {
    padding-left: 6.5rem !important;
  }
  .px-r-contents-26 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
  }
  .py-r-contents-26 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .font-size-contents-26 {
    font-size: 26px;
  }
  .border-radius-r-contents-26 {
    border-radius: 6.5rem !important;
  }
  .border-radius-tl-r-contents-26 {
    border-top-left-radius: 6.5rem !important;
  }
  .border-radius-tr-r-contents-26 {
    border-top-right-radius: 6.5rem !important;
  }
  .border-radius-bl-r-contents-26 {
    border-bottom-left-radius: 6.5rem !important;
  }
  .border-radius-br-r-contents-26 {
    border-bottom-right-radius: 6.5rem !important;
  }
  .border-radius-t-r-contents-26 {
    border-top-left-radius: 6.5rem !important;
    border-top-right-radius: 6.5rem !important;
  }
  .border-radius-b-r-contents-26 {
    border-bottom-left-radius: 6.5rem !important;
    border-bottom-right-radius: 6.5rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-26 {
    margin: 6.5rem !important;
  }
  .mt-r-screen-26 {
    margin-top: 6.5rem !important;
  }
  .mr-r-screen-26 {
    margin-right: 6.5rem !important;
  }
  .mb-r-screen-26 {
    margin-bottom: 6.5rem !important;
  }
  .ml-r-screen-26 {
    margin-left: 6.5rem !important;
  }
  .mx-r-screen-26 {
    margin-left: 6.5rem !important;
    margin-right: 6.5rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-26 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important;
  }
  .p-r-screen-26 {
    padding: 6.5rem !important;
  }
  .pt-r-screen-26 {
    padding-top: 6.5rem !important;
  }
  .pr-r-screen-26 {
    padding-right: 6.5rem !important;
  }
  .pb-r-screen-26 {
    padding-bottom: 6.5rem !important;
  }
  .pl-r-screen-26 {
    padding-left: 6.5rem !important;
  }
  .px-r-screen-26 {
    padding-left: 6.5rem !important;
    padding-right: 6.5rem !important;
  }
  .py-r-screen-26 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important;
  }
  .font-size-screen-26 {
    font-size: 26px;
  }
  .border-radius-r-screen-26 {
    border-radius: 6.5rem !important;
  }
  .border-radius-tl-r-screen-26 {
    border-top-left-radius: 6.5rem !important;
  }
  .border-radius-tr-r-screen-26 {
    border-top-right-radius: 6.5rem !important;
  }
  .border-radius-bl-r-screen-26 {
    border-bottom-left-radius: 6.5rem !important;
  }
  .border-radius-br-r-screen-26 {
    border-bottom-right-radius: 6.5rem !important;
  }
  .border-radius-t-r-screen-26 {
    border-top-left-radius: 6.5rem !important;
    border-top-right-radius: 6.5rem !important;
  }
  .border-radius-b-r-screen-26 {
    border-bottom-left-radius: 6.5rem !important;
    border-bottom-right-radius: 6.5rem !important;
  }
}
.z-27 {
  z-index: 27;
}

.m-r-27 {
  margin: 6.75rem;
}

.mt-r-27 {
  margin-top: 6.75rem;
}

.mr-r-27 {
  margin-right: 6.75rem;
}

.mb-r-27 {
  margin-bottom: 6.75rem;
}

.ml-r-27 {
  margin-left: 6.75rem;
}

.mx-r-27 {
  margin-left: 6.75rem;
  margin-right: 6.75rem;
}

.my-r-27 {
  margin-top: 6.75rem;
  margin-bottom: 6.75rem;
}

.p-r-27 {
  padding: 6.75rem;
}

.pt-r-27 {
  padding-top: 6.75rem;
}

.pr-r-27 {
  padding-right: 6.75rem;
}

.pb-r-27 {
  padding-bottom: 6.75rem;
}

.pl-r-27 {
  padding-left: 6.75rem;
}

.px-r-27 {
  padding-left: 6.75rem;
  padding-right: 6.75rem;
}

.py-r-27 {
  padding-top: 6.75rem;
  padding-bottom: 6.75rem;
}

.t-r-27 {
  top: 6.75rem;
}

.l-r-27 {
  left: 6.75rem;
}

.b-r-27 {
  bottom: 6.75rem;
}

.r-r-27 {
  right: 6.75rem;
}

.row-gap-27 {
  margin: -6.75rem;
}

.border-radius-r-27 {
  border-radius: 6.75rem;
}

.border-radius-tl-r-27 {
  border-top-left-radius: 6.75rem;
}

.border-radius-tr-r-27 {
  border-top-right-radius: 6.75rem;
}

.border-radius-bl-r-27 {
  border-bottom-left-radius: 6.75rem;
}

.border-radius-br-r-27 {
  border-bottom-right-radius: 6.75rem;
}

.border-radius-t-r-27 {
  border-top-left-radius: 6.75rem;
  border-top-right-radius: 6.75rem;
}

.border-radius-b-r-27 {
  border-bottom-left-radius: 6.75rem;
  border-bottom-right-radius: 6.75rem;
}

.font-size-27 {
  font-size: 27px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-27 {
    margin: 6.75rem !important;
  }
  .mt-r-xs-27 {
    margin-top: 6.75rem !important;
  }
  .mr-r-xs-27 {
    margin-right: 6.75rem !important;
  }
  .mb-r-xs-27 {
    margin-bottom: 6.75rem !important;
  }
  .ml-r-xs-27 {
    margin-left: 6.75rem !important;
  }
  .mx-r-xs-27 {
    margin-left: 6.75rem !important;
    margin-right: 6.75rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-27 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .p-r-xs-27 {
    padding: 6.75rem !important;
  }
  .pt-r-xs-27 {
    padding-top: 6.75rem !important;
  }
  .pr-r-xs-27 {
    padding-right: 6.75rem !important;
  }
  .pb-r-xs-27 {
    padding-bottom: 6.75rem !important;
  }
  .pl-r-xs-27 {
    padding-left: 6.75rem !important;
  }
  .px-r-xs-27 {
    padding-left: 6.75rem !important;
    padding-right: 6.75rem !important;
  }
  .py-r-xs-27 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .font-size-xs-27 {
    font-size: 27px;
  }
  .border-radius-r-xs-27 {
    border-radius: 6.75rem !important;
  }
  .border-radius-tl-r-xs-27 {
    border-top-left-radius: 6.75rem !important;
  }
  .border-radius-tr-r-xs-27 {
    border-top-right-radius: 6.75rem !important;
  }
  .border-radius-bl-r-xs-27 {
    border-bottom-left-radius: 6.75rem !important;
  }
  .border-radius-br-r-xs-27 {
    border-bottom-right-radius: 6.75rem !important;
  }
  .border-radius-t-r-xs-27 {
    border-top-left-radius: 6.75rem !important;
    border-top-right-radius: 6.75rem !important;
  }
  .border-radius-b-r-xs-27 {
    border-bottom-left-radius: 6.75rem !important;
    border-bottom-right-radius: 6.75rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-27 {
    margin: 6.75rem !important;
  }
  .mt-r-sm-27 {
    margin-top: 6.75rem !important;
  }
  .mr-r-sm-27 {
    margin-right: 6.75rem !important;
  }
  .mb-r-sm-27 {
    margin-bottom: 6.75rem !important;
  }
  .ml-r-sm-27 {
    margin-left: 6.75rem !important;
  }
  .mx-r-sm-27 {
    margin-left: 6.75rem !important;
    margin-right: 6.75rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-27 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .p-r-sm-27 {
    padding: 6.75rem !important;
  }
  .pt-r-sm-27 {
    padding-top: 6.75rem !important;
  }
  .pr-r-sm-27 {
    padding-right: 6.75rem !important;
  }
  .pb-r-sm-27 {
    padding-bottom: 6.75rem !important;
  }
  .pl-r-sm-27 {
    padding-left: 6.75rem !important;
  }
  .px-r-sm-27 {
    padding-left: 6.75rem !important;
    padding-right: 6.75rem !important;
  }
  .py-r-sm-27 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .font-size-sm-27 {
    font-size: 27px;
  }
  .border-radius-r-sm-27 {
    border-radius: 6.75rem !important;
  }
  .border-radius-tl-r-sm-27 {
    border-top-left-radius: 6.75rem !important;
  }
  .border-radius-tr-r-sm-27 {
    border-top-right-radius: 6.75rem !important;
  }
  .border-radius-bl-r-sm-27 {
    border-bottom-left-radius: 6.75rem !important;
  }
  .border-radius-br-r-sm-27 {
    border-bottom-right-radius: 6.75rem !important;
  }
  .border-radius-t-r-sm-27 {
    border-top-left-radius: 6.75rem !important;
    border-top-right-radius: 6.75rem !important;
  }
  .border-radius-b-r-sm-27 {
    border-bottom-left-radius: 6.75rem !important;
    border-bottom-right-radius: 6.75rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-27 {
    margin: 6.75rem !important;
  }
  .mt-r-md-27 {
    margin-top: 6.75rem !important;
  }
  .mr-r-md-27 {
    margin-right: 6.75rem !important;
  }
  .mb-r-md-27 {
    margin-bottom: 6.75rem !important;
  }
  .ml-r-md-27 {
    margin-left: 6.75rem !important;
  }
  .mx-r-md-27 {
    margin-left: 6.75rem !important;
    margin-right: 6.75rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-27 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .p-r-md-27 {
    padding: 6.75rem !important;
  }
  .pt-r-md-27 {
    padding-top: 6.75rem !important;
  }
  .pr-r-md-27 {
    padding-right: 6.75rem !important;
  }
  .pb-r-md-27 {
    padding-bottom: 6.75rem !important;
  }
  .pl-r-md-27 {
    padding-left: 6.75rem !important;
  }
  .px-r-md-27 {
    padding-left: 6.75rem !important;
    padding-right: 6.75rem !important;
  }
  .py-r-md-27 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .font-size-md-27 {
    font-size: 27px;
  }
  .border-radius-r-md-27 {
    border-radius: 6.75rem !important;
  }
  .border-radius-tl-r-md-27 {
    border-top-left-radius: 6.75rem !important;
  }
  .border-radius-tr-r-md-27 {
    border-top-right-radius: 6.75rem !important;
  }
  .border-radius-bl-r-md-27 {
    border-bottom-left-radius: 6.75rem !important;
  }
  .border-radius-br-r-md-27 {
    border-bottom-right-radius: 6.75rem !important;
  }
  .border-radius-t-r-md-27 {
    border-top-left-radius: 6.75rem !important;
    border-top-right-radius: 6.75rem !important;
  }
  .border-radius-b-r-md-27 {
    border-bottom-left-radius: 6.75rem !important;
    border-bottom-right-radius: 6.75rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-27 {
    margin: 6.75rem !important;
  }
  .mt-r-lg-27 {
    margin-top: 6.75rem !important;
  }
  .mr-r-lg-27 {
    margin-right: 6.75rem !important;
  }
  .mb-r-lg-27 {
    margin-bottom: 6.75rem !important;
  }
  .ml-r-lg-27 {
    margin-left: 6.75rem !important;
  }
  .mx-r-lg-27 {
    margin-left: 6.75rem !important;
    margin-right: 6.75rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-27 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .p-r-lg-27 {
    padding: 6.75rem !important;
  }
  .pt-r-lg-27 {
    padding-top: 6.75rem !important;
  }
  .pr-r-lg-27 {
    padding-right: 6.75rem !important;
  }
  .pb-r-lg-27 {
    padding-bottom: 6.75rem !important;
  }
  .pl-r-lg-27 {
    padding-left: 6.75rem !important;
  }
  .px-r-lg-27 {
    padding-left: 6.75rem !important;
    padding-right: 6.75rem !important;
  }
  .py-r-lg-27 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .font-size-lg-27 {
    font-size: 27px;
  }
  .border-radius-r-lg-27 {
    border-radius: 6.75rem !important;
  }
  .border-radius-tl-r-lg-27 {
    border-top-left-radius: 6.75rem !important;
  }
  .border-radius-tr-r-lg-27 {
    border-top-right-radius: 6.75rem !important;
  }
  .border-radius-bl-r-lg-27 {
    border-bottom-left-radius: 6.75rem !important;
  }
  .border-radius-br-r-lg-27 {
    border-bottom-right-radius: 6.75rem !important;
  }
  .border-radius-t-r-lg-27 {
    border-top-left-radius: 6.75rem !important;
    border-top-right-radius: 6.75rem !important;
  }
  .border-radius-b-r-lg-27 {
    border-bottom-left-radius: 6.75rem !important;
    border-bottom-right-radius: 6.75rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-27 {
    margin: 6.75rem !important;
  }
  .mt-r-xl-27 {
    margin-top: 6.75rem !important;
  }
  .mr-r-xl-27 {
    margin-right: 6.75rem !important;
  }
  .mb-r-xl-27 {
    margin-bottom: 6.75rem !important;
  }
  .ml-r-xl-27 {
    margin-left: 6.75rem !important;
  }
  .mx-r-xl-27 {
    margin-left: 6.75rem !important;
    margin-right: 6.75rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-27 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .p-r-xl-27 {
    padding: 6.75rem !important;
  }
  .pt-r-xl-27 {
    padding-top: 6.75rem !important;
  }
  .pr-r-xl-27 {
    padding-right: 6.75rem !important;
  }
  .pb-r-xl-27 {
    padding-bottom: 6.75rem !important;
  }
  .pl-r-xl-27 {
    padding-left: 6.75rem !important;
  }
  .px-r-xl-27 {
    padding-left: 6.75rem !important;
    padding-right: 6.75rem !important;
  }
  .py-r-xl-27 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .font-size-xl-27 {
    font-size: 27px;
  }
  .border-radius-r-xl-27 {
    border-radius: 6.75rem !important;
  }
  .border-radius-tl-r-xl-27 {
    border-top-left-radius: 6.75rem !important;
  }
  .border-radius-tr-r-xl-27 {
    border-top-right-radius: 6.75rem !important;
  }
  .border-radius-bl-r-xl-27 {
    border-bottom-left-radius: 6.75rem !important;
  }
  .border-radius-br-r-xl-27 {
    border-bottom-right-radius: 6.75rem !important;
  }
  .border-radius-t-r-xl-27 {
    border-top-left-radius: 6.75rem !important;
    border-top-right-radius: 6.75rem !important;
  }
  .border-radius-b-r-xl-27 {
    border-bottom-left-radius: 6.75rem !important;
    border-bottom-right-radius: 6.75rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-27 {
    margin: 6.75rem !important;
  }
  .mt-r-contents-27 {
    margin-top: 6.75rem !important;
  }
  .mr-r-contents-27 {
    margin-right: 6.75rem !important;
  }
  .mb-r-contents-27 {
    margin-bottom: 6.75rem !important;
  }
  .ml-r-contents-27 {
    margin-left: 6.75rem !important;
  }
  .mx-r-contents-27 {
    margin-left: 6.75rem !important;
    margin-right: 6.75rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-27 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .p-r-contents-27 {
    padding: 6.75rem !important;
  }
  .pt-r-contents-27 {
    padding-top: 6.75rem !important;
  }
  .pr-r-contents-27 {
    padding-right: 6.75rem !important;
  }
  .pb-r-contents-27 {
    padding-bottom: 6.75rem !important;
  }
  .pl-r-contents-27 {
    padding-left: 6.75rem !important;
  }
  .px-r-contents-27 {
    padding-left: 6.75rem !important;
    padding-right: 6.75rem !important;
  }
  .py-r-contents-27 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .font-size-contents-27 {
    font-size: 27px;
  }
  .border-radius-r-contents-27 {
    border-radius: 6.75rem !important;
  }
  .border-radius-tl-r-contents-27 {
    border-top-left-radius: 6.75rem !important;
  }
  .border-radius-tr-r-contents-27 {
    border-top-right-radius: 6.75rem !important;
  }
  .border-radius-bl-r-contents-27 {
    border-bottom-left-radius: 6.75rem !important;
  }
  .border-radius-br-r-contents-27 {
    border-bottom-right-radius: 6.75rem !important;
  }
  .border-radius-t-r-contents-27 {
    border-top-left-radius: 6.75rem !important;
    border-top-right-radius: 6.75rem !important;
  }
  .border-radius-b-r-contents-27 {
    border-bottom-left-radius: 6.75rem !important;
    border-bottom-right-radius: 6.75rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-27 {
    margin: 6.75rem !important;
  }
  .mt-r-screen-27 {
    margin-top: 6.75rem !important;
  }
  .mr-r-screen-27 {
    margin-right: 6.75rem !important;
  }
  .mb-r-screen-27 {
    margin-bottom: 6.75rem !important;
  }
  .ml-r-screen-27 {
    margin-left: 6.75rem !important;
  }
  .mx-r-screen-27 {
    margin-left: 6.75rem !important;
    margin-right: 6.75rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-27 {
    margin-top: 6.75rem !important;
    margin-bottom: 6.75rem !important;
  }
  .p-r-screen-27 {
    padding: 6.75rem !important;
  }
  .pt-r-screen-27 {
    padding-top: 6.75rem !important;
  }
  .pr-r-screen-27 {
    padding-right: 6.75rem !important;
  }
  .pb-r-screen-27 {
    padding-bottom: 6.75rem !important;
  }
  .pl-r-screen-27 {
    padding-left: 6.75rem !important;
  }
  .px-r-screen-27 {
    padding-left: 6.75rem !important;
    padding-right: 6.75rem !important;
  }
  .py-r-screen-27 {
    padding-top: 6.75rem !important;
    padding-bottom: 6.75rem !important;
  }
  .font-size-screen-27 {
    font-size: 27px;
  }
  .border-radius-r-screen-27 {
    border-radius: 6.75rem !important;
  }
  .border-radius-tl-r-screen-27 {
    border-top-left-radius: 6.75rem !important;
  }
  .border-radius-tr-r-screen-27 {
    border-top-right-radius: 6.75rem !important;
  }
  .border-radius-bl-r-screen-27 {
    border-bottom-left-radius: 6.75rem !important;
  }
  .border-radius-br-r-screen-27 {
    border-bottom-right-radius: 6.75rem !important;
  }
  .border-radius-t-r-screen-27 {
    border-top-left-radius: 6.75rem !important;
    border-top-right-radius: 6.75rem !important;
  }
  .border-radius-b-r-screen-27 {
    border-bottom-left-radius: 6.75rem !important;
    border-bottom-right-radius: 6.75rem !important;
  }
}
.z-28 {
  z-index: 28;
}

.m-r-28 {
  margin: 7rem;
}

.mt-r-28 {
  margin-top: 7rem;
}

.mr-r-28 {
  margin-right: 7rem;
}

.mb-r-28 {
  margin-bottom: 7rem;
}

.ml-r-28 {
  margin-left: 7rem;
}

.mx-r-28 {
  margin-left: 7rem;
  margin-right: 7rem;
}

.my-r-28 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.p-r-28 {
  padding: 7rem;
}

.pt-r-28 {
  padding-top: 7rem;
}

.pr-r-28 {
  padding-right: 7rem;
}

.pb-r-28 {
  padding-bottom: 7rem;
}

.pl-r-28 {
  padding-left: 7rem;
}

.px-r-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}

.py-r-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.t-r-28 {
  top: 7rem;
}

.l-r-28 {
  left: 7rem;
}

.b-r-28 {
  bottom: 7rem;
}

.r-r-28 {
  right: 7rem;
}

.row-gap-28 {
  margin: -7rem;
}

.border-radius-r-28 {
  border-radius: 7rem;
}

.border-radius-tl-r-28 {
  border-top-left-radius: 7rem;
}

.border-radius-tr-r-28 {
  border-top-right-radius: 7rem;
}

.border-radius-bl-r-28 {
  border-bottom-left-radius: 7rem;
}

.border-radius-br-r-28 {
  border-bottom-right-radius: 7rem;
}

.border-radius-t-r-28 {
  border-top-left-radius: 7rem;
  border-top-right-radius: 7rem;
}

.border-radius-b-r-28 {
  border-bottom-left-radius: 7rem;
  border-bottom-right-radius: 7rem;
}

.font-size-28 {
  font-size: 28px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-28 {
    margin: 7rem !important;
  }
  .mt-r-xs-28 {
    margin-top: 7rem !important;
  }
  .mr-r-xs-28 {
    margin-right: 7rem !important;
  }
  .mb-r-xs-28 {
    margin-bottom: 7rem !important;
  }
  .ml-r-xs-28 {
    margin-left: 7rem !important;
  }
  .mx-r-xs-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .p-r-xs-28 {
    padding: 7rem !important;
  }
  .pt-r-xs-28 {
    padding-top: 7rem !important;
  }
  .pr-r-xs-28 {
    padding-right: 7rem !important;
  }
  .pb-r-xs-28 {
    padding-bottom: 7rem !important;
  }
  .pl-r-xs-28 {
    padding-left: 7rem !important;
  }
  .px-r-xs-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .py-r-xs-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .font-size-xs-28 {
    font-size: 28px;
  }
  .border-radius-r-xs-28 {
    border-radius: 7rem !important;
  }
  .border-radius-tl-r-xs-28 {
    border-top-left-radius: 7rem !important;
  }
  .border-radius-tr-r-xs-28 {
    border-top-right-radius: 7rem !important;
  }
  .border-radius-bl-r-xs-28 {
    border-bottom-left-radius: 7rem !important;
  }
  .border-radius-br-r-xs-28 {
    border-bottom-right-radius: 7rem !important;
  }
  .border-radius-t-r-xs-28 {
    border-top-left-radius: 7rem !important;
    border-top-right-radius: 7rem !important;
  }
  .border-radius-b-r-xs-28 {
    border-bottom-left-radius: 7rem !important;
    border-bottom-right-radius: 7rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-28 {
    margin: 7rem !important;
  }
  .mt-r-sm-28 {
    margin-top: 7rem !important;
  }
  .mr-r-sm-28 {
    margin-right: 7rem !important;
  }
  .mb-r-sm-28 {
    margin-bottom: 7rem !important;
  }
  .ml-r-sm-28 {
    margin-left: 7rem !important;
  }
  .mx-r-sm-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .p-r-sm-28 {
    padding: 7rem !important;
  }
  .pt-r-sm-28 {
    padding-top: 7rem !important;
  }
  .pr-r-sm-28 {
    padding-right: 7rem !important;
  }
  .pb-r-sm-28 {
    padding-bottom: 7rem !important;
  }
  .pl-r-sm-28 {
    padding-left: 7rem !important;
  }
  .px-r-sm-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .py-r-sm-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .font-size-sm-28 {
    font-size: 28px;
  }
  .border-radius-r-sm-28 {
    border-radius: 7rem !important;
  }
  .border-radius-tl-r-sm-28 {
    border-top-left-radius: 7rem !important;
  }
  .border-radius-tr-r-sm-28 {
    border-top-right-radius: 7rem !important;
  }
  .border-radius-bl-r-sm-28 {
    border-bottom-left-radius: 7rem !important;
  }
  .border-radius-br-r-sm-28 {
    border-bottom-right-radius: 7rem !important;
  }
  .border-radius-t-r-sm-28 {
    border-top-left-radius: 7rem !important;
    border-top-right-radius: 7rem !important;
  }
  .border-radius-b-r-sm-28 {
    border-bottom-left-radius: 7rem !important;
    border-bottom-right-radius: 7rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-28 {
    margin: 7rem !important;
  }
  .mt-r-md-28 {
    margin-top: 7rem !important;
  }
  .mr-r-md-28 {
    margin-right: 7rem !important;
  }
  .mb-r-md-28 {
    margin-bottom: 7rem !important;
  }
  .ml-r-md-28 {
    margin-left: 7rem !important;
  }
  .mx-r-md-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .p-r-md-28 {
    padding: 7rem !important;
  }
  .pt-r-md-28 {
    padding-top: 7rem !important;
  }
  .pr-r-md-28 {
    padding-right: 7rem !important;
  }
  .pb-r-md-28 {
    padding-bottom: 7rem !important;
  }
  .pl-r-md-28 {
    padding-left: 7rem !important;
  }
  .px-r-md-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .py-r-md-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .font-size-md-28 {
    font-size: 28px;
  }
  .border-radius-r-md-28 {
    border-radius: 7rem !important;
  }
  .border-radius-tl-r-md-28 {
    border-top-left-radius: 7rem !important;
  }
  .border-radius-tr-r-md-28 {
    border-top-right-radius: 7rem !important;
  }
  .border-radius-bl-r-md-28 {
    border-bottom-left-radius: 7rem !important;
  }
  .border-radius-br-r-md-28 {
    border-bottom-right-radius: 7rem !important;
  }
  .border-radius-t-r-md-28 {
    border-top-left-radius: 7rem !important;
    border-top-right-radius: 7rem !important;
  }
  .border-radius-b-r-md-28 {
    border-bottom-left-radius: 7rem !important;
    border-bottom-right-radius: 7rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-28 {
    margin: 7rem !important;
  }
  .mt-r-lg-28 {
    margin-top: 7rem !important;
  }
  .mr-r-lg-28 {
    margin-right: 7rem !important;
  }
  .mb-r-lg-28 {
    margin-bottom: 7rem !important;
  }
  .ml-r-lg-28 {
    margin-left: 7rem !important;
  }
  .mx-r-lg-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .p-r-lg-28 {
    padding: 7rem !important;
  }
  .pt-r-lg-28 {
    padding-top: 7rem !important;
  }
  .pr-r-lg-28 {
    padding-right: 7rem !important;
  }
  .pb-r-lg-28 {
    padding-bottom: 7rem !important;
  }
  .pl-r-lg-28 {
    padding-left: 7rem !important;
  }
  .px-r-lg-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .py-r-lg-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .font-size-lg-28 {
    font-size: 28px;
  }
  .border-radius-r-lg-28 {
    border-radius: 7rem !important;
  }
  .border-radius-tl-r-lg-28 {
    border-top-left-radius: 7rem !important;
  }
  .border-radius-tr-r-lg-28 {
    border-top-right-radius: 7rem !important;
  }
  .border-radius-bl-r-lg-28 {
    border-bottom-left-radius: 7rem !important;
  }
  .border-radius-br-r-lg-28 {
    border-bottom-right-radius: 7rem !important;
  }
  .border-radius-t-r-lg-28 {
    border-top-left-radius: 7rem !important;
    border-top-right-radius: 7rem !important;
  }
  .border-radius-b-r-lg-28 {
    border-bottom-left-radius: 7rem !important;
    border-bottom-right-radius: 7rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-28 {
    margin: 7rem !important;
  }
  .mt-r-xl-28 {
    margin-top: 7rem !important;
  }
  .mr-r-xl-28 {
    margin-right: 7rem !important;
  }
  .mb-r-xl-28 {
    margin-bottom: 7rem !important;
  }
  .ml-r-xl-28 {
    margin-left: 7rem !important;
  }
  .mx-r-xl-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .p-r-xl-28 {
    padding: 7rem !important;
  }
  .pt-r-xl-28 {
    padding-top: 7rem !important;
  }
  .pr-r-xl-28 {
    padding-right: 7rem !important;
  }
  .pb-r-xl-28 {
    padding-bottom: 7rem !important;
  }
  .pl-r-xl-28 {
    padding-left: 7rem !important;
  }
  .px-r-xl-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .py-r-xl-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .font-size-xl-28 {
    font-size: 28px;
  }
  .border-radius-r-xl-28 {
    border-radius: 7rem !important;
  }
  .border-radius-tl-r-xl-28 {
    border-top-left-radius: 7rem !important;
  }
  .border-radius-tr-r-xl-28 {
    border-top-right-radius: 7rem !important;
  }
  .border-radius-bl-r-xl-28 {
    border-bottom-left-radius: 7rem !important;
  }
  .border-radius-br-r-xl-28 {
    border-bottom-right-radius: 7rem !important;
  }
  .border-radius-t-r-xl-28 {
    border-top-left-radius: 7rem !important;
    border-top-right-radius: 7rem !important;
  }
  .border-radius-b-r-xl-28 {
    border-bottom-left-radius: 7rem !important;
    border-bottom-right-radius: 7rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-28 {
    margin: 7rem !important;
  }
  .mt-r-contents-28 {
    margin-top: 7rem !important;
  }
  .mr-r-contents-28 {
    margin-right: 7rem !important;
  }
  .mb-r-contents-28 {
    margin-bottom: 7rem !important;
  }
  .ml-r-contents-28 {
    margin-left: 7rem !important;
  }
  .mx-r-contents-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .p-r-contents-28 {
    padding: 7rem !important;
  }
  .pt-r-contents-28 {
    padding-top: 7rem !important;
  }
  .pr-r-contents-28 {
    padding-right: 7rem !important;
  }
  .pb-r-contents-28 {
    padding-bottom: 7rem !important;
  }
  .pl-r-contents-28 {
    padding-left: 7rem !important;
  }
  .px-r-contents-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .py-r-contents-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .font-size-contents-28 {
    font-size: 28px;
  }
  .border-radius-r-contents-28 {
    border-radius: 7rem !important;
  }
  .border-radius-tl-r-contents-28 {
    border-top-left-radius: 7rem !important;
  }
  .border-radius-tr-r-contents-28 {
    border-top-right-radius: 7rem !important;
  }
  .border-radius-bl-r-contents-28 {
    border-bottom-left-radius: 7rem !important;
  }
  .border-radius-br-r-contents-28 {
    border-bottom-right-radius: 7rem !important;
  }
  .border-radius-t-r-contents-28 {
    border-top-left-radius: 7rem !important;
    border-top-right-radius: 7rem !important;
  }
  .border-radius-b-r-contents-28 {
    border-bottom-left-radius: 7rem !important;
    border-bottom-right-radius: 7rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-28 {
    margin: 7rem !important;
  }
  .mt-r-screen-28 {
    margin-top: 7rem !important;
  }
  .mr-r-screen-28 {
    margin-right: 7rem !important;
  }
  .mb-r-screen-28 {
    margin-bottom: 7rem !important;
  }
  .ml-r-screen-28 {
    margin-left: 7rem !important;
  }
  .mx-r-screen-28 {
    margin-left: 7rem !important;
    margin-right: 7rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-28 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important;
  }
  .p-r-screen-28 {
    padding: 7rem !important;
  }
  .pt-r-screen-28 {
    padding-top: 7rem !important;
  }
  .pr-r-screen-28 {
    padding-right: 7rem !important;
  }
  .pb-r-screen-28 {
    padding-bottom: 7rem !important;
  }
  .pl-r-screen-28 {
    padding-left: 7rem !important;
  }
  .px-r-screen-28 {
    padding-left: 7rem !important;
    padding-right: 7rem !important;
  }
  .py-r-screen-28 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important;
  }
  .font-size-screen-28 {
    font-size: 28px;
  }
  .border-radius-r-screen-28 {
    border-radius: 7rem !important;
  }
  .border-radius-tl-r-screen-28 {
    border-top-left-radius: 7rem !important;
  }
  .border-radius-tr-r-screen-28 {
    border-top-right-radius: 7rem !important;
  }
  .border-radius-bl-r-screen-28 {
    border-bottom-left-radius: 7rem !important;
  }
  .border-radius-br-r-screen-28 {
    border-bottom-right-radius: 7rem !important;
  }
  .border-radius-t-r-screen-28 {
    border-top-left-radius: 7rem !important;
    border-top-right-radius: 7rem !important;
  }
  .border-radius-b-r-screen-28 {
    border-bottom-left-radius: 7rem !important;
    border-bottom-right-radius: 7rem !important;
  }
}
.z-29 {
  z-index: 29;
}

.m-r-29 {
  margin: 7.25rem;
}

.mt-r-29 {
  margin-top: 7.25rem;
}

.mr-r-29 {
  margin-right: 7.25rem;
}

.mb-r-29 {
  margin-bottom: 7.25rem;
}

.ml-r-29 {
  margin-left: 7.25rem;
}

.mx-r-29 {
  margin-left: 7.25rem;
  margin-right: 7.25rem;
}

.my-r-29 {
  margin-top: 7.25rem;
  margin-bottom: 7.25rem;
}

.p-r-29 {
  padding: 7.25rem;
}

.pt-r-29 {
  padding-top: 7.25rem;
}

.pr-r-29 {
  padding-right: 7.25rem;
}

.pb-r-29 {
  padding-bottom: 7.25rem;
}

.pl-r-29 {
  padding-left: 7.25rem;
}

.px-r-29 {
  padding-left: 7.25rem;
  padding-right: 7.25rem;
}

.py-r-29 {
  padding-top: 7.25rem;
  padding-bottom: 7.25rem;
}

.t-r-29 {
  top: 7.25rem;
}

.l-r-29 {
  left: 7.25rem;
}

.b-r-29 {
  bottom: 7.25rem;
}

.r-r-29 {
  right: 7.25rem;
}

.row-gap-29 {
  margin: -7.25rem;
}

.border-radius-r-29 {
  border-radius: 7.25rem;
}

.border-radius-tl-r-29 {
  border-top-left-radius: 7.25rem;
}

.border-radius-tr-r-29 {
  border-top-right-radius: 7.25rem;
}

.border-radius-bl-r-29 {
  border-bottom-left-radius: 7.25rem;
}

.border-radius-br-r-29 {
  border-bottom-right-radius: 7.25rem;
}

.border-radius-t-r-29 {
  border-top-left-radius: 7.25rem;
  border-top-right-radius: 7.25rem;
}

.border-radius-b-r-29 {
  border-bottom-left-radius: 7.25rem;
  border-bottom-right-radius: 7.25rem;
}

.font-size-29 {
  font-size: 29px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-29 {
    margin: 7.25rem !important;
  }
  .mt-r-xs-29 {
    margin-top: 7.25rem !important;
  }
  .mr-r-xs-29 {
    margin-right: 7.25rem !important;
  }
  .mb-r-xs-29 {
    margin-bottom: 7.25rem !important;
  }
  .ml-r-xs-29 {
    margin-left: 7.25rem !important;
  }
  .mx-r-xs-29 {
    margin-left: 7.25rem !important;
    margin-right: 7.25rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-29 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .p-r-xs-29 {
    padding: 7.25rem !important;
  }
  .pt-r-xs-29 {
    padding-top: 7.25rem !important;
  }
  .pr-r-xs-29 {
    padding-right: 7.25rem !important;
  }
  .pb-r-xs-29 {
    padding-bottom: 7.25rem !important;
  }
  .pl-r-xs-29 {
    padding-left: 7.25rem !important;
  }
  .px-r-xs-29 {
    padding-left: 7.25rem !important;
    padding-right: 7.25rem !important;
  }
  .py-r-xs-29 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
  .font-size-xs-29 {
    font-size: 29px;
  }
  .border-radius-r-xs-29 {
    border-radius: 7.25rem !important;
  }
  .border-radius-tl-r-xs-29 {
    border-top-left-radius: 7.25rem !important;
  }
  .border-radius-tr-r-xs-29 {
    border-top-right-radius: 7.25rem !important;
  }
  .border-radius-bl-r-xs-29 {
    border-bottom-left-radius: 7.25rem !important;
  }
  .border-radius-br-r-xs-29 {
    border-bottom-right-radius: 7.25rem !important;
  }
  .border-radius-t-r-xs-29 {
    border-top-left-radius: 7.25rem !important;
    border-top-right-radius: 7.25rem !important;
  }
  .border-radius-b-r-xs-29 {
    border-bottom-left-radius: 7.25rem !important;
    border-bottom-right-radius: 7.25rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-29 {
    margin: 7.25rem !important;
  }
  .mt-r-sm-29 {
    margin-top: 7.25rem !important;
  }
  .mr-r-sm-29 {
    margin-right: 7.25rem !important;
  }
  .mb-r-sm-29 {
    margin-bottom: 7.25rem !important;
  }
  .ml-r-sm-29 {
    margin-left: 7.25rem !important;
  }
  .mx-r-sm-29 {
    margin-left: 7.25rem !important;
    margin-right: 7.25rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-29 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .p-r-sm-29 {
    padding: 7.25rem !important;
  }
  .pt-r-sm-29 {
    padding-top: 7.25rem !important;
  }
  .pr-r-sm-29 {
    padding-right: 7.25rem !important;
  }
  .pb-r-sm-29 {
    padding-bottom: 7.25rem !important;
  }
  .pl-r-sm-29 {
    padding-left: 7.25rem !important;
  }
  .px-r-sm-29 {
    padding-left: 7.25rem !important;
    padding-right: 7.25rem !important;
  }
  .py-r-sm-29 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
  .font-size-sm-29 {
    font-size: 29px;
  }
  .border-radius-r-sm-29 {
    border-radius: 7.25rem !important;
  }
  .border-radius-tl-r-sm-29 {
    border-top-left-radius: 7.25rem !important;
  }
  .border-radius-tr-r-sm-29 {
    border-top-right-radius: 7.25rem !important;
  }
  .border-radius-bl-r-sm-29 {
    border-bottom-left-radius: 7.25rem !important;
  }
  .border-radius-br-r-sm-29 {
    border-bottom-right-radius: 7.25rem !important;
  }
  .border-radius-t-r-sm-29 {
    border-top-left-radius: 7.25rem !important;
    border-top-right-radius: 7.25rem !important;
  }
  .border-radius-b-r-sm-29 {
    border-bottom-left-radius: 7.25rem !important;
    border-bottom-right-radius: 7.25rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-29 {
    margin: 7.25rem !important;
  }
  .mt-r-md-29 {
    margin-top: 7.25rem !important;
  }
  .mr-r-md-29 {
    margin-right: 7.25rem !important;
  }
  .mb-r-md-29 {
    margin-bottom: 7.25rem !important;
  }
  .ml-r-md-29 {
    margin-left: 7.25rem !important;
  }
  .mx-r-md-29 {
    margin-left: 7.25rem !important;
    margin-right: 7.25rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-29 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .p-r-md-29 {
    padding: 7.25rem !important;
  }
  .pt-r-md-29 {
    padding-top: 7.25rem !important;
  }
  .pr-r-md-29 {
    padding-right: 7.25rem !important;
  }
  .pb-r-md-29 {
    padding-bottom: 7.25rem !important;
  }
  .pl-r-md-29 {
    padding-left: 7.25rem !important;
  }
  .px-r-md-29 {
    padding-left: 7.25rem !important;
    padding-right: 7.25rem !important;
  }
  .py-r-md-29 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
  .font-size-md-29 {
    font-size: 29px;
  }
  .border-radius-r-md-29 {
    border-radius: 7.25rem !important;
  }
  .border-radius-tl-r-md-29 {
    border-top-left-radius: 7.25rem !important;
  }
  .border-radius-tr-r-md-29 {
    border-top-right-radius: 7.25rem !important;
  }
  .border-radius-bl-r-md-29 {
    border-bottom-left-radius: 7.25rem !important;
  }
  .border-radius-br-r-md-29 {
    border-bottom-right-radius: 7.25rem !important;
  }
  .border-radius-t-r-md-29 {
    border-top-left-radius: 7.25rem !important;
    border-top-right-radius: 7.25rem !important;
  }
  .border-radius-b-r-md-29 {
    border-bottom-left-radius: 7.25rem !important;
    border-bottom-right-radius: 7.25rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-29 {
    margin: 7.25rem !important;
  }
  .mt-r-lg-29 {
    margin-top: 7.25rem !important;
  }
  .mr-r-lg-29 {
    margin-right: 7.25rem !important;
  }
  .mb-r-lg-29 {
    margin-bottom: 7.25rem !important;
  }
  .ml-r-lg-29 {
    margin-left: 7.25rem !important;
  }
  .mx-r-lg-29 {
    margin-left: 7.25rem !important;
    margin-right: 7.25rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-29 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .p-r-lg-29 {
    padding: 7.25rem !important;
  }
  .pt-r-lg-29 {
    padding-top: 7.25rem !important;
  }
  .pr-r-lg-29 {
    padding-right: 7.25rem !important;
  }
  .pb-r-lg-29 {
    padding-bottom: 7.25rem !important;
  }
  .pl-r-lg-29 {
    padding-left: 7.25rem !important;
  }
  .px-r-lg-29 {
    padding-left: 7.25rem !important;
    padding-right: 7.25rem !important;
  }
  .py-r-lg-29 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
  .font-size-lg-29 {
    font-size: 29px;
  }
  .border-radius-r-lg-29 {
    border-radius: 7.25rem !important;
  }
  .border-radius-tl-r-lg-29 {
    border-top-left-radius: 7.25rem !important;
  }
  .border-radius-tr-r-lg-29 {
    border-top-right-radius: 7.25rem !important;
  }
  .border-radius-bl-r-lg-29 {
    border-bottom-left-radius: 7.25rem !important;
  }
  .border-radius-br-r-lg-29 {
    border-bottom-right-radius: 7.25rem !important;
  }
  .border-radius-t-r-lg-29 {
    border-top-left-radius: 7.25rem !important;
    border-top-right-radius: 7.25rem !important;
  }
  .border-radius-b-r-lg-29 {
    border-bottom-left-radius: 7.25rem !important;
    border-bottom-right-radius: 7.25rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-29 {
    margin: 7.25rem !important;
  }
  .mt-r-xl-29 {
    margin-top: 7.25rem !important;
  }
  .mr-r-xl-29 {
    margin-right: 7.25rem !important;
  }
  .mb-r-xl-29 {
    margin-bottom: 7.25rem !important;
  }
  .ml-r-xl-29 {
    margin-left: 7.25rem !important;
  }
  .mx-r-xl-29 {
    margin-left: 7.25rem !important;
    margin-right: 7.25rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-29 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .p-r-xl-29 {
    padding: 7.25rem !important;
  }
  .pt-r-xl-29 {
    padding-top: 7.25rem !important;
  }
  .pr-r-xl-29 {
    padding-right: 7.25rem !important;
  }
  .pb-r-xl-29 {
    padding-bottom: 7.25rem !important;
  }
  .pl-r-xl-29 {
    padding-left: 7.25rem !important;
  }
  .px-r-xl-29 {
    padding-left: 7.25rem !important;
    padding-right: 7.25rem !important;
  }
  .py-r-xl-29 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
  .font-size-xl-29 {
    font-size: 29px;
  }
  .border-radius-r-xl-29 {
    border-radius: 7.25rem !important;
  }
  .border-radius-tl-r-xl-29 {
    border-top-left-radius: 7.25rem !important;
  }
  .border-radius-tr-r-xl-29 {
    border-top-right-radius: 7.25rem !important;
  }
  .border-radius-bl-r-xl-29 {
    border-bottom-left-radius: 7.25rem !important;
  }
  .border-radius-br-r-xl-29 {
    border-bottom-right-radius: 7.25rem !important;
  }
  .border-radius-t-r-xl-29 {
    border-top-left-radius: 7.25rem !important;
    border-top-right-radius: 7.25rem !important;
  }
  .border-radius-b-r-xl-29 {
    border-bottom-left-radius: 7.25rem !important;
    border-bottom-right-radius: 7.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-29 {
    margin: 7.25rem !important;
  }
  .mt-r-contents-29 {
    margin-top: 7.25rem !important;
  }
  .mr-r-contents-29 {
    margin-right: 7.25rem !important;
  }
  .mb-r-contents-29 {
    margin-bottom: 7.25rem !important;
  }
  .ml-r-contents-29 {
    margin-left: 7.25rem !important;
  }
  .mx-r-contents-29 {
    margin-left: 7.25rem !important;
    margin-right: 7.25rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-29 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .p-r-contents-29 {
    padding: 7.25rem !important;
  }
  .pt-r-contents-29 {
    padding-top: 7.25rem !important;
  }
  .pr-r-contents-29 {
    padding-right: 7.25rem !important;
  }
  .pb-r-contents-29 {
    padding-bottom: 7.25rem !important;
  }
  .pl-r-contents-29 {
    padding-left: 7.25rem !important;
  }
  .px-r-contents-29 {
    padding-left: 7.25rem !important;
    padding-right: 7.25rem !important;
  }
  .py-r-contents-29 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
  .font-size-contents-29 {
    font-size: 29px;
  }
  .border-radius-r-contents-29 {
    border-radius: 7.25rem !important;
  }
  .border-radius-tl-r-contents-29 {
    border-top-left-radius: 7.25rem !important;
  }
  .border-radius-tr-r-contents-29 {
    border-top-right-radius: 7.25rem !important;
  }
  .border-radius-bl-r-contents-29 {
    border-bottom-left-radius: 7.25rem !important;
  }
  .border-radius-br-r-contents-29 {
    border-bottom-right-radius: 7.25rem !important;
  }
  .border-radius-t-r-contents-29 {
    border-top-left-radius: 7.25rem !important;
    border-top-right-radius: 7.25rem !important;
  }
  .border-radius-b-r-contents-29 {
    border-bottom-left-radius: 7.25rem !important;
    border-bottom-right-radius: 7.25rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-29 {
    margin: 7.25rem !important;
  }
  .mt-r-screen-29 {
    margin-top: 7.25rem !important;
  }
  .mr-r-screen-29 {
    margin-right: 7.25rem !important;
  }
  .mb-r-screen-29 {
    margin-bottom: 7.25rem !important;
  }
  .ml-r-screen-29 {
    margin-left: 7.25rem !important;
  }
  .mx-r-screen-29 {
    margin-left: 7.25rem !important;
    margin-right: 7.25rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-29 {
    margin-top: 7.25rem !important;
    margin-bottom: 7.25rem !important;
  }
  .p-r-screen-29 {
    padding: 7.25rem !important;
  }
  .pt-r-screen-29 {
    padding-top: 7.25rem !important;
  }
  .pr-r-screen-29 {
    padding-right: 7.25rem !important;
  }
  .pb-r-screen-29 {
    padding-bottom: 7.25rem !important;
  }
  .pl-r-screen-29 {
    padding-left: 7.25rem !important;
  }
  .px-r-screen-29 {
    padding-left: 7.25rem !important;
    padding-right: 7.25rem !important;
  }
  .py-r-screen-29 {
    padding-top: 7.25rem !important;
    padding-bottom: 7.25rem !important;
  }
  .font-size-screen-29 {
    font-size: 29px;
  }
  .border-radius-r-screen-29 {
    border-radius: 7.25rem !important;
  }
  .border-radius-tl-r-screen-29 {
    border-top-left-radius: 7.25rem !important;
  }
  .border-radius-tr-r-screen-29 {
    border-top-right-radius: 7.25rem !important;
  }
  .border-radius-bl-r-screen-29 {
    border-bottom-left-radius: 7.25rem !important;
  }
  .border-radius-br-r-screen-29 {
    border-bottom-right-radius: 7.25rem !important;
  }
  .border-radius-t-r-screen-29 {
    border-top-left-radius: 7.25rem !important;
    border-top-right-radius: 7.25rem !important;
  }
  .border-radius-b-r-screen-29 {
    border-bottom-left-radius: 7.25rem !important;
    border-bottom-right-radius: 7.25rem !important;
  }
}
.z-30 {
  z-index: 30;
}

.m-r-30 {
  margin: 7.5rem;
}

.mt-r-30 {
  margin-top: 7.5rem;
}

.mr-r-30 {
  margin-right: 7.5rem;
}

.mb-r-30 {
  margin-bottom: 7.5rem;
}

.ml-r-30 {
  margin-left: 7.5rem;
}

.mx-r-30 {
  margin-left: 7.5rem;
  margin-right: 7.5rem;
}

.my-r-30 {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}

.p-r-30 {
  padding: 7.5rem;
}

.pt-r-30 {
  padding-top: 7.5rem;
}

.pr-r-30 {
  padding-right: 7.5rem;
}

.pb-r-30 {
  padding-bottom: 7.5rem;
}

.pl-r-30 {
  padding-left: 7.5rem;
}

.px-r-30 {
  padding-left: 7.5rem;
  padding-right: 7.5rem;
}

.py-r-30 {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.t-r-30 {
  top: 7.5rem;
}

.l-r-30 {
  left: 7.5rem;
}

.b-r-30 {
  bottom: 7.5rem;
}

.r-r-30 {
  right: 7.5rem;
}

.row-gap-30 {
  margin: -7.5rem;
}

.border-radius-r-30 {
  border-radius: 7.5rem;
}

.border-radius-tl-r-30 {
  border-top-left-radius: 7.5rem;
}

.border-radius-tr-r-30 {
  border-top-right-radius: 7.5rem;
}

.border-radius-bl-r-30 {
  border-bottom-left-radius: 7.5rem;
}

.border-radius-br-r-30 {
  border-bottom-right-radius: 7.5rem;
}

.border-radius-t-r-30 {
  border-top-left-radius: 7.5rem;
  border-top-right-radius: 7.5rem;
}

.border-radius-b-r-30 {
  border-bottom-left-radius: 7.5rem;
  border-bottom-right-radius: 7.5rem;
}

.font-size-30 {
  font-size: 30px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-30 {
    margin: 7.5rem !important;
  }
  .mt-r-xs-30 {
    margin-top: 7.5rem !important;
  }
  .mr-r-xs-30 {
    margin-right: 7.5rem !important;
  }
  .mb-r-xs-30 {
    margin-bottom: 7.5rem !important;
  }
  .ml-r-xs-30 {
    margin-left: 7.5rem !important;
  }
  .mx-r-xs-30 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-30 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .p-r-xs-30 {
    padding: 7.5rem !important;
  }
  .pt-r-xs-30 {
    padding-top: 7.5rem !important;
  }
  .pr-r-xs-30 {
    padding-right: 7.5rem !important;
  }
  .pb-r-xs-30 {
    padding-bottom: 7.5rem !important;
  }
  .pl-r-xs-30 {
    padding-left: 7.5rem !important;
  }
  .px-r-xs-30 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .py-r-xs-30 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .font-size-xs-30 {
    font-size: 30px;
  }
  .border-radius-r-xs-30 {
    border-radius: 7.5rem !important;
  }
  .border-radius-tl-r-xs-30 {
    border-top-left-radius: 7.5rem !important;
  }
  .border-radius-tr-r-xs-30 {
    border-top-right-radius: 7.5rem !important;
  }
  .border-radius-bl-r-xs-30 {
    border-bottom-left-radius: 7.5rem !important;
  }
  .border-radius-br-r-xs-30 {
    border-bottom-right-radius: 7.5rem !important;
  }
  .border-radius-t-r-xs-30 {
    border-top-left-radius: 7.5rem !important;
    border-top-right-radius: 7.5rem !important;
  }
  .border-radius-b-r-xs-30 {
    border-bottom-left-radius: 7.5rem !important;
    border-bottom-right-radius: 7.5rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-30 {
    margin: 7.5rem !important;
  }
  .mt-r-sm-30 {
    margin-top: 7.5rem !important;
  }
  .mr-r-sm-30 {
    margin-right: 7.5rem !important;
  }
  .mb-r-sm-30 {
    margin-bottom: 7.5rem !important;
  }
  .ml-r-sm-30 {
    margin-left: 7.5rem !important;
  }
  .mx-r-sm-30 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-30 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .p-r-sm-30 {
    padding: 7.5rem !important;
  }
  .pt-r-sm-30 {
    padding-top: 7.5rem !important;
  }
  .pr-r-sm-30 {
    padding-right: 7.5rem !important;
  }
  .pb-r-sm-30 {
    padding-bottom: 7.5rem !important;
  }
  .pl-r-sm-30 {
    padding-left: 7.5rem !important;
  }
  .px-r-sm-30 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .py-r-sm-30 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .font-size-sm-30 {
    font-size: 30px;
  }
  .border-radius-r-sm-30 {
    border-radius: 7.5rem !important;
  }
  .border-radius-tl-r-sm-30 {
    border-top-left-radius: 7.5rem !important;
  }
  .border-radius-tr-r-sm-30 {
    border-top-right-radius: 7.5rem !important;
  }
  .border-radius-bl-r-sm-30 {
    border-bottom-left-radius: 7.5rem !important;
  }
  .border-radius-br-r-sm-30 {
    border-bottom-right-radius: 7.5rem !important;
  }
  .border-radius-t-r-sm-30 {
    border-top-left-radius: 7.5rem !important;
    border-top-right-radius: 7.5rem !important;
  }
  .border-radius-b-r-sm-30 {
    border-bottom-left-radius: 7.5rem !important;
    border-bottom-right-radius: 7.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-30 {
    margin: 7.5rem !important;
  }
  .mt-r-md-30 {
    margin-top: 7.5rem !important;
  }
  .mr-r-md-30 {
    margin-right: 7.5rem !important;
  }
  .mb-r-md-30 {
    margin-bottom: 7.5rem !important;
  }
  .ml-r-md-30 {
    margin-left: 7.5rem !important;
  }
  .mx-r-md-30 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-30 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .p-r-md-30 {
    padding: 7.5rem !important;
  }
  .pt-r-md-30 {
    padding-top: 7.5rem !important;
  }
  .pr-r-md-30 {
    padding-right: 7.5rem !important;
  }
  .pb-r-md-30 {
    padding-bottom: 7.5rem !important;
  }
  .pl-r-md-30 {
    padding-left: 7.5rem !important;
  }
  .px-r-md-30 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .py-r-md-30 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .font-size-md-30 {
    font-size: 30px;
  }
  .border-radius-r-md-30 {
    border-radius: 7.5rem !important;
  }
  .border-radius-tl-r-md-30 {
    border-top-left-radius: 7.5rem !important;
  }
  .border-radius-tr-r-md-30 {
    border-top-right-radius: 7.5rem !important;
  }
  .border-radius-bl-r-md-30 {
    border-bottom-left-radius: 7.5rem !important;
  }
  .border-radius-br-r-md-30 {
    border-bottom-right-radius: 7.5rem !important;
  }
  .border-radius-t-r-md-30 {
    border-top-left-radius: 7.5rem !important;
    border-top-right-radius: 7.5rem !important;
  }
  .border-radius-b-r-md-30 {
    border-bottom-left-radius: 7.5rem !important;
    border-bottom-right-radius: 7.5rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-30 {
    margin: 7.5rem !important;
  }
  .mt-r-lg-30 {
    margin-top: 7.5rem !important;
  }
  .mr-r-lg-30 {
    margin-right: 7.5rem !important;
  }
  .mb-r-lg-30 {
    margin-bottom: 7.5rem !important;
  }
  .ml-r-lg-30 {
    margin-left: 7.5rem !important;
  }
  .mx-r-lg-30 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-30 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .p-r-lg-30 {
    padding: 7.5rem !important;
  }
  .pt-r-lg-30 {
    padding-top: 7.5rem !important;
  }
  .pr-r-lg-30 {
    padding-right: 7.5rem !important;
  }
  .pb-r-lg-30 {
    padding-bottom: 7.5rem !important;
  }
  .pl-r-lg-30 {
    padding-left: 7.5rem !important;
  }
  .px-r-lg-30 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .py-r-lg-30 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .font-size-lg-30 {
    font-size: 30px;
  }
  .border-radius-r-lg-30 {
    border-radius: 7.5rem !important;
  }
  .border-radius-tl-r-lg-30 {
    border-top-left-radius: 7.5rem !important;
  }
  .border-radius-tr-r-lg-30 {
    border-top-right-radius: 7.5rem !important;
  }
  .border-radius-bl-r-lg-30 {
    border-bottom-left-radius: 7.5rem !important;
  }
  .border-radius-br-r-lg-30 {
    border-bottom-right-radius: 7.5rem !important;
  }
  .border-radius-t-r-lg-30 {
    border-top-left-radius: 7.5rem !important;
    border-top-right-radius: 7.5rem !important;
  }
  .border-radius-b-r-lg-30 {
    border-bottom-left-radius: 7.5rem !important;
    border-bottom-right-radius: 7.5rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-30 {
    margin: 7.5rem !important;
  }
  .mt-r-xl-30 {
    margin-top: 7.5rem !important;
  }
  .mr-r-xl-30 {
    margin-right: 7.5rem !important;
  }
  .mb-r-xl-30 {
    margin-bottom: 7.5rem !important;
  }
  .ml-r-xl-30 {
    margin-left: 7.5rem !important;
  }
  .mx-r-xl-30 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-30 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .p-r-xl-30 {
    padding: 7.5rem !important;
  }
  .pt-r-xl-30 {
    padding-top: 7.5rem !important;
  }
  .pr-r-xl-30 {
    padding-right: 7.5rem !important;
  }
  .pb-r-xl-30 {
    padding-bottom: 7.5rem !important;
  }
  .pl-r-xl-30 {
    padding-left: 7.5rem !important;
  }
  .px-r-xl-30 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .py-r-xl-30 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .font-size-xl-30 {
    font-size: 30px;
  }
  .border-radius-r-xl-30 {
    border-radius: 7.5rem !important;
  }
  .border-radius-tl-r-xl-30 {
    border-top-left-radius: 7.5rem !important;
  }
  .border-radius-tr-r-xl-30 {
    border-top-right-radius: 7.5rem !important;
  }
  .border-radius-bl-r-xl-30 {
    border-bottom-left-radius: 7.5rem !important;
  }
  .border-radius-br-r-xl-30 {
    border-bottom-right-radius: 7.5rem !important;
  }
  .border-radius-t-r-xl-30 {
    border-top-left-radius: 7.5rem !important;
    border-top-right-radius: 7.5rem !important;
  }
  .border-radius-b-r-xl-30 {
    border-bottom-left-radius: 7.5rem !important;
    border-bottom-right-radius: 7.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-30 {
    margin: 7.5rem !important;
  }
  .mt-r-contents-30 {
    margin-top: 7.5rem !important;
  }
  .mr-r-contents-30 {
    margin-right: 7.5rem !important;
  }
  .mb-r-contents-30 {
    margin-bottom: 7.5rem !important;
  }
  .ml-r-contents-30 {
    margin-left: 7.5rem !important;
  }
  .mx-r-contents-30 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-30 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .p-r-contents-30 {
    padding: 7.5rem !important;
  }
  .pt-r-contents-30 {
    padding-top: 7.5rem !important;
  }
  .pr-r-contents-30 {
    padding-right: 7.5rem !important;
  }
  .pb-r-contents-30 {
    padding-bottom: 7.5rem !important;
  }
  .pl-r-contents-30 {
    padding-left: 7.5rem !important;
  }
  .px-r-contents-30 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .py-r-contents-30 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .font-size-contents-30 {
    font-size: 30px;
  }
  .border-radius-r-contents-30 {
    border-radius: 7.5rem !important;
  }
  .border-radius-tl-r-contents-30 {
    border-top-left-radius: 7.5rem !important;
  }
  .border-radius-tr-r-contents-30 {
    border-top-right-radius: 7.5rem !important;
  }
  .border-radius-bl-r-contents-30 {
    border-bottom-left-radius: 7.5rem !important;
  }
  .border-radius-br-r-contents-30 {
    border-bottom-right-radius: 7.5rem !important;
  }
  .border-radius-t-r-contents-30 {
    border-top-left-radius: 7.5rem !important;
    border-top-right-radius: 7.5rem !important;
  }
  .border-radius-b-r-contents-30 {
    border-bottom-left-radius: 7.5rem !important;
    border-bottom-right-radius: 7.5rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-30 {
    margin: 7.5rem !important;
  }
  .mt-r-screen-30 {
    margin-top: 7.5rem !important;
  }
  .mr-r-screen-30 {
    margin-right: 7.5rem !important;
  }
  .mb-r-screen-30 {
    margin-bottom: 7.5rem !important;
  }
  .ml-r-screen-30 {
    margin-left: 7.5rem !important;
  }
  .mx-r-screen-30 {
    margin-left: 7.5rem !important;
    margin-right: 7.5rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-30 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .p-r-screen-30 {
    padding: 7.5rem !important;
  }
  .pt-r-screen-30 {
    padding-top: 7.5rem !important;
  }
  .pr-r-screen-30 {
    padding-right: 7.5rem !important;
  }
  .pb-r-screen-30 {
    padding-bottom: 7.5rem !important;
  }
  .pl-r-screen-30 {
    padding-left: 7.5rem !important;
  }
  .px-r-screen-30 {
    padding-left: 7.5rem !important;
    padding-right: 7.5rem !important;
  }
  .py-r-screen-30 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .font-size-screen-30 {
    font-size: 30px;
  }
  .border-radius-r-screen-30 {
    border-radius: 7.5rem !important;
  }
  .border-radius-tl-r-screen-30 {
    border-top-left-radius: 7.5rem !important;
  }
  .border-radius-tr-r-screen-30 {
    border-top-right-radius: 7.5rem !important;
  }
  .border-radius-bl-r-screen-30 {
    border-bottom-left-radius: 7.5rem !important;
  }
  .border-radius-br-r-screen-30 {
    border-bottom-right-radius: 7.5rem !important;
  }
  .border-radius-t-r-screen-30 {
    border-top-left-radius: 7.5rem !important;
    border-top-right-radius: 7.5rem !important;
  }
  .border-radius-b-r-screen-30 {
    border-bottom-left-radius: 7.5rem !important;
    border-bottom-right-radius: 7.5rem !important;
  }
}
.z-31 {
  z-index: 31;
}

.m-r-31 {
  margin: 7.75rem;
}

.mt-r-31 {
  margin-top: 7.75rem;
}

.mr-r-31 {
  margin-right: 7.75rem;
}

.mb-r-31 {
  margin-bottom: 7.75rem;
}

.ml-r-31 {
  margin-left: 7.75rem;
}

.mx-r-31 {
  margin-left: 7.75rem;
  margin-right: 7.75rem;
}

.my-r-31 {
  margin-top: 7.75rem;
  margin-bottom: 7.75rem;
}

.p-r-31 {
  padding: 7.75rem;
}

.pt-r-31 {
  padding-top: 7.75rem;
}

.pr-r-31 {
  padding-right: 7.75rem;
}

.pb-r-31 {
  padding-bottom: 7.75rem;
}

.pl-r-31 {
  padding-left: 7.75rem;
}

.px-r-31 {
  padding-left: 7.75rem;
  padding-right: 7.75rem;
}

.py-r-31 {
  padding-top: 7.75rem;
  padding-bottom: 7.75rem;
}

.t-r-31 {
  top: 7.75rem;
}

.l-r-31 {
  left: 7.75rem;
}

.b-r-31 {
  bottom: 7.75rem;
}

.r-r-31 {
  right: 7.75rem;
}

.row-gap-31 {
  margin: -7.75rem;
}

.border-radius-r-31 {
  border-radius: 7.75rem;
}

.border-radius-tl-r-31 {
  border-top-left-radius: 7.75rem;
}

.border-radius-tr-r-31 {
  border-top-right-radius: 7.75rem;
}

.border-radius-bl-r-31 {
  border-bottom-left-radius: 7.75rem;
}

.border-radius-br-r-31 {
  border-bottom-right-radius: 7.75rem;
}

.border-radius-t-r-31 {
  border-top-left-radius: 7.75rem;
  border-top-right-radius: 7.75rem;
}

.border-radius-b-r-31 {
  border-bottom-left-radius: 7.75rem;
  border-bottom-right-radius: 7.75rem;
}

.font-size-31 {
  font-size: 31px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-31 {
    margin: 7.75rem !important;
  }
  .mt-r-xs-31 {
    margin-top: 7.75rem !important;
  }
  .mr-r-xs-31 {
    margin-right: 7.75rem !important;
  }
  .mb-r-xs-31 {
    margin-bottom: 7.75rem !important;
  }
  .ml-r-xs-31 {
    margin-left: 7.75rem !important;
  }
  .mx-r-xs-31 {
    margin-left: 7.75rem !important;
    margin-right: 7.75rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-31 {
    margin-top: 7.75rem !important;
    margin-bottom: 7.75rem !important;
  }
  .p-r-xs-31 {
    padding: 7.75rem !important;
  }
  .pt-r-xs-31 {
    padding-top: 7.75rem !important;
  }
  .pr-r-xs-31 {
    padding-right: 7.75rem !important;
  }
  .pb-r-xs-31 {
    padding-bottom: 7.75rem !important;
  }
  .pl-r-xs-31 {
    padding-left: 7.75rem !important;
  }
  .px-r-xs-31 {
    padding-left: 7.75rem !important;
    padding-right: 7.75rem !important;
  }
  .py-r-xs-31 {
    padding-top: 7.75rem !important;
    padding-bottom: 7.75rem !important;
  }
  .font-size-xs-31 {
    font-size: 31px;
  }
  .border-radius-r-xs-31 {
    border-radius: 7.75rem !important;
  }
  .border-radius-tl-r-xs-31 {
    border-top-left-radius: 7.75rem !important;
  }
  .border-radius-tr-r-xs-31 {
    border-top-right-radius: 7.75rem !important;
  }
  .border-radius-bl-r-xs-31 {
    border-bottom-left-radius: 7.75rem !important;
  }
  .border-radius-br-r-xs-31 {
    border-bottom-right-radius: 7.75rem !important;
  }
  .border-radius-t-r-xs-31 {
    border-top-left-radius: 7.75rem !important;
    border-top-right-radius: 7.75rem !important;
  }
  .border-radius-b-r-xs-31 {
    border-bottom-left-radius: 7.75rem !important;
    border-bottom-right-radius: 7.75rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-31 {
    margin: 7.75rem !important;
  }
  .mt-r-sm-31 {
    margin-top: 7.75rem !important;
  }
  .mr-r-sm-31 {
    margin-right: 7.75rem !important;
  }
  .mb-r-sm-31 {
    margin-bottom: 7.75rem !important;
  }
  .ml-r-sm-31 {
    margin-left: 7.75rem !important;
  }
  .mx-r-sm-31 {
    margin-left: 7.75rem !important;
    margin-right: 7.75rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-31 {
    margin-top: 7.75rem !important;
    margin-bottom: 7.75rem !important;
  }
  .p-r-sm-31 {
    padding: 7.75rem !important;
  }
  .pt-r-sm-31 {
    padding-top: 7.75rem !important;
  }
  .pr-r-sm-31 {
    padding-right: 7.75rem !important;
  }
  .pb-r-sm-31 {
    padding-bottom: 7.75rem !important;
  }
  .pl-r-sm-31 {
    padding-left: 7.75rem !important;
  }
  .px-r-sm-31 {
    padding-left: 7.75rem !important;
    padding-right: 7.75rem !important;
  }
  .py-r-sm-31 {
    padding-top: 7.75rem !important;
    padding-bottom: 7.75rem !important;
  }
  .font-size-sm-31 {
    font-size: 31px;
  }
  .border-radius-r-sm-31 {
    border-radius: 7.75rem !important;
  }
  .border-radius-tl-r-sm-31 {
    border-top-left-radius: 7.75rem !important;
  }
  .border-radius-tr-r-sm-31 {
    border-top-right-radius: 7.75rem !important;
  }
  .border-radius-bl-r-sm-31 {
    border-bottom-left-radius: 7.75rem !important;
  }
  .border-radius-br-r-sm-31 {
    border-bottom-right-radius: 7.75rem !important;
  }
  .border-radius-t-r-sm-31 {
    border-top-left-radius: 7.75rem !important;
    border-top-right-radius: 7.75rem !important;
  }
  .border-radius-b-r-sm-31 {
    border-bottom-left-radius: 7.75rem !important;
    border-bottom-right-radius: 7.75rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-31 {
    margin: 7.75rem !important;
  }
  .mt-r-md-31 {
    margin-top: 7.75rem !important;
  }
  .mr-r-md-31 {
    margin-right: 7.75rem !important;
  }
  .mb-r-md-31 {
    margin-bottom: 7.75rem !important;
  }
  .ml-r-md-31 {
    margin-left: 7.75rem !important;
  }
  .mx-r-md-31 {
    margin-left: 7.75rem !important;
    margin-right: 7.75rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-31 {
    margin-top: 7.75rem !important;
    margin-bottom: 7.75rem !important;
  }
  .p-r-md-31 {
    padding: 7.75rem !important;
  }
  .pt-r-md-31 {
    padding-top: 7.75rem !important;
  }
  .pr-r-md-31 {
    padding-right: 7.75rem !important;
  }
  .pb-r-md-31 {
    padding-bottom: 7.75rem !important;
  }
  .pl-r-md-31 {
    padding-left: 7.75rem !important;
  }
  .px-r-md-31 {
    padding-left: 7.75rem !important;
    padding-right: 7.75rem !important;
  }
  .py-r-md-31 {
    padding-top: 7.75rem !important;
    padding-bottom: 7.75rem !important;
  }
  .font-size-md-31 {
    font-size: 31px;
  }
  .border-radius-r-md-31 {
    border-radius: 7.75rem !important;
  }
  .border-radius-tl-r-md-31 {
    border-top-left-radius: 7.75rem !important;
  }
  .border-radius-tr-r-md-31 {
    border-top-right-radius: 7.75rem !important;
  }
  .border-radius-bl-r-md-31 {
    border-bottom-left-radius: 7.75rem !important;
  }
  .border-radius-br-r-md-31 {
    border-bottom-right-radius: 7.75rem !important;
  }
  .border-radius-t-r-md-31 {
    border-top-left-radius: 7.75rem !important;
    border-top-right-radius: 7.75rem !important;
  }
  .border-radius-b-r-md-31 {
    border-bottom-left-radius: 7.75rem !important;
    border-bottom-right-radius: 7.75rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-31 {
    margin: 7.75rem !important;
  }
  .mt-r-lg-31 {
    margin-top: 7.75rem !important;
  }
  .mr-r-lg-31 {
    margin-right: 7.75rem !important;
  }
  .mb-r-lg-31 {
    margin-bottom: 7.75rem !important;
  }
  .ml-r-lg-31 {
    margin-left: 7.75rem !important;
  }
  .mx-r-lg-31 {
    margin-left: 7.75rem !important;
    margin-right: 7.75rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-31 {
    margin-top: 7.75rem !important;
    margin-bottom: 7.75rem !important;
  }
  .p-r-lg-31 {
    padding: 7.75rem !important;
  }
  .pt-r-lg-31 {
    padding-top: 7.75rem !important;
  }
  .pr-r-lg-31 {
    padding-right: 7.75rem !important;
  }
  .pb-r-lg-31 {
    padding-bottom: 7.75rem !important;
  }
  .pl-r-lg-31 {
    padding-left: 7.75rem !important;
  }
  .px-r-lg-31 {
    padding-left: 7.75rem !important;
    padding-right: 7.75rem !important;
  }
  .py-r-lg-31 {
    padding-top: 7.75rem !important;
    padding-bottom: 7.75rem !important;
  }
  .font-size-lg-31 {
    font-size: 31px;
  }
  .border-radius-r-lg-31 {
    border-radius: 7.75rem !important;
  }
  .border-radius-tl-r-lg-31 {
    border-top-left-radius: 7.75rem !important;
  }
  .border-radius-tr-r-lg-31 {
    border-top-right-radius: 7.75rem !important;
  }
  .border-radius-bl-r-lg-31 {
    border-bottom-left-radius: 7.75rem !important;
  }
  .border-radius-br-r-lg-31 {
    border-bottom-right-radius: 7.75rem !important;
  }
  .border-radius-t-r-lg-31 {
    border-top-left-radius: 7.75rem !important;
    border-top-right-radius: 7.75rem !important;
  }
  .border-radius-b-r-lg-31 {
    border-bottom-left-radius: 7.75rem !important;
    border-bottom-right-radius: 7.75rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-31 {
    margin: 7.75rem !important;
  }
  .mt-r-xl-31 {
    margin-top: 7.75rem !important;
  }
  .mr-r-xl-31 {
    margin-right: 7.75rem !important;
  }
  .mb-r-xl-31 {
    margin-bottom: 7.75rem !important;
  }
  .ml-r-xl-31 {
    margin-left: 7.75rem !important;
  }
  .mx-r-xl-31 {
    margin-left: 7.75rem !important;
    margin-right: 7.75rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-31 {
    margin-top: 7.75rem !important;
    margin-bottom: 7.75rem !important;
  }
  .p-r-xl-31 {
    padding: 7.75rem !important;
  }
  .pt-r-xl-31 {
    padding-top: 7.75rem !important;
  }
  .pr-r-xl-31 {
    padding-right: 7.75rem !important;
  }
  .pb-r-xl-31 {
    padding-bottom: 7.75rem !important;
  }
  .pl-r-xl-31 {
    padding-left: 7.75rem !important;
  }
  .px-r-xl-31 {
    padding-left: 7.75rem !important;
    padding-right: 7.75rem !important;
  }
  .py-r-xl-31 {
    padding-top: 7.75rem !important;
    padding-bottom: 7.75rem !important;
  }
  .font-size-xl-31 {
    font-size: 31px;
  }
  .border-radius-r-xl-31 {
    border-radius: 7.75rem !important;
  }
  .border-radius-tl-r-xl-31 {
    border-top-left-radius: 7.75rem !important;
  }
  .border-radius-tr-r-xl-31 {
    border-top-right-radius: 7.75rem !important;
  }
  .border-radius-bl-r-xl-31 {
    border-bottom-left-radius: 7.75rem !important;
  }
  .border-radius-br-r-xl-31 {
    border-bottom-right-radius: 7.75rem !important;
  }
  .border-radius-t-r-xl-31 {
    border-top-left-radius: 7.75rem !important;
    border-top-right-radius: 7.75rem !important;
  }
  .border-radius-b-r-xl-31 {
    border-bottom-left-radius: 7.75rem !important;
    border-bottom-right-radius: 7.75rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-31 {
    margin: 7.75rem !important;
  }
  .mt-r-contents-31 {
    margin-top: 7.75rem !important;
  }
  .mr-r-contents-31 {
    margin-right: 7.75rem !important;
  }
  .mb-r-contents-31 {
    margin-bottom: 7.75rem !important;
  }
  .ml-r-contents-31 {
    margin-left: 7.75rem !important;
  }
  .mx-r-contents-31 {
    margin-left: 7.75rem !important;
    margin-right: 7.75rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-31 {
    margin-top: 7.75rem !important;
    margin-bottom: 7.75rem !important;
  }
  .p-r-contents-31 {
    padding: 7.75rem !important;
  }
  .pt-r-contents-31 {
    padding-top: 7.75rem !important;
  }
  .pr-r-contents-31 {
    padding-right: 7.75rem !important;
  }
  .pb-r-contents-31 {
    padding-bottom: 7.75rem !important;
  }
  .pl-r-contents-31 {
    padding-left: 7.75rem !important;
  }
  .px-r-contents-31 {
    padding-left: 7.75rem !important;
    padding-right: 7.75rem !important;
  }
  .py-r-contents-31 {
    padding-top: 7.75rem !important;
    padding-bottom: 7.75rem !important;
  }
  .font-size-contents-31 {
    font-size: 31px;
  }
  .border-radius-r-contents-31 {
    border-radius: 7.75rem !important;
  }
  .border-radius-tl-r-contents-31 {
    border-top-left-radius: 7.75rem !important;
  }
  .border-radius-tr-r-contents-31 {
    border-top-right-radius: 7.75rem !important;
  }
  .border-radius-bl-r-contents-31 {
    border-bottom-left-radius: 7.75rem !important;
  }
  .border-radius-br-r-contents-31 {
    border-bottom-right-radius: 7.75rem !important;
  }
  .border-radius-t-r-contents-31 {
    border-top-left-radius: 7.75rem !important;
    border-top-right-radius: 7.75rem !important;
  }
  .border-radius-b-r-contents-31 {
    border-bottom-left-radius: 7.75rem !important;
    border-bottom-right-radius: 7.75rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-31 {
    margin: 7.75rem !important;
  }
  .mt-r-screen-31 {
    margin-top: 7.75rem !important;
  }
  .mr-r-screen-31 {
    margin-right: 7.75rem !important;
  }
  .mb-r-screen-31 {
    margin-bottom: 7.75rem !important;
  }
  .ml-r-screen-31 {
    margin-left: 7.75rem !important;
  }
  .mx-r-screen-31 {
    margin-left: 7.75rem !important;
    margin-right: 7.75rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-31 {
    margin-top: 7.75rem !important;
    margin-bottom: 7.75rem !important;
  }
  .p-r-screen-31 {
    padding: 7.75rem !important;
  }
  .pt-r-screen-31 {
    padding-top: 7.75rem !important;
  }
  .pr-r-screen-31 {
    padding-right: 7.75rem !important;
  }
  .pb-r-screen-31 {
    padding-bottom: 7.75rem !important;
  }
  .pl-r-screen-31 {
    padding-left: 7.75rem !important;
  }
  .px-r-screen-31 {
    padding-left: 7.75rem !important;
    padding-right: 7.75rem !important;
  }
  .py-r-screen-31 {
    padding-top: 7.75rem !important;
    padding-bottom: 7.75rem !important;
  }
  .font-size-screen-31 {
    font-size: 31px;
  }
  .border-radius-r-screen-31 {
    border-radius: 7.75rem !important;
  }
  .border-radius-tl-r-screen-31 {
    border-top-left-radius: 7.75rem !important;
  }
  .border-radius-tr-r-screen-31 {
    border-top-right-radius: 7.75rem !important;
  }
  .border-radius-bl-r-screen-31 {
    border-bottom-left-radius: 7.75rem !important;
  }
  .border-radius-br-r-screen-31 {
    border-bottom-right-radius: 7.75rem !important;
  }
  .border-radius-t-r-screen-31 {
    border-top-left-radius: 7.75rem !important;
    border-top-right-radius: 7.75rem !important;
  }
  .border-radius-b-r-screen-31 {
    border-bottom-left-radius: 7.75rem !important;
    border-bottom-right-radius: 7.75rem !important;
  }
}
.z-32 {
  z-index: 32;
}

.m-r-32 {
  margin: 8rem;
}

.mt-r-32 {
  margin-top: 8rem;
}

.mr-r-32 {
  margin-right: 8rem;
}

.mb-r-32 {
  margin-bottom: 8rem;
}

.ml-r-32 {
  margin-left: 8rem;
}

.mx-r-32 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.my-r-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.p-r-32 {
  padding: 8rem;
}

.pt-r-32 {
  padding-top: 8rem;
}

.pr-r-32 {
  padding-right: 8rem;
}

.pb-r-32 {
  padding-bottom: 8rem;
}

.pl-r-32 {
  padding-left: 8rem;
}

.px-r-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.py-r-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.t-r-32 {
  top: 8rem;
}

.l-r-32 {
  left: 8rem;
}

.b-r-32 {
  bottom: 8rem;
}

.r-r-32 {
  right: 8rem;
}

.row-gap-32 {
  margin: -8rem;
}

.border-radius-r-32 {
  border-radius: 8rem;
}

.border-radius-tl-r-32 {
  border-top-left-radius: 8rem;
}

.border-radius-tr-r-32 {
  border-top-right-radius: 8rem;
}

.border-radius-bl-r-32 {
  border-bottom-left-radius: 8rem;
}

.border-radius-br-r-32 {
  border-bottom-right-radius: 8rem;
}

.border-radius-t-r-32 {
  border-top-left-radius: 8rem;
  border-top-right-radius: 8rem;
}

.border-radius-b-r-32 {
  border-bottom-left-radius: 8rem;
  border-bottom-right-radius: 8rem;
}

.font-size-32 {
  font-size: 32px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-32 {
    margin: 8rem !important;
  }
  .mt-r-xs-32 {
    margin-top: 8rem !important;
  }
  .mr-r-xs-32 {
    margin-right: 8rem !important;
  }
  .mb-r-xs-32 {
    margin-bottom: 8rem !important;
  }
  .ml-r-xs-32 {
    margin-left: 8rem !important;
  }
  .mx-r-xs-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .p-r-xs-32 {
    padding: 8rem !important;
  }
  .pt-r-xs-32 {
    padding-top: 8rem !important;
  }
  .pr-r-xs-32 {
    padding-right: 8rem !important;
  }
  .pb-r-xs-32 {
    padding-bottom: 8rem !important;
  }
  .pl-r-xs-32 {
    padding-left: 8rem !important;
  }
  .px-r-xs-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .py-r-xs-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .font-size-xs-32 {
    font-size: 32px;
  }
  .border-radius-r-xs-32 {
    border-radius: 8rem !important;
  }
  .border-radius-tl-r-xs-32 {
    border-top-left-radius: 8rem !important;
  }
  .border-radius-tr-r-xs-32 {
    border-top-right-radius: 8rem !important;
  }
  .border-radius-bl-r-xs-32 {
    border-bottom-left-radius: 8rem !important;
  }
  .border-radius-br-r-xs-32 {
    border-bottom-right-radius: 8rem !important;
  }
  .border-radius-t-r-xs-32 {
    border-top-left-radius: 8rem !important;
    border-top-right-radius: 8rem !important;
  }
  .border-radius-b-r-xs-32 {
    border-bottom-left-radius: 8rem !important;
    border-bottom-right-radius: 8rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-32 {
    margin: 8rem !important;
  }
  .mt-r-sm-32 {
    margin-top: 8rem !important;
  }
  .mr-r-sm-32 {
    margin-right: 8rem !important;
  }
  .mb-r-sm-32 {
    margin-bottom: 8rem !important;
  }
  .ml-r-sm-32 {
    margin-left: 8rem !important;
  }
  .mx-r-sm-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .p-r-sm-32 {
    padding: 8rem !important;
  }
  .pt-r-sm-32 {
    padding-top: 8rem !important;
  }
  .pr-r-sm-32 {
    padding-right: 8rem !important;
  }
  .pb-r-sm-32 {
    padding-bottom: 8rem !important;
  }
  .pl-r-sm-32 {
    padding-left: 8rem !important;
  }
  .px-r-sm-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .py-r-sm-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .font-size-sm-32 {
    font-size: 32px;
  }
  .border-radius-r-sm-32 {
    border-radius: 8rem !important;
  }
  .border-radius-tl-r-sm-32 {
    border-top-left-radius: 8rem !important;
  }
  .border-radius-tr-r-sm-32 {
    border-top-right-radius: 8rem !important;
  }
  .border-radius-bl-r-sm-32 {
    border-bottom-left-radius: 8rem !important;
  }
  .border-radius-br-r-sm-32 {
    border-bottom-right-radius: 8rem !important;
  }
  .border-radius-t-r-sm-32 {
    border-top-left-radius: 8rem !important;
    border-top-right-radius: 8rem !important;
  }
  .border-radius-b-r-sm-32 {
    border-bottom-left-radius: 8rem !important;
    border-bottom-right-radius: 8rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-32 {
    margin: 8rem !important;
  }
  .mt-r-md-32 {
    margin-top: 8rem !important;
  }
  .mr-r-md-32 {
    margin-right: 8rem !important;
  }
  .mb-r-md-32 {
    margin-bottom: 8rem !important;
  }
  .ml-r-md-32 {
    margin-left: 8rem !important;
  }
  .mx-r-md-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .p-r-md-32 {
    padding: 8rem !important;
  }
  .pt-r-md-32 {
    padding-top: 8rem !important;
  }
  .pr-r-md-32 {
    padding-right: 8rem !important;
  }
  .pb-r-md-32 {
    padding-bottom: 8rem !important;
  }
  .pl-r-md-32 {
    padding-left: 8rem !important;
  }
  .px-r-md-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .py-r-md-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .font-size-md-32 {
    font-size: 32px;
  }
  .border-radius-r-md-32 {
    border-radius: 8rem !important;
  }
  .border-radius-tl-r-md-32 {
    border-top-left-radius: 8rem !important;
  }
  .border-radius-tr-r-md-32 {
    border-top-right-radius: 8rem !important;
  }
  .border-radius-bl-r-md-32 {
    border-bottom-left-radius: 8rem !important;
  }
  .border-radius-br-r-md-32 {
    border-bottom-right-radius: 8rem !important;
  }
  .border-radius-t-r-md-32 {
    border-top-left-radius: 8rem !important;
    border-top-right-radius: 8rem !important;
  }
  .border-radius-b-r-md-32 {
    border-bottom-left-radius: 8rem !important;
    border-bottom-right-radius: 8rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-32 {
    margin: 8rem !important;
  }
  .mt-r-lg-32 {
    margin-top: 8rem !important;
  }
  .mr-r-lg-32 {
    margin-right: 8rem !important;
  }
  .mb-r-lg-32 {
    margin-bottom: 8rem !important;
  }
  .ml-r-lg-32 {
    margin-left: 8rem !important;
  }
  .mx-r-lg-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .p-r-lg-32 {
    padding: 8rem !important;
  }
  .pt-r-lg-32 {
    padding-top: 8rem !important;
  }
  .pr-r-lg-32 {
    padding-right: 8rem !important;
  }
  .pb-r-lg-32 {
    padding-bottom: 8rem !important;
  }
  .pl-r-lg-32 {
    padding-left: 8rem !important;
  }
  .px-r-lg-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .py-r-lg-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .font-size-lg-32 {
    font-size: 32px;
  }
  .border-radius-r-lg-32 {
    border-radius: 8rem !important;
  }
  .border-radius-tl-r-lg-32 {
    border-top-left-radius: 8rem !important;
  }
  .border-radius-tr-r-lg-32 {
    border-top-right-radius: 8rem !important;
  }
  .border-radius-bl-r-lg-32 {
    border-bottom-left-radius: 8rem !important;
  }
  .border-radius-br-r-lg-32 {
    border-bottom-right-radius: 8rem !important;
  }
  .border-radius-t-r-lg-32 {
    border-top-left-radius: 8rem !important;
    border-top-right-radius: 8rem !important;
  }
  .border-radius-b-r-lg-32 {
    border-bottom-left-radius: 8rem !important;
    border-bottom-right-radius: 8rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-32 {
    margin: 8rem !important;
  }
  .mt-r-xl-32 {
    margin-top: 8rem !important;
  }
  .mr-r-xl-32 {
    margin-right: 8rem !important;
  }
  .mb-r-xl-32 {
    margin-bottom: 8rem !important;
  }
  .ml-r-xl-32 {
    margin-left: 8rem !important;
  }
  .mx-r-xl-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .p-r-xl-32 {
    padding: 8rem !important;
  }
  .pt-r-xl-32 {
    padding-top: 8rem !important;
  }
  .pr-r-xl-32 {
    padding-right: 8rem !important;
  }
  .pb-r-xl-32 {
    padding-bottom: 8rem !important;
  }
  .pl-r-xl-32 {
    padding-left: 8rem !important;
  }
  .px-r-xl-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .py-r-xl-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .font-size-xl-32 {
    font-size: 32px;
  }
  .border-radius-r-xl-32 {
    border-radius: 8rem !important;
  }
  .border-radius-tl-r-xl-32 {
    border-top-left-radius: 8rem !important;
  }
  .border-radius-tr-r-xl-32 {
    border-top-right-radius: 8rem !important;
  }
  .border-radius-bl-r-xl-32 {
    border-bottom-left-radius: 8rem !important;
  }
  .border-radius-br-r-xl-32 {
    border-bottom-right-radius: 8rem !important;
  }
  .border-radius-t-r-xl-32 {
    border-top-left-radius: 8rem !important;
    border-top-right-radius: 8rem !important;
  }
  .border-radius-b-r-xl-32 {
    border-bottom-left-radius: 8rem !important;
    border-bottom-right-radius: 8rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-32 {
    margin: 8rem !important;
  }
  .mt-r-contents-32 {
    margin-top: 8rem !important;
  }
  .mr-r-contents-32 {
    margin-right: 8rem !important;
  }
  .mb-r-contents-32 {
    margin-bottom: 8rem !important;
  }
  .ml-r-contents-32 {
    margin-left: 8rem !important;
  }
  .mx-r-contents-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .p-r-contents-32 {
    padding: 8rem !important;
  }
  .pt-r-contents-32 {
    padding-top: 8rem !important;
  }
  .pr-r-contents-32 {
    padding-right: 8rem !important;
  }
  .pb-r-contents-32 {
    padding-bottom: 8rem !important;
  }
  .pl-r-contents-32 {
    padding-left: 8rem !important;
  }
  .px-r-contents-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .py-r-contents-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .font-size-contents-32 {
    font-size: 32px;
  }
  .border-radius-r-contents-32 {
    border-radius: 8rem !important;
  }
  .border-radius-tl-r-contents-32 {
    border-top-left-radius: 8rem !important;
  }
  .border-radius-tr-r-contents-32 {
    border-top-right-radius: 8rem !important;
  }
  .border-radius-bl-r-contents-32 {
    border-bottom-left-radius: 8rem !important;
  }
  .border-radius-br-r-contents-32 {
    border-bottom-right-radius: 8rem !important;
  }
  .border-radius-t-r-contents-32 {
    border-top-left-radius: 8rem !important;
    border-top-right-radius: 8rem !important;
  }
  .border-radius-b-r-contents-32 {
    border-bottom-left-radius: 8rem !important;
    border-bottom-right-radius: 8rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-32 {
    margin: 8rem !important;
  }
  .mt-r-screen-32 {
    margin-top: 8rem !important;
  }
  .mr-r-screen-32 {
    margin-right: 8rem !important;
  }
  .mb-r-screen-32 {
    margin-bottom: 8rem !important;
  }
  .ml-r-screen-32 {
    margin-left: 8rem !important;
  }
  .mx-r-screen-32 {
    margin-left: 8rem !important;
    margin-right: 8rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-32 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important;
  }
  .p-r-screen-32 {
    padding: 8rem !important;
  }
  .pt-r-screen-32 {
    padding-top: 8rem !important;
  }
  .pr-r-screen-32 {
    padding-right: 8rem !important;
  }
  .pb-r-screen-32 {
    padding-bottom: 8rem !important;
  }
  .pl-r-screen-32 {
    padding-left: 8rem !important;
  }
  .px-r-screen-32 {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
  .py-r-screen-32 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important;
  }
  .font-size-screen-32 {
    font-size: 32px;
  }
  .border-radius-r-screen-32 {
    border-radius: 8rem !important;
  }
  .border-radius-tl-r-screen-32 {
    border-top-left-radius: 8rem !important;
  }
  .border-radius-tr-r-screen-32 {
    border-top-right-radius: 8rem !important;
  }
  .border-radius-bl-r-screen-32 {
    border-bottom-left-radius: 8rem !important;
  }
  .border-radius-br-r-screen-32 {
    border-bottom-right-radius: 8rem !important;
  }
  .border-radius-t-r-screen-32 {
    border-top-left-radius: 8rem !important;
    border-top-right-radius: 8rem !important;
  }
  .border-radius-b-r-screen-32 {
    border-bottom-left-radius: 8rem !important;
    border-bottom-right-radius: 8rem !important;
  }
}
.z-33 {
  z-index: 33;
}

.m-r-33 {
  margin: 8.25rem;
}

.mt-r-33 {
  margin-top: 8.25rem;
}

.mr-r-33 {
  margin-right: 8.25rem;
}

.mb-r-33 {
  margin-bottom: 8.25rem;
}

.ml-r-33 {
  margin-left: 8.25rem;
}

.mx-r-33 {
  margin-left: 8.25rem;
  margin-right: 8.25rem;
}

.my-r-33 {
  margin-top: 8.25rem;
  margin-bottom: 8.25rem;
}

.p-r-33 {
  padding: 8.25rem;
}

.pt-r-33 {
  padding-top: 8.25rem;
}

.pr-r-33 {
  padding-right: 8.25rem;
}

.pb-r-33 {
  padding-bottom: 8.25rem;
}

.pl-r-33 {
  padding-left: 8.25rem;
}

.px-r-33 {
  padding-left: 8.25rem;
  padding-right: 8.25rem;
}

.py-r-33 {
  padding-top: 8.25rem;
  padding-bottom: 8.25rem;
}

.t-r-33 {
  top: 8.25rem;
}

.l-r-33 {
  left: 8.25rem;
}

.b-r-33 {
  bottom: 8.25rem;
}

.r-r-33 {
  right: 8.25rem;
}

.row-gap-33 {
  margin: -8.25rem;
}

.border-radius-r-33 {
  border-radius: 8.25rem;
}

.border-radius-tl-r-33 {
  border-top-left-radius: 8.25rem;
}

.border-radius-tr-r-33 {
  border-top-right-radius: 8.25rem;
}

.border-radius-bl-r-33 {
  border-bottom-left-radius: 8.25rem;
}

.border-radius-br-r-33 {
  border-bottom-right-radius: 8.25rem;
}

.border-radius-t-r-33 {
  border-top-left-radius: 8.25rem;
  border-top-right-radius: 8.25rem;
}

.border-radius-b-r-33 {
  border-bottom-left-radius: 8.25rem;
  border-bottom-right-radius: 8.25rem;
}

.font-size-33 {
  font-size: 33px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-33 {
    margin: 8.25rem !important;
  }
  .mt-r-xs-33 {
    margin-top: 8.25rem !important;
  }
  .mr-r-xs-33 {
    margin-right: 8.25rem !important;
  }
  .mb-r-xs-33 {
    margin-bottom: 8.25rem !important;
  }
  .ml-r-xs-33 {
    margin-left: 8.25rem !important;
  }
  .mx-r-xs-33 {
    margin-left: 8.25rem !important;
    margin-right: 8.25rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-33 {
    margin-top: 8.25rem !important;
    margin-bottom: 8.25rem !important;
  }
  .p-r-xs-33 {
    padding: 8.25rem !important;
  }
  .pt-r-xs-33 {
    padding-top: 8.25rem !important;
  }
  .pr-r-xs-33 {
    padding-right: 8.25rem !important;
  }
  .pb-r-xs-33 {
    padding-bottom: 8.25rem !important;
  }
  .pl-r-xs-33 {
    padding-left: 8.25rem !important;
  }
  .px-r-xs-33 {
    padding-left: 8.25rem !important;
    padding-right: 8.25rem !important;
  }
  .py-r-xs-33 {
    padding-top: 8.25rem !important;
    padding-bottom: 8.25rem !important;
  }
  .font-size-xs-33 {
    font-size: 33px;
  }
  .border-radius-r-xs-33 {
    border-radius: 8.25rem !important;
  }
  .border-radius-tl-r-xs-33 {
    border-top-left-radius: 8.25rem !important;
  }
  .border-radius-tr-r-xs-33 {
    border-top-right-radius: 8.25rem !important;
  }
  .border-radius-bl-r-xs-33 {
    border-bottom-left-radius: 8.25rem !important;
  }
  .border-radius-br-r-xs-33 {
    border-bottom-right-radius: 8.25rem !important;
  }
  .border-radius-t-r-xs-33 {
    border-top-left-radius: 8.25rem !important;
    border-top-right-radius: 8.25rem !important;
  }
  .border-radius-b-r-xs-33 {
    border-bottom-left-radius: 8.25rem !important;
    border-bottom-right-radius: 8.25rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-33 {
    margin: 8.25rem !important;
  }
  .mt-r-sm-33 {
    margin-top: 8.25rem !important;
  }
  .mr-r-sm-33 {
    margin-right: 8.25rem !important;
  }
  .mb-r-sm-33 {
    margin-bottom: 8.25rem !important;
  }
  .ml-r-sm-33 {
    margin-left: 8.25rem !important;
  }
  .mx-r-sm-33 {
    margin-left: 8.25rem !important;
    margin-right: 8.25rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-33 {
    margin-top: 8.25rem !important;
    margin-bottom: 8.25rem !important;
  }
  .p-r-sm-33 {
    padding: 8.25rem !important;
  }
  .pt-r-sm-33 {
    padding-top: 8.25rem !important;
  }
  .pr-r-sm-33 {
    padding-right: 8.25rem !important;
  }
  .pb-r-sm-33 {
    padding-bottom: 8.25rem !important;
  }
  .pl-r-sm-33 {
    padding-left: 8.25rem !important;
  }
  .px-r-sm-33 {
    padding-left: 8.25rem !important;
    padding-right: 8.25rem !important;
  }
  .py-r-sm-33 {
    padding-top: 8.25rem !important;
    padding-bottom: 8.25rem !important;
  }
  .font-size-sm-33 {
    font-size: 33px;
  }
  .border-radius-r-sm-33 {
    border-radius: 8.25rem !important;
  }
  .border-radius-tl-r-sm-33 {
    border-top-left-radius: 8.25rem !important;
  }
  .border-radius-tr-r-sm-33 {
    border-top-right-radius: 8.25rem !important;
  }
  .border-radius-bl-r-sm-33 {
    border-bottom-left-radius: 8.25rem !important;
  }
  .border-radius-br-r-sm-33 {
    border-bottom-right-radius: 8.25rem !important;
  }
  .border-radius-t-r-sm-33 {
    border-top-left-radius: 8.25rem !important;
    border-top-right-radius: 8.25rem !important;
  }
  .border-radius-b-r-sm-33 {
    border-bottom-left-radius: 8.25rem !important;
    border-bottom-right-radius: 8.25rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-33 {
    margin: 8.25rem !important;
  }
  .mt-r-md-33 {
    margin-top: 8.25rem !important;
  }
  .mr-r-md-33 {
    margin-right: 8.25rem !important;
  }
  .mb-r-md-33 {
    margin-bottom: 8.25rem !important;
  }
  .ml-r-md-33 {
    margin-left: 8.25rem !important;
  }
  .mx-r-md-33 {
    margin-left: 8.25rem !important;
    margin-right: 8.25rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-33 {
    margin-top: 8.25rem !important;
    margin-bottom: 8.25rem !important;
  }
  .p-r-md-33 {
    padding: 8.25rem !important;
  }
  .pt-r-md-33 {
    padding-top: 8.25rem !important;
  }
  .pr-r-md-33 {
    padding-right: 8.25rem !important;
  }
  .pb-r-md-33 {
    padding-bottom: 8.25rem !important;
  }
  .pl-r-md-33 {
    padding-left: 8.25rem !important;
  }
  .px-r-md-33 {
    padding-left: 8.25rem !important;
    padding-right: 8.25rem !important;
  }
  .py-r-md-33 {
    padding-top: 8.25rem !important;
    padding-bottom: 8.25rem !important;
  }
  .font-size-md-33 {
    font-size: 33px;
  }
  .border-radius-r-md-33 {
    border-radius: 8.25rem !important;
  }
  .border-radius-tl-r-md-33 {
    border-top-left-radius: 8.25rem !important;
  }
  .border-radius-tr-r-md-33 {
    border-top-right-radius: 8.25rem !important;
  }
  .border-radius-bl-r-md-33 {
    border-bottom-left-radius: 8.25rem !important;
  }
  .border-radius-br-r-md-33 {
    border-bottom-right-radius: 8.25rem !important;
  }
  .border-radius-t-r-md-33 {
    border-top-left-radius: 8.25rem !important;
    border-top-right-radius: 8.25rem !important;
  }
  .border-radius-b-r-md-33 {
    border-bottom-left-radius: 8.25rem !important;
    border-bottom-right-radius: 8.25rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-33 {
    margin: 8.25rem !important;
  }
  .mt-r-lg-33 {
    margin-top: 8.25rem !important;
  }
  .mr-r-lg-33 {
    margin-right: 8.25rem !important;
  }
  .mb-r-lg-33 {
    margin-bottom: 8.25rem !important;
  }
  .ml-r-lg-33 {
    margin-left: 8.25rem !important;
  }
  .mx-r-lg-33 {
    margin-left: 8.25rem !important;
    margin-right: 8.25rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-33 {
    margin-top: 8.25rem !important;
    margin-bottom: 8.25rem !important;
  }
  .p-r-lg-33 {
    padding: 8.25rem !important;
  }
  .pt-r-lg-33 {
    padding-top: 8.25rem !important;
  }
  .pr-r-lg-33 {
    padding-right: 8.25rem !important;
  }
  .pb-r-lg-33 {
    padding-bottom: 8.25rem !important;
  }
  .pl-r-lg-33 {
    padding-left: 8.25rem !important;
  }
  .px-r-lg-33 {
    padding-left: 8.25rem !important;
    padding-right: 8.25rem !important;
  }
  .py-r-lg-33 {
    padding-top: 8.25rem !important;
    padding-bottom: 8.25rem !important;
  }
  .font-size-lg-33 {
    font-size: 33px;
  }
  .border-radius-r-lg-33 {
    border-radius: 8.25rem !important;
  }
  .border-radius-tl-r-lg-33 {
    border-top-left-radius: 8.25rem !important;
  }
  .border-radius-tr-r-lg-33 {
    border-top-right-radius: 8.25rem !important;
  }
  .border-radius-bl-r-lg-33 {
    border-bottom-left-radius: 8.25rem !important;
  }
  .border-radius-br-r-lg-33 {
    border-bottom-right-radius: 8.25rem !important;
  }
  .border-radius-t-r-lg-33 {
    border-top-left-radius: 8.25rem !important;
    border-top-right-radius: 8.25rem !important;
  }
  .border-radius-b-r-lg-33 {
    border-bottom-left-radius: 8.25rem !important;
    border-bottom-right-radius: 8.25rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-33 {
    margin: 8.25rem !important;
  }
  .mt-r-xl-33 {
    margin-top: 8.25rem !important;
  }
  .mr-r-xl-33 {
    margin-right: 8.25rem !important;
  }
  .mb-r-xl-33 {
    margin-bottom: 8.25rem !important;
  }
  .ml-r-xl-33 {
    margin-left: 8.25rem !important;
  }
  .mx-r-xl-33 {
    margin-left: 8.25rem !important;
    margin-right: 8.25rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-33 {
    margin-top: 8.25rem !important;
    margin-bottom: 8.25rem !important;
  }
  .p-r-xl-33 {
    padding: 8.25rem !important;
  }
  .pt-r-xl-33 {
    padding-top: 8.25rem !important;
  }
  .pr-r-xl-33 {
    padding-right: 8.25rem !important;
  }
  .pb-r-xl-33 {
    padding-bottom: 8.25rem !important;
  }
  .pl-r-xl-33 {
    padding-left: 8.25rem !important;
  }
  .px-r-xl-33 {
    padding-left: 8.25rem !important;
    padding-right: 8.25rem !important;
  }
  .py-r-xl-33 {
    padding-top: 8.25rem !important;
    padding-bottom: 8.25rem !important;
  }
  .font-size-xl-33 {
    font-size: 33px;
  }
  .border-radius-r-xl-33 {
    border-radius: 8.25rem !important;
  }
  .border-radius-tl-r-xl-33 {
    border-top-left-radius: 8.25rem !important;
  }
  .border-radius-tr-r-xl-33 {
    border-top-right-radius: 8.25rem !important;
  }
  .border-radius-bl-r-xl-33 {
    border-bottom-left-radius: 8.25rem !important;
  }
  .border-radius-br-r-xl-33 {
    border-bottom-right-radius: 8.25rem !important;
  }
  .border-radius-t-r-xl-33 {
    border-top-left-radius: 8.25rem !important;
    border-top-right-radius: 8.25rem !important;
  }
  .border-radius-b-r-xl-33 {
    border-bottom-left-radius: 8.25rem !important;
    border-bottom-right-radius: 8.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-33 {
    margin: 8.25rem !important;
  }
  .mt-r-contents-33 {
    margin-top: 8.25rem !important;
  }
  .mr-r-contents-33 {
    margin-right: 8.25rem !important;
  }
  .mb-r-contents-33 {
    margin-bottom: 8.25rem !important;
  }
  .ml-r-contents-33 {
    margin-left: 8.25rem !important;
  }
  .mx-r-contents-33 {
    margin-left: 8.25rem !important;
    margin-right: 8.25rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-33 {
    margin-top: 8.25rem !important;
    margin-bottom: 8.25rem !important;
  }
  .p-r-contents-33 {
    padding: 8.25rem !important;
  }
  .pt-r-contents-33 {
    padding-top: 8.25rem !important;
  }
  .pr-r-contents-33 {
    padding-right: 8.25rem !important;
  }
  .pb-r-contents-33 {
    padding-bottom: 8.25rem !important;
  }
  .pl-r-contents-33 {
    padding-left: 8.25rem !important;
  }
  .px-r-contents-33 {
    padding-left: 8.25rem !important;
    padding-right: 8.25rem !important;
  }
  .py-r-contents-33 {
    padding-top: 8.25rem !important;
    padding-bottom: 8.25rem !important;
  }
  .font-size-contents-33 {
    font-size: 33px;
  }
  .border-radius-r-contents-33 {
    border-radius: 8.25rem !important;
  }
  .border-radius-tl-r-contents-33 {
    border-top-left-radius: 8.25rem !important;
  }
  .border-radius-tr-r-contents-33 {
    border-top-right-radius: 8.25rem !important;
  }
  .border-radius-bl-r-contents-33 {
    border-bottom-left-radius: 8.25rem !important;
  }
  .border-radius-br-r-contents-33 {
    border-bottom-right-radius: 8.25rem !important;
  }
  .border-radius-t-r-contents-33 {
    border-top-left-radius: 8.25rem !important;
    border-top-right-radius: 8.25rem !important;
  }
  .border-radius-b-r-contents-33 {
    border-bottom-left-radius: 8.25rem !important;
    border-bottom-right-radius: 8.25rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-33 {
    margin: 8.25rem !important;
  }
  .mt-r-screen-33 {
    margin-top: 8.25rem !important;
  }
  .mr-r-screen-33 {
    margin-right: 8.25rem !important;
  }
  .mb-r-screen-33 {
    margin-bottom: 8.25rem !important;
  }
  .ml-r-screen-33 {
    margin-left: 8.25rem !important;
  }
  .mx-r-screen-33 {
    margin-left: 8.25rem !important;
    margin-right: 8.25rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-33 {
    margin-top: 8.25rem !important;
    margin-bottom: 8.25rem !important;
  }
  .p-r-screen-33 {
    padding: 8.25rem !important;
  }
  .pt-r-screen-33 {
    padding-top: 8.25rem !important;
  }
  .pr-r-screen-33 {
    padding-right: 8.25rem !important;
  }
  .pb-r-screen-33 {
    padding-bottom: 8.25rem !important;
  }
  .pl-r-screen-33 {
    padding-left: 8.25rem !important;
  }
  .px-r-screen-33 {
    padding-left: 8.25rem !important;
    padding-right: 8.25rem !important;
  }
  .py-r-screen-33 {
    padding-top: 8.25rem !important;
    padding-bottom: 8.25rem !important;
  }
  .font-size-screen-33 {
    font-size: 33px;
  }
  .border-radius-r-screen-33 {
    border-radius: 8.25rem !important;
  }
  .border-radius-tl-r-screen-33 {
    border-top-left-radius: 8.25rem !important;
  }
  .border-radius-tr-r-screen-33 {
    border-top-right-radius: 8.25rem !important;
  }
  .border-radius-bl-r-screen-33 {
    border-bottom-left-radius: 8.25rem !important;
  }
  .border-radius-br-r-screen-33 {
    border-bottom-right-radius: 8.25rem !important;
  }
  .border-radius-t-r-screen-33 {
    border-top-left-radius: 8.25rem !important;
    border-top-right-radius: 8.25rem !important;
  }
  .border-radius-b-r-screen-33 {
    border-bottom-left-radius: 8.25rem !important;
    border-bottom-right-radius: 8.25rem !important;
  }
}
.z-34 {
  z-index: 34;
}

.m-r-34 {
  margin: 8.5rem;
}

.mt-r-34 {
  margin-top: 8.5rem;
}

.mr-r-34 {
  margin-right: 8.5rem;
}

.mb-r-34 {
  margin-bottom: 8.5rem;
}

.ml-r-34 {
  margin-left: 8.5rem;
}

.mx-r-34 {
  margin-left: 8.5rem;
  margin-right: 8.5rem;
}

.my-r-34 {
  margin-top: 8.5rem;
  margin-bottom: 8.5rem;
}

.p-r-34 {
  padding: 8.5rem;
}

.pt-r-34 {
  padding-top: 8.5rem;
}

.pr-r-34 {
  padding-right: 8.5rem;
}

.pb-r-34 {
  padding-bottom: 8.5rem;
}

.pl-r-34 {
  padding-left: 8.5rem;
}

.px-r-34 {
  padding-left: 8.5rem;
  padding-right: 8.5rem;
}

.py-r-34 {
  padding-top: 8.5rem;
  padding-bottom: 8.5rem;
}

.t-r-34 {
  top: 8.5rem;
}

.l-r-34 {
  left: 8.5rem;
}

.b-r-34 {
  bottom: 8.5rem;
}

.r-r-34 {
  right: 8.5rem;
}

.row-gap-34 {
  margin: -8.5rem;
}

.border-radius-r-34 {
  border-radius: 8.5rem;
}

.border-radius-tl-r-34 {
  border-top-left-radius: 8.5rem;
}

.border-radius-tr-r-34 {
  border-top-right-radius: 8.5rem;
}

.border-radius-bl-r-34 {
  border-bottom-left-radius: 8.5rem;
}

.border-radius-br-r-34 {
  border-bottom-right-radius: 8.5rem;
}

.border-radius-t-r-34 {
  border-top-left-radius: 8.5rem;
  border-top-right-radius: 8.5rem;
}

.border-radius-b-r-34 {
  border-bottom-left-radius: 8.5rem;
  border-bottom-right-radius: 8.5rem;
}

.font-size-34 {
  font-size: 34px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-34 {
    margin: 8.5rem !important;
  }
  .mt-r-xs-34 {
    margin-top: 8.5rem !important;
  }
  .mr-r-xs-34 {
    margin-right: 8.5rem !important;
  }
  .mb-r-xs-34 {
    margin-bottom: 8.5rem !important;
  }
  .ml-r-xs-34 {
    margin-left: 8.5rem !important;
  }
  .mx-r-xs-34 {
    margin-left: 8.5rem !important;
    margin-right: 8.5rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-34 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .p-r-xs-34 {
    padding: 8.5rem !important;
  }
  .pt-r-xs-34 {
    padding-top: 8.5rem !important;
  }
  .pr-r-xs-34 {
    padding-right: 8.5rem !important;
  }
  .pb-r-xs-34 {
    padding-bottom: 8.5rem !important;
  }
  .pl-r-xs-34 {
    padding-left: 8.5rem !important;
  }
  .px-r-xs-34 {
    padding-left: 8.5rem !important;
    padding-right: 8.5rem !important;
  }
  .py-r-xs-34 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .font-size-xs-34 {
    font-size: 34px;
  }
  .border-radius-r-xs-34 {
    border-radius: 8.5rem !important;
  }
  .border-radius-tl-r-xs-34 {
    border-top-left-radius: 8.5rem !important;
  }
  .border-radius-tr-r-xs-34 {
    border-top-right-radius: 8.5rem !important;
  }
  .border-radius-bl-r-xs-34 {
    border-bottom-left-radius: 8.5rem !important;
  }
  .border-radius-br-r-xs-34 {
    border-bottom-right-radius: 8.5rem !important;
  }
  .border-radius-t-r-xs-34 {
    border-top-left-radius: 8.5rem !important;
    border-top-right-radius: 8.5rem !important;
  }
  .border-radius-b-r-xs-34 {
    border-bottom-left-radius: 8.5rem !important;
    border-bottom-right-radius: 8.5rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-34 {
    margin: 8.5rem !important;
  }
  .mt-r-sm-34 {
    margin-top: 8.5rem !important;
  }
  .mr-r-sm-34 {
    margin-right: 8.5rem !important;
  }
  .mb-r-sm-34 {
    margin-bottom: 8.5rem !important;
  }
  .ml-r-sm-34 {
    margin-left: 8.5rem !important;
  }
  .mx-r-sm-34 {
    margin-left: 8.5rem !important;
    margin-right: 8.5rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-34 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .p-r-sm-34 {
    padding: 8.5rem !important;
  }
  .pt-r-sm-34 {
    padding-top: 8.5rem !important;
  }
  .pr-r-sm-34 {
    padding-right: 8.5rem !important;
  }
  .pb-r-sm-34 {
    padding-bottom: 8.5rem !important;
  }
  .pl-r-sm-34 {
    padding-left: 8.5rem !important;
  }
  .px-r-sm-34 {
    padding-left: 8.5rem !important;
    padding-right: 8.5rem !important;
  }
  .py-r-sm-34 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .font-size-sm-34 {
    font-size: 34px;
  }
  .border-radius-r-sm-34 {
    border-radius: 8.5rem !important;
  }
  .border-radius-tl-r-sm-34 {
    border-top-left-radius: 8.5rem !important;
  }
  .border-radius-tr-r-sm-34 {
    border-top-right-radius: 8.5rem !important;
  }
  .border-radius-bl-r-sm-34 {
    border-bottom-left-radius: 8.5rem !important;
  }
  .border-radius-br-r-sm-34 {
    border-bottom-right-radius: 8.5rem !important;
  }
  .border-radius-t-r-sm-34 {
    border-top-left-radius: 8.5rem !important;
    border-top-right-radius: 8.5rem !important;
  }
  .border-radius-b-r-sm-34 {
    border-bottom-left-radius: 8.5rem !important;
    border-bottom-right-radius: 8.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-34 {
    margin: 8.5rem !important;
  }
  .mt-r-md-34 {
    margin-top: 8.5rem !important;
  }
  .mr-r-md-34 {
    margin-right: 8.5rem !important;
  }
  .mb-r-md-34 {
    margin-bottom: 8.5rem !important;
  }
  .ml-r-md-34 {
    margin-left: 8.5rem !important;
  }
  .mx-r-md-34 {
    margin-left: 8.5rem !important;
    margin-right: 8.5rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-34 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .p-r-md-34 {
    padding: 8.5rem !important;
  }
  .pt-r-md-34 {
    padding-top: 8.5rem !important;
  }
  .pr-r-md-34 {
    padding-right: 8.5rem !important;
  }
  .pb-r-md-34 {
    padding-bottom: 8.5rem !important;
  }
  .pl-r-md-34 {
    padding-left: 8.5rem !important;
  }
  .px-r-md-34 {
    padding-left: 8.5rem !important;
    padding-right: 8.5rem !important;
  }
  .py-r-md-34 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .font-size-md-34 {
    font-size: 34px;
  }
  .border-radius-r-md-34 {
    border-radius: 8.5rem !important;
  }
  .border-radius-tl-r-md-34 {
    border-top-left-radius: 8.5rem !important;
  }
  .border-radius-tr-r-md-34 {
    border-top-right-radius: 8.5rem !important;
  }
  .border-radius-bl-r-md-34 {
    border-bottom-left-radius: 8.5rem !important;
  }
  .border-radius-br-r-md-34 {
    border-bottom-right-radius: 8.5rem !important;
  }
  .border-radius-t-r-md-34 {
    border-top-left-radius: 8.5rem !important;
    border-top-right-radius: 8.5rem !important;
  }
  .border-radius-b-r-md-34 {
    border-bottom-left-radius: 8.5rem !important;
    border-bottom-right-radius: 8.5rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-34 {
    margin: 8.5rem !important;
  }
  .mt-r-lg-34 {
    margin-top: 8.5rem !important;
  }
  .mr-r-lg-34 {
    margin-right: 8.5rem !important;
  }
  .mb-r-lg-34 {
    margin-bottom: 8.5rem !important;
  }
  .ml-r-lg-34 {
    margin-left: 8.5rem !important;
  }
  .mx-r-lg-34 {
    margin-left: 8.5rem !important;
    margin-right: 8.5rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-34 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .p-r-lg-34 {
    padding: 8.5rem !important;
  }
  .pt-r-lg-34 {
    padding-top: 8.5rem !important;
  }
  .pr-r-lg-34 {
    padding-right: 8.5rem !important;
  }
  .pb-r-lg-34 {
    padding-bottom: 8.5rem !important;
  }
  .pl-r-lg-34 {
    padding-left: 8.5rem !important;
  }
  .px-r-lg-34 {
    padding-left: 8.5rem !important;
    padding-right: 8.5rem !important;
  }
  .py-r-lg-34 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .font-size-lg-34 {
    font-size: 34px;
  }
  .border-radius-r-lg-34 {
    border-radius: 8.5rem !important;
  }
  .border-radius-tl-r-lg-34 {
    border-top-left-radius: 8.5rem !important;
  }
  .border-radius-tr-r-lg-34 {
    border-top-right-radius: 8.5rem !important;
  }
  .border-radius-bl-r-lg-34 {
    border-bottom-left-radius: 8.5rem !important;
  }
  .border-radius-br-r-lg-34 {
    border-bottom-right-radius: 8.5rem !important;
  }
  .border-radius-t-r-lg-34 {
    border-top-left-radius: 8.5rem !important;
    border-top-right-radius: 8.5rem !important;
  }
  .border-radius-b-r-lg-34 {
    border-bottom-left-radius: 8.5rem !important;
    border-bottom-right-radius: 8.5rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-34 {
    margin: 8.5rem !important;
  }
  .mt-r-xl-34 {
    margin-top: 8.5rem !important;
  }
  .mr-r-xl-34 {
    margin-right: 8.5rem !important;
  }
  .mb-r-xl-34 {
    margin-bottom: 8.5rem !important;
  }
  .ml-r-xl-34 {
    margin-left: 8.5rem !important;
  }
  .mx-r-xl-34 {
    margin-left: 8.5rem !important;
    margin-right: 8.5rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-34 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .p-r-xl-34 {
    padding: 8.5rem !important;
  }
  .pt-r-xl-34 {
    padding-top: 8.5rem !important;
  }
  .pr-r-xl-34 {
    padding-right: 8.5rem !important;
  }
  .pb-r-xl-34 {
    padding-bottom: 8.5rem !important;
  }
  .pl-r-xl-34 {
    padding-left: 8.5rem !important;
  }
  .px-r-xl-34 {
    padding-left: 8.5rem !important;
    padding-right: 8.5rem !important;
  }
  .py-r-xl-34 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .font-size-xl-34 {
    font-size: 34px;
  }
  .border-radius-r-xl-34 {
    border-radius: 8.5rem !important;
  }
  .border-radius-tl-r-xl-34 {
    border-top-left-radius: 8.5rem !important;
  }
  .border-radius-tr-r-xl-34 {
    border-top-right-radius: 8.5rem !important;
  }
  .border-radius-bl-r-xl-34 {
    border-bottom-left-radius: 8.5rem !important;
  }
  .border-radius-br-r-xl-34 {
    border-bottom-right-radius: 8.5rem !important;
  }
  .border-radius-t-r-xl-34 {
    border-top-left-radius: 8.5rem !important;
    border-top-right-radius: 8.5rem !important;
  }
  .border-radius-b-r-xl-34 {
    border-bottom-left-radius: 8.5rem !important;
    border-bottom-right-radius: 8.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-34 {
    margin: 8.5rem !important;
  }
  .mt-r-contents-34 {
    margin-top: 8.5rem !important;
  }
  .mr-r-contents-34 {
    margin-right: 8.5rem !important;
  }
  .mb-r-contents-34 {
    margin-bottom: 8.5rem !important;
  }
  .ml-r-contents-34 {
    margin-left: 8.5rem !important;
  }
  .mx-r-contents-34 {
    margin-left: 8.5rem !important;
    margin-right: 8.5rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-34 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .p-r-contents-34 {
    padding: 8.5rem !important;
  }
  .pt-r-contents-34 {
    padding-top: 8.5rem !important;
  }
  .pr-r-contents-34 {
    padding-right: 8.5rem !important;
  }
  .pb-r-contents-34 {
    padding-bottom: 8.5rem !important;
  }
  .pl-r-contents-34 {
    padding-left: 8.5rem !important;
  }
  .px-r-contents-34 {
    padding-left: 8.5rem !important;
    padding-right: 8.5rem !important;
  }
  .py-r-contents-34 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .font-size-contents-34 {
    font-size: 34px;
  }
  .border-radius-r-contents-34 {
    border-radius: 8.5rem !important;
  }
  .border-radius-tl-r-contents-34 {
    border-top-left-radius: 8.5rem !important;
  }
  .border-radius-tr-r-contents-34 {
    border-top-right-radius: 8.5rem !important;
  }
  .border-radius-bl-r-contents-34 {
    border-bottom-left-radius: 8.5rem !important;
  }
  .border-radius-br-r-contents-34 {
    border-bottom-right-radius: 8.5rem !important;
  }
  .border-radius-t-r-contents-34 {
    border-top-left-radius: 8.5rem !important;
    border-top-right-radius: 8.5rem !important;
  }
  .border-radius-b-r-contents-34 {
    border-bottom-left-radius: 8.5rem !important;
    border-bottom-right-radius: 8.5rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-34 {
    margin: 8.5rem !important;
  }
  .mt-r-screen-34 {
    margin-top: 8.5rem !important;
  }
  .mr-r-screen-34 {
    margin-right: 8.5rem !important;
  }
  .mb-r-screen-34 {
    margin-bottom: 8.5rem !important;
  }
  .ml-r-screen-34 {
    margin-left: 8.5rem !important;
  }
  .mx-r-screen-34 {
    margin-left: 8.5rem !important;
    margin-right: 8.5rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-34 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important;
  }
  .p-r-screen-34 {
    padding: 8.5rem !important;
  }
  .pt-r-screen-34 {
    padding-top: 8.5rem !important;
  }
  .pr-r-screen-34 {
    padding-right: 8.5rem !important;
  }
  .pb-r-screen-34 {
    padding-bottom: 8.5rem !important;
  }
  .pl-r-screen-34 {
    padding-left: 8.5rem !important;
  }
  .px-r-screen-34 {
    padding-left: 8.5rem !important;
    padding-right: 8.5rem !important;
  }
  .py-r-screen-34 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important;
  }
  .font-size-screen-34 {
    font-size: 34px;
  }
  .border-radius-r-screen-34 {
    border-radius: 8.5rem !important;
  }
  .border-radius-tl-r-screen-34 {
    border-top-left-radius: 8.5rem !important;
  }
  .border-radius-tr-r-screen-34 {
    border-top-right-radius: 8.5rem !important;
  }
  .border-radius-bl-r-screen-34 {
    border-bottom-left-radius: 8.5rem !important;
  }
  .border-radius-br-r-screen-34 {
    border-bottom-right-radius: 8.5rem !important;
  }
  .border-radius-t-r-screen-34 {
    border-top-left-radius: 8.5rem !important;
    border-top-right-radius: 8.5rem !important;
  }
  .border-radius-b-r-screen-34 {
    border-bottom-left-radius: 8.5rem !important;
    border-bottom-right-radius: 8.5rem !important;
  }
}
.z-35 {
  z-index: 35;
}

.m-r-35 {
  margin: 8.75rem;
}

.mt-r-35 {
  margin-top: 8.75rem;
}

.mr-r-35 {
  margin-right: 8.75rem;
}

.mb-r-35 {
  margin-bottom: 8.75rem;
}

.ml-r-35 {
  margin-left: 8.75rem;
}

.mx-r-35 {
  margin-left: 8.75rem;
  margin-right: 8.75rem;
}

.my-r-35 {
  margin-top: 8.75rem;
  margin-bottom: 8.75rem;
}

.p-r-35 {
  padding: 8.75rem;
}

.pt-r-35 {
  padding-top: 8.75rem;
}

.pr-r-35 {
  padding-right: 8.75rem;
}

.pb-r-35 {
  padding-bottom: 8.75rem;
}

.pl-r-35 {
  padding-left: 8.75rem;
}

.px-r-35 {
  padding-left: 8.75rem;
  padding-right: 8.75rem;
}

.py-r-35 {
  padding-top: 8.75rem;
  padding-bottom: 8.75rem;
}

.t-r-35 {
  top: 8.75rem;
}

.l-r-35 {
  left: 8.75rem;
}

.b-r-35 {
  bottom: 8.75rem;
}

.r-r-35 {
  right: 8.75rem;
}

.row-gap-35 {
  margin: -8.75rem;
}

.border-radius-r-35 {
  border-radius: 8.75rem;
}

.border-radius-tl-r-35 {
  border-top-left-radius: 8.75rem;
}

.border-radius-tr-r-35 {
  border-top-right-radius: 8.75rem;
}

.border-radius-bl-r-35 {
  border-bottom-left-radius: 8.75rem;
}

.border-radius-br-r-35 {
  border-bottom-right-radius: 8.75rem;
}

.border-radius-t-r-35 {
  border-top-left-radius: 8.75rem;
  border-top-right-radius: 8.75rem;
}

.border-radius-b-r-35 {
  border-bottom-left-radius: 8.75rem;
  border-bottom-right-radius: 8.75rem;
}

.font-size-35 {
  font-size: 35px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-35 {
    margin: 8.75rem !important;
  }
  .mt-r-xs-35 {
    margin-top: 8.75rem !important;
  }
  .mr-r-xs-35 {
    margin-right: 8.75rem !important;
  }
  .mb-r-xs-35 {
    margin-bottom: 8.75rem !important;
  }
  .ml-r-xs-35 {
    margin-left: 8.75rem !important;
  }
  .mx-r-xs-35 {
    margin-left: 8.75rem !important;
    margin-right: 8.75rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-35 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .p-r-xs-35 {
    padding: 8.75rem !important;
  }
  .pt-r-xs-35 {
    padding-top: 8.75rem !important;
  }
  .pr-r-xs-35 {
    padding-right: 8.75rem !important;
  }
  .pb-r-xs-35 {
    padding-bottom: 8.75rem !important;
  }
  .pl-r-xs-35 {
    padding-left: 8.75rem !important;
  }
  .px-r-xs-35 {
    padding-left: 8.75rem !important;
    padding-right: 8.75rem !important;
  }
  .py-r-xs-35 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .font-size-xs-35 {
    font-size: 35px;
  }
  .border-radius-r-xs-35 {
    border-radius: 8.75rem !important;
  }
  .border-radius-tl-r-xs-35 {
    border-top-left-radius: 8.75rem !important;
  }
  .border-radius-tr-r-xs-35 {
    border-top-right-radius: 8.75rem !important;
  }
  .border-radius-bl-r-xs-35 {
    border-bottom-left-radius: 8.75rem !important;
  }
  .border-radius-br-r-xs-35 {
    border-bottom-right-radius: 8.75rem !important;
  }
  .border-radius-t-r-xs-35 {
    border-top-left-radius: 8.75rem !important;
    border-top-right-radius: 8.75rem !important;
  }
  .border-radius-b-r-xs-35 {
    border-bottom-left-radius: 8.75rem !important;
    border-bottom-right-radius: 8.75rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-35 {
    margin: 8.75rem !important;
  }
  .mt-r-sm-35 {
    margin-top: 8.75rem !important;
  }
  .mr-r-sm-35 {
    margin-right: 8.75rem !important;
  }
  .mb-r-sm-35 {
    margin-bottom: 8.75rem !important;
  }
  .ml-r-sm-35 {
    margin-left: 8.75rem !important;
  }
  .mx-r-sm-35 {
    margin-left: 8.75rem !important;
    margin-right: 8.75rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-35 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .p-r-sm-35 {
    padding: 8.75rem !important;
  }
  .pt-r-sm-35 {
    padding-top: 8.75rem !important;
  }
  .pr-r-sm-35 {
    padding-right: 8.75rem !important;
  }
  .pb-r-sm-35 {
    padding-bottom: 8.75rem !important;
  }
  .pl-r-sm-35 {
    padding-left: 8.75rem !important;
  }
  .px-r-sm-35 {
    padding-left: 8.75rem !important;
    padding-right: 8.75rem !important;
  }
  .py-r-sm-35 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .font-size-sm-35 {
    font-size: 35px;
  }
  .border-radius-r-sm-35 {
    border-radius: 8.75rem !important;
  }
  .border-radius-tl-r-sm-35 {
    border-top-left-radius: 8.75rem !important;
  }
  .border-radius-tr-r-sm-35 {
    border-top-right-radius: 8.75rem !important;
  }
  .border-radius-bl-r-sm-35 {
    border-bottom-left-radius: 8.75rem !important;
  }
  .border-radius-br-r-sm-35 {
    border-bottom-right-radius: 8.75rem !important;
  }
  .border-radius-t-r-sm-35 {
    border-top-left-radius: 8.75rem !important;
    border-top-right-radius: 8.75rem !important;
  }
  .border-radius-b-r-sm-35 {
    border-bottom-left-radius: 8.75rem !important;
    border-bottom-right-radius: 8.75rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-35 {
    margin: 8.75rem !important;
  }
  .mt-r-md-35 {
    margin-top: 8.75rem !important;
  }
  .mr-r-md-35 {
    margin-right: 8.75rem !important;
  }
  .mb-r-md-35 {
    margin-bottom: 8.75rem !important;
  }
  .ml-r-md-35 {
    margin-left: 8.75rem !important;
  }
  .mx-r-md-35 {
    margin-left: 8.75rem !important;
    margin-right: 8.75rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-35 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .p-r-md-35 {
    padding: 8.75rem !important;
  }
  .pt-r-md-35 {
    padding-top: 8.75rem !important;
  }
  .pr-r-md-35 {
    padding-right: 8.75rem !important;
  }
  .pb-r-md-35 {
    padding-bottom: 8.75rem !important;
  }
  .pl-r-md-35 {
    padding-left: 8.75rem !important;
  }
  .px-r-md-35 {
    padding-left: 8.75rem !important;
    padding-right: 8.75rem !important;
  }
  .py-r-md-35 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .font-size-md-35 {
    font-size: 35px;
  }
  .border-radius-r-md-35 {
    border-radius: 8.75rem !important;
  }
  .border-radius-tl-r-md-35 {
    border-top-left-radius: 8.75rem !important;
  }
  .border-radius-tr-r-md-35 {
    border-top-right-radius: 8.75rem !important;
  }
  .border-radius-bl-r-md-35 {
    border-bottom-left-radius: 8.75rem !important;
  }
  .border-radius-br-r-md-35 {
    border-bottom-right-radius: 8.75rem !important;
  }
  .border-radius-t-r-md-35 {
    border-top-left-radius: 8.75rem !important;
    border-top-right-radius: 8.75rem !important;
  }
  .border-radius-b-r-md-35 {
    border-bottom-left-radius: 8.75rem !important;
    border-bottom-right-radius: 8.75rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-35 {
    margin: 8.75rem !important;
  }
  .mt-r-lg-35 {
    margin-top: 8.75rem !important;
  }
  .mr-r-lg-35 {
    margin-right: 8.75rem !important;
  }
  .mb-r-lg-35 {
    margin-bottom: 8.75rem !important;
  }
  .ml-r-lg-35 {
    margin-left: 8.75rem !important;
  }
  .mx-r-lg-35 {
    margin-left: 8.75rem !important;
    margin-right: 8.75rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-35 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .p-r-lg-35 {
    padding: 8.75rem !important;
  }
  .pt-r-lg-35 {
    padding-top: 8.75rem !important;
  }
  .pr-r-lg-35 {
    padding-right: 8.75rem !important;
  }
  .pb-r-lg-35 {
    padding-bottom: 8.75rem !important;
  }
  .pl-r-lg-35 {
    padding-left: 8.75rem !important;
  }
  .px-r-lg-35 {
    padding-left: 8.75rem !important;
    padding-right: 8.75rem !important;
  }
  .py-r-lg-35 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .font-size-lg-35 {
    font-size: 35px;
  }
  .border-radius-r-lg-35 {
    border-radius: 8.75rem !important;
  }
  .border-radius-tl-r-lg-35 {
    border-top-left-radius: 8.75rem !important;
  }
  .border-radius-tr-r-lg-35 {
    border-top-right-radius: 8.75rem !important;
  }
  .border-radius-bl-r-lg-35 {
    border-bottom-left-radius: 8.75rem !important;
  }
  .border-radius-br-r-lg-35 {
    border-bottom-right-radius: 8.75rem !important;
  }
  .border-radius-t-r-lg-35 {
    border-top-left-radius: 8.75rem !important;
    border-top-right-radius: 8.75rem !important;
  }
  .border-radius-b-r-lg-35 {
    border-bottom-left-radius: 8.75rem !important;
    border-bottom-right-radius: 8.75rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-35 {
    margin: 8.75rem !important;
  }
  .mt-r-xl-35 {
    margin-top: 8.75rem !important;
  }
  .mr-r-xl-35 {
    margin-right: 8.75rem !important;
  }
  .mb-r-xl-35 {
    margin-bottom: 8.75rem !important;
  }
  .ml-r-xl-35 {
    margin-left: 8.75rem !important;
  }
  .mx-r-xl-35 {
    margin-left: 8.75rem !important;
    margin-right: 8.75rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-35 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .p-r-xl-35 {
    padding: 8.75rem !important;
  }
  .pt-r-xl-35 {
    padding-top: 8.75rem !important;
  }
  .pr-r-xl-35 {
    padding-right: 8.75rem !important;
  }
  .pb-r-xl-35 {
    padding-bottom: 8.75rem !important;
  }
  .pl-r-xl-35 {
    padding-left: 8.75rem !important;
  }
  .px-r-xl-35 {
    padding-left: 8.75rem !important;
    padding-right: 8.75rem !important;
  }
  .py-r-xl-35 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .font-size-xl-35 {
    font-size: 35px;
  }
  .border-radius-r-xl-35 {
    border-radius: 8.75rem !important;
  }
  .border-radius-tl-r-xl-35 {
    border-top-left-radius: 8.75rem !important;
  }
  .border-radius-tr-r-xl-35 {
    border-top-right-radius: 8.75rem !important;
  }
  .border-radius-bl-r-xl-35 {
    border-bottom-left-radius: 8.75rem !important;
  }
  .border-radius-br-r-xl-35 {
    border-bottom-right-radius: 8.75rem !important;
  }
  .border-radius-t-r-xl-35 {
    border-top-left-radius: 8.75rem !important;
    border-top-right-radius: 8.75rem !important;
  }
  .border-radius-b-r-xl-35 {
    border-bottom-left-radius: 8.75rem !important;
    border-bottom-right-radius: 8.75rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-35 {
    margin: 8.75rem !important;
  }
  .mt-r-contents-35 {
    margin-top: 8.75rem !important;
  }
  .mr-r-contents-35 {
    margin-right: 8.75rem !important;
  }
  .mb-r-contents-35 {
    margin-bottom: 8.75rem !important;
  }
  .ml-r-contents-35 {
    margin-left: 8.75rem !important;
  }
  .mx-r-contents-35 {
    margin-left: 8.75rem !important;
    margin-right: 8.75rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-35 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .p-r-contents-35 {
    padding: 8.75rem !important;
  }
  .pt-r-contents-35 {
    padding-top: 8.75rem !important;
  }
  .pr-r-contents-35 {
    padding-right: 8.75rem !important;
  }
  .pb-r-contents-35 {
    padding-bottom: 8.75rem !important;
  }
  .pl-r-contents-35 {
    padding-left: 8.75rem !important;
  }
  .px-r-contents-35 {
    padding-left: 8.75rem !important;
    padding-right: 8.75rem !important;
  }
  .py-r-contents-35 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .font-size-contents-35 {
    font-size: 35px;
  }
  .border-radius-r-contents-35 {
    border-radius: 8.75rem !important;
  }
  .border-radius-tl-r-contents-35 {
    border-top-left-radius: 8.75rem !important;
  }
  .border-radius-tr-r-contents-35 {
    border-top-right-radius: 8.75rem !important;
  }
  .border-radius-bl-r-contents-35 {
    border-bottom-left-radius: 8.75rem !important;
  }
  .border-radius-br-r-contents-35 {
    border-bottom-right-radius: 8.75rem !important;
  }
  .border-radius-t-r-contents-35 {
    border-top-left-radius: 8.75rem !important;
    border-top-right-radius: 8.75rem !important;
  }
  .border-radius-b-r-contents-35 {
    border-bottom-left-radius: 8.75rem !important;
    border-bottom-right-radius: 8.75rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-35 {
    margin: 8.75rem !important;
  }
  .mt-r-screen-35 {
    margin-top: 8.75rem !important;
  }
  .mr-r-screen-35 {
    margin-right: 8.75rem !important;
  }
  .mb-r-screen-35 {
    margin-bottom: 8.75rem !important;
  }
  .ml-r-screen-35 {
    margin-left: 8.75rem !important;
  }
  .mx-r-screen-35 {
    margin-left: 8.75rem !important;
    margin-right: 8.75rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-35 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .p-r-screen-35 {
    padding: 8.75rem !important;
  }
  .pt-r-screen-35 {
    padding-top: 8.75rem !important;
  }
  .pr-r-screen-35 {
    padding-right: 8.75rem !important;
  }
  .pb-r-screen-35 {
    padding-bottom: 8.75rem !important;
  }
  .pl-r-screen-35 {
    padding-left: 8.75rem !important;
  }
  .px-r-screen-35 {
    padding-left: 8.75rem !important;
    padding-right: 8.75rem !important;
  }
  .py-r-screen-35 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .font-size-screen-35 {
    font-size: 35px;
  }
  .border-radius-r-screen-35 {
    border-radius: 8.75rem !important;
  }
  .border-radius-tl-r-screen-35 {
    border-top-left-radius: 8.75rem !important;
  }
  .border-radius-tr-r-screen-35 {
    border-top-right-radius: 8.75rem !important;
  }
  .border-radius-bl-r-screen-35 {
    border-bottom-left-radius: 8.75rem !important;
  }
  .border-radius-br-r-screen-35 {
    border-bottom-right-radius: 8.75rem !important;
  }
  .border-radius-t-r-screen-35 {
    border-top-left-radius: 8.75rem !important;
    border-top-right-radius: 8.75rem !important;
  }
  .border-radius-b-r-screen-35 {
    border-bottom-left-radius: 8.75rem !important;
    border-bottom-right-radius: 8.75rem !important;
  }
}
.z-36 {
  z-index: 36;
}

.m-r-36 {
  margin: 9rem;
}

.mt-r-36 {
  margin-top: 9rem;
}

.mr-r-36 {
  margin-right: 9rem;
}

.mb-r-36 {
  margin-bottom: 9rem;
}

.ml-r-36 {
  margin-left: 9rem;
}

.mx-r-36 {
  margin-left: 9rem;
  margin-right: 9rem;
}

.my-r-36 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.p-r-36 {
  padding: 9rem;
}

.pt-r-36 {
  padding-top: 9rem;
}

.pr-r-36 {
  padding-right: 9rem;
}

.pb-r-36 {
  padding-bottom: 9rem;
}

.pl-r-36 {
  padding-left: 9rem;
}

.px-r-36 {
  padding-left: 9rem;
  padding-right: 9rem;
}

.py-r-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.t-r-36 {
  top: 9rem;
}

.l-r-36 {
  left: 9rem;
}

.b-r-36 {
  bottom: 9rem;
}

.r-r-36 {
  right: 9rem;
}

.row-gap-36 {
  margin: -9rem;
}

.border-radius-r-36 {
  border-radius: 9rem;
}

.border-radius-tl-r-36 {
  border-top-left-radius: 9rem;
}

.border-radius-tr-r-36 {
  border-top-right-radius: 9rem;
}

.border-radius-bl-r-36 {
  border-bottom-left-radius: 9rem;
}

.border-radius-br-r-36 {
  border-bottom-right-radius: 9rem;
}

.border-radius-t-r-36 {
  border-top-left-radius: 9rem;
  border-top-right-radius: 9rem;
}

.border-radius-b-r-36 {
  border-bottom-left-radius: 9rem;
  border-bottom-right-radius: 9rem;
}

.font-size-36 {
  font-size: 36px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-36 {
    margin: 9rem !important;
  }
  .mt-r-xs-36 {
    margin-top: 9rem !important;
  }
  .mr-r-xs-36 {
    margin-right: 9rem !important;
  }
  .mb-r-xs-36 {
    margin-bottom: 9rem !important;
  }
  .ml-r-xs-36 {
    margin-left: 9rem !important;
  }
  .mx-r-xs-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .p-r-xs-36 {
    padding: 9rem !important;
  }
  .pt-r-xs-36 {
    padding-top: 9rem !important;
  }
  .pr-r-xs-36 {
    padding-right: 9rem !important;
  }
  .pb-r-xs-36 {
    padding-bottom: 9rem !important;
  }
  .pl-r-xs-36 {
    padding-left: 9rem !important;
  }
  .px-r-xs-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .py-r-xs-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .font-size-xs-36 {
    font-size: 36px;
  }
  .border-radius-r-xs-36 {
    border-radius: 9rem !important;
  }
  .border-radius-tl-r-xs-36 {
    border-top-left-radius: 9rem !important;
  }
  .border-radius-tr-r-xs-36 {
    border-top-right-radius: 9rem !important;
  }
  .border-radius-bl-r-xs-36 {
    border-bottom-left-radius: 9rem !important;
  }
  .border-radius-br-r-xs-36 {
    border-bottom-right-radius: 9rem !important;
  }
  .border-radius-t-r-xs-36 {
    border-top-left-radius: 9rem !important;
    border-top-right-radius: 9rem !important;
  }
  .border-radius-b-r-xs-36 {
    border-bottom-left-radius: 9rem !important;
    border-bottom-right-radius: 9rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-36 {
    margin: 9rem !important;
  }
  .mt-r-sm-36 {
    margin-top: 9rem !important;
  }
  .mr-r-sm-36 {
    margin-right: 9rem !important;
  }
  .mb-r-sm-36 {
    margin-bottom: 9rem !important;
  }
  .ml-r-sm-36 {
    margin-left: 9rem !important;
  }
  .mx-r-sm-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .p-r-sm-36 {
    padding: 9rem !important;
  }
  .pt-r-sm-36 {
    padding-top: 9rem !important;
  }
  .pr-r-sm-36 {
    padding-right: 9rem !important;
  }
  .pb-r-sm-36 {
    padding-bottom: 9rem !important;
  }
  .pl-r-sm-36 {
    padding-left: 9rem !important;
  }
  .px-r-sm-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .py-r-sm-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .font-size-sm-36 {
    font-size: 36px;
  }
  .border-radius-r-sm-36 {
    border-radius: 9rem !important;
  }
  .border-radius-tl-r-sm-36 {
    border-top-left-radius: 9rem !important;
  }
  .border-radius-tr-r-sm-36 {
    border-top-right-radius: 9rem !important;
  }
  .border-radius-bl-r-sm-36 {
    border-bottom-left-radius: 9rem !important;
  }
  .border-radius-br-r-sm-36 {
    border-bottom-right-radius: 9rem !important;
  }
  .border-radius-t-r-sm-36 {
    border-top-left-radius: 9rem !important;
    border-top-right-radius: 9rem !important;
  }
  .border-radius-b-r-sm-36 {
    border-bottom-left-radius: 9rem !important;
    border-bottom-right-radius: 9rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-36 {
    margin: 9rem !important;
  }
  .mt-r-md-36 {
    margin-top: 9rem !important;
  }
  .mr-r-md-36 {
    margin-right: 9rem !important;
  }
  .mb-r-md-36 {
    margin-bottom: 9rem !important;
  }
  .ml-r-md-36 {
    margin-left: 9rem !important;
  }
  .mx-r-md-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .p-r-md-36 {
    padding: 9rem !important;
  }
  .pt-r-md-36 {
    padding-top: 9rem !important;
  }
  .pr-r-md-36 {
    padding-right: 9rem !important;
  }
  .pb-r-md-36 {
    padding-bottom: 9rem !important;
  }
  .pl-r-md-36 {
    padding-left: 9rem !important;
  }
  .px-r-md-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .py-r-md-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .font-size-md-36 {
    font-size: 36px;
  }
  .border-radius-r-md-36 {
    border-radius: 9rem !important;
  }
  .border-radius-tl-r-md-36 {
    border-top-left-radius: 9rem !important;
  }
  .border-radius-tr-r-md-36 {
    border-top-right-radius: 9rem !important;
  }
  .border-radius-bl-r-md-36 {
    border-bottom-left-radius: 9rem !important;
  }
  .border-radius-br-r-md-36 {
    border-bottom-right-radius: 9rem !important;
  }
  .border-radius-t-r-md-36 {
    border-top-left-radius: 9rem !important;
    border-top-right-radius: 9rem !important;
  }
  .border-radius-b-r-md-36 {
    border-bottom-left-radius: 9rem !important;
    border-bottom-right-radius: 9rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-36 {
    margin: 9rem !important;
  }
  .mt-r-lg-36 {
    margin-top: 9rem !important;
  }
  .mr-r-lg-36 {
    margin-right: 9rem !important;
  }
  .mb-r-lg-36 {
    margin-bottom: 9rem !important;
  }
  .ml-r-lg-36 {
    margin-left: 9rem !important;
  }
  .mx-r-lg-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .p-r-lg-36 {
    padding: 9rem !important;
  }
  .pt-r-lg-36 {
    padding-top: 9rem !important;
  }
  .pr-r-lg-36 {
    padding-right: 9rem !important;
  }
  .pb-r-lg-36 {
    padding-bottom: 9rem !important;
  }
  .pl-r-lg-36 {
    padding-left: 9rem !important;
  }
  .px-r-lg-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .py-r-lg-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .font-size-lg-36 {
    font-size: 36px;
  }
  .border-radius-r-lg-36 {
    border-radius: 9rem !important;
  }
  .border-radius-tl-r-lg-36 {
    border-top-left-radius: 9rem !important;
  }
  .border-radius-tr-r-lg-36 {
    border-top-right-radius: 9rem !important;
  }
  .border-radius-bl-r-lg-36 {
    border-bottom-left-radius: 9rem !important;
  }
  .border-radius-br-r-lg-36 {
    border-bottom-right-radius: 9rem !important;
  }
  .border-radius-t-r-lg-36 {
    border-top-left-radius: 9rem !important;
    border-top-right-radius: 9rem !important;
  }
  .border-radius-b-r-lg-36 {
    border-bottom-left-radius: 9rem !important;
    border-bottom-right-radius: 9rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-36 {
    margin: 9rem !important;
  }
  .mt-r-xl-36 {
    margin-top: 9rem !important;
  }
  .mr-r-xl-36 {
    margin-right: 9rem !important;
  }
  .mb-r-xl-36 {
    margin-bottom: 9rem !important;
  }
  .ml-r-xl-36 {
    margin-left: 9rem !important;
  }
  .mx-r-xl-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .p-r-xl-36 {
    padding: 9rem !important;
  }
  .pt-r-xl-36 {
    padding-top: 9rem !important;
  }
  .pr-r-xl-36 {
    padding-right: 9rem !important;
  }
  .pb-r-xl-36 {
    padding-bottom: 9rem !important;
  }
  .pl-r-xl-36 {
    padding-left: 9rem !important;
  }
  .px-r-xl-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .py-r-xl-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .font-size-xl-36 {
    font-size: 36px;
  }
  .border-radius-r-xl-36 {
    border-radius: 9rem !important;
  }
  .border-radius-tl-r-xl-36 {
    border-top-left-radius: 9rem !important;
  }
  .border-radius-tr-r-xl-36 {
    border-top-right-radius: 9rem !important;
  }
  .border-radius-bl-r-xl-36 {
    border-bottom-left-radius: 9rem !important;
  }
  .border-radius-br-r-xl-36 {
    border-bottom-right-radius: 9rem !important;
  }
  .border-radius-t-r-xl-36 {
    border-top-left-radius: 9rem !important;
    border-top-right-radius: 9rem !important;
  }
  .border-radius-b-r-xl-36 {
    border-bottom-left-radius: 9rem !important;
    border-bottom-right-radius: 9rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-36 {
    margin: 9rem !important;
  }
  .mt-r-contents-36 {
    margin-top: 9rem !important;
  }
  .mr-r-contents-36 {
    margin-right: 9rem !important;
  }
  .mb-r-contents-36 {
    margin-bottom: 9rem !important;
  }
  .ml-r-contents-36 {
    margin-left: 9rem !important;
  }
  .mx-r-contents-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .p-r-contents-36 {
    padding: 9rem !important;
  }
  .pt-r-contents-36 {
    padding-top: 9rem !important;
  }
  .pr-r-contents-36 {
    padding-right: 9rem !important;
  }
  .pb-r-contents-36 {
    padding-bottom: 9rem !important;
  }
  .pl-r-contents-36 {
    padding-left: 9rem !important;
  }
  .px-r-contents-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .py-r-contents-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .font-size-contents-36 {
    font-size: 36px;
  }
  .border-radius-r-contents-36 {
    border-radius: 9rem !important;
  }
  .border-radius-tl-r-contents-36 {
    border-top-left-radius: 9rem !important;
  }
  .border-radius-tr-r-contents-36 {
    border-top-right-radius: 9rem !important;
  }
  .border-radius-bl-r-contents-36 {
    border-bottom-left-radius: 9rem !important;
  }
  .border-radius-br-r-contents-36 {
    border-bottom-right-radius: 9rem !important;
  }
  .border-radius-t-r-contents-36 {
    border-top-left-radius: 9rem !important;
    border-top-right-radius: 9rem !important;
  }
  .border-radius-b-r-contents-36 {
    border-bottom-left-radius: 9rem !important;
    border-bottom-right-radius: 9rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-36 {
    margin: 9rem !important;
  }
  .mt-r-screen-36 {
    margin-top: 9rem !important;
  }
  .mr-r-screen-36 {
    margin-right: 9rem !important;
  }
  .mb-r-screen-36 {
    margin-bottom: 9rem !important;
  }
  .ml-r-screen-36 {
    margin-left: 9rem !important;
  }
  .mx-r-screen-36 {
    margin-left: 9rem !important;
    margin-right: 9rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-36 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important;
  }
  .p-r-screen-36 {
    padding: 9rem !important;
  }
  .pt-r-screen-36 {
    padding-top: 9rem !important;
  }
  .pr-r-screen-36 {
    padding-right: 9rem !important;
  }
  .pb-r-screen-36 {
    padding-bottom: 9rem !important;
  }
  .pl-r-screen-36 {
    padding-left: 9rem !important;
  }
  .px-r-screen-36 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
  }
  .py-r-screen-36 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important;
  }
  .font-size-screen-36 {
    font-size: 36px;
  }
  .border-radius-r-screen-36 {
    border-radius: 9rem !important;
  }
  .border-radius-tl-r-screen-36 {
    border-top-left-radius: 9rem !important;
  }
  .border-radius-tr-r-screen-36 {
    border-top-right-radius: 9rem !important;
  }
  .border-radius-bl-r-screen-36 {
    border-bottom-left-radius: 9rem !important;
  }
  .border-radius-br-r-screen-36 {
    border-bottom-right-radius: 9rem !important;
  }
  .border-radius-t-r-screen-36 {
    border-top-left-radius: 9rem !important;
    border-top-right-radius: 9rem !important;
  }
  .border-radius-b-r-screen-36 {
    border-bottom-left-radius: 9rem !important;
    border-bottom-right-radius: 9rem !important;
  }
}
.z-37 {
  z-index: 37;
}

.m-r-37 {
  margin: 9.25rem;
}

.mt-r-37 {
  margin-top: 9.25rem;
}

.mr-r-37 {
  margin-right: 9.25rem;
}

.mb-r-37 {
  margin-bottom: 9.25rem;
}

.ml-r-37 {
  margin-left: 9.25rem;
}

.mx-r-37 {
  margin-left: 9.25rem;
  margin-right: 9.25rem;
}

.my-r-37 {
  margin-top: 9.25rem;
  margin-bottom: 9.25rem;
}

.p-r-37 {
  padding: 9.25rem;
}

.pt-r-37 {
  padding-top: 9.25rem;
}

.pr-r-37 {
  padding-right: 9.25rem;
}

.pb-r-37 {
  padding-bottom: 9.25rem;
}

.pl-r-37 {
  padding-left: 9.25rem;
}

.px-r-37 {
  padding-left: 9.25rem;
  padding-right: 9.25rem;
}

.py-r-37 {
  padding-top: 9.25rem;
  padding-bottom: 9.25rem;
}

.t-r-37 {
  top: 9.25rem;
}

.l-r-37 {
  left: 9.25rem;
}

.b-r-37 {
  bottom: 9.25rem;
}

.r-r-37 {
  right: 9.25rem;
}

.row-gap-37 {
  margin: -9.25rem;
}

.border-radius-r-37 {
  border-radius: 9.25rem;
}

.border-radius-tl-r-37 {
  border-top-left-radius: 9.25rem;
}

.border-radius-tr-r-37 {
  border-top-right-radius: 9.25rem;
}

.border-radius-bl-r-37 {
  border-bottom-left-radius: 9.25rem;
}

.border-radius-br-r-37 {
  border-bottom-right-radius: 9.25rem;
}

.border-radius-t-r-37 {
  border-top-left-radius: 9.25rem;
  border-top-right-radius: 9.25rem;
}

.border-radius-b-r-37 {
  border-bottom-left-radius: 9.25rem;
  border-bottom-right-radius: 9.25rem;
}

.font-size-37 {
  font-size: 37px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-37 {
    margin: 9.25rem !important;
  }
  .mt-r-xs-37 {
    margin-top: 9.25rem !important;
  }
  .mr-r-xs-37 {
    margin-right: 9.25rem !important;
  }
  .mb-r-xs-37 {
    margin-bottom: 9.25rem !important;
  }
  .ml-r-xs-37 {
    margin-left: 9.25rem !important;
  }
  .mx-r-xs-37 {
    margin-left: 9.25rem !important;
    margin-right: 9.25rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-37 {
    margin-top: 9.25rem !important;
    margin-bottom: 9.25rem !important;
  }
  .p-r-xs-37 {
    padding: 9.25rem !important;
  }
  .pt-r-xs-37 {
    padding-top: 9.25rem !important;
  }
  .pr-r-xs-37 {
    padding-right: 9.25rem !important;
  }
  .pb-r-xs-37 {
    padding-bottom: 9.25rem !important;
  }
  .pl-r-xs-37 {
    padding-left: 9.25rem !important;
  }
  .px-r-xs-37 {
    padding-left: 9.25rem !important;
    padding-right: 9.25rem !important;
  }
  .py-r-xs-37 {
    padding-top: 9.25rem !important;
    padding-bottom: 9.25rem !important;
  }
  .font-size-xs-37 {
    font-size: 37px;
  }
  .border-radius-r-xs-37 {
    border-radius: 9.25rem !important;
  }
  .border-radius-tl-r-xs-37 {
    border-top-left-radius: 9.25rem !important;
  }
  .border-radius-tr-r-xs-37 {
    border-top-right-radius: 9.25rem !important;
  }
  .border-radius-bl-r-xs-37 {
    border-bottom-left-radius: 9.25rem !important;
  }
  .border-radius-br-r-xs-37 {
    border-bottom-right-radius: 9.25rem !important;
  }
  .border-radius-t-r-xs-37 {
    border-top-left-radius: 9.25rem !important;
    border-top-right-radius: 9.25rem !important;
  }
  .border-radius-b-r-xs-37 {
    border-bottom-left-radius: 9.25rem !important;
    border-bottom-right-radius: 9.25rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-37 {
    margin: 9.25rem !important;
  }
  .mt-r-sm-37 {
    margin-top: 9.25rem !important;
  }
  .mr-r-sm-37 {
    margin-right: 9.25rem !important;
  }
  .mb-r-sm-37 {
    margin-bottom: 9.25rem !important;
  }
  .ml-r-sm-37 {
    margin-left: 9.25rem !important;
  }
  .mx-r-sm-37 {
    margin-left: 9.25rem !important;
    margin-right: 9.25rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-37 {
    margin-top: 9.25rem !important;
    margin-bottom: 9.25rem !important;
  }
  .p-r-sm-37 {
    padding: 9.25rem !important;
  }
  .pt-r-sm-37 {
    padding-top: 9.25rem !important;
  }
  .pr-r-sm-37 {
    padding-right: 9.25rem !important;
  }
  .pb-r-sm-37 {
    padding-bottom: 9.25rem !important;
  }
  .pl-r-sm-37 {
    padding-left: 9.25rem !important;
  }
  .px-r-sm-37 {
    padding-left: 9.25rem !important;
    padding-right: 9.25rem !important;
  }
  .py-r-sm-37 {
    padding-top: 9.25rem !important;
    padding-bottom: 9.25rem !important;
  }
  .font-size-sm-37 {
    font-size: 37px;
  }
  .border-radius-r-sm-37 {
    border-radius: 9.25rem !important;
  }
  .border-radius-tl-r-sm-37 {
    border-top-left-radius: 9.25rem !important;
  }
  .border-radius-tr-r-sm-37 {
    border-top-right-radius: 9.25rem !important;
  }
  .border-radius-bl-r-sm-37 {
    border-bottom-left-radius: 9.25rem !important;
  }
  .border-radius-br-r-sm-37 {
    border-bottom-right-radius: 9.25rem !important;
  }
  .border-radius-t-r-sm-37 {
    border-top-left-radius: 9.25rem !important;
    border-top-right-radius: 9.25rem !important;
  }
  .border-radius-b-r-sm-37 {
    border-bottom-left-radius: 9.25rem !important;
    border-bottom-right-radius: 9.25rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-37 {
    margin: 9.25rem !important;
  }
  .mt-r-md-37 {
    margin-top: 9.25rem !important;
  }
  .mr-r-md-37 {
    margin-right: 9.25rem !important;
  }
  .mb-r-md-37 {
    margin-bottom: 9.25rem !important;
  }
  .ml-r-md-37 {
    margin-left: 9.25rem !important;
  }
  .mx-r-md-37 {
    margin-left: 9.25rem !important;
    margin-right: 9.25rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-37 {
    margin-top: 9.25rem !important;
    margin-bottom: 9.25rem !important;
  }
  .p-r-md-37 {
    padding: 9.25rem !important;
  }
  .pt-r-md-37 {
    padding-top: 9.25rem !important;
  }
  .pr-r-md-37 {
    padding-right: 9.25rem !important;
  }
  .pb-r-md-37 {
    padding-bottom: 9.25rem !important;
  }
  .pl-r-md-37 {
    padding-left: 9.25rem !important;
  }
  .px-r-md-37 {
    padding-left: 9.25rem !important;
    padding-right: 9.25rem !important;
  }
  .py-r-md-37 {
    padding-top: 9.25rem !important;
    padding-bottom: 9.25rem !important;
  }
  .font-size-md-37 {
    font-size: 37px;
  }
  .border-radius-r-md-37 {
    border-radius: 9.25rem !important;
  }
  .border-radius-tl-r-md-37 {
    border-top-left-radius: 9.25rem !important;
  }
  .border-radius-tr-r-md-37 {
    border-top-right-radius: 9.25rem !important;
  }
  .border-radius-bl-r-md-37 {
    border-bottom-left-radius: 9.25rem !important;
  }
  .border-radius-br-r-md-37 {
    border-bottom-right-radius: 9.25rem !important;
  }
  .border-radius-t-r-md-37 {
    border-top-left-radius: 9.25rem !important;
    border-top-right-radius: 9.25rem !important;
  }
  .border-radius-b-r-md-37 {
    border-bottom-left-radius: 9.25rem !important;
    border-bottom-right-radius: 9.25rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-37 {
    margin: 9.25rem !important;
  }
  .mt-r-lg-37 {
    margin-top: 9.25rem !important;
  }
  .mr-r-lg-37 {
    margin-right: 9.25rem !important;
  }
  .mb-r-lg-37 {
    margin-bottom: 9.25rem !important;
  }
  .ml-r-lg-37 {
    margin-left: 9.25rem !important;
  }
  .mx-r-lg-37 {
    margin-left: 9.25rem !important;
    margin-right: 9.25rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-37 {
    margin-top: 9.25rem !important;
    margin-bottom: 9.25rem !important;
  }
  .p-r-lg-37 {
    padding: 9.25rem !important;
  }
  .pt-r-lg-37 {
    padding-top: 9.25rem !important;
  }
  .pr-r-lg-37 {
    padding-right: 9.25rem !important;
  }
  .pb-r-lg-37 {
    padding-bottom: 9.25rem !important;
  }
  .pl-r-lg-37 {
    padding-left: 9.25rem !important;
  }
  .px-r-lg-37 {
    padding-left: 9.25rem !important;
    padding-right: 9.25rem !important;
  }
  .py-r-lg-37 {
    padding-top: 9.25rem !important;
    padding-bottom: 9.25rem !important;
  }
  .font-size-lg-37 {
    font-size: 37px;
  }
  .border-radius-r-lg-37 {
    border-radius: 9.25rem !important;
  }
  .border-radius-tl-r-lg-37 {
    border-top-left-radius: 9.25rem !important;
  }
  .border-radius-tr-r-lg-37 {
    border-top-right-radius: 9.25rem !important;
  }
  .border-radius-bl-r-lg-37 {
    border-bottom-left-radius: 9.25rem !important;
  }
  .border-radius-br-r-lg-37 {
    border-bottom-right-radius: 9.25rem !important;
  }
  .border-radius-t-r-lg-37 {
    border-top-left-radius: 9.25rem !important;
    border-top-right-radius: 9.25rem !important;
  }
  .border-radius-b-r-lg-37 {
    border-bottom-left-radius: 9.25rem !important;
    border-bottom-right-radius: 9.25rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-37 {
    margin: 9.25rem !important;
  }
  .mt-r-xl-37 {
    margin-top: 9.25rem !important;
  }
  .mr-r-xl-37 {
    margin-right: 9.25rem !important;
  }
  .mb-r-xl-37 {
    margin-bottom: 9.25rem !important;
  }
  .ml-r-xl-37 {
    margin-left: 9.25rem !important;
  }
  .mx-r-xl-37 {
    margin-left: 9.25rem !important;
    margin-right: 9.25rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-37 {
    margin-top: 9.25rem !important;
    margin-bottom: 9.25rem !important;
  }
  .p-r-xl-37 {
    padding: 9.25rem !important;
  }
  .pt-r-xl-37 {
    padding-top: 9.25rem !important;
  }
  .pr-r-xl-37 {
    padding-right: 9.25rem !important;
  }
  .pb-r-xl-37 {
    padding-bottom: 9.25rem !important;
  }
  .pl-r-xl-37 {
    padding-left: 9.25rem !important;
  }
  .px-r-xl-37 {
    padding-left: 9.25rem !important;
    padding-right: 9.25rem !important;
  }
  .py-r-xl-37 {
    padding-top: 9.25rem !important;
    padding-bottom: 9.25rem !important;
  }
  .font-size-xl-37 {
    font-size: 37px;
  }
  .border-radius-r-xl-37 {
    border-radius: 9.25rem !important;
  }
  .border-radius-tl-r-xl-37 {
    border-top-left-radius: 9.25rem !important;
  }
  .border-radius-tr-r-xl-37 {
    border-top-right-radius: 9.25rem !important;
  }
  .border-radius-bl-r-xl-37 {
    border-bottom-left-radius: 9.25rem !important;
  }
  .border-radius-br-r-xl-37 {
    border-bottom-right-radius: 9.25rem !important;
  }
  .border-radius-t-r-xl-37 {
    border-top-left-radius: 9.25rem !important;
    border-top-right-radius: 9.25rem !important;
  }
  .border-radius-b-r-xl-37 {
    border-bottom-left-radius: 9.25rem !important;
    border-bottom-right-radius: 9.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-37 {
    margin: 9.25rem !important;
  }
  .mt-r-contents-37 {
    margin-top: 9.25rem !important;
  }
  .mr-r-contents-37 {
    margin-right: 9.25rem !important;
  }
  .mb-r-contents-37 {
    margin-bottom: 9.25rem !important;
  }
  .ml-r-contents-37 {
    margin-left: 9.25rem !important;
  }
  .mx-r-contents-37 {
    margin-left: 9.25rem !important;
    margin-right: 9.25rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-37 {
    margin-top: 9.25rem !important;
    margin-bottom: 9.25rem !important;
  }
  .p-r-contents-37 {
    padding: 9.25rem !important;
  }
  .pt-r-contents-37 {
    padding-top: 9.25rem !important;
  }
  .pr-r-contents-37 {
    padding-right: 9.25rem !important;
  }
  .pb-r-contents-37 {
    padding-bottom: 9.25rem !important;
  }
  .pl-r-contents-37 {
    padding-left: 9.25rem !important;
  }
  .px-r-contents-37 {
    padding-left: 9.25rem !important;
    padding-right: 9.25rem !important;
  }
  .py-r-contents-37 {
    padding-top: 9.25rem !important;
    padding-bottom: 9.25rem !important;
  }
  .font-size-contents-37 {
    font-size: 37px;
  }
  .border-radius-r-contents-37 {
    border-radius: 9.25rem !important;
  }
  .border-radius-tl-r-contents-37 {
    border-top-left-radius: 9.25rem !important;
  }
  .border-radius-tr-r-contents-37 {
    border-top-right-radius: 9.25rem !important;
  }
  .border-radius-bl-r-contents-37 {
    border-bottom-left-radius: 9.25rem !important;
  }
  .border-radius-br-r-contents-37 {
    border-bottom-right-radius: 9.25rem !important;
  }
  .border-radius-t-r-contents-37 {
    border-top-left-radius: 9.25rem !important;
    border-top-right-radius: 9.25rem !important;
  }
  .border-radius-b-r-contents-37 {
    border-bottom-left-radius: 9.25rem !important;
    border-bottom-right-radius: 9.25rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-37 {
    margin: 9.25rem !important;
  }
  .mt-r-screen-37 {
    margin-top: 9.25rem !important;
  }
  .mr-r-screen-37 {
    margin-right: 9.25rem !important;
  }
  .mb-r-screen-37 {
    margin-bottom: 9.25rem !important;
  }
  .ml-r-screen-37 {
    margin-left: 9.25rem !important;
  }
  .mx-r-screen-37 {
    margin-left: 9.25rem !important;
    margin-right: 9.25rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-37 {
    margin-top: 9.25rem !important;
    margin-bottom: 9.25rem !important;
  }
  .p-r-screen-37 {
    padding: 9.25rem !important;
  }
  .pt-r-screen-37 {
    padding-top: 9.25rem !important;
  }
  .pr-r-screen-37 {
    padding-right: 9.25rem !important;
  }
  .pb-r-screen-37 {
    padding-bottom: 9.25rem !important;
  }
  .pl-r-screen-37 {
    padding-left: 9.25rem !important;
  }
  .px-r-screen-37 {
    padding-left: 9.25rem !important;
    padding-right: 9.25rem !important;
  }
  .py-r-screen-37 {
    padding-top: 9.25rem !important;
    padding-bottom: 9.25rem !important;
  }
  .font-size-screen-37 {
    font-size: 37px;
  }
  .border-radius-r-screen-37 {
    border-radius: 9.25rem !important;
  }
  .border-radius-tl-r-screen-37 {
    border-top-left-radius: 9.25rem !important;
  }
  .border-radius-tr-r-screen-37 {
    border-top-right-radius: 9.25rem !important;
  }
  .border-radius-bl-r-screen-37 {
    border-bottom-left-radius: 9.25rem !important;
  }
  .border-radius-br-r-screen-37 {
    border-bottom-right-radius: 9.25rem !important;
  }
  .border-radius-t-r-screen-37 {
    border-top-left-radius: 9.25rem !important;
    border-top-right-radius: 9.25rem !important;
  }
  .border-radius-b-r-screen-37 {
    border-bottom-left-radius: 9.25rem !important;
    border-bottom-right-radius: 9.25rem !important;
  }
}
.z-38 {
  z-index: 38;
}

.m-r-38 {
  margin: 9.5rem;
}

.mt-r-38 {
  margin-top: 9.5rem;
}

.mr-r-38 {
  margin-right: 9.5rem;
}

.mb-r-38 {
  margin-bottom: 9.5rem;
}

.ml-r-38 {
  margin-left: 9.5rem;
}

.mx-r-38 {
  margin-left: 9.5rem;
  margin-right: 9.5rem;
}

.my-r-38 {
  margin-top: 9.5rem;
  margin-bottom: 9.5rem;
}

.p-r-38 {
  padding: 9.5rem;
}

.pt-r-38 {
  padding-top: 9.5rem;
}

.pr-r-38 {
  padding-right: 9.5rem;
}

.pb-r-38 {
  padding-bottom: 9.5rem;
}

.pl-r-38 {
  padding-left: 9.5rem;
}

.px-r-38 {
  padding-left: 9.5rem;
  padding-right: 9.5rem;
}

.py-r-38 {
  padding-top: 9.5rem;
  padding-bottom: 9.5rem;
}

.t-r-38 {
  top: 9.5rem;
}

.l-r-38 {
  left: 9.5rem;
}

.b-r-38 {
  bottom: 9.5rem;
}

.r-r-38 {
  right: 9.5rem;
}

.row-gap-38 {
  margin: -9.5rem;
}

.border-radius-r-38 {
  border-radius: 9.5rem;
}

.border-radius-tl-r-38 {
  border-top-left-radius: 9.5rem;
}

.border-radius-tr-r-38 {
  border-top-right-radius: 9.5rem;
}

.border-radius-bl-r-38 {
  border-bottom-left-radius: 9.5rem;
}

.border-radius-br-r-38 {
  border-bottom-right-radius: 9.5rem;
}

.border-radius-t-r-38 {
  border-top-left-radius: 9.5rem;
  border-top-right-radius: 9.5rem;
}

.border-radius-b-r-38 {
  border-bottom-left-radius: 9.5rem;
  border-bottom-right-radius: 9.5rem;
}

.font-size-38 {
  font-size: 38px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-38 {
    margin: 9.5rem !important;
  }
  .mt-r-xs-38 {
    margin-top: 9.5rem !important;
  }
  .mr-r-xs-38 {
    margin-right: 9.5rem !important;
  }
  .mb-r-xs-38 {
    margin-bottom: 9.5rem !important;
  }
  .ml-r-xs-38 {
    margin-left: 9.5rem !important;
  }
  .mx-r-xs-38 {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-38 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .p-r-xs-38 {
    padding: 9.5rem !important;
  }
  .pt-r-xs-38 {
    padding-top: 9.5rem !important;
  }
  .pr-r-xs-38 {
    padding-right: 9.5rem !important;
  }
  .pb-r-xs-38 {
    padding-bottom: 9.5rem !important;
  }
  .pl-r-xs-38 {
    padding-left: 9.5rem !important;
  }
  .px-r-xs-38 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important;
  }
  .py-r-xs-38 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .font-size-xs-38 {
    font-size: 38px;
  }
  .border-radius-r-xs-38 {
    border-radius: 9.5rem !important;
  }
  .border-radius-tl-r-xs-38 {
    border-top-left-radius: 9.5rem !important;
  }
  .border-radius-tr-r-xs-38 {
    border-top-right-radius: 9.5rem !important;
  }
  .border-radius-bl-r-xs-38 {
    border-bottom-left-radius: 9.5rem !important;
  }
  .border-radius-br-r-xs-38 {
    border-bottom-right-radius: 9.5rem !important;
  }
  .border-radius-t-r-xs-38 {
    border-top-left-radius: 9.5rem !important;
    border-top-right-radius: 9.5rem !important;
  }
  .border-radius-b-r-xs-38 {
    border-bottom-left-radius: 9.5rem !important;
    border-bottom-right-radius: 9.5rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-38 {
    margin: 9.5rem !important;
  }
  .mt-r-sm-38 {
    margin-top: 9.5rem !important;
  }
  .mr-r-sm-38 {
    margin-right: 9.5rem !important;
  }
  .mb-r-sm-38 {
    margin-bottom: 9.5rem !important;
  }
  .ml-r-sm-38 {
    margin-left: 9.5rem !important;
  }
  .mx-r-sm-38 {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-38 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .p-r-sm-38 {
    padding: 9.5rem !important;
  }
  .pt-r-sm-38 {
    padding-top: 9.5rem !important;
  }
  .pr-r-sm-38 {
    padding-right: 9.5rem !important;
  }
  .pb-r-sm-38 {
    padding-bottom: 9.5rem !important;
  }
  .pl-r-sm-38 {
    padding-left: 9.5rem !important;
  }
  .px-r-sm-38 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important;
  }
  .py-r-sm-38 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .font-size-sm-38 {
    font-size: 38px;
  }
  .border-radius-r-sm-38 {
    border-radius: 9.5rem !important;
  }
  .border-radius-tl-r-sm-38 {
    border-top-left-radius: 9.5rem !important;
  }
  .border-radius-tr-r-sm-38 {
    border-top-right-radius: 9.5rem !important;
  }
  .border-radius-bl-r-sm-38 {
    border-bottom-left-radius: 9.5rem !important;
  }
  .border-radius-br-r-sm-38 {
    border-bottom-right-radius: 9.5rem !important;
  }
  .border-radius-t-r-sm-38 {
    border-top-left-radius: 9.5rem !important;
    border-top-right-radius: 9.5rem !important;
  }
  .border-radius-b-r-sm-38 {
    border-bottom-left-radius: 9.5rem !important;
    border-bottom-right-radius: 9.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-38 {
    margin: 9.5rem !important;
  }
  .mt-r-md-38 {
    margin-top: 9.5rem !important;
  }
  .mr-r-md-38 {
    margin-right: 9.5rem !important;
  }
  .mb-r-md-38 {
    margin-bottom: 9.5rem !important;
  }
  .ml-r-md-38 {
    margin-left: 9.5rem !important;
  }
  .mx-r-md-38 {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-38 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .p-r-md-38 {
    padding: 9.5rem !important;
  }
  .pt-r-md-38 {
    padding-top: 9.5rem !important;
  }
  .pr-r-md-38 {
    padding-right: 9.5rem !important;
  }
  .pb-r-md-38 {
    padding-bottom: 9.5rem !important;
  }
  .pl-r-md-38 {
    padding-left: 9.5rem !important;
  }
  .px-r-md-38 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important;
  }
  .py-r-md-38 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .font-size-md-38 {
    font-size: 38px;
  }
  .border-radius-r-md-38 {
    border-radius: 9.5rem !important;
  }
  .border-radius-tl-r-md-38 {
    border-top-left-radius: 9.5rem !important;
  }
  .border-radius-tr-r-md-38 {
    border-top-right-radius: 9.5rem !important;
  }
  .border-radius-bl-r-md-38 {
    border-bottom-left-radius: 9.5rem !important;
  }
  .border-radius-br-r-md-38 {
    border-bottom-right-radius: 9.5rem !important;
  }
  .border-radius-t-r-md-38 {
    border-top-left-radius: 9.5rem !important;
    border-top-right-radius: 9.5rem !important;
  }
  .border-radius-b-r-md-38 {
    border-bottom-left-radius: 9.5rem !important;
    border-bottom-right-radius: 9.5rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-38 {
    margin: 9.5rem !important;
  }
  .mt-r-lg-38 {
    margin-top: 9.5rem !important;
  }
  .mr-r-lg-38 {
    margin-right: 9.5rem !important;
  }
  .mb-r-lg-38 {
    margin-bottom: 9.5rem !important;
  }
  .ml-r-lg-38 {
    margin-left: 9.5rem !important;
  }
  .mx-r-lg-38 {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-38 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .p-r-lg-38 {
    padding: 9.5rem !important;
  }
  .pt-r-lg-38 {
    padding-top: 9.5rem !important;
  }
  .pr-r-lg-38 {
    padding-right: 9.5rem !important;
  }
  .pb-r-lg-38 {
    padding-bottom: 9.5rem !important;
  }
  .pl-r-lg-38 {
    padding-left: 9.5rem !important;
  }
  .px-r-lg-38 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important;
  }
  .py-r-lg-38 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .font-size-lg-38 {
    font-size: 38px;
  }
  .border-radius-r-lg-38 {
    border-radius: 9.5rem !important;
  }
  .border-radius-tl-r-lg-38 {
    border-top-left-radius: 9.5rem !important;
  }
  .border-radius-tr-r-lg-38 {
    border-top-right-radius: 9.5rem !important;
  }
  .border-radius-bl-r-lg-38 {
    border-bottom-left-radius: 9.5rem !important;
  }
  .border-radius-br-r-lg-38 {
    border-bottom-right-radius: 9.5rem !important;
  }
  .border-radius-t-r-lg-38 {
    border-top-left-radius: 9.5rem !important;
    border-top-right-radius: 9.5rem !important;
  }
  .border-radius-b-r-lg-38 {
    border-bottom-left-radius: 9.5rem !important;
    border-bottom-right-radius: 9.5rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-38 {
    margin: 9.5rem !important;
  }
  .mt-r-xl-38 {
    margin-top: 9.5rem !important;
  }
  .mr-r-xl-38 {
    margin-right: 9.5rem !important;
  }
  .mb-r-xl-38 {
    margin-bottom: 9.5rem !important;
  }
  .ml-r-xl-38 {
    margin-left: 9.5rem !important;
  }
  .mx-r-xl-38 {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-38 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .p-r-xl-38 {
    padding: 9.5rem !important;
  }
  .pt-r-xl-38 {
    padding-top: 9.5rem !important;
  }
  .pr-r-xl-38 {
    padding-right: 9.5rem !important;
  }
  .pb-r-xl-38 {
    padding-bottom: 9.5rem !important;
  }
  .pl-r-xl-38 {
    padding-left: 9.5rem !important;
  }
  .px-r-xl-38 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important;
  }
  .py-r-xl-38 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .font-size-xl-38 {
    font-size: 38px;
  }
  .border-radius-r-xl-38 {
    border-radius: 9.5rem !important;
  }
  .border-radius-tl-r-xl-38 {
    border-top-left-radius: 9.5rem !important;
  }
  .border-radius-tr-r-xl-38 {
    border-top-right-radius: 9.5rem !important;
  }
  .border-radius-bl-r-xl-38 {
    border-bottom-left-radius: 9.5rem !important;
  }
  .border-radius-br-r-xl-38 {
    border-bottom-right-radius: 9.5rem !important;
  }
  .border-radius-t-r-xl-38 {
    border-top-left-radius: 9.5rem !important;
    border-top-right-radius: 9.5rem !important;
  }
  .border-radius-b-r-xl-38 {
    border-bottom-left-radius: 9.5rem !important;
    border-bottom-right-radius: 9.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-38 {
    margin: 9.5rem !important;
  }
  .mt-r-contents-38 {
    margin-top: 9.5rem !important;
  }
  .mr-r-contents-38 {
    margin-right: 9.5rem !important;
  }
  .mb-r-contents-38 {
    margin-bottom: 9.5rem !important;
  }
  .ml-r-contents-38 {
    margin-left: 9.5rem !important;
  }
  .mx-r-contents-38 {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-38 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .p-r-contents-38 {
    padding: 9.5rem !important;
  }
  .pt-r-contents-38 {
    padding-top: 9.5rem !important;
  }
  .pr-r-contents-38 {
    padding-right: 9.5rem !important;
  }
  .pb-r-contents-38 {
    padding-bottom: 9.5rem !important;
  }
  .pl-r-contents-38 {
    padding-left: 9.5rem !important;
  }
  .px-r-contents-38 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important;
  }
  .py-r-contents-38 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .font-size-contents-38 {
    font-size: 38px;
  }
  .border-radius-r-contents-38 {
    border-radius: 9.5rem !important;
  }
  .border-radius-tl-r-contents-38 {
    border-top-left-radius: 9.5rem !important;
  }
  .border-radius-tr-r-contents-38 {
    border-top-right-radius: 9.5rem !important;
  }
  .border-radius-bl-r-contents-38 {
    border-bottom-left-radius: 9.5rem !important;
  }
  .border-radius-br-r-contents-38 {
    border-bottom-right-radius: 9.5rem !important;
  }
  .border-radius-t-r-contents-38 {
    border-top-left-radius: 9.5rem !important;
    border-top-right-radius: 9.5rem !important;
  }
  .border-radius-b-r-contents-38 {
    border-bottom-left-radius: 9.5rem !important;
    border-bottom-right-radius: 9.5rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-38 {
    margin: 9.5rem !important;
  }
  .mt-r-screen-38 {
    margin-top: 9.5rem !important;
  }
  .mr-r-screen-38 {
    margin-right: 9.5rem !important;
  }
  .mb-r-screen-38 {
    margin-bottom: 9.5rem !important;
  }
  .ml-r-screen-38 {
    margin-left: 9.5rem !important;
  }
  .mx-r-screen-38 {
    margin-left: 9.5rem !important;
    margin-right: 9.5rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-38 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important;
  }
  .p-r-screen-38 {
    padding: 9.5rem !important;
  }
  .pt-r-screen-38 {
    padding-top: 9.5rem !important;
  }
  .pr-r-screen-38 {
    padding-right: 9.5rem !important;
  }
  .pb-r-screen-38 {
    padding-bottom: 9.5rem !important;
  }
  .pl-r-screen-38 {
    padding-left: 9.5rem !important;
  }
  .px-r-screen-38 {
    padding-left: 9.5rem !important;
    padding-right: 9.5rem !important;
  }
  .py-r-screen-38 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important;
  }
  .font-size-screen-38 {
    font-size: 38px;
  }
  .border-radius-r-screen-38 {
    border-radius: 9.5rem !important;
  }
  .border-radius-tl-r-screen-38 {
    border-top-left-radius: 9.5rem !important;
  }
  .border-radius-tr-r-screen-38 {
    border-top-right-radius: 9.5rem !important;
  }
  .border-radius-bl-r-screen-38 {
    border-bottom-left-radius: 9.5rem !important;
  }
  .border-radius-br-r-screen-38 {
    border-bottom-right-radius: 9.5rem !important;
  }
  .border-radius-t-r-screen-38 {
    border-top-left-radius: 9.5rem !important;
    border-top-right-radius: 9.5rem !important;
  }
  .border-radius-b-r-screen-38 {
    border-bottom-left-radius: 9.5rem !important;
    border-bottom-right-radius: 9.5rem !important;
  }
}
.z-39 {
  z-index: 39;
}

.m-r-39 {
  margin: 9.75rem;
}

.mt-r-39 {
  margin-top: 9.75rem;
}

.mr-r-39 {
  margin-right: 9.75rem;
}

.mb-r-39 {
  margin-bottom: 9.75rem;
}

.ml-r-39 {
  margin-left: 9.75rem;
}

.mx-r-39 {
  margin-left: 9.75rem;
  margin-right: 9.75rem;
}

.my-r-39 {
  margin-top: 9.75rem;
  margin-bottom: 9.75rem;
}

.p-r-39 {
  padding: 9.75rem;
}

.pt-r-39 {
  padding-top: 9.75rem;
}

.pr-r-39 {
  padding-right: 9.75rem;
}

.pb-r-39 {
  padding-bottom: 9.75rem;
}

.pl-r-39 {
  padding-left: 9.75rem;
}

.px-r-39 {
  padding-left: 9.75rem;
  padding-right: 9.75rem;
}

.py-r-39 {
  padding-top: 9.75rem;
  padding-bottom: 9.75rem;
}

.t-r-39 {
  top: 9.75rem;
}

.l-r-39 {
  left: 9.75rem;
}

.b-r-39 {
  bottom: 9.75rem;
}

.r-r-39 {
  right: 9.75rem;
}

.row-gap-39 {
  margin: -9.75rem;
}

.border-radius-r-39 {
  border-radius: 9.75rem;
}

.border-radius-tl-r-39 {
  border-top-left-radius: 9.75rem;
}

.border-radius-tr-r-39 {
  border-top-right-radius: 9.75rem;
}

.border-radius-bl-r-39 {
  border-bottom-left-radius: 9.75rem;
}

.border-radius-br-r-39 {
  border-bottom-right-radius: 9.75rem;
}

.border-radius-t-r-39 {
  border-top-left-radius: 9.75rem;
  border-top-right-radius: 9.75rem;
}

.border-radius-b-r-39 {
  border-bottom-left-radius: 9.75rem;
  border-bottom-right-radius: 9.75rem;
}

.font-size-39 {
  font-size: 39px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-39 {
    margin: 9.75rem !important;
  }
  .mt-r-xs-39 {
    margin-top: 9.75rem !important;
  }
  .mr-r-xs-39 {
    margin-right: 9.75rem !important;
  }
  .mb-r-xs-39 {
    margin-bottom: 9.75rem !important;
  }
  .ml-r-xs-39 {
    margin-left: 9.75rem !important;
  }
  .mx-r-xs-39 {
    margin-left: 9.75rem !important;
    margin-right: 9.75rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-39 {
    margin-top: 9.75rem !important;
    margin-bottom: 9.75rem !important;
  }
  .p-r-xs-39 {
    padding: 9.75rem !important;
  }
  .pt-r-xs-39 {
    padding-top: 9.75rem !important;
  }
  .pr-r-xs-39 {
    padding-right: 9.75rem !important;
  }
  .pb-r-xs-39 {
    padding-bottom: 9.75rem !important;
  }
  .pl-r-xs-39 {
    padding-left: 9.75rem !important;
  }
  .px-r-xs-39 {
    padding-left: 9.75rem !important;
    padding-right: 9.75rem !important;
  }
  .py-r-xs-39 {
    padding-top: 9.75rem !important;
    padding-bottom: 9.75rem !important;
  }
  .font-size-xs-39 {
    font-size: 39px;
  }
  .border-radius-r-xs-39 {
    border-radius: 9.75rem !important;
  }
  .border-radius-tl-r-xs-39 {
    border-top-left-radius: 9.75rem !important;
  }
  .border-radius-tr-r-xs-39 {
    border-top-right-radius: 9.75rem !important;
  }
  .border-radius-bl-r-xs-39 {
    border-bottom-left-radius: 9.75rem !important;
  }
  .border-radius-br-r-xs-39 {
    border-bottom-right-radius: 9.75rem !important;
  }
  .border-radius-t-r-xs-39 {
    border-top-left-radius: 9.75rem !important;
    border-top-right-radius: 9.75rem !important;
  }
  .border-radius-b-r-xs-39 {
    border-bottom-left-radius: 9.75rem !important;
    border-bottom-right-radius: 9.75rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-39 {
    margin: 9.75rem !important;
  }
  .mt-r-sm-39 {
    margin-top: 9.75rem !important;
  }
  .mr-r-sm-39 {
    margin-right: 9.75rem !important;
  }
  .mb-r-sm-39 {
    margin-bottom: 9.75rem !important;
  }
  .ml-r-sm-39 {
    margin-left: 9.75rem !important;
  }
  .mx-r-sm-39 {
    margin-left: 9.75rem !important;
    margin-right: 9.75rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-39 {
    margin-top: 9.75rem !important;
    margin-bottom: 9.75rem !important;
  }
  .p-r-sm-39 {
    padding: 9.75rem !important;
  }
  .pt-r-sm-39 {
    padding-top: 9.75rem !important;
  }
  .pr-r-sm-39 {
    padding-right: 9.75rem !important;
  }
  .pb-r-sm-39 {
    padding-bottom: 9.75rem !important;
  }
  .pl-r-sm-39 {
    padding-left: 9.75rem !important;
  }
  .px-r-sm-39 {
    padding-left: 9.75rem !important;
    padding-right: 9.75rem !important;
  }
  .py-r-sm-39 {
    padding-top: 9.75rem !important;
    padding-bottom: 9.75rem !important;
  }
  .font-size-sm-39 {
    font-size: 39px;
  }
  .border-radius-r-sm-39 {
    border-radius: 9.75rem !important;
  }
  .border-radius-tl-r-sm-39 {
    border-top-left-radius: 9.75rem !important;
  }
  .border-radius-tr-r-sm-39 {
    border-top-right-radius: 9.75rem !important;
  }
  .border-radius-bl-r-sm-39 {
    border-bottom-left-radius: 9.75rem !important;
  }
  .border-radius-br-r-sm-39 {
    border-bottom-right-radius: 9.75rem !important;
  }
  .border-radius-t-r-sm-39 {
    border-top-left-radius: 9.75rem !important;
    border-top-right-radius: 9.75rem !important;
  }
  .border-radius-b-r-sm-39 {
    border-bottom-left-radius: 9.75rem !important;
    border-bottom-right-radius: 9.75rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-39 {
    margin: 9.75rem !important;
  }
  .mt-r-md-39 {
    margin-top: 9.75rem !important;
  }
  .mr-r-md-39 {
    margin-right: 9.75rem !important;
  }
  .mb-r-md-39 {
    margin-bottom: 9.75rem !important;
  }
  .ml-r-md-39 {
    margin-left: 9.75rem !important;
  }
  .mx-r-md-39 {
    margin-left: 9.75rem !important;
    margin-right: 9.75rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-39 {
    margin-top: 9.75rem !important;
    margin-bottom: 9.75rem !important;
  }
  .p-r-md-39 {
    padding: 9.75rem !important;
  }
  .pt-r-md-39 {
    padding-top: 9.75rem !important;
  }
  .pr-r-md-39 {
    padding-right: 9.75rem !important;
  }
  .pb-r-md-39 {
    padding-bottom: 9.75rem !important;
  }
  .pl-r-md-39 {
    padding-left: 9.75rem !important;
  }
  .px-r-md-39 {
    padding-left: 9.75rem !important;
    padding-right: 9.75rem !important;
  }
  .py-r-md-39 {
    padding-top: 9.75rem !important;
    padding-bottom: 9.75rem !important;
  }
  .font-size-md-39 {
    font-size: 39px;
  }
  .border-radius-r-md-39 {
    border-radius: 9.75rem !important;
  }
  .border-radius-tl-r-md-39 {
    border-top-left-radius: 9.75rem !important;
  }
  .border-radius-tr-r-md-39 {
    border-top-right-radius: 9.75rem !important;
  }
  .border-radius-bl-r-md-39 {
    border-bottom-left-radius: 9.75rem !important;
  }
  .border-radius-br-r-md-39 {
    border-bottom-right-radius: 9.75rem !important;
  }
  .border-radius-t-r-md-39 {
    border-top-left-radius: 9.75rem !important;
    border-top-right-radius: 9.75rem !important;
  }
  .border-radius-b-r-md-39 {
    border-bottom-left-radius: 9.75rem !important;
    border-bottom-right-radius: 9.75rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-39 {
    margin: 9.75rem !important;
  }
  .mt-r-lg-39 {
    margin-top: 9.75rem !important;
  }
  .mr-r-lg-39 {
    margin-right: 9.75rem !important;
  }
  .mb-r-lg-39 {
    margin-bottom: 9.75rem !important;
  }
  .ml-r-lg-39 {
    margin-left: 9.75rem !important;
  }
  .mx-r-lg-39 {
    margin-left: 9.75rem !important;
    margin-right: 9.75rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-39 {
    margin-top: 9.75rem !important;
    margin-bottom: 9.75rem !important;
  }
  .p-r-lg-39 {
    padding: 9.75rem !important;
  }
  .pt-r-lg-39 {
    padding-top: 9.75rem !important;
  }
  .pr-r-lg-39 {
    padding-right: 9.75rem !important;
  }
  .pb-r-lg-39 {
    padding-bottom: 9.75rem !important;
  }
  .pl-r-lg-39 {
    padding-left: 9.75rem !important;
  }
  .px-r-lg-39 {
    padding-left: 9.75rem !important;
    padding-right: 9.75rem !important;
  }
  .py-r-lg-39 {
    padding-top: 9.75rem !important;
    padding-bottom: 9.75rem !important;
  }
  .font-size-lg-39 {
    font-size: 39px;
  }
  .border-radius-r-lg-39 {
    border-radius: 9.75rem !important;
  }
  .border-radius-tl-r-lg-39 {
    border-top-left-radius: 9.75rem !important;
  }
  .border-radius-tr-r-lg-39 {
    border-top-right-radius: 9.75rem !important;
  }
  .border-radius-bl-r-lg-39 {
    border-bottom-left-radius: 9.75rem !important;
  }
  .border-radius-br-r-lg-39 {
    border-bottom-right-radius: 9.75rem !important;
  }
  .border-radius-t-r-lg-39 {
    border-top-left-radius: 9.75rem !important;
    border-top-right-radius: 9.75rem !important;
  }
  .border-radius-b-r-lg-39 {
    border-bottom-left-radius: 9.75rem !important;
    border-bottom-right-radius: 9.75rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-39 {
    margin: 9.75rem !important;
  }
  .mt-r-xl-39 {
    margin-top: 9.75rem !important;
  }
  .mr-r-xl-39 {
    margin-right: 9.75rem !important;
  }
  .mb-r-xl-39 {
    margin-bottom: 9.75rem !important;
  }
  .ml-r-xl-39 {
    margin-left: 9.75rem !important;
  }
  .mx-r-xl-39 {
    margin-left: 9.75rem !important;
    margin-right: 9.75rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-39 {
    margin-top: 9.75rem !important;
    margin-bottom: 9.75rem !important;
  }
  .p-r-xl-39 {
    padding: 9.75rem !important;
  }
  .pt-r-xl-39 {
    padding-top: 9.75rem !important;
  }
  .pr-r-xl-39 {
    padding-right: 9.75rem !important;
  }
  .pb-r-xl-39 {
    padding-bottom: 9.75rem !important;
  }
  .pl-r-xl-39 {
    padding-left: 9.75rem !important;
  }
  .px-r-xl-39 {
    padding-left: 9.75rem !important;
    padding-right: 9.75rem !important;
  }
  .py-r-xl-39 {
    padding-top: 9.75rem !important;
    padding-bottom: 9.75rem !important;
  }
  .font-size-xl-39 {
    font-size: 39px;
  }
  .border-radius-r-xl-39 {
    border-radius: 9.75rem !important;
  }
  .border-radius-tl-r-xl-39 {
    border-top-left-radius: 9.75rem !important;
  }
  .border-radius-tr-r-xl-39 {
    border-top-right-radius: 9.75rem !important;
  }
  .border-radius-bl-r-xl-39 {
    border-bottom-left-radius: 9.75rem !important;
  }
  .border-radius-br-r-xl-39 {
    border-bottom-right-radius: 9.75rem !important;
  }
  .border-radius-t-r-xl-39 {
    border-top-left-radius: 9.75rem !important;
    border-top-right-radius: 9.75rem !important;
  }
  .border-radius-b-r-xl-39 {
    border-bottom-left-radius: 9.75rem !important;
    border-bottom-right-radius: 9.75rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-39 {
    margin: 9.75rem !important;
  }
  .mt-r-contents-39 {
    margin-top: 9.75rem !important;
  }
  .mr-r-contents-39 {
    margin-right: 9.75rem !important;
  }
  .mb-r-contents-39 {
    margin-bottom: 9.75rem !important;
  }
  .ml-r-contents-39 {
    margin-left: 9.75rem !important;
  }
  .mx-r-contents-39 {
    margin-left: 9.75rem !important;
    margin-right: 9.75rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-39 {
    margin-top: 9.75rem !important;
    margin-bottom: 9.75rem !important;
  }
  .p-r-contents-39 {
    padding: 9.75rem !important;
  }
  .pt-r-contents-39 {
    padding-top: 9.75rem !important;
  }
  .pr-r-contents-39 {
    padding-right: 9.75rem !important;
  }
  .pb-r-contents-39 {
    padding-bottom: 9.75rem !important;
  }
  .pl-r-contents-39 {
    padding-left: 9.75rem !important;
  }
  .px-r-contents-39 {
    padding-left: 9.75rem !important;
    padding-right: 9.75rem !important;
  }
  .py-r-contents-39 {
    padding-top: 9.75rem !important;
    padding-bottom: 9.75rem !important;
  }
  .font-size-contents-39 {
    font-size: 39px;
  }
  .border-radius-r-contents-39 {
    border-radius: 9.75rem !important;
  }
  .border-radius-tl-r-contents-39 {
    border-top-left-radius: 9.75rem !important;
  }
  .border-radius-tr-r-contents-39 {
    border-top-right-radius: 9.75rem !important;
  }
  .border-radius-bl-r-contents-39 {
    border-bottom-left-radius: 9.75rem !important;
  }
  .border-radius-br-r-contents-39 {
    border-bottom-right-radius: 9.75rem !important;
  }
  .border-radius-t-r-contents-39 {
    border-top-left-radius: 9.75rem !important;
    border-top-right-radius: 9.75rem !important;
  }
  .border-radius-b-r-contents-39 {
    border-bottom-left-radius: 9.75rem !important;
    border-bottom-right-radius: 9.75rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-39 {
    margin: 9.75rem !important;
  }
  .mt-r-screen-39 {
    margin-top: 9.75rem !important;
  }
  .mr-r-screen-39 {
    margin-right: 9.75rem !important;
  }
  .mb-r-screen-39 {
    margin-bottom: 9.75rem !important;
  }
  .ml-r-screen-39 {
    margin-left: 9.75rem !important;
  }
  .mx-r-screen-39 {
    margin-left: 9.75rem !important;
    margin-right: 9.75rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-39 {
    margin-top: 9.75rem !important;
    margin-bottom: 9.75rem !important;
  }
  .p-r-screen-39 {
    padding: 9.75rem !important;
  }
  .pt-r-screen-39 {
    padding-top: 9.75rem !important;
  }
  .pr-r-screen-39 {
    padding-right: 9.75rem !important;
  }
  .pb-r-screen-39 {
    padding-bottom: 9.75rem !important;
  }
  .pl-r-screen-39 {
    padding-left: 9.75rem !important;
  }
  .px-r-screen-39 {
    padding-left: 9.75rem !important;
    padding-right: 9.75rem !important;
  }
  .py-r-screen-39 {
    padding-top: 9.75rem !important;
    padding-bottom: 9.75rem !important;
  }
  .font-size-screen-39 {
    font-size: 39px;
  }
  .border-radius-r-screen-39 {
    border-radius: 9.75rem !important;
  }
  .border-radius-tl-r-screen-39 {
    border-top-left-radius: 9.75rem !important;
  }
  .border-radius-tr-r-screen-39 {
    border-top-right-radius: 9.75rem !important;
  }
  .border-radius-bl-r-screen-39 {
    border-bottom-left-radius: 9.75rem !important;
  }
  .border-radius-br-r-screen-39 {
    border-bottom-right-radius: 9.75rem !important;
  }
  .border-radius-t-r-screen-39 {
    border-top-left-radius: 9.75rem !important;
    border-top-right-radius: 9.75rem !important;
  }
  .border-radius-b-r-screen-39 {
    border-bottom-left-radius: 9.75rem !important;
    border-bottom-right-radius: 9.75rem !important;
  }
}
.z-40 {
  z-index: 40;
}

.m-r-40 {
  margin: 10rem;
}

.mt-r-40 {
  margin-top: 10rem;
}

.mr-r-40 {
  margin-right: 10rem;
}

.mb-r-40 {
  margin-bottom: 10rem;
}

.ml-r-40 {
  margin-left: 10rem;
}

.mx-r-40 {
  margin-left: 10rem;
  margin-right: 10rem;
}

.my-r-40 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.p-r-40 {
  padding: 10rem;
}

.pt-r-40 {
  padding-top: 10rem;
}

.pr-r-40 {
  padding-right: 10rem;
}

.pb-r-40 {
  padding-bottom: 10rem;
}

.pl-r-40 {
  padding-left: 10rem;
}

.px-r-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.py-r-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.t-r-40 {
  top: 10rem;
}

.l-r-40 {
  left: 10rem;
}

.b-r-40 {
  bottom: 10rem;
}

.r-r-40 {
  right: 10rem;
}

.row-gap-40 {
  margin: -10rem;
}

.border-radius-r-40 {
  border-radius: 10rem;
}

.border-radius-tl-r-40 {
  border-top-left-radius: 10rem;
}

.border-radius-tr-r-40 {
  border-top-right-radius: 10rem;
}

.border-radius-bl-r-40 {
  border-bottom-left-radius: 10rem;
}

.border-radius-br-r-40 {
  border-bottom-right-radius: 10rem;
}

.border-radius-t-r-40 {
  border-top-left-radius: 10rem;
  border-top-right-radius: 10rem;
}

.border-radius-b-r-40 {
  border-bottom-left-radius: 10rem;
  border-bottom-right-radius: 10rem;
}

.font-size-40 {
  font-size: 40px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-40 {
    margin: 10rem !important;
  }
  .mt-r-xs-40 {
    margin-top: 10rem !important;
  }
  .mr-r-xs-40 {
    margin-right: 10rem !important;
  }
  .mb-r-xs-40 {
    margin-bottom: 10rem !important;
  }
  .ml-r-xs-40 {
    margin-left: 10rem !important;
  }
  .mx-r-xs-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .p-r-xs-40 {
    padding: 10rem !important;
  }
  .pt-r-xs-40 {
    padding-top: 10rem !important;
  }
  .pr-r-xs-40 {
    padding-right: 10rem !important;
  }
  .pb-r-xs-40 {
    padding-bottom: 10rem !important;
  }
  .pl-r-xs-40 {
    padding-left: 10rem !important;
  }
  .px-r-xs-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .py-r-xs-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .font-size-xs-40 {
    font-size: 40px;
  }
  .border-radius-r-xs-40 {
    border-radius: 10rem !important;
  }
  .border-radius-tl-r-xs-40 {
    border-top-left-radius: 10rem !important;
  }
  .border-radius-tr-r-xs-40 {
    border-top-right-radius: 10rem !important;
  }
  .border-radius-bl-r-xs-40 {
    border-bottom-left-radius: 10rem !important;
  }
  .border-radius-br-r-xs-40 {
    border-bottom-right-radius: 10rem !important;
  }
  .border-radius-t-r-xs-40 {
    border-top-left-radius: 10rem !important;
    border-top-right-radius: 10rem !important;
  }
  .border-radius-b-r-xs-40 {
    border-bottom-left-radius: 10rem !important;
    border-bottom-right-radius: 10rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-40 {
    margin: 10rem !important;
  }
  .mt-r-sm-40 {
    margin-top: 10rem !important;
  }
  .mr-r-sm-40 {
    margin-right: 10rem !important;
  }
  .mb-r-sm-40 {
    margin-bottom: 10rem !important;
  }
  .ml-r-sm-40 {
    margin-left: 10rem !important;
  }
  .mx-r-sm-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .p-r-sm-40 {
    padding: 10rem !important;
  }
  .pt-r-sm-40 {
    padding-top: 10rem !important;
  }
  .pr-r-sm-40 {
    padding-right: 10rem !important;
  }
  .pb-r-sm-40 {
    padding-bottom: 10rem !important;
  }
  .pl-r-sm-40 {
    padding-left: 10rem !important;
  }
  .px-r-sm-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .py-r-sm-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .font-size-sm-40 {
    font-size: 40px;
  }
  .border-radius-r-sm-40 {
    border-radius: 10rem !important;
  }
  .border-radius-tl-r-sm-40 {
    border-top-left-radius: 10rem !important;
  }
  .border-radius-tr-r-sm-40 {
    border-top-right-radius: 10rem !important;
  }
  .border-radius-bl-r-sm-40 {
    border-bottom-left-radius: 10rem !important;
  }
  .border-radius-br-r-sm-40 {
    border-bottom-right-radius: 10rem !important;
  }
  .border-radius-t-r-sm-40 {
    border-top-left-radius: 10rem !important;
    border-top-right-radius: 10rem !important;
  }
  .border-radius-b-r-sm-40 {
    border-bottom-left-radius: 10rem !important;
    border-bottom-right-radius: 10rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-40 {
    margin: 10rem !important;
  }
  .mt-r-md-40 {
    margin-top: 10rem !important;
  }
  .mr-r-md-40 {
    margin-right: 10rem !important;
  }
  .mb-r-md-40 {
    margin-bottom: 10rem !important;
  }
  .ml-r-md-40 {
    margin-left: 10rem !important;
  }
  .mx-r-md-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .p-r-md-40 {
    padding: 10rem !important;
  }
  .pt-r-md-40 {
    padding-top: 10rem !important;
  }
  .pr-r-md-40 {
    padding-right: 10rem !important;
  }
  .pb-r-md-40 {
    padding-bottom: 10rem !important;
  }
  .pl-r-md-40 {
    padding-left: 10rem !important;
  }
  .px-r-md-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .py-r-md-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .font-size-md-40 {
    font-size: 40px;
  }
  .border-radius-r-md-40 {
    border-radius: 10rem !important;
  }
  .border-radius-tl-r-md-40 {
    border-top-left-radius: 10rem !important;
  }
  .border-radius-tr-r-md-40 {
    border-top-right-radius: 10rem !important;
  }
  .border-radius-bl-r-md-40 {
    border-bottom-left-radius: 10rem !important;
  }
  .border-radius-br-r-md-40 {
    border-bottom-right-radius: 10rem !important;
  }
  .border-radius-t-r-md-40 {
    border-top-left-radius: 10rem !important;
    border-top-right-radius: 10rem !important;
  }
  .border-radius-b-r-md-40 {
    border-bottom-left-radius: 10rem !important;
    border-bottom-right-radius: 10rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-40 {
    margin: 10rem !important;
  }
  .mt-r-lg-40 {
    margin-top: 10rem !important;
  }
  .mr-r-lg-40 {
    margin-right: 10rem !important;
  }
  .mb-r-lg-40 {
    margin-bottom: 10rem !important;
  }
  .ml-r-lg-40 {
    margin-left: 10rem !important;
  }
  .mx-r-lg-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .p-r-lg-40 {
    padding: 10rem !important;
  }
  .pt-r-lg-40 {
    padding-top: 10rem !important;
  }
  .pr-r-lg-40 {
    padding-right: 10rem !important;
  }
  .pb-r-lg-40 {
    padding-bottom: 10rem !important;
  }
  .pl-r-lg-40 {
    padding-left: 10rem !important;
  }
  .px-r-lg-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .py-r-lg-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .font-size-lg-40 {
    font-size: 40px;
  }
  .border-radius-r-lg-40 {
    border-radius: 10rem !important;
  }
  .border-radius-tl-r-lg-40 {
    border-top-left-radius: 10rem !important;
  }
  .border-radius-tr-r-lg-40 {
    border-top-right-radius: 10rem !important;
  }
  .border-radius-bl-r-lg-40 {
    border-bottom-left-radius: 10rem !important;
  }
  .border-radius-br-r-lg-40 {
    border-bottom-right-radius: 10rem !important;
  }
  .border-radius-t-r-lg-40 {
    border-top-left-radius: 10rem !important;
    border-top-right-radius: 10rem !important;
  }
  .border-radius-b-r-lg-40 {
    border-bottom-left-radius: 10rem !important;
    border-bottom-right-radius: 10rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-40 {
    margin: 10rem !important;
  }
  .mt-r-xl-40 {
    margin-top: 10rem !important;
  }
  .mr-r-xl-40 {
    margin-right: 10rem !important;
  }
  .mb-r-xl-40 {
    margin-bottom: 10rem !important;
  }
  .ml-r-xl-40 {
    margin-left: 10rem !important;
  }
  .mx-r-xl-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .p-r-xl-40 {
    padding: 10rem !important;
  }
  .pt-r-xl-40 {
    padding-top: 10rem !important;
  }
  .pr-r-xl-40 {
    padding-right: 10rem !important;
  }
  .pb-r-xl-40 {
    padding-bottom: 10rem !important;
  }
  .pl-r-xl-40 {
    padding-left: 10rem !important;
  }
  .px-r-xl-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .py-r-xl-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .font-size-xl-40 {
    font-size: 40px;
  }
  .border-radius-r-xl-40 {
    border-radius: 10rem !important;
  }
  .border-radius-tl-r-xl-40 {
    border-top-left-radius: 10rem !important;
  }
  .border-radius-tr-r-xl-40 {
    border-top-right-radius: 10rem !important;
  }
  .border-radius-bl-r-xl-40 {
    border-bottom-left-radius: 10rem !important;
  }
  .border-radius-br-r-xl-40 {
    border-bottom-right-radius: 10rem !important;
  }
  .border-radius-t-r-xl-40 {
    border-top-left-radius: 10rem !important;
    border-top-right-radius: 10rem !important;
  }
  .border-radius-b-r-xl-40 {
    border-bottom-left-radius: 10rem !important;
    border-bottom-right-radius: 10rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-40 {
    margin: 10rem !important;
  }
  .mt-r-contents-40 {
    margin-top: 10rem !important;
  }
  .mr-r-contents-40 {
    margin-right: 10rem !important;
  }
  .mb-r-contents-40 {
    margin-bottom: 10rem !important;
  }
  .ml-r-contents-40 {
    margin-left: 10rem !important;
  }
  .mx-r-contents-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .p-r-contents-40 {
    padding: 10rem !important;
  }
  .pt-r-contents-40 {
    padding-top: 10rem !important;
  }
  .pr-r-contents-40 {
    padding-right: 10rem !important;
  }
  .pb-r-contents-40 {
    padding-bottom: 10rem !important;
  }
  .pl-r-contents-40 {
    padding-left: 10rem !important;
  }
  .px-r-contents-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .py-r-contents-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .font-size-contents-40 {
    font-size: 40px;
  }
  .border-radius-r-contents-40 {
    border-radius: 10rem !important;
  }
  .border-radius-tl-r-contents-40 {
    border-top-left-radius: 10rem !important;
  }
  .border-radius-tr-r-contents-40 {
    border-top-right-radius: 10rem !important;
  }
  .border-radius-bl-r-contents-40 {
    border-bottom-left-radius: 10rem !important;
  }
  .border-radius-br-r-contents-40 {
    border-bottom-right-radius: 10rem !important;
  }
  .border-radius-t-r-contents-40 {
    border-top-left-radius: 10rem !important;
    border-top-right-radius: 10rem !important;
  }
  .border-radius-b-r-contents-40 {
    border-bottom-left-radius: 10rem !important;
    border-bottom-right-radius: 10rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-40 {
    margin: 10rem !important;
  }
  .mt-r-screen-40 {
    margin-top: 10rem !important;
  }
  .mr-r-screen-40 {
    margin-right: 10rem !important;
  }
  .mb-r-screen-40 {
    margin-bottom: 10rem !important;
  }
  .ml-r-screen-40 {
    margin-left: 10rem !important;
  }
  .mx-r-screen-40 {
    margin-left: 10rem !important;
    margin-right: 10rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-40 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .p-r-screen-40 {
    padding: 10rem !important;
  }
  .pt-r-screen-40 {
    padding-top: 10rem !important;
  }
  .pr-r-screen-40 {
    padding-right: 10rem !important;
  }
  .pb-r-screen-40 {
    padding-bottom: 10rem !important;
  }
  .pl-r-screen-40 {
    padding-left: 10rem !important;
  }
  .px-r-screen-40 {
    padding-left: 10rem !important;
    padding-right: 10rem !important;
  }
  .py-r-screen-40 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .font-size-screen-40 {
    font-size: 40px;
  }
  .border-radius-r-screen-40 {
    border-radius: 10rem !important;
  }
  .border-radius-tl-r-screen-40 {
    border-top-left-radius: 10rem !important;
  }
  .border-radius-tr-r-screen-40 {
    border-top-right-radius: 10rem !important;
  }
  .border-radius-bl-r-screen-40 {
    border-bottom-left-radius: 10rem !important;
  }
  .border-radius-br-r-screen-40 {
    border-bottom-right-radius: 10rem !important;
  }
  .border-radius-t-r-screen-40 {
    border-top-left-radius: 10rem !important;
    border-top-right-radius: 10rem !important;
  }
  .border-radius-b-r-screen-40 {
    border-bottom-left-radius: 10rem !important;
    border-bottom-right-radius: 10rem !important;
  }
}
.z-41 {
  z-index: 41;
}

.m-r-41 {
  margin: 10.25rem;
}

.mt-r-41 {
  margin-top: 10.25rem;
}

.mr-r-41 {
  margin-right: 10.25rem;
}

.mb-r-41 {
  margin-bottom: 10.25rem;
}

.ml-r-41 {
  margin-left: 10.25rem;
}

.mx-r-41 {
  margin-left: 10.25rem;
  margin-right: 10.25rem;
}

.my-r-41 {
  margin-top: 10.25rem;
  margin-bottom: 10.25rem;
}

.p-r-41 {
  padding: 10.25rem;
}

.pt-r-41 {
  padding-top: 10.25rem;
}

.pr-r-41 {
  padding-right: 10.25rem;
}

.pb-r-41 {
  padding-bottom: 10.25rem;
}

.pl-r-41 {
  padding-left: 10.25rem;
}

.px-r-41 {
  padding-left: 10.25rem;
  padding-right: 10.25rem;
}

.py-r-41 {
  padding-top: 10.25rem;
  padding-bottom: 10.25rem;
}

.t-r-41 {
  top: 10.25rem;
}

.l-r-41 {
  left: 10.25rem;
}

.b-r-41 {
  bottom: 10.25rem;
}

.r-r-41 {
  right: 10.25rem;
}

.row-gap-41 {
  margin: -10.25rem;
}

.border-radius-r-41 {
  border-radius: 10.25rem;
}

.border-radius-tl-r-41 {
  border-top-left-radius: 10.25rem;
}

.border-radius-tr-r-41 {
  border-top-right-radius: 10.25rem;
}

.border-radius-bl-r-41 {
  border-bottom-left-radius: 10.25rem;
}

.border-radius-br-r-41 {
  border-bottom-right-radius: 10.25rem;
}

.border-radius-t-r-41 {
  border-top-left-radius: 10.25rem;
  border-top-right-radius: 10.25rem;
}

.border-radius-b-r-41 {
  border-bottom-left-radius: 10.25rem;
  border-bottom-right-radius: 10.25rem;
}

.font-size-41 {
  font-size: 41px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-41 {
    margin: 10.25rem !important;
  }
  .mt-r-xs-41 {
    margin-top: 10.25rem !important;
  }
  .mr-r-xs-41 {
    margin-right: 10.25rem !important;
  }
  .mb-r-xs-41 {
    margin-bottom: 10.25rem !important;
  }
  .ml-r-xs-41 {
    margin-left: 10.25rem !important;
  }
  .mx-r-xs-41 {
    margin-left: 10.25rem !important;
    margin-right: 10.25rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-41 {
    margin-top: 10.25rem !important;
    margin-bottom: 10.25rem !important;
  }
  .p-r-xs-41 {
    padding: 10.25rem !important;
  }
  .pt-r-xs-41 {
    padding-top: 10.25rem !important;
  }
  .pr-r-xs-41 {
    padding-right: 10.25rem !important;
  }
  .pb-r-xs-41 {
    padding-bottom: 10.25rem !important;
  }
  .pl-r-xs-41 {
    padding-left: 10.25rem !important;
  }
  .px-r-xs-41 {
    padding-left: 10.25rem !important;
    padding-right: 10.25rem !important;
  }
  .py-r-xs-41 {
    padding-top: 10.25rem !important;
    padding-bottom: 10.25rem !important;
  }
  .font-size-xs-41 {
    font-size: 41px;
  }
  .border-radius-r-xs-41 {
    border-radius: 10.25rem !important;
  }
  .border-radius-tl-r-xs-41 {
    border-top-left-radius: 10.25rem !important;
  }
  .border-radius-tr-r-xs-41 {
    border-top-right-radius: 10.25rem !important;
  }
  .border-radius-bl-r-xs-41 {
    border-bottom-left-radius: 10.25rem !important;
  }
  .border-radius-br-r-xs-41 {
    border-bottom-right-radius: 10.25rem !important;
  }
  .border-radius-t-r-xs-41 {
    border-top-left-radius: 10.25rem !important;
    border-top-right-radius: 10.25rem !important;
  }
  .border-radius-b-r-xs-41 {
    border-bottom-left-radius: 10.25rem !important;
    border-bottom-right-radius: 10.25rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-41 {
    margin: 10.25rem !important;
  }
  .mt-r-sm-41 {
    margin-top: 10.25rem !important;
  }
  .mr-r-sm-41 {
    margin-right: 10.25rem !important;
  }
  .mb-r-sm-41 {
    margin-bottom: 10.25rem !important;
  }
  .ml-r-sm-41 {
    margin-left: 10.25rem !important;
  }
  .mx-r-sm-41 {
    margin-left: 10.25rem !important;
    margin-right: 10.25rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-41 {
    margin-top: 10.25rem !important;
    margin-bottom: 10.25rem !important;
  }
  .p-r-sm-41 {
    padding: 10.25rem !important;
  }
  .pt-r-sm-41 {
    padding-top: 10.25rem !important;
  }
  .pr-r-sm-41 {
    padding-right: 10.25rem !important;
  }
  .pb-r-sm-41 {
    padding-bottom: 10.25rem !important;
  }
  .pl-r-sm-41 {
    padding-left: 10.25rem !important;
  }
  .px-r-sm-41 {
    padding-left: 10.25rem !important;
    padding-right: 10.25rem !important;
  }
  .py-r-sm-41 {
    padding-top: 10.25rem !important;
    padding-bottom: 10.25rem !important;
  }
  .font-size-sm-41 {
    font-size: 41px;
  }
  .border-radius-r-sm-41 {
    border-radius: 10.25rem !important;
  }
  .border-radius-tl-r-sm-41 {
    border-top-left-radius: 10.25rem !important;
  }
  .border-radius-tr-r-sm-41 {
    border-top-right-radius: 10.25rem !important;
  }
  .border-radius-bl-r-sm-41 {
    border-bottom-left-radius: 10.25rem !important;
  }
  .border-radius-br-r-sm-41 {
    border-bottom-right-radius: 10.25rem !important;
  }
  .border-radius-t-r-sm-41 {
    border-top-left-radius: 10.25rem !important;
    border-top-right-radius: 10.25rem !important;
  }
  .border-radius-b-r-sm-41 {
    border-bottom-left-radius: 10.25rem !important;
    border-bottom-right-radius: 10.25rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-41 {
    margin: 10.25rem !important;
  }
  .mt-r-md-41 {
    margin-top: 10.25rem !important;
  }
  .mr-r-md-41 {
    margin-right: 10.25rem !important;
  }
  .mb-r-md-41 {
    margin-bottom: 10.25rem !important;
  }
  .ml-r-md-41 {
    margin-left: 10.25rem !important;
  }
  .mx-r-md-41 {
    margin-left: 10.25rem !important;
    margin-right: 10.25rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-41 {
    margin-top: 10.25rem !important;
    margin-bottom: 10.25rem !important;
  }
  .p-r-md-41 {
    padding: 10.25rem !important;
  }
  .pt-r-md-41 {
    padding-top: 10.25rem !important;
  }
  .pr-r-md-41 {
    padding-right: 10.25rem !important;
  }
  .pb-r-md-41 {
    padding-bottom: 10.25rem !important;
  }
  .pl-r-md-41 {
    padding-left: 10.25rem !important;
  }
  .px-r-md-41 {
    padding-left: 10.25rem !important;
    padding-right: 10.25rem !important;
  }
  .py-r-md-41 {
    padding-top: 10.25rem !important;
    padding-bottom: 10.25rem !important;
  }
  .font-size-md-41 {
    font-size: 41px;
  }
  .border-radius-r-md-41 {
    border-radius: 10.25rem !important;
  }
  .border-radius-tl-r-md-41 {
    border-top-left-radius: 10.25rem !important;
  }
  .border-radius-tr-r-md-41 {
    border-top-right-radius: 10.25rem !important;
  }
  .border-radius-bl-r-md-41 {
    border-bottom-left-radius: 10.25rem !important;
  }
  .border-radius-br-r-md-41 {
    border-bottom-right-radius: 10.25rem !important;
  }
  .border-radius-t-r-md-41 {
    border-top-left-radius: 10.25rem !important;
    border-top-right-radius: 10.25rem !important;
  }
  .border-radius-b-r-md-41 {
    border-bottom-left-radius: 10.25rem !important;
    border-bottom-right-radius: 10.25rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-41 {
    margin: 10.25rem !important;
  }
  .mt-r-lg-41 {
    margin-top: 10.25rem !important;
  }
  .mr-r-lg-41 {
    margin-right: 10.25rem !important;
  }
  .mb-r-lg-41 {
    margin-bottom: 10.25rem !important;
  }
  .ml-r-lg-41 {
    margin-left: 10.25rem !important;
  }
  .mx-r-lg-41 {
    margin-left: 10.25rem !important;
    margin-right: 10.25rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-41 {
    margin-top: 10.25rem !important;
    margin-bottom: 10.25rem !important;
  }
  .p-r-lg-41 {
    padding: 10.25rem !important;
  }
  .pt-r-lg-41 {
    padding-top: 10.25rem !important;
  }
  .pr-r-lg-41 {
    padding-right: 10.25rem !important;
  }
  .pb-r-lg-41 {
    padding-bottom: 10.25rem !important;
  }
  .pl-r-lg-41 {
    padding-left: 10.25rem !important;
  }
  .px-r-lg-41 {
    padding-left: 10.25rem !important;
    padding-right: 10.25rem !important;
  }
  .py-r-lg-41 {
    padding-top: 10.25rem !important;
    padding-bottom: 10.25rem !important;
  }
  .font-size-lg-41 {
    font-size: 41px;
  }
  .border-radius-r-lg-41 {
    border-radius: 10.25rem !important;
  }
  .border-radius-tl-r-lg-41 {
    border-top-left-radius: 10.25rem !important;
  }
  .border-radius-tr-r-lg-41 {
    border-top-right-radius: 10.25rem !important;
  }
  .border-radius-bl-r-lg-41 {
    border-bottom-left-radius: 10.25rem !important;
  }
  .border-radius-br-r-lg-41 {
    border-bottom-right-radius: 10.25rem !important;
  }
  .border-radius-t-r-lg-41 {
    border-top-left-radius: 10.25rem !important;
    border-top-right-radius: 10.25rem !important;
  }
  .border-radius-b-r-lg-41 {
    border-bottom-left-radius: 10.25rem !important;
    border-bottom-right-radius: 10.25rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-41 {
    margin: 10.25rem !important;
  }
  .mt-r-xl-41 {
    margin-top: 10.25rem !important;
  }
  .mr-r-xl-41 {
    margin-right: 10.25rem !important;
  }
  .mb-r-xl-41 {
    margin-bottom: 10.25rem !important;
  }
  .ml-r-xl-41 {
    margin-left: 10.25rem !important;
  }
  .mx-r-xl-41 {
    margin-left: 10.25rem !important;
    margin-right: 10.25rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-41 {
    margin-top: 10.25rem !important;
    margin-bottom: 10.25rem !important;
  }
  .p-r-xl-41 {
    padding: 10.25rem !important;
  }
  .pt-r-xl-41 {
    padding-top: 10.25rem !important;
  }
  .pr-r-xl-41 {
    padding-right: 10.25rem !important;
  }
  .pb-r-xl-41 {
    padding-bottom: 10.25rem !important;
  }
  .pl-r-xl-41 {
    padding-left: 10.25rem !important;
  }
  .px-r-xl-41 {
    padding-left: 10.25rem !important;
    padding-right: 10.25rem !important;
  }
  .py-r-xl-41 {
    padding-top: 10.25rem !important;
    padding-bottom: 10.25rem !important;
  }
  .font-size-xl-41 {
    font-size: 41px;
  }
  .border-radius-r-xl-41 {
    border-radius: 10.25rem !important;
  }
  .border-radius-tl-r-xl-41 {
    border-top-left-radius: 10.25rem !important;
  }
  .border-radius-tr-r-xl-41 {
    border-top-right-radius: 10.25rem !important;
  }
  .border-radius-bl-r-xl-41 {
    border-bottom-left-radius: 10.25rem !important;
  }
  .border-radius-br-r-xl-41 {
    border-bottom-right-radius: 10.25rem !important;
  }
  .border-radius-t-r-xl-41 {
    border-top-left-radius: 10.25rem !important;
    border-top-right-radius: 10.25rem !important;
  }
  .border-radius-b-r-xl-41 {
    border-bottom-left-radius: 10.25rem !important;
    border-bottom-right-radius: 10.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-41 {
    margin: 10.25rem !important;
  }
  .mt-r-contents-41 {
    margin-top: 10.25rem !important;
  }
  .mr-r-contents-41 {
    margin-right: 10.25rem !important;
  }
  .mb-r-contents-41 {
    margin-bottom: 10.25rem !important;
  }
  .ml-r-contents-41 {
    margin-left: 10.25rem !important;
  }
  .mx-r-contents-41 {
    margin-left: 10.25rem !important;
    margin-right: 10.25rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-41 {
    margin-top: 10.25rem !important;
    margin-bottom: 10.25rem !important;
  }
  .p-r-contents-41 {
    padding: 10.25rem !important;
  }
  .pt-r-contents-41 {
    padding-top: 10.25rem !important;
  }
  .pr-r-contents-41 {
    padding-right: 10.25rem !important;
  }
  .pb-r-contents-41 {
    padding-bottom: 10.25rem !important;
  }
  .pl-r-contents-41 {
    padding-left: 10.25rem !important;
  }
  .px-r-contents-41 {
    padding-left: 10.25rem !important;
    padding-right: 10.25rem !important;
  }
  .py-r-contents-41 {
    padding-top: 10.25rem !important;
    padding-bottom: 10.25rem !important;
  }
  .font-size-contents-41 {
    font-size: 41px;
  }
  .border-radius-r-contents-41 {
    border-radius: 10.25rem !important;
  }
  .border-radius-tl-r-contents-41 {
    border-top-left-radius: 10.25rem !important;
  }
  .border-radius-tr-r-contents-41 {
    border-top-right-radius: 10.25rem !important;
  }
  .border-radius-bl-r-contents-41 {
    border-bottom-left-radius: 10.25rem !important;
  }
  .border-radius-br-r-contents-41 {
    border-bottom-right-radius: 10.25rem !important;
  }
  .border-radius-t-r-contents-41 {
    border-top-left-radius: 10.25rem !important;
    border-top-right-radius: 10.25rem !important;
  }
  .border-radius-b-r-contents-41 {
    border-bottom-left-radius: 10.25rem !important;
    border-bottom-right-radius: 10.25rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-41 {
    margin: 10.25rem !important;
  }
  .mt-r-screen-41 {
    margin-top: 10.25rem !important;
  }
  .mr-r-screen-41 {
    margin-right: 10.25rem !important;
  }
  .mb-r-screen-41 {
    margin-bottom: 10.25rem !important;
  }
  .ml-r-screen-41 {
    margin-left: 10.25rem !important;
  }
  .mx-r-screen-41 {
    margin-left: 10.25rem !important;
    margin-right: 10.25rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-41 {
    margin-top: 10.25rem !important;
    margin-bottom: 10.25rem !important;
  }
  .p-r-screen-41 {
    padding: 10.25rem !important;
  }
  .pt-r-screen-41 {
    padding-top: 10.25rem !important;
  }
  .pr-r-screen-41 {
    padding-right: 10.25rem !important;
  }
  .pb-r-screen-41 {
    padding-bottom: 10.25rem !important;
  }
  .pl-r-screen-41 {
    padding-left: 10.25rem !important;
  }
  .px-r-screen-41 {
    padding-left: 10.25rem !important;
    padding-right: 10.25rem !important;
  }
  .py-r-screen-41 {
    padding-top: 10.25rem !important;
    padding-bottom: 10.25rem !important;
  }
  .font-size-screen-41 {
    font-size: 41px;
  }
  .border-radius-r-screen-41 {
    border-radius: 10.25rem !important;
  }
  .border-radius-tl-r-screen-41 {
    border-top-left-radius: 10.25rem !important;
  }
  .border-radius-tr-r-screen-41 {
    border-top-right-radius: 10.25rem !important;
  }
  .border-radius-bl-r-screen-41 {
    border-bottom-left-radius: 10.25rem !important;
  }
  .border-radius-br-r-screen-41 {
    border-bottom-right-radius: 10.25rem !important;
  }
  .border-radius-t-r-screen-41 {
    border-top-left-radius: 10.25rem !important;
    border-top-right-radius: 10.25rem !important;
  }
  .border-radius-b-r-screen-41 {
    border-bottom-left-radius: 10.25rem !important;
    border-bottom-right-radius: 10.25rem !important;
  }
}
.z-42 {
  z-index: 42;
}

.m-r-42 {
  margin: 10.5rem;
}

.mt-r-42 {
  margin-top: 10.5rem;
}

.mr-r-42 {
  margin-right: 10.5rem;
}

.mb-r-42 {
  margin-bottom: 10.5rem;
}

.ml-r-42 {
  margin-left: 10.5rem;
}

.mx-r-42 {
  margin-left: 10.5rem;
  margin-right: 10.5rem;
}

.my-r-42 {
  margin-top: 10.5rem;
  margin-bottom: 10.5rem;
}

.p-r-42 {
  padding: 10.5rem;
}

.pt-r-42 {
  padding-top: 10.5rem;
}

.pr-r-42 {
  padding-right: 10.5rem;
}

.pb-r-42 {
  padding-bottom: 10.5rem;
}

.pl-r-42 {
  padding-left: 10.5rem;
}

.px-r-42 {
  padding-left: 10.5rem;
  padding-right: 10.5rem;
}

.py-r-42 {
  padding-top: 10.5rem;
  padding-bottom: 10.5rem;
}

.t-r-42 {
  top: 10.5rem;
}

.l-r-42 {
  left: 10.5rem;
}

.b-r-42 {
  bottom: 10.5rem;
}

.r-r-42 {
  right: 10.5rem;
}

.row-gap-42 {
  margin: -10.5rem;
}

.border-radius-r-42 {
  border-radius: 10.5rem;
}

.border-radius-tl-r-42 {
  border-top-left-radius: 10.5rem;
}

.border-radius-tr-r-42 {
  border-top-right-radius: 10.5rem;
}

.border-radius-bl-r-42 {
  border-bottom-left-radius: 10.5rem;
}

.border-radius-br-r-42 {
  border-bottom-right-radius: 10.5rem;
}

.border-radius-t-r-42 {
  border-top-left-radius: 10.5rem;
  border-top-right-radius: 10.5rem;
}

.border-radius-b-r-42 {
  border-bottom-left-radius: 10.5rem;
  border-bottom-right-radius: 10.5rem;
}

.font-size-42 {
  font-size: 42px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-42 {
    margin: 10.5rem !important;
  }
  .mt-r-xs-42 {
    margin-top: 10.5rem !important;
  }
  .mr-r-xs-42 {
    margin-right: 10.5rem !important;
  }
  .mb-r-xs-42 {
    margin-bottom: 10.5rem !important;
  }
  .ml-r-xs-42 {
    margin-left: 10.5rem !important;
  }
  .mx-r-xs-42 {
    margin-left: 10.5rem !important;
    margin-right: 10.5rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-42 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .p-r-xs-42 {
    padding: 10.5rem !important;
  }
  .pt-r-xs-42 {
    padding-top: 10.5rem !important;
  }
  .pr-r-xs-42 {
    padding-right: 10.5rem !important;
  }
  .pb-r-xs-42 {
    padding-bottom: 10.5rem !important;
  }
  .pl-r-xs-42 {
    padding-left: 10.5rem !important;
  }
  .px-r-xs-42 {
    padding-left: 10.5rem !important;
    padding-right: 10.5rem !important;
  }
  .py-r-xs-42 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .font-size-xs-42 {
    font-size: 42px;
  }
  .border-radius-r-xs-42 {
    border-radius: 10.5rem !important;
  }
  .border-radius-tl-r-xs-42 {
    border-top-left-radius: 10.5rem !important;
  }
  .border-radius-tr-r-xs-42 {
    border-top-right-radius: 10.5rem !important;
  }
  .border-radius-bl-r-xs-42 {
    border-bottom-left-radius: 10.5rem !important;
  }
  .border-radius-br-r-xs-42 {
    border-bottom-right-radius: 10.5rem !important;
  }
  .border-radius-t-r-xs-42 {
    border-top-left-radius: 10.5rem !important;
    border-top-right-radius: 10.5rem !important;
  }
  .border-radius-b-r-xs-42 {
    border-bottom-left-radius: 10.5rem !important;
    border-bottom-right-radius: 10.5rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-42 {
    margin: 10.5rem !important;
  }
  .mt-r-sm-42 {
    margin-top: 10.5rem !important;
  }
  .mr-r-sm-42 {
    margin-right: 10.5rem !important;
  }
  .mb-r-sm-42 {
    margin-bottom: 10.5rem !important;
  }
  .ml-r-sm-42 {
    margin-left: 10.5rem !important;
  }
  .mx-r-sm-42 {
    margin-left: 10.5rem !important;
    margin-right: 10.5rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-42 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .p-r-sm-42 {
    padding: 10.5rem !important;
  }
  .pt-r-sm-42 {
    padding-top: 10.5rem !important;
  }
  .pr-r-sm-42 {
    padding-right: 10.5rem !important;
  }
  .pb-r-sm-42 {
    padding-bottom: 10.5rem !important;
  }
  .pl-r-sm-42 {
    padding-left: 10.5rem !important;
  }
  .px-r-sm-42 {
    padding-left: 10.5rem !important;
    padding-right: 10.5rem !important;
  }
  .py-r-sm-42 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .font-size-sm-42 {
    font-size: 42px;
  }
  .border-radius-r-sm-42 {
    border-radius: 10.5rem !important;
  }
  .border-radius-tl-r-sm-42 {
    border-top-left-radius: 10.5rem !important;
  }
  .border-radius-tr-r-sm-42 {
    border-top-right-radius: 10.5rem !important;
  }
  .border-radius-bl-r-sm-42 {
    border-bottom-left-radius: 10.5rem !important;
  }
  .border-radius-br-r-sm-42 {
    border-bottom-right-radius: 10.5rem !important;
  }
  .border-radius-t-r-sm-42 {
    border-top-left-radius: 10.5rem !important;
    border-top-right-radius: 10.5rem !important;
  }
  .border-radius-b-r-sm-42 {
    border-bottom-left-radius: 10.5rem !important;
    border-bottom-right-radius: 10.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-42 {
    margin: 10.5rem !important;
  }
  .mt-r-md-42 {
    margin-top: 10.5rem !important;
  }
  .mr-r-md-42 {
    margin-right: 10.5rem !important;
  }
  .mb-r-md-42 {
    margin-bottom: 10.5rem !important;
  }
  .ml-r-md-42 {
    margin-left: 10.5rem !important;
  }
  .mx-r-md-42 {
    margin-left: 10.5rem !important;
    margin-right: 10.5rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-42 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .p-r-md-42 {
    padding: 10.5rem !important;
  }
  .pt-r-md-42 {
    padding-top: 10.5rem !important;
  }
  .pr-r-md-42 {
    padding-right: 10.5rem !important;
  }
  .pb-r-md-42 {
    padding-bottom: 10.5rem !important;
  }
  .pl-r-md-42 {
    padding-left: 10.5rem !important;
  }
  .px-r-md-42 {
    padding-left: 10.5rem !important;
    padding-right: 10.5rem !important;
  }
  .py-r-md-42 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .font-size-md-42 {
    font-size: 42px;
  }
  .border-radius-r-md-42 {
    border-radius: 10.5rem !important;
  }
  .border-radius-tl-r-md-42 {
    border-top-left-radius: 10.5rem !important;
  }
  .border-radius-tr-r-md-42 {
    border-top-right-radius: 10.5rem !important;
  }
  .border-radius-bl-r-md-42 {
    border-bottom-left-radius: 10.5rem !important;
  }
  .border-radius-br-r-md-42 {
    border-bottom-right-radius: 10.5rem !important;
  }
  .border-radius-t-r-md-42 {
    border-top-left-radius: 10.5rem !important;
    border-top-right-radius: 10.5rem !important;
  }
  .border-radius-b-r-md-42 {
    border-bottom-left-radius: 10.5rem !important;
    border-bottom-right-radius: 10.5rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-42 {
    margin: 10.5rem !important;
  }
  .mt-r-lg-42 {
    margin-top: 10.5rem !important;
  }
  .mr-r-lg-42 {
    margin-right: 10.5rem !important;
  }
  .mb-r-lg-42 {
    margin-bottom: 10.5rem !important;
  }
  .ml-r-lg-42 {
    margin-left: 10.5rem !important;
  }
  .mx-r-lg-42 {
    margin-left: 10.5rem !important;
    margin-right: 10.5rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-42 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .p-r-lg-42 {
    padding: 10.5rem !important;
  }
  .pt-r-lg-42 {
    padding-top: 10.5rem !important;
  }
  .pr-r-lg-42 {
    padding-right: 10.5rem !important;
  }
  .pb-r-lg-42 {
    padding-bottom: 10.5rem !important;
  }
  .pl-r-lg-42 {
    padding-left: 10.5rem !important;
  }
  .px-r-lg-42 {
    padding-left: 10.5rem !important;
    padding-right: 10.5rem !important;
  }
  .py-r-lg-42 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .font-size-lg-42 {
    font-size: 42px;
  }
  .border-radius-r-lg-42 {
    border-radius: 10.5rem !important;
  }
  .border-radius-tl-r-lg-42 {
    border-top-left-radius: 10.5rem !important;
  }
  .border-radius-tr-r-lg-42 {
    border-top-right-radius: 10.5rem !important;
  }
  .border-radius-bl-r-lg-42 {
    border-bottom-left-radius: 10.5rem !important;
  }
  .border-radius-br-r-lg-42 {
    border-bottom-right-radius: 10.5rem !important;
  }
  .border-radius-t-r-lg-42 {
    border-top-left-radius: 10.5rem !important;
    border-top-right-radius: 10.5rem !important;
  }
  .border-radius-b-r-lg-42 {
    border-bottom-left-radius: 10.5rem !important;
    border-bottom-right-radius: 10.5rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-42 {
    margin: 10.5rem !important;
  }
  .mt-r-xl-42 {
    margin-top: 10.5rem !important;
  }
  .mr-r-xl-42 {
    margin-right: 10.5rem !important;
  }
  .mb-r-xl-42 {
    margin-bottom: 10.5rem !important;
  }
  .ml-r-xl-42 {
    margin-left: 10.5rem !important;
  }
  .mx-r-xl-42 {
    margin-left: 10.5rem !important;
    margin-right: 10.5rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-42 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .p-r-xl-42 {
    padding: 10.5rem !important;
  }
  .pt-r-xl-42 {
    padding-top: 10.5rem !important;
  }
  .pr-r-xl-42 {
    padding-right: 10.5rem !important;
  }
  .pb-r-xl-42 {
    padding-bottom: 10.5rem !important;
  }
  .pl-r-xl-42 {
    padding-left: 10.5rem !important;
  }
  .px-r-xl-42 {
    padding-left: 10.5rem !important;
    padding-right: 10.5rem !important;
  }
  .py-r-xl-42 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .font-size-xl-42 {
    font-size: 42px;
  }
  .border-radius-r-xl-42 {
    border-radius: 10.5rem !important;
  }
  .border-radius-tl-r-xl-42 {
    border-top-left-radius: 10.5rem !important;
  }
  .border-radius-tr-r-xl-42 {
    border-top-right-radius: 10.5rem !important;
  }
  .border-radius-bl-r-xl-42 {
    border-bottom-left-radius: 10.5rem !important;
  }
  .border-radius-br-r-xl-42 {
    border-bottom-right-radius: 10.5rem !important;
  }
  .border-radius-t-r-xl-42 {
    border-top-left-radius: 10.5rem !important;
    border-top-right-radius: 10.5rem !important;
  }
  .border-radius-b-r-xl-42 {
    border-bottom-left-radius: 10.5rem !important;
    border-bottom-right-radius: 10.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-42 {
    margin: 10.5rem !important;
  }
  .mt-r-contents-42 {
    margin-top: 10.5rem !important;
  }
  .mr-r-contents-42 {
    margin-right: 10.5rem !important;
  }
  .mb-r-contents-42 {
    margin-bottom: 10.5rem !important;
  }
  .ml-r-contents-42 {
    margin-left: 10.5rem !important;
  }
  .mx-r-contents-42 {
    margin-left: 10.5rem !important;
    margin-right: 10.5rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-42 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .p-r-contents-42 {
    padding: 10.5rem !important;
  }
  .pt-r-contents-42 {
    padding-top: 10.5rem !important;
  }
  .pr-r-contents-42 {
    padding-right: 10.5rem !important;
  }
  .pb-r-contents-42 {
    padding-bottom: 10.5rem !important;
  }
  .pl-r-contents-42 {
    padding-left: 10.5rem !important;
  }
  .px-r-contents-42 {
    padding-left: 10.5rem !important;
    padding-right: 10.5rem !important;
  }
  .py-r-contents-42 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .font-size-contents-42 {
    font-size: 42px;
  }
  .border-radius-r-contents-42 {
    border-radius: 10.5rem !important;
  }
  .border-radius-tl-r-contents-42 {
    border-top-left-radius: 10.5rem !important;
  }
  .border-radius-tr-r-contents-42 {
    border-top-right-radius: 10.5rem !important;
  }
  .border-radius-bl-r-contents-42 {
    border-bottom-left-radius: 10.5rem !important;
  }
  .border-radius-br-r-contents-42 {
    border-bottom-right-radius: 10.5rem !important;
  }
  .border-radius-t-r-contents-42 {
    border-top-left-radius: 10.5rem !important;
    border-top-right-radius: 10.5rem !important;
  }
  .border-radius-b-r-contents-42 {
    border-bottom-left-radius: 10.5rem !important;
    border-bottom-right-radius: 10.5rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-42 {
    margin: 10.5rem !important;
  }
  .mt-r-screen-42 {
    margin-top: 10.5rem !important;
  }
  .mr-r-screen-42 {
    margin-right: 10.5rem !important;
  }
  .mb-r-screen-42 {
    margin-bottom: 10.5rem !important;
  }
  .ml-r-screen-42 {
    margin-left: 10.5rem !important;
  }
  .mx-r-screen-42 {
    margin-left: 10.5rem !important;
    margin-right: 10.5rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-42 {
    margin-top: 10.5rem !important;
    margin-bottom: 10.5rem !important;
  }
  .p-r-screen-42 {
    padding: 10.5rem !important;
  }
  .pt-r-screen-42 {
    padding-top: 10.5rem !important;
  }
  .pr-r-screen-42 {
    padding-right: 10.5rem !important;
  }
  .pb-r-screen-42 {
    padding-bottom: 10.5rem !important;
  }
  .pl-r-screen-42 {
    padding-left: 10.5rem !important;
  }
  .px-r-screen-42 {
    padding-left: 10.5rem !important;
    padding-right: 10.5rem !important;
  }
  .py-r-screen-42 {
    padding-top: 10.5rem !important;
    padding-bottom: 10.5rem !important;
  }
  .font-size-screen-42 {
    font-size: 42px;
  }
  .border-radius-r-screen-42 {
    border-radius: 10.5rem !important;
  }
  .border-radius-tl-r-screen-42 {
    border-top-left-radius: 10.5rem !important;
  }
  .border-radius-tr-r-screen-42 {
    border-top-right-radius: 10.5rem !important;
  }
  .border-radius-bl-r-screen-42 {
    border-bottom-left-radius: 10.5rem !important;
  }
  .border-radius-br-r-screen-42 {
    border-bottom-right-radius: 10.5rem !important;
  }
  .border-radius-t-r-screen-42 {
    border-top-left-radius: 10.5rem !important;
    border-top-right-radius: 10.5rem !important;
  }
  .border-radius-b-r-screen-42 {
    border-bottom-left-radius: 10.5rem !important;
    border-bottom-right-radius: 10.5rem !important;
  }
}
.z-43 {
  z-index: 43;
}

.m-r-43 {
  margin: 10.75rem;
}

.mt-r-43 {
  margin-top: 10.75rem;
}

.mr-r-43 {
  margin-right: 10.75rem;
}

.mb-r-43 {
  margin-bottom: 10.75rem;
}

.ml-r-43 {
  margin-left: 10.75rem;
}

.mx-r-43 {
  margin-left: 10.75rem;
  margin-right: 10.75rem;
}

.my-r-43 {
  margin-top: 10.75rem;
  margin-bottom: 10.75rem;
}

.p-r-43 {
  padding: 10.75rem;
}

.pt-r-43 {
  padding-top: 10.75rem;
}

.pr-r-43 {
  padding-right: 10.75rem;
}

.pb-r-43 {
  padding-bottom: 10.75rem;
}

.pl-r-43 {
  padding-left: 10.75rem;
}

.px-r-43 {
  padding-left: 10.75rem;
  padding-right: 10.75rem;
}

.py-r-43 {
  padding-top: 10.75rem;
  padding-bottom: 10.75rem;
}

.t-r-43 {
  top: 10.75rem;
}

.l-r-43 {
  left: 10.75rem;
}

.b-r-43 {
  bottom: 10.75rem;
}

.r-r-43 {
  right: 10.75rem;
}

.row-gap-43 {
  margin: -10.75rem;
}

.border-radius-r-43 {
  border-radius: 10.75rem;
}

.border-radius-tl-r-43 {
  border-top-left-radius: 10.75rem;
}

.border-radius-tr-r-43 {
  border-top-right-radius: 10.75rem;
}

.border-radius-bl-r-43 {
  border-bottom-left-radius: 10.75rem;
}

.border-radius-br-r-43 {
  border-bottom-right-radius: 10.75rem;
}

.border-radius-t-r-43 {
  border-top-left-radius: 10.75rem;
  border-top-right-radius: 10.75rem;
}

.border-radius-b-r-43 {
  border-bottom-left-radius: 10.75rem;
  border-bottom-right-radius: 10.75rem;
}

.font-size-43 {
  font-size: 43px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-43 {
    margin: 10.75rem !important;
  }
  .mt-r-xs-43 {
    margin-top: 10.75rem !important;
  }
  .mr-r-xs-43 {
    margin-right: 10.75rem !important;
  }
  .mb-r-xs-43 {
    margin-bottom: 10.75rem !important;
  }
  .ml-r-xs-43 {
    margin-left: 10.75rem !important;
  }
  .mx-r-xs-43 {
    margin-left: 10.75rem !important;
    margin-right: 10.75rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-43 {
    margin-top: 10.75rem !important;
    margin-bottom: 10.75rem !important;
  }
  .p-r-xs-43 {
    padding: 10.75rem !important;
  }
  .pt-r-xs-43 {
    padding-top: 10.75rem !important;
  }
  .pr-r-xs-43 {
    padding-right: 10.75rem !important;
  }
  .pb-r-xs-43 {
    padding-bottom: 10.75rem !important;
  }
  .pl-r-xs-43 {
    padding-left: 10.75rem !important;
  }
  .px-r-xs-43 {
    padding-left: 10.75rem !important;
    padding-right: 10.75rem !important;
  }
  .py-r-xs-43 {
    padding-top: 10.75rem !important;
    padding-bottom: 10.75rem !important;
  }
  .font-size-xs-43 {
    font-size: 43px;
  }
  .border-radius-r-xs-43 {
    border-radius: 10.75rem !important;
  }
  .border-radius-tl-r-xs-43 {
    border-top-left-radius: 10.75rem !important;
  }
  .border-radius-tr-r-xs-43 {
    border-top-right-radius: 10.75rem !important;
  }
  .border-radius-bl-r-xs-43 {
    border-bottom-left-radius: 10.75rem !important;
  }
  .border-radius-br-r-xs-43 {
    border-bottom-right-radius: 10.75rem !important;
  }
  .border-radius-t-r-xs-43 {
    border-top-left-radius: 10.75rem !important;
    border-top-right-radius: 10.75rem !important;
  }
  .border-radius-b-r-xs-43 {
    border-bottom-left-radius: 10.75rem !important;
    border-bottom-right-radius: 10.75rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-43 {
    margin: 10.75rem !important;
  }
  .mt-r-sm-43 {
    margin-top: 10.75rem !important;
  }
  .mr-r-sm-43 {
    margin-right: 10.75rem !important;
  }
  .mb-r-sm-43 {
    margin-bottom: 10.75rem !important;
  }
  .ml-r-sm-43 {
    margin-left: 10.75rem !important;
  }
  .mx-r-sm-43 {
    margin-left: 10.75rem !important;
    margin-right: 10.75rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-43 {
    margin-top: 10.75rem !important;
    margin-bottom: 10.75rem !important;
  }
  .p-r-sm-43 {
    padding: 10.75rem !important;
  }
  .pt-r-sm-43 {
    padding-top: 10.75rem !important;
  }
  .pr-r-sm-43 {
    padding-right: 10.75rem !important;
  }
  .pb-r-sm-43 {
    padding-bottom: 10.75rem !important;
  }
  .pl-r-sm-43 {
    padding-left: 10.75rem !important;
  }
  .px-r-sm-43 {
    padding-left: 10.75rem !important;
    padding-right: 10.75rem !important;
  }
  .py-r-sm-43 {
    padding-top: 10.75rem !important;
    padding-bottom: 10.75rem !important;
  }
  .font-size-sm-43 {
    font-size: 43px;
  }
  .border-radius-r-sm-43 {
    border-radius: 10.75rem !important;
  }
  .border-radius-tl-r-sm-43 {
    border-top-left-radius: 10.75rem !important;
  }
  .border-radius-tr-r-sm-43 {
    border-top-right-radius: 10.75rem !important;
  }
  .border-radius-bl-r-sm-43 {
    border-bottom-left-radius: 10.75rem !important;
  }
  .border-radius-br-r-sm-43 {
    border-bottom-right-radius: 10.75rem !important;
  }
  .border-radius-t-r-sm-43 {
    border-top-left-radius: 10.75rem !important;
    border-top-right-radius: 10.75rem !important;
  }
  .border-radius-b-r-sm-43 {
    border-bottom-left-radius: 10.75rem !important;
    border-bottom-right-radius: 10.75rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-43 {
    margin: 10.75rem !important;
  }
  .mt-r-md-43 {
    margin-top: 10.75rem !important;
  }
  .mr-r-md-43 {
    margin-right: 10.75rem !important;
  }
  .mb-r-md-43 {
    margin-bottom: 10.75rem !important;
  }
  .ml-r-md-43 {
    margin-left: 10.75rem !important;
  }
  .mx-r-md-43 {
    margin-left: 10.75rem !important;
    margin-right: 10.75rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-43 {
    margin-top: 10.75rem !important;
    margin-bottom: 10.75rem !important;
  }
  .p-r-md-43 {
    padding: 10.75rem !important;
  }
  .pt-r-md-43 {
    padding-top: 10.75rem !important;
  }
  .pr-r-md-43 {
    padding-right: 10.75rem !important;
  }
  .pb-r-md-43 {
    padding-bottom: 10.75rem !important;
  }
  .pl-r-md-43 {
    padding-left: 10.75rem !important;
  }
  .px-r-md-43 {
    padding-left: 10.75rem !important;
    padding-right: 10.75rem !important;
  }
  .py-r-md-43 {
    padding-top: 10.75rem !important;
    padding-bottom: 10.75rem !important;
  }
  .font-size-md-43 {
    font-size: 43px;
  }
  .border-radius-r-md-43 {
    border-radius: 10.75rem !important;
  }
  .border-radius-tl-r-md-43 {
    border-top-left-radius: 10.75rem !important;
  }
  .border-radius-tr-r-md-43 {
    border-top-right-radius: 10.75rem !important;
  }
  .border-radius-bl-r-md-43 {
    border-bottom-left-radius: 10.75rem !important;
  }
  .border-radius-br-r-md-43 {
    border-bottom-right-radius: 10.75rem !important;
  }
  .border-radius-t-r-md-43 {
    border-top-left-radius: 10.75rem !important;
    border-top-right-radius: 10.75rem !important;
  }
  .border-radius-b-r-md-43 {
    border-bottom-left-radius: 10.75rem !important;
    border-bottom-right-radius: 10.75rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-43 {
    margin: 10.75rem !important;
  }
  .mt-r-lg-43 {
    margin-top: 10.75rem !important;
  }
  .mr-r-lg-43 {
    margin-right: 10.75rem !important;
  }
  .mb-r-lg-43 {
    margin-bottom: 10.75rem !important;
  }
  .ml-r-lg-43 {
    margin-left: 10.75rem !important;
  }
  .mx-r-lg-43 {
    margin-left: 10.75rem !important;
    margin-right: 10.75rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-43 {
    margin-top: 10.75rem !important;
    margin-bottom: 10.75rem !important;
  }
  .p-r-lg-43 {
    padding: 10.75rem !important;
  }
  .pt-r-lg-43 {
    padding-top: 10.75rem !important;
  }
  .pr-r-lg-43 {
    padding-right: 10.75rem !important;
  }
  .pb-r-lg-43 {
    padding-bottom: 10.75rem !important;
  }
  .pl-r-lg-43 {
    padding-left: 10.75rem !important;
  }
  .px-r-lg-43 {
    padding-left: 10.75rem !important;
    padding-right: 10.75rem !important;
  }
  .py-r-lg-43 {
    padding-top: 10.75rem !important;
    padding-bottom: 10.75rem !important;
  }
  .font-size-lg-43 {
    font-size: 43px;
  }
  .border-radius-r-lg-43 {
    border-radius: 10.75rem !important;
  }
  .border-radius-tl-r-lg-43 {
    border-top-left-radius: 10.75rem !important;
  }
  .border-radius-tr-r-lg-43 {
    border-top-right-radius: 10.75rem !important;
  }
  .border-radius-bl-r-lg-43 {
    border-bottom-left-radius: 10.75rem !important;
  }
  .border-radius-br-r-lg-43 {
    border-bottom-right-radius: 10.75rem !important;
  }
  .border-radius-t-r-lg-43 {
    border-top-left-radius: 10.75rem !important;
    border-top-right-radius: 10.75rem !important;
  }
  .border-radius-b-r-lg-43 {
    border-bottom-left-radius: 10.75rem !important;
    border-bottom-right-radius: 10.75rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-43 {
    margin: 10.75rem !important;
  }
  .mt-r-xl-43 {
    margin-top: 10.75rem !important;
  }
  .mr-r-xl-43 {
    margin-right: 10.75rem !important;
  }
  .mb-r-xl-43 {
    margin-bottom: 10.75rem !important;
  }
  .ml-r-xl-43 {
    margin-left: 10.75rem !important;
  }
  .mx-r-xl-43 {
    margin-left: 10.75rem !important;
    margin-right: 10.75rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-43 {
    margin-top: 10.75rem !important;
    margin-bottom: 10.75rem !important;
  }
  .p-r-xl-43 {
    padding: 10.75rem !important;
  }
  .pt-r-xl-43 {
    padding-top: 10.75rem !important;
  }
  .pr-r-xl-43 {
    padding-right: 10.75rem !important;
  }
  .pb-r-xl-43 {
    padding-bottom: 10.75rem !important;
  }
  .pl-r-xl-43 {
    padding-left: 10.75rem !important;
  }
  .px-r-xl-43 {
    padding-left: 10.75rem !important;
    padding-right: 10.75rem !important;
  }
  .py-r-xl-43 {
    padding-top: 10.75rem !important;
    padding-bottom: 10.75rem !important;
  }
  .font-size-xl-43 {
    font-size: 43px;
  }
  .border-radius-r-xl-43 {
    border-radius: 10.75rem !important;
  }
  .border-radius-tl-r-xl-43 {
    border-top-left-radius: 10.75rem !important;
  }
  .border-radius-tr-r-xl-43 {
    border-top-right-radius: 10.75rem !important;
  }
  .border-radius-bl-r-xl-43 {
    border-bottom-left-radius: 10.75rem !important;
  }
  .border-radius-br-r-xl-43 {
    border-bottom-right-radius: 10.75rem !important;
  }
  .border-radius-t-r-xl-43 {
    border-top-left-radius: 10.75rem !important;
    border-top-right-radius: 10.75rem !important;
  }
  .border-radius-b-r-xl-43 {
    border-bottom-left-radius: 10.75rem !important;
    border-bottom-right-radius: 10.75rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-43 {
    margin: 10.75rem !important;
  }
  .mt-r-contents-43 {
    margin-top: 10.75rem !important;
  }
  .mr-r-contents-43 {
    margin-right: 10.75rem !important;
  }
  .mb-r-contents-43 {
    margin-bottom: 10.75rem !important;
  }
  .ml-r-contents-43 {
    margin-left: 10.75rem !important;
  }
  .mx-r-contents-43 {
    margin-left: 10.75rem !important;
    margin-right: 10.75rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-43 {
    margin-top: 10.75rem !important;
    margin-bottom: 10.75rem !important;
  }
  .p-r-contents-43 {
    padding: 10.75rem !important;
  }
  .pt-r-contents-43 {
    padding-top: 10.75rem !important;
  }
  .pr-r-contents-43 {
    padding-right: 10.75rem !important;
  }
  .pb-r-contents-43 {
    padding-bottom: 10.75rem !important;
  }
  .pl-r-contents-43 {
    padding-left: 10.75rem !important;
  }
  .px-r-contents-43 {
    padding-left: 10.75rem !important;
    padding-right: 10.75rem !important;
  }
  .py-r-contents-43 {
    padding-top: 10.75rem !important;
    padding-bottom: 10.75rem !important;
  }
  .font-size-contents-43 {
    font-size: 43px;
  }
  .border-radius-r-contents-43 {
    border-radius: 10.75rem !important;
  }
  .border-radius-tl-r-contents-43 {
    border-top-left-radius: 10.75rem !important;
  }
  .border-radius-tr-r-contents-43 {
    border-top-right-radius: 10.75rem !important;
  }
  .border-radius-bl-r-contents-43 {
    border-bottom-left-radius: 10.75rem !important;
  }
  .border-radius-br-r-contents-43 {
    border-bottom-right-radius: 10.75rem !important;
  }
  .border-radius-t-r-contents-43 {
    border-top-left-radius: 10.75rem !important;
    border-top-right-radius: 10.75rem !important;
  }
  .border-radius-b-r-contents-43 {
    border-bottom-left-radius: 10.75rem !important;
    border-bottom-right-radius: 10.75rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-43 {
    margin: 10.75rem !important;
  }
  .mt-r-screen-43 {
    margin-top: 10.75rem !important;
  }
  .mr-r-screen-43 {
    margin-right: 10.75rem !important;
  }
  .mb-r-screen-43 {
    margin-bottom: 10.75rem !important;
  }
  .ml-r-screen-43 {
    margin-left: 10.75rem !important;
  }
  .mx-r-screen-43 {
    margin-left: 10.75rem !important;
    margin-right: 10.75rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-43 {
    margin-top: 10.75rem !important;
    margin-bottom: 10.75rem !important;
  }
  .p-r-screen-43 {
    padding: 10.75rem !important;
  }
  .pt-r-screen-43 {
    padding-top: 10.75rem !important;
  }
  .pr-r-screen-43 {
    padding-right: 10.75rem !important;
  }
  .pb-r-screen-43 {
    padding-bottom: 10.75rem !important;
  }
  .pl-r-screen-43 {
    padding-left: 10.75rem !important;
  }
  .px-r-screen-43 {
    padding-left: 10.75rem !important;
    padding-right: 10.75rem !important;
  }
  .py-r-screen-43 {
    padding-top: 10.75rem !important;
    padding-bottom: 10.75rem !important;
  }
  .font-size-screen-43 {
    font-size: 43px;
  }
  .border-radius-r-screen-43 {
    border-radius: 10.75rem !important;
  }
  .border-radius-tl-r-screen-43 {
    border-top-left-radius: 10.75rem !important;
  }
  .border-radius-tr-r-screen-43 {
    border-top-right-radius: 10.75rem !important;
  }
  .border-radius-bl-r-screen-43 {
    border-bottom-left-radius: 10.75rem !important;
  }
  .border-radius-br-r-screen-43 {
    border-bottom-right-radius: 10.75rem !important;
  }
  .border-radius-t-r-screen-43 {
    border-top-left-radius: 10.75rem !important;
    border-top-right-radius: 10.75rem !important;
  }
  .border-radius-b-r-screen-43 {
    border-bottom-left-radius: 10.75rem !important;
    border-bottom-right-radius: 10.75rem !important;
  }
}
.z-44 {
  z-index: 44;
}

.m-r-44 {
  margin: 11rem;
}

.mt-r-44 {
  margin-top: 11rem;
}

.mr-r-44 {
  margin-right: 11rem;
}

.mb-r-44 {
  margin-bottom: 11rem;
}

.ml-r-44 {
  margin-left: 11rem;
}

.mx-r-44 {
  margin-left: 11rem;
  margin-right: 11rem;
}

.my-r-44 {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.p-r-44 {
  padding: 11rem;
}

.pt-r-44 {
  padding-top: 11rem;
}

.pr-r-44 {
  padding-right: 11rem;
}

.pb-r-44 {
  padding-bottom: 11rem;
}

.pl-r-44 {
  padding-left: 11rem;
}

.px-r-44 {
  padding-left: 11rem;
  padding-right: 11rem;
}

.py-r-44 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.t-r-44 {
  top: 11rem;
}

.l-r-44 {
  left: 11rem;
}

.b-r-44 {
  bottom: 11rem;
}

.r-r-44 {
  right: 11rem;
}

.row-gap-44 {
  margin: -11rem;
}

.border-radius-r-44 {
  border-radius: 11rem;
}

.border-radius-tl-r-44 {
  border-top-left-radius: 11rem;
}

.border-radius-tr-r-44 {
  border-top-right-radius: 11rem;
}

.border-radius-bl-r-44 {
  border-bottom-left-radius: 11rem;
}

.border-radius-br-r-44 {
  border-bottom-right-radius: 11rem;
}

.border-radius-t-r-44 {
  border-top-left-radius: 11rem;
  border-top-right-radius: 11rem;
}

.border-radius-b-r-44 {
  border-bottom-left-radius: 11rem;
  border-bottom-right-radius: 11rem;
}

.font-size-44 {
  font-size: 44px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-44 {
    margin: 11rem !important;
  }
  .mt-r-xs-44 {
    margin-top: 11rem !important;
  }
  .mr-r-xs-44 {
    margin-right: 11rem !important;
  }
  .mb-r-xs-44 {
    margin-bottom: 11rem !important;
  }
  .ml-r-xs-44 {
    margin-left: 11rem !important;
  }
  .mx-r-xs-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .p-r-xs-44 {
    padding: 11rem !important;
  }
  .pt-r-xs-44 {
    padding-top: 11rem !important;
  }
  .pr-r-xs-44 {
    padding-right: 11rem !important;
  }
  .pb-r-xs-44 {
    padding-bottom: 11rem !important;
  }
  .pl-r-xs-44 {
    padding-left: 11rem !important;
  }
  .px-r-xs-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }
  .py-r-xs-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .font-size-xs-44 {
    font-size: 44px;
  }
  .border-radius-r-xs-44 {
    border-radius: 11rem !important;
  }
  .border-radius-tl-r-xs-44 {
    border-top-left-radius: 11rem !important;
  }
  .border-radius-tr-r-xs-44 {
    border-top-right-radius: 11rem !important;
  }
  .border-radius-bl-r-xs-44 {
    border-bottom-left-radius: 11rem !important;
  }
  .border-radius-br-r-xs-44 {
    border-bottom-right-radius: 11rem !important;
  }
  .border-radius-t-r-xs-44 {
    border-top-left-radius: 11rem !important;
    border-top-right-radius: 11rem !important;
  }
  .border-radius-b-r-xs-44 {
    border-bottom-left-radius: 11rem !important;
    border-bottom-right-radius: 11rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-44 {
    margin: 11rem !important;
  }
  .mt-r-sm-44 {
    margin-top: 11rem !important;
  }
  .mr-r-sm-44 {
    margin-right: 11rem !important;
  }
  .mb-r-sm-44 {
    margin-bottom: 11rem !important;
  }
  .ml-r-sm-44 {
    margin-left: 11rem !important;
  }
  .mx-r-sm-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .p-r-sm-44 {
    padding: 11rem !important;
  }
  .pt-r-sm-44 {
    padding-top: 11rem !important;
  }
  .pr-r-sm-44 {
    padding-right: 11rem !important;
  }
  .pb-r-sm-44 {
    padding-bottom: 11rem !important;
  }
  .pl-r-sm-44 {
    padding-left: 11rem !important;
  }
  .px-r-sm-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }
  .py-r-sm-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .font-size-sm-44 {
    font-size: 44px;
  }
  .border-radius-r-sm-44 {
    border-radius: 11rem !important;
  }
  .border-radius-tl-r-sm-44 {
    border-top-left-radius: 11rem !important;
  }
  .border-radius-tr-r-sm-44 {
    border-top-right-radius: 11rem !important;
  }
  .border-radius-bl-r-sm-44 {
    border-bottom-left-radius: 11rem !important;
  }
  .border-radius-br-r-sm-44 {
    border-bottom-right-radius: 11rem !important;
  }
  .border-radius-t-r-sm-44 {
    border-top-left-radius: 11rem !important;
    border-top-right-radius: 11rem !important;
  }
  .border-radius-b-r-sm-44 {
    border-bottom-left-radius: 11rem !important;
    border-bottom-right-radius: 11rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-44 {
    margin: 11rem !important;
  }
  .mt-r-md-44 {
    margin-top: 11rem !important;
  }
  .mr-r-md-44 {
    margin-right: 11rem !important;
  }
  .mb-r-md-44 {
    margin-bottom: 11rem !important;
  }
  .ml-r-md-44 {
    margin-left: 11rem !important;
  }
  .mx-r-md-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .p-r-md-44 {
    padding: 11rem !important;
  }
  .pt-r-md-44 {
    padding-top: 11rem !important;
  }
  .pr-r-md-44 {
    padding-right: 11rem !important;
  }
  .pb-r-md-44 {
    padding-bottom: 11rem !important;
  }
  .pl-r-md-44 {
    padding-left: 11rem !important;
  }
  .px-r-md-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }
  .py-r-md-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .font-size-md-44 {
    font-size: 44px;
  }
  .border-radius-r-md-44 {
    border-radius: 11rem !important;
  }
  .border-radius-tl-r-md-44 {
    border-top-left-radius: 11rem !important;
  }
  .border-radius-tr-r-md-44 {
    border-top-right-radius: 11rem !important;
  }
  .border-radius-bl-r-md-44 {
    border-bottom-left-radius: 11rem !important;
  }
  .border-radius-br-r-md-44 {
    border-bottom-right-radius: 11rem !important;
  }
  .border-radius-t-r-md-44 {
    border-top-left-radius: 11rem !important;
    border-top-right-radius: 11rem !important;
  }
  .border-radius-b-r-md-44 {
    border-bottom-left-radius: 11rem !important;
    border-bottom-right-radius: 11rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-44 {
    margin: 11rem !important;
  }
  .mt-r-lg-44 {
    margin-top: 11rem !important;
  }
  .mr-r-lg-44 {
    margin-right: 11rem !important;
  }
  .mb-r-lg-44 {
    margin-bottom: 11rem !important;
  }
  .ml-r-lg-44 {
    margin-left: 11rem !important;
  }
  .mx-r-lg-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .p-r-lg-44 {
    padding: 11rem !important;
  }
  .pt-r-lg-44 {
    padding-top: 11rem !important;
  }
  .pr-r-lg-44 {
    padding-right: 11rem !important;
  }
  .pb-r-lg-44 {
    padding-bottom: 11rem !important;
  }
  .pl-r-lg-44 {
    padding-left: 11rem !important;
  }
  .px-r-lg-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }
  .py-r-lg-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .font-size-lg-44 {
    font-size: 44px;
  }
  .border-radius-r-lg-44 {
    border-radius: 11rem !important;
  }
  .border-radius-tl-r-lg-44 {
    border-top-left-radius: 11rem !important;
  }
  .border-radius-tr-r-lg-44 {
    border-top-right-radius: 11rem !important;
  }
  .border-radius-bl-r-lg-44 {
    border-bottom-left-radius: 11rem !important;
  }
  .border-radius-br-r-lg-44 {
    border-bottom-right-radius: 11rem !important;
  }
  .border-radius-t-r-lg-44 {
    border-top-left-radius: 11rem !important;
    border-top-right-radius: 11rem !important;
  }
  .border-radius-b-r-lg-44 {
    border-bottom-left-radius: 11rem !important;
    border-bottom-right-radius: 11rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-44 {
    margin: 11rem !important;
  }
  .mt-r-xl-44 {
    margin-top: 11rem !important;
  }
  .mr-r-xl-44 {
    margin-right: 11rem !important;
  }
  .mb-r-xl-44 {
    margin-bottom: 11rem !important;
  }
  .ml-r-xl-44 {
    margin-left: 11rem !important;
  }
  .mx-r-xl-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .p-r-xl-44 {
    padding: 11rem !important;
  }
  .pt-r-xl-44 {
    padding-top: 11rem !important;
  }
  .pr-r-xl-44 {
    padding-right: 11rem !important;
  }
  .pb-r-xl-44 {
    padding-bottom: 11rem !important;
  }
  .pl-r-xl-44 {
    padding-left: 11rem !important;
  }
  .px-r-xl-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }
  .py-r-xl-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .font-size-xl-44 {
    font-size: 44px;
  }
  .border-radius-r-xl-44 {
    border-radius: 11rem !important;
  }
  .border-radius-tl-r-xl-44 {
    border-top-left-radius: 11rem !important;
  }
  .border-radius-tr-r-xl-44 {
    border-top-right-radius: 11rem !important;
  }
  .border-radius-bl-r-xl-44 {
    border-bottom-left-radius: 11rem !important;
  }
  .border-radius-br-r-xl-44 {
    border-bottom-right-radius: 11rem !important;
  }
  .border-radius-t-r-xl-44 {
    border-top-left-radius: 11rem !important;
    border-top-right-radius: 11rem !important;
  }
  .border-radius-b-r-xl-44 {
    border-bottom-left-radius: 11rem !important;
    border-bottom-right-radius: 11rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-44 {
    margin: 11rem !important;
  }
  .mt-r-contents-44 {
    margin-top: 11rem !important;
  }
  .mr-r-contents-44 {
    margin-right: 11rem !important;
  }
  .mb-r-contents-44 {
    margin-bottom: 11rem !important;
  }
  .ml-r-contents-44 {
    margin-left: 11rem !important;
  }
  .mx-r-contents-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .p-r-contents-44 {
    padding: 11rem !important;
  }
  .pt-r-contents-44 {
    padding-top: 11rem !important;
  }
  .pr-r-contents-44 {
    padding-right: 11rem !important;
  }
  .pb-r-contents-44 {
    padding-bottom: 11rem !important;
  }
  .pl-r-contents-44 {
    padding-left: 11rem !important;
  }
  .px-r-contents-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }
  .py-r-contents-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .font-size-contents-44 {
    font-size: 44px;
  }
  .border-radius-r-contents-44 {
    border-radius: 11rem !important;
  }
  .border-radius-tl-r-contents-44 {
    border-top-left-radius: 11rem !important;
  }
  .border-radius-tr-r-contents-44 {
    border-top-right-radius: 11rem !important;
  }
  .border-radius-bl-r-contents-44 {
    border-bottom-left-radius: 11rem !important;
  }
  .border-radius-br-r-contents-44 {
    border-bottom-right-radius: 11rem !important;
  }
  .border-radius-t-r-contents-44 {
    border-top-left-radius: 11rem !important;
    border-top-right-radius: 11rem !important;
  }
  .border-radius-b-r-contents-44 {
    border-bottom-left-radius: 11rem !important;
    border-bottom-right-radius: 11rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-44 {
    margin: 11rem !important;
  }
  .mt-r-screen-44 {
    margin-top: 11rem !important;
  }
  .mr-r-screen-44 {
    margin-right: 11rem !important;
  }
  .mb-r-screen-44 {
    margin-bottom: 11rem !important;
  }
  .ml-r-screen-44 {
    margin-left: 11rem !important;
  }
  .mx-r-screen-44 {
    margin-left: 11rem !important;
    margin-right: 11rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-44 {
    margin-top: 11rem !important;
    margin-bottom: 11rem !important;
  }
  .p-r-screen-44 {
    padding: 11rem !important;
  }
  .pt-r-screen-44 {
    padding-top: 11rem !important;
  }
  .pr-r-screen-44 {
    padding-right: 11rem !important;
  }
  .pb-r-screen-44 {
    padding-bottom: 11rem !important;
  }
  .pl-r-screen-44 {
    padding-left: 11rem !important;
  }
  .px-r-screen-44 {
    padding-left: 11rem !important;
    padding-right: 11rem !important;
  }
  .py-r-screen-44 {
    padding-top: 11rem !important;
    padding-bottom: 11rem !important;
  }
  .font-size-screen-44 {
    font-size: 44px;
  }
  .border-radius-r-screen-44 {
    border-radius: 11rem !important;
  }
  .border-radius-tl-r-screen-44 {
    border-top-left-radius: 11rem !important;
  }
  .border-radius-tr-r-screen-44 {
    border-top-right-radius: 11rem !important;
  }
  .border-radius-bl-r-screen-44 {
    border-bottom-left-radius: 11rem !important;
  }
  .border-radius-br-r-screen-44 {
    border-bottom-right-radius: 11rem !important;
  }
  .border-radius-t-r-screen-44 {
    border-top-left-radius: 11rem !important;
    border-top-right-radius: 11rem !important;
  }
  .border-radius-b-r-screen-44 {
    border-bottom-left-radius: 11rem !important;
    border-bottom-right-radius: 11rem !important;
  }
}
.z-45 {
  z-index: 45;
}

.m-r-45 {
  margin: 11.25rem;
}

.mt-r-45 {
  margin-top: 11.25rem;
}

.mr-r-45 {
  margin-right: 11.25rem;
}

.mb-r-45 {
  margin-bottom: 11.25rem;
}

.ml-r-45 {
  margin-left: 11.25rem;
}

.mx-r-45 {
  margin-left: 11.25rem;
  margin-right: 11.25rem;
}

.my-r-45 {
  margin-top: 11.25rem;
  margin-bottom: 11.25rem;
}

.p-r-45 {
  padding: 11.25rem;
}

.pt-r-45 {
  padding-top: 11.25rem;
}

.pr-r-45 {
  padding-right: 11.25rem;
}

.pb-r-45 {
  padding-bottom: 11.25rem;
}

.pl-r-45 {
  padding-left: 11.25rem;
}

.px-r-45 {
  padding-left: 11.25rem;
  padding-right: 11.25rem;
}

.py-r-45 {
  padding-top: 11.25rem;
  padding-bottom: 11.25rem;
}

.t-r-45 {
  top: 11.25rem;
}

.l-r-45 {
  left: 11.25rem;
}

.b-r-45 {
  bottom: 11.25rem;
}

.r-r-45 {
  right: 11.25rem;
}

.row-gap-45 {
  margin: -11.25rem;
}

.border-radius-r-45 {
  border-radius: 11.25rem;
}

.border-radius-tl-r-45 {
  border-top-left-radius: 11.25rem;
}

.border-radius-tr-r-45 {
  border-top-right-radius: 11.25rem;
}

.border-radius-bl-r-45 {
  border-bottom-left-radius: 11.25rem;
}

.border-radius-br-r-45 {
  border-bottom-right-radius: 11.25rem;
}

.border-radius-t-r-45 {
  border-top-left-radius: 11.25rem;
  border-top-right-radius: 11.25rem;
}

.border-radius-b-r-45 {
  border-bottom-left-radius: 11.25rem;
  border-bottom-right-radius: 11.25rem;
}

.font-size-45 {
  font-size: 45px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-45 {
    margin: 11.25rem !important;
  }
  .mt-r-xs-45 {
    margin-top: 11.25rem !important;
  }
  .mr-r-xs-45 {
    margin-right: 11.25rem !important;
  }
  .mb-r-xs-45 {
    margin-bottom: 11.25rem !important;
  }
  .ml-r-xs-45 {
    margin-left: 11.25rem !important;
  }
  .mx-r-xs-45 {
    margin-left: 11.25rem !important;
    margin-right: 11.25rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-45 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }
  .p-r-xs-45 {
    padding: 11.25rem !important;
  }
  .pt-r-xs-45 {
    padding-top: 11.25rem !important;
  }
  .pr-r-xs-45 {
    padding-right: 11.25rem !important;
  }
  .pb-r-xs-45 {
    padding-bottom: 11.25rem !important;
  }
  .pl-r-xs-45 {
    padding-left: 11.25rem !important;
  }
  .px-r-xs-45 {
    padding-left: 11.25rem !important;
    padding-right: 11.25rem !important;
  }
  .py-r-xs-45 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }
  .font-size-xs-45 {
    font-size: 45px;
  }
  .border-radius-r-xs-45 {
    border-radius: 11.25rem !important;
  }
  .border-radius-tl-r-xs-45 {
    border-top-left-radius: 11.25rem !important;
  }
  .border-radius-tr-r-xs-45 {
    border-top-right-radius: 11.25rem !important;
  }
  .border-radius-bl-r-xs-45 {
    border-bottom-left-radius: 11.25rem !important;
  }
  .border-radius-br-r-xs-45 {
    border-bottom-right-radius: 11.25rem !important;
  }
  .border-radius-t-r-xs-45 {
    border-top-left-radius: 11.25rem !important;
    border-top-right-radius: 11.25rem !important;
  }
  .border-radius-b-r-xs-45 {
    border-bottom-left-radius: 11.25rem !important;
    border-bottom-right-radius: 11.25rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-45 {
    margin: 11.25rem !important;
  }
  .mt-r-sm-45 {
    margin-top: 11.25rem !important;
  }
  .mr-r-sm-45 {
    margin-right: 11.25rem !important;
  }
  .mb-r-sm-45 {
    margin-bottom: 11.25rem !important;
  }
  .ml-r-sm-45 {
    margin-left: 11.25rem !important;
  }
  .mx-r-sm-45 {
    margin-left: 11.25rem !important;
    margin-right: 11.25rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-45 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }
  .p-r-sm-45 {
    padding: 11.25rem !important;
  }
  .pt-r-sm-45 {
    padding-top: 11.25rem !important;
  }
  .pr-r-sm-45 {
    padding-right: 11.25rem !important;
  }
  .pb-r-sm-45 {
    padding-bottom: 11.25rem !important;
  }
  .pl-r-sm-45 {
    padding-left: 11.25rem !important;
  }
  .px-r-sm-45 {
    padding-left: 11.25rem !important;
    padding-right: 11.25rem !important;
  }
  .py-r-sm-45 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }
  .font-size-sm-45 {
    font-size: 45px;
  }
  .border-radius-r-sm-45 {
    border-radius: 11.25rem !important;
  }
  .border-radius-tl-r-sm-45 {
    border-top-left-radius: 11.25rem !important;
  }
  .border-radius-tr-r-sm-45 {
    border-top-right-radius: 11.25rem !important;
  }
  .border-radius-bl-r-sm-45 {
    border-bottom-left-radius: 11.25rem !important;
  }
  .border-radius-br-r-sm-45 {
    border-bottom-right-radius: 11.25rem !important;
  }
  .border-radius-t-r-sm-45 {
    border-top-left-radius: 11.25rem !important;
    border-top-right-radius: 11.25rem !important;
  }
  .border-radius-b-r-sm-45 {
    border-bottom-left-radius: 11.25rem !important;
    border-bottom-right-radius: 11.25rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-45 {
    margin: 11.25rem !important;
  }
  .mt-r-md-45 {
    margin-top: 11.25rem !important;
  }
  .mr-r-md-45 {
    margin-right: 11.25rem !important;
  }
  .mb-r-md-45 {
    margin-bottom: 11.25rem !important;
  }
  .ml-r-md-45 {
    margin-left: 11.25rem !important;
  }
  .mx-r-md-45 {
    margin-left: 11.25rem !important;
    margin-right: 11.25rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-45 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }
  .p-r-md-45 {
    padding: 11.25rem !important;
  }
  .pt-r-md-45 {
    padding-top: 11.25rem !important;
  }
  .pr-r-md-45 {
    padding-right: 11.25rem !important;
  }
  .pb-r-md-45 {
    padding-bottom: 11.25rem !important;
  }
  .pl-r-md-45 {
    padding-left: 11.25rem !important;
  }
  .px-r-md-45 {
    padding-left: 11.25rem !important;
    padding-right: 11.25rem !important;
  }
  .py-r-md-45 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }
  .font-size-md-45 {
    font-size: 45px;
  }
  .border-radius-r-md-45 {
    border-radius: 11.25rem !important;
  }
  .border-radius-tl-r-md-45 {
    border-top-left-radius: 11.25rem !important;
  }
  .border-radius-tr-r-md-45 {
    border-top-right-radius: 11.25rem !important;
  }
  .border-radius-bl-r-md-45 {
    border-bottom-left-radius: 11.25rem !important;
  }
  .border-radius-br-r-md-45 {
    border-bottom-right-radius: 11.25rem !important;
  }
  .border-radius-t-r-md-45 {
    border-top-left-radius: 11.25rem !important;
    border-top-right-radius: 11.25rem !important;
  }
  .border-radius-b-r-md-45 {
    border-bottom-left-radius: 11.25rem !important;
    border-bottom-right-radius: 11.25rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-45 {
    margin: 11.25rem !important;
  }
  .mt-r-lg-45 {
    margin-top: 11.25rem !important;
  }
  .mr-r-lg-45 {
    margin-right: 11.25rem !important;
  }
  .mb-r-lg-45 {
    margin-bottom: 11.25rem !important;
  }
  .ml-r-lg-45 {
    margin-left: 11.25rem !important;
  }
  .mx-r-lg-45 {
    margin-left: 11.25rem !important;
    margin-right: 11.25rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-45 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }
  .p-r-lg-45 {
    padding: 11.25rem !important;
  }
  .pt-r-lg-45 {
    padding-top: 11.25rem !important;
  }
  .pr-r-lg-45 {
    padding-right: 11.25rem !important;
  }
  .pb-r-lg-45 {
    padding-bottom: 11.25rem !important;
  }
  .pl-r-lg-45 {
    padding-left: 11.25rem !important;
  }
  .px-r-lg-45 {
    padding-left: 11.25rem !important;
    padding-right: 11.25rem !important;
  }
  .py-r-lg-45 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }
  .font-size-lg-45 {
    font-size: 45px;
  }
  .border-radius-r-lg-45 {
    border-radius: 11.25rem !important;
  }
  .border-radius-tl-r-lg-45 {
    border-top-left-radius: 11.25rem !important;
  }
  .border-radius-tr-r-lg-45 {
    border-top-right-radius: 11.25rem !important;
  }
  .border-radius-bl-r-lg-45 {
    border-bottom-left-radius: 11.25rem !important;
  }
  .border-radius-br-r-lg-45 {
    border-bottom-right-radius: 11.25rem !important;
  }
  .border-radius-t-r-lg-45 {
    border-top-left-radius: 11.25rem !important;
    border-top-right-radius: 11.25rem !important;
  }
  .border-radius-b-r-lg-45 {
    border-bottom-left-radius: 11.25rem !important;
    border-bottom-right-radius: 11.25rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-45 {
    margin: 11.25rem !important;
  }
  .mt-r-xl-45 {
    margin-top: 11.25rem !important;
  }
  .mr-r-xl-45 {
    margin-right: 11.25rem !important;
  }
  .mb-r-xl-45 {
    margin-bottom: 11.25rem !important;
  }
  .ml-r-xl-45 {
    margin-left: 11.25rem !important;
  }
  .mx-r-xl-45 {
    margin-left: 11.25rem !important;
    margin-right: 11.25rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-45 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }
  .p-r-xl-45 {
    padding: 11.25rem !important;
  }
  .pt-r-xl-45 {
    padding-top: 11.25rem !important;
  }
  .pr-r-xl-45 {
    padding-right: 11.25rem !important;
  }
  .pb-r-xl-45 {
    padding-bottom: 11.25rem !important;
  }
  .pl-r-xl-45 {
    padding-left: 11.25rem !important;
  }
  .px-r-xl-45 {
    padding-left: 11.25rem !important;
    padding-right: 11.25rem !important;
  }
  .py-r-xl-45 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }
  .font-size-xl-45 {
    font-size: 45px;
  }
  .border-radius-r-xl-45 {
    border-radius: 11.25rem !important;
  }
  .border-radius-tl-r-xl-45 {
    border-top-left-radius: 11.25rem !important;
  }
  .border-radius-tr-r-xl-45 {
    border-top-right-radius: 11.25rem !important;
  }
  .border-radius-bl-r-xl-45 {
    border-bottom-left-radius: 11.25rem !important;
  }
  .border-radius-br-r-xl-45 {
    border-bottom-right-radius: 11.25rem !important;
  }
  .border-radius-t-r-xl-45 {
    border-top-left-radius: 11.25rem !important;
    border-top-right-radius: 11.25rem !important;
  }
  .border-radius-b-r-xl-45 {
    border-bottom-left-radius: 11.25rem !important;
    border-bottom-right-radius: 11.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-45 {
    margin: 11.25rem !important;
  }
  .mt-r-contents-45 {
    margin-top: 11.25rem !important;
  }
  .mr-r-contents-45 {
    margin-right: 11.25rem !important;
  }
  .mb-r-contents-45 {
    margin-bottom: 11.25rem !important;
  }
  .ml-r-contents-45 {
    margin-left: 11.25rem !important;
  }
  .mx-r-contents-45 {
    margin-left: 11.25rem !important;
    margin-right: 11.25rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-45 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }
  .p-r-contents-45 {
    padding: 11.25rem !important;
  }
  .pt-r-contents-45 {
    padding-top: 11.25rem !important;
  }
  .pr-r-contents-45 {
    padding-right: 11.25rem !important;
  }
  .pb-r-contents-45 {
    padding-bottom: 11.25rem !important;
  }
  .pl-r-contents-45 {
    padding-left: 11.25rem !important;
  }
  .px-r-contents-45 {
    padding-left: 11.25rem !important;
    padding-right: 11.25rem !important;
  }
  .py-r-contents-45 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }
  .font-size-contents-45 {
    font-size: 45px;
  }
  .border-radius-r-contents-45 {
    border-radius: 11.25rem !important;
  }
  .border-radius-tl-r-contents-45 {
    border-top-left-radius: 11.25rem !important;
  }
  .border-radius-tr-r-contents-45 {
    border-top-right-radius: 11.25rem !important;
  }
  .border-radius-bl-r-contents-45 {
    border-bottom-left-radius: 11.25rem !important;
  }
  .border-radius-br-r-contents-45 {
    border-bottom-right-radius: 11.25rem !important;
  }
  .border-radius-t-r-contents-45 {
    border-top-left-radius: 11.25rem !important;
    border-top-right-radius: 11.25rem !important;
  }
  .border-radius-b-r-contents-45 {
    border-bottom-left-radius: 11.25rem !important;
    border-bottom-right-radius: 11.25rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-45 {
    margin: 11.25rem !important;
  }
  .mt-r-screen-45 {
    margin-top: 11.25rem !important;
  }
  .mr-r-screen-45 {
    margin-right: 11.25rem !important;
  }
  .mb-r-screen-45 {
    margin-bottom: 11.25rem !important;
  }
  .ml-r-screen-45 {
    margin-left: 11.25rem !important;
  }
  .mx-r-screen-45 {
    margin-left: 11.25rem !important;
    margin-right: 11.25rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-45 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }
  .p-r-screen-45 {
    padding: 11.25rem !important;
  }
  .pt-r-screen-45 {
    padding-top: 11.25rem !important;
  }
  .pr-r-screen-45 {
    padding-right: 11.25rem !important;
  }
  .pb-r-screen-45 {
    padding-bottom: 11.25rem !important;
  }
  .pl-r-screen-45 {
    padding-left: 11.25rem !important;
  }
  .px-r-screen-45 {
    padding-left: 11.25rem !important;
    padding-right: 11.25rem !important;
  }
  .py-r-screen-45 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }
  .font-size-screen-45 {
    font-size: 45px;
  }
  .border-radius-r-screen-45 {
    border-radius: 11.25rem !important;
  }
  .border-radius-tl-r-screen-45 {
    border-top-left-radius: 11.25rem !important;
  }
  .border-radius-tr-r-screen-45 {
    border-top-right-radius: 11.25rem !important;
  }
  .border-radius-bl-r-screen-45 {
    border-bottom-left-radius: 11.25rem !important;
  }
  .border-radius-br-r-screen-45 {
    border-bottom-right-radius: 11.25rem !important;
  }
  .border-radius-t-r-screen-45 {
    border-top-left-radius: 11.25rem !important;
    border-top-right-radius: 11.25rem !important;
  }
  .border-radius-b-r-screen-45 {
    border-bottom-left-radius: 11.25rem !important;
    border-bottom-right-radius: 11.25rem !important;
  }
}
.z-46 {
  z-index: 46;
}

.m-r-46 {
  margin: 11.5rem;
}

.mt-r-46 {
  margin-top: 11.5rem;
}

.mr-r-46 {
  margin-right: 11.5rem;
}

.mb-r-46 {
  margin-bottom: 11.5rem;
}

.ml-r-46 {
  margin-left: 11.5rem;
}

.mx-r-46 {
  margin-left: 11.5rem;
  margin-right: 11.5rem;
}

.my-r-46 {
  margin-top: 11.5rem;
  margin-bottom: 11.5rem;
}

.p-r-46 {
  padding: 11.5rem;
}

.pt-r-46 {
  padding-top: 11.5rem;
}

.pr-r-46 {
  padding-right: 11.5rem;
}

.pb-r-46 {
  padding-bottom: 11.5rem;
}

.pl-r-46 {
  padding-left: 11.5rem;
}

.px-r-46 {
  padding-left: 11.5rem;
  padding-right: 11.5rem;
}

.py-r-46 {
  padding-top: 11.5rem;
  padding-bottom: 11.5rem;
}

.t-r-46 {
  top: 11.5rem;
}

.l-r-46 {
  left: 11.5rem;
}

.b-r-46 {
  bottom: 11.5rem;
}

.r-r-46 {
  right: 11.5rem;
}

.row-gap-46 {
  margin: -11.5rem;
}

.border-radius-r-46 {
  border-radius: 11.5rem;
}

.border-radius-tl-r-46 {
  border-top-left-radius: 11.5rem;
}

.border-radius-tr-r-46 {
  border-top-right-radius: 11.5rem;
}

.border-radius-bl-r-46 {
  border-bottom-left-radius: 11.5rem;
}

.border-radius-br-r-46 {
  border-bottom-right-radius: 11.5rem;
}

.border-radius-t-r-46 {
  border-top-left-radius: 11.5rem;
  border-top-right-radius: 11.5rem;
}

.border-radius-b-r-46 {
  border-bottom-left-radius: 11.5rem;
  border-bottom-right-radius: 11.5rem;
}

.font-size-46 {
  font-size: 46px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-46 {
    margin: 11.5rem !important;
  }
  .mt-r-xs-46 {
    margin-top: 11.5rem !important;
  }
  .mr-r-xs-46 {
    margin-right: 11.5rem !important;
  }
  .mb-r-xs-46 {
    margin-bottom: 11.5rem !important;
  }
  .ml-r-xs-46 {
    margin-left: 11.5rem !important;
  }
  .mx-r-xs-46 {
    margin-left: 11.5rem !important;
    margin-right: 11.5rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-46 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .p-r-xs-46 {
    padding: 11.5rem !important;
  }
  .pt-r-xs-46 {
    padding-top: 11.5rem !important;
  }
  .pr-r-xs-46 {
    padding-right: 11.5rem !important;
  }
  .pb-r-xs-46 {
    padding-bottom: 11.5rem !important;
  }
  .pl-r-xs-46 {
    padding-left: 11.5rem !important;
  }
  .px-r-xs-46 {
    padding-left: 11.5rem !important;
    padding-right: 11.5rem !important;
  }
  .py-r-xs-46 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .font-size-xs-46 {
    font-size: 46px;
  }
  .border-radius-r-xs-46 {
    border-radius: 11.5rem !important;
  }
  .border-radius-tl-r-xs-46 {
    border-top-left-radius: 11.5rem !important;
  }
  .border-radius-tr-r-xs-46 {
    border-top-right-radius: 11.5rem !important;
  }
  .border-radius-bl-r-xs-46 {
    border-bottom-left-radius: 11.5rem !important;
  }
  .border-radius-br-r-xs-46 {
    border-bottom-right-radius: 11.5rem !important;
  }
  .border-radius-t-r-xs-46 {
    border-top-left-radius: 11.5rem !important;
    border-top-right-radius: 11.5rem !important;
  }
  .border-radius-b-r-xs-46 {
    border-bottom-left-radius: 11.5rem !important;
    border-bottom-right-radius: 11.5rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-46 {
    margin: 11.5rem !important;
  }
  .mt-r-sm-46 {
    margin-top: 11.5rem !important;
  }
  .mr-r-sm-46 {
    margin-right: 11.5rem !important;
  }
  .mb-r-sm-46 {
    margin-bottom: 11.5rem !important;
  }
  .ml-r-sm-46 {
    margin-left: 11.5rem !important;
  }
  .mx-r-sm-46 {
    margin-left: 11.5rem !important;
    margin-right: 11.5rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-46 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .p-r-sm-46 {
    padding: 11.5rem !important;
  }
  .pt-r-sm-46 {
    padding-top: 11.5rem !important;
  }
  .pr-r-sm-46 {
    padding-right: 11.5rem !important;
  }
  .pb-r-sm-46 {
    padding-bottom: 11.5rem !important;
  }
  .pl-r-sm-46 {
    padding-left: 11.5rem !important;
  }
  .px-r-sm-46 {
    padding-left: 11.5rem !important;
    padding-right: 11.5rem !important;
  }
  .py-r-sm-46 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .font-size-sm-46 {
    font-size: 46px;
  }
  .border-radius-r-sm-46 {
    border-radius: 11.5rem !important;
  }
  .border-radius-tl-r-sm-46 {
    border-top-left-radius: 11.5rem !important;
  }
  .border-radius-tr-r-sm-46 {
    border-top-right-radius: 11.5rem !important;
  }
  .border-radius-bl-r-sm-46 {
    border-bottom-left-radius: 11.5rem !important;
  }
  .border-radius-br-r-sm-46 {
    border-bottom-right-radius: 11.5rem !important;
  }
  .border-radius-t-r-sm-46 {
    border-top-left-radius: 11.5rem !important;
    border-top-right-radius: 11.5rem !important;
  }
  .border-radius-b-r-sm-46 {
    border-bottom-left-radius: 11.5rem !important;
    border-bottom-right-radius: 11.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-46 {
    margin: 11.5rem !important;
  }
  .mt-r-md-46 {
    margin-top: 11.5rem !important;
  }
  .mr-r-md-46 {
    margin-right: 11.5rem !important;
  }
  .mb-r-md-46 {
    margin-bottom: 11.5rem !important;
  }
  .ml-r-md-46 {
    margin-left: 11.5rem !important;
  }
  .mx-r-md-46 {
    margin-left: 11.5rem !important;
    margin-right: 11.5rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-46 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .p-r-md-46 {
    padding: 11.5rem !important;
  }
  .pt-r-md-46 {
    padding-top: 11.5rem !important;
  }
  .pr-r-md-46 {
    padding-right: 11.5rem !important;
  }
  .pb-r-md-46 {
    padding-bottom: 11.5rem !important;
  }
  .pl-r-md-46 {
    padding-left: 11.5rem !important;
  }
  .px-r-md-46 {
    padding-left: 11.5rem !important;
    padding-right: 11.5rem !important;
  }
  .py-r-md-46 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .font-size-md-46 {
    font-size: 46px;
  }
  .border-radius-r-md-46 {
    border-radius: 11.5rem !important;
  }
  .border-radius-tl-r-md-46 {
    border-top-left-radius: 11.5rem !important;
  }
  .border-radius-tr-r-md-46 {
    border-top-right-radius: 11.5rem !important;
  }
  .border-radius-bl-r-md-46 {
    border-bottom-left-radius: 11.5rem !important;
  }
  .border-radius-br-r-md-46 {
    border-bottom-right-radius: 11.5rem !important;
  }
  .border-radius-t-r-md-46 {
    border-top-left-radius: 11.5rem !important;
    border-top-right-radius: 11.5rem !important;
  }
  .border-radius-b-r-md-46 {
    border-bottom-left-radius: 11.5rem !important;
    border-bottom-right-radius: 11.5rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-46 {
    margin: 11.5rem !important;
  }
  .mt-r-lg-46 {
    margin-top: 11.5rem !important;
  }
  .mr-r-lg-46 {
    margin-right: 11.5rem !important;
  }
  .mb-r-lg-46 {
    margin-bottom: 11.5rem !important;
  }
  .ml-r-lg-46 {
    margin-left: 11.5rem !important;
  }
  .mx-r-lg-46 {
    margin-left: 11.5rem !important;
    margin-right: 11.5rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-46 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .p-r-lg-46 {
    padding: 11.5rem !important;
  }
  .pt-r-lg-46 {
    padding-top: 11.5rem !important;
  }
  .pr-r-lg-46 {
    padding-right: 11.5rem !important;
  }
  .pb-r-lg-46 {
    padding-bottom: 11.5rem !important;
  }
  .pl-r-lg-46 {
    padding-left: 11.5rem !important;
  }
  .px-r-lg-46 {
    padding-left: 11.5rem !important;
    padding-right: 11.5rem !important;
  }
  .py-r-lg-46 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .font-size-lg-46 {
    font-size: 46px;
  }
  .border-radius-r-lg-46 {
    border-radius: 11.5rem !important;
  }
  .border-radius-tl-r-lg-46 {
    border-top-left-radius: 11.5rem !important;
  }
  .border-radius-tr-r-lg-46 {
    border-top-right-radius: 11.5rem !important;
  }
  .border-radius-bl-r-lg-46 {
    border-bottom-left-radius: 11.5rem !important;
  }
  .border-radius-br-r-lg-46 {
    border-bottom-right-radius: 11.5rem !important;
  }
  .border-radius-t-r-lg-46 {
    border-top-left-radius: 11.5rem !important;
    border-top-right-radius: 11.5rem !important;
  }
  .border-radius-b-r-lg-46 {
    border-bottom-left-radius: 11.5rem !important;
    border-bottom-right-radius: 11.5rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-46 {
    margin: 11.5rem !important;
  }
  .mt-r-xl-46 {
    margin-top: 11.5rem !important;
  }
  .mr-r-xl-46 {
    margin-right: 11.5rem !important;
  }
  .mb-r-xl-46 {
    margin-bottom: 11.5rem !important;
  }
  .ml-r-xl-46 {
    margin-left: 11.5rem !important;
  }
  .mx-r-xl-46 {
    margin-left: 11.5rem !important;
    margin-right: 11.5rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-46 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .p-r-xl-46 {
    padding: 11.5rem !important;
  }
  .pt-r-xl-46 {
    padding-top: 11.5rem !important;
  }
  .pr-r-xl-46 {
    padding-right: 11.5rem !important;
  }
  .pb-r-xl-46 {
    padding-bottom: 11.5rem !important;
  }
  .pl-r-xl-46 {
    padding-left: 11.5rem !important;
  }
  .px-r-xl-46 {
    padding-left: 11.5rem !important;
    padding-right: 11.5rem !important;
  }
  .py-r-xl-46 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .font-size-xl-46 {
    font-size: 46px;
  }
  .border-radius-r-xl-46 {
    border-radius: 11.5rem !important;
  }
  .border-radius-tl-r-xl-46 {
    border-top-left-radius: 11.5rem !important;
  }
  .border-radius-tr-r-xl-46 {
    border-top-right-radius: 11.5rem !important;
  }
  .border-radius-bl-r-xl-46 {
    border-bottom-left-radius: 11.5rem !important;
  }
  .border-radius-br-r-xl-46 {
    border-bottom-right-radius: 11.5rem !important;
  }
  .border-radius-t-r-xl-46 {
    border-top-left-radius: 11.5rem !important;
    border-top-right-radius: 11.5rem !important;
  }
  .border-radius-b-r-xl-46 {
    border-bottom-left-radius: 11.5rem !important;
    border-bottom-right-radius: 11.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-46 {
    margin: 11.5rem !important;
  }
  .mt-r-contents-46 {
    margin-top: 11.5rem !important;
  }
  .mr-r-contents-46 {
    margin-right: 11.5rem !important;
  }
  .mb-r-contents-46 {
    margin-bottom: 11.5rem !important;
  }
  .ml-r-contents-46 {
    margin-left: 11.5rem !important;
  }
  .mx-r-contents-46 {
    margin-left: 11.5rem !important;
    margin-right: 11.5rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-46 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .p-r-contents-46 {
    padding: 11.5rem !important;
  }
  .pt-r-contents-46 {
    padding-top: 11.5rem !important;
  }
  .pr-r-contents-46 {
    padding-right: 11.5rem !important;
  }
  .pb-r-contents-46 {
    padding-bottom: 11.5rem !important;
  }
  .pl-r-contents-46 {
    padding-left: 11.5rem !important;
  }
  .px-r-contents-46 {
    padding-left: 11.5rem !important;
    padding-right: 11.5rem !important;
  }
  .py-r-contents-46 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .font-size-contents-46 {
    font-size: 46px;
  }
  .border-radius-r-contents-46 {
    border-radius: 11.5rem !important;
  }
  .border-radius-tl-r-contents-46 {
    border-top-left-radius: 11.5rem !important;
  }
  .border-radius-tr-r-contents-46 {
    border-top-right-radius: 11.5rem !important;
  }
  .border-radius-bl-r-contents-46 {
    border-bottom-left-radius: 11.5rem !important;
  }
  .border-radius-br-r-contents-46 {
    border-bottom-right-radius: 11.5rem !important;
  }
  .border-radius-t-r-contents-46 {
    border-top-left-radius: 11.5rem !important;
    border-top-right-radius: 11.5rem !important;
  }
  .border-radius-b-r-contents-46 {
    border-bottom-left-radius: 11.5rem !important;
    border-bottom-right-radius: 11.5rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-46 {
    margin: 11.5rem !important;
  }
  .mt-r-screen-46 {
    margin-top: 11.5rem !important;
  }
  .mr-r-screen-46 {
    margin-right: 11.5rem !important;
  }
  .mb-r-screen-46 {
    margin-bottom: 11.5rem !important;
  }
  .ml-r-screen-46 {
    margin-left: 11.5rem !important;
  }
  .mx-r-screen-46 {
    margin-left: 11.5rem !important;
    margin-right: 11.5rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-46 {
    margin-top: 11.5rem !important;
    margin-bottom: 11.5rem !important;
  }
  .p-r-screen-46 {
    padding: 11.5rem !important;
  }
  .pt-r-screen-46 {
    padding-top: 11.5rem !important;
  }
  .pr-r-screen-46 {
    padding-right: 11.5rem !important;
  }
  .pb-r-screen-46 {
    padding-bottom: 11.5rem !important;
  }
  .pl-r-screen-46 {
    padding-left: 11.5rem !important;
  }
  .px-r-screen-46 {
    padding-left: 11.5rem !important;
    padding-right: 11.5rem !important;
  }
  .py-r-screen-46 {
    padding-top: 11.5rem !important;
    padding-bottom: 11.5rem !important;
  }
  .font-size-screen-46 {
    font-size: 46px;
  }
  .border-radius-r-screen-46 {
    border-radius: 11.5rem !important;
  }
  .border-radius-tl-r-screen-46 {
    border-top-left-radius: 11.5rem !important;
  }
  .border-radius-tr-r-screen-46 {
    border-top-right-radius: 11.5rem !important;
  }
  .border-radius-bl-r-screen-46 {
    border-bottom-left-radius: 11.5rem !important;
  }
  .border-radius-br-r-screen-46 {
    border-bottom-right-radius: 11.5rem !important;
  }
  .border-radius-t-r-screen-46 {
    border-top-left-radius: 11.5rem !important;
    border-top-right-radius: 11.5rem !important;
  }
  .border-radius-b-r-screen-46 {
    border-bottom-left-radius: 11.5rem !important;
    border-bottom-right-radius: 11.5rem !important;
  }
}
.z-47 {
  z-index: 47;
}

.m-r-47 {
  margin: 11.75rem;
}

.mt-r-47 {
  margin-top: 11.75rem;
}

.mr-r-47 {
  margin-right: 11.75rem;
}

.mb-r-47 {
  margin-bottom: 11.75rem;
}

.ml-r-47 {
  margin-left: 11.75rem;
}

.mx-r-47 {
  margin-left: 11.75rem;
  margin-right: 11.75rem;
}

.my-r-47 {
  margin-top: 11.75rem;
  margin-bottom: 11.75rem;
}

.p-r-47 {
  padding: 11.75rem;
}

.pt-r-47 {
  padding-top: 11.75rem;
}

.pr-r-47 {
  padding-right: 11.75rem;
}

.pb-r-47 {
  padding-bottom: 11.75rem;
}

.pl-r-47 {
  padding-left: 11.75rem;
}

.px-r-47 {
  padding-left: 11.75rem;
  padding-right: 11.75rem;
}

.py-r-47 {
  padding-top: 11.75rem;
  padding-bottom: 11.75rem;
}

.t-r-47 {
  top: 11.75rem;
}

.l-r-47 {
  left: 11.75rem;
}

.b-r-47 {
  bottom: 11.75rem;
}

.r-r-47 {
  right: 11.75rem;
}

.row-gap-47 {
  margin: -11.75rem;
}

.border-radius-r-47 {
  border-radius: 11.75rem;
}

.border-radius-tl-r-47 {
  border-top-left-radius: 11.75rem;
}

.border-radius-tr-r-47 {
  border-top-right-radius: 11.75rem;
}

.border-radius-bl-r-47 {
  border-bottom-left-radius: 11.75rem;
}

.border-radius-br-r-47 {
  border-bottom-right-radius: 11.75rem;
}

.border-radius-t-r-47 {
  border-top-left-radius: 11.75rem;
  border-top-right-radius: 11.75rem;
}

.border-radius-b-r-47 {
  border-bottom-left-radius: 11.75rem;
  border-bottom-right-radius: 11.75rem;
}

.font-size-47 {
  font-size: 47px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-47 {
    margin: 11.75rem !important;
  }
  .mt-r-xs-47 {
    margin-top: 11.75rem !important;
  }
  .mr-r-xs-47 {
    margin-right: 11.75rem !important;
  }
  .mb-r-xs-47 {
    margin-bottom: 11.75rem !important;
  }
  .ml-r-xs-47 {
    margin-left: 11.75rem !important;
  }
  .mx-r-xs-47 {
    margin-left: 11.75rem !important;
    margin-right: 11.75rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-47 {
    margin-top: 11.75rem !important;
    margin-bottom: 11.75rem !important;
  }
  .p-r-xs-47 {
    padding: 11.75rem !important;
  }
  .pt-r-xs-47 {
    padding-top: 11.75rem !important;
  }
  .pr-r-xs-47 {
    padding-right: 11.75rem !important;
  }
  .pb-r-xs-47 {
    padding-bottom: 11.75rem !important;
  }
  .pl-r-xs-47 {
    padding-left: 11.75rem !important;
  }
  .px-r-xs-47 {
    padding-left: 11.75rem !important;
    padding-right: 11.75rem !important;
  }
  .py-r-xs-47 {
    padding-top: 11.75rem !important;
    padding-bottom: 11.75rem !important;
  }
  .font-size-xs-47 {
    font-size: 47px;
  }
  .border-radius-r-xs-47 {
    border-radius: 11.75rem !important;
  }
  .border-radius-tl-r-xs-47 {
    border-top-left-radius: 11.75rem !important;
  }
  .border-radius-tr-r-xs-47 {
    border-top-right-radius: 11.75rem !important;
  }
  .border-radius-bl-r-xs-47 {
    border-bottom-left-radius: 11.75rem !important;
  }
  .border-radius-br-r-xs-47 {
    border-bottom-right-radius: 11.75rem !important;
  }
  .border-radius-t-r-xs-47 {
    border-top-left-radius: 11.75rem !important;
    border-top-right-radius: 11.75rem !important;
  }
  .border-radius-b-r-xs-47 {
    border-bottom-left-radius: 11.75rem !important;
    border-bottom-right-radius: 11.75rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-47 {
    margin: 11.75rem !important;
  }
  .mt-r-sm-47 {
    margin-top: 11.75rem !important;
  }
  .mr-r-sm-47 {
    margin-right: 11.75rem !important;
  }
  .mb-r-sm-47 {
    margin-bottom: 11.75rem !important;
  }
  .ml-r-sm-47 {
    margin-left: 11.75rem !important;
  }
  .mx-r-sm-47 {
    margin-left: 11.75rem !important;
    margin-right: 11.75rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-47 {
    margin-top: 11.75rem !important;
    margin-bottom: 11.75rem !important;
  }
  .p-r-sm-47 {
    padding: 11.75rem !important;
  }
  .pt-r-sm-47 {
    padding-top: 11.75rem !important;
  }
  .pr-r-sm-47 {
    padding-right: 11.75rem !important;
  }
  .pb-r-sm-47 {
    padding-bottom: 11.75rem !important;
  }
  .pl-r-sm-47 {
    padding-left: 11.75rem !important;
  }
  .px-r-sm-47 {
    padding-left: 11.75rem !important;
    padding-right: 11.75rem !important;
  }
  .py-r-sm-47 {
    padding-top: 11.75rem !important;
    padding-bottom: 11.75rem !important;
  }
  .font-size-sm-47 {
    font-size: 47px;
  }
  .border-radius-r-sm-47 {
    border-radius: 11.75rem !important;
  }
  .border-radius-tl-r-sm-47 {
    border-top-left-radius: 11.75rem !important;
  }
  .border-radius-tr-r-sm-47 {
    border-top-right-radius: 11.75rem !important;
  }
  .border-radius-bl-r-sm-47 {
    border-bottom-left-radius: 11.75rem !important;
  }
  .border-radius-br-r-sm-47 {
    border-bottom-right-radius: 11.75rem !important;
  }
  .border-radius-t-r-sm-47 {
    border-top-left-radius: 11.75rem !important;
    border-top-right-radius: 11.75rem !important;
  }
  .border-radius-b-r-sm-47 {
    border-bottom-left-radius: 11.75rem !important;
    border-bottom-right-radius: 11.75rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-47 {
    margin: 11.75rem !important;
  }
  .mt-r-md-47 {
    margin-top: 11.75rem !important;
  }
  .mr-r-md-47 {
    margin-right: 11.75rem !important;
  }
  .mb-r-md-47 {
    margin-bottom: 11.75rem !important;
  }
  .ml-r-md-47 {
    margin-left: 11.75rem !important;
  }
  .mx-r-md-47 {
    margin-left: 11.75rem !important;
    margin-right: 11.75rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-47 {
    margin-top: 11.75rem !important;
    margin-bottom: 11.75rem !important;
  }
  .p-r-md-47 {
    padding: 11.75rem !important;
  }
  .pt-r-md-47 {
    padding-top: 11.75rem !important;
  }
  .pr-r-md-47 {
    padding-right: 11.75rem !important;
  }
  .pb-r-md-47 {
    padding-bottom: 11.75rem !important;
  }
  .pl-r-md-47 {
    padding-left: 11.75rem !important;
  }
  .px-r-md-47 {
    padding-left: 11.75rem !important;
    padding-right: 11.75rem !important;
  }
  .py-r-md-47 {
    padding-top: 11.75rem !important;
    padding-bottom: 11.75rem !important;
  }
  .font-size-md-47 {
    font-size: 47px;
  }
  .border-radius-r-md-47 {
    border-radius: 11.75rem !important;
  }
  .border-radius-tl-r-md-47 {
    border-top-left-radius: 11.75rem !important;
  }
  .border-radius-tr-r-md-47 {
    border-top-right-radius: 11.75rem !important;
  }
  .border-radius-bl-r-md-47 {
    border-bottom-left-radius: 11.75rem !important;
  }
  .border-radius-br-r-md-47 {
    border-bottom-right-radius: 11.75rem !important;
  }
  .border-radius-t-r-md-47 {
    border-top-left-radius: 11.75rem !important;
    border-top-right-radius: 11.75rem !important;
  }
  .border-radius-b-r-md-47 {
    border-bottom-left-radius: 11.75rem !important;
    border-bottom-right-radius: 11.75rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-47 {
    margin: 11.75rem !important;
  }
  .mt-r-lg-47 {
    margin-top: 11.75rem !important;
  }
  .mr-r-lg-47 {
    margin-right: 11.75rem !important;
  }
  .mb-r-lg-47 {
    margin-bottom: 11.75rem !important;
  }
  .ml-r-lg-47 {
    margin-left: 11.75rem !important;
  }
  .mx-r-lg-47 {
    margin-left: 11.75rem !important;
    margin-right: 11.75rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-47 {
    margin-top: 11.75rem !important;
    margin-bottom: 11.75rem !important;
  }
  .p-r-lg-47 {
    padding: 11.75rem !important;
  }
  .pt-r-lg-47 {
    padding-top: 11.75rem !important;
  }
  .pr-r-lg-47 {
    padding-right: 11.75rem !important;
  }
  .pb-r-lg-47 {
    padding-bottom: 11.75rem !important;
  }
  .pl-r-lg-47 {
    padding-left: 11.75rem !important;
  }
  .px-r-lg-47 {
    padding-left: 11.75rem !important;
    padding-right: 11.75rem !important;
  }
  .py-r-lg-47 {
    padding-top: 11.75rem !important;
    padding-bottom: 11.75rem !important;
  }
  .font-size-lg-47 {
    font-size: 47px;
  }
  .border-radius-r-lg-47 {
    border-radius: 11.75rem !important;
  }
  .border-radius-tl-r-lg-47 {
    border-top-left-radius: 11.75rem !important;
  }
  .border-radius-tr-r-lg-47 {
    border-top-right-radius: 11.75rem !important;
  }
  .border-radius-bl-r-lg-47 {
    border-bottom-left-radius: 11.75rem !important;
  }
  .border-radius-br-r-lg-47 {
    border-bottom-right-radius: 11.75rem !important;
  }
  .border-radius-t-r-lg-47 {
    border-top-left-radius: 11.75rem !important;
    border-top-right-radius: 11.75rem !important;
  }
  .border-radius-b-r-lg-47 {
    border-bottom-left-radius: 11.75rem !important;
    border-bottom-right-radius: 11.75rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-47 {
    margin: 11.75rem !important;
  }
  .mt-r-xl-47 {
    margin-top: 11.75rem !important;
  }
  .mr-r-xl-47 {
    margin-right: 11.75rem !important;
  }
  .mb-r-xl-47 {
    margin-bottom: 11.75rem !important;
  }
  .ml-r-xl-47 {
    margin-left: 11.75rem !important;
  }
  .mx-r-xl-47 {
    margin-left: 11.75rem !important;
    margin-right: 11.75rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-47 {
    margin-top: 11.75rem !important;
    margin-bottom: 11.75rem !important;
  }
  .p-r-xl-47 {
    padding: 11.75rem !important;
  }
  .pt-r-xl-47 {
    padding-top: 11.75rem !important;
  }
  .pr-r-xl-47 {
    padding-right: 11.75rem !important;
  }
  .pb-r-xl-47 {
    padding-bottom: 11.75rem !important;
  }
  .pl-r-xl-47 {
    padding-left: 11.75rem !important;
  }
  .px-r-xl-47 {
    padding-left: 11.75rem !important;
    padding-right: 11.75rem !important;
  }
  .py-r-xl-47 {
    padding-top: 11.75rem !important;
    padding-bottom: 11.75rem !important;
  }
  .font-size-xl-47 {
    font-size: 47px;
  }
  .border-radius-r-xl-47 {
    border-radius: 11.75rem !important;
  }
  .border-radius-tl-r-xl-47 {
    border-top-left-radius: 11.75rem !important;
  }
  .border-radius-tr-r-xl-47 {
    border-top-right-radius: 11.75rem !important;
  }
  .border-radius-bl-r-xl-47 {
    border-bottom-left-radius: 11.75rem !important;
  }
  .border-radius-br-r-xl-47 {
    border-bottom-right-radius: 11.75rem !important;
  }
  .border-radius-t-r-xl-47 {
    border-top-left-radius: 11.75rem !important;
    border-top-right-radius: 11.75rem !important;
  }
  .border-radius-b-r-xl-47 {
    border-bottom-left-radius: 11.75rem !important;
    border-bottom-right-radius: 11.75rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-47 {
    margin: 11.75rem !important;
  }
  .mt-r-contents-47 {
    margin-top: 11.75rem !important;
  }
  .mr-r-contents-47 {
    margin-right: 11.75rem !important;
  }
  .mb-r-contents-47 {
    margin-bottom: 11.75rem !important;
  }
  .ml-r-contents-47 {
    margin-left: 11.75rem !important;
  }
  .mx-r-contents-47 {
    margin-left: 11.75rem !important;
    margin-right: 11.75rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-47 {
    margin-top: 11.75rem !important;
    margin-bottom: 11.75rem !important;
  }
  .p-r-contents-47 {
    padding: 11.75rem !important;
  }
  .pt-r-contents-47 {
    padding-top: 11.75rem !important;
  }
  .pr-r-contents-47 {
    padding-right: 11.75rem !important;
  }
  .pb-r-contents-47 {
    padding-bottom: 11.75rem !important;
  }
  .pl-r-contents-47 {
    padding-left: 11.75rem !important;
  }
  .px-r-contents-47 {
    padding-left: 11.75rem !important;
    padding-right: 11.75rem !important;
  }
  .py-r-contents-47 {
    padding-top: 11.75rem !important;
    padding-bottom: 11.75rem !important;
  }
  .font-size-contents-47 {
    font-size: 47px;
  }
  .border-radius-r-contents-47 {
    border-radius: 11.75rem !important;
  }
  .border-radius-tl-r-contents-47 {
    border-top-left-radius: 11.75rem !important;
  }
  .border-radius-tr-r-contents-47 {
    border-top-right-radius: 11.75rem !important;
  }
  .border-radius-bl-r-contents-47 {
    border-bottom-left-radius: 11.75rem !important;
  }
  .border-radius-br-r-contents-47 {
    border-bottom-right-radius: 11.75rem !important;
  }
  .border-radius-t-r-contents-47 {
    border-top-left-radius: 11.75rem !important;
    border-top-right-radius: 11.75rem !important;
  }
  .border-radius-b-r-contents-47 {
    border-bottom-left-radius: 11.75rem !important;
    border-bottom-right-radius: 11.75rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-47 {
    margin: 11.75rem !important;
  }
  .mt-r-screen-47 {
    margin-top: 11.75rem !important;
  }
  .mr-r-screen-47 {
    margin-right: 11.75rem !important;
  }
  .mb-r-screen-47 {
    margin-bottom: 11.75rem !important;
  }
  .ml-r-screen-47 {
    margin-left: 11.75rem !important;
  }
  .mx-r-screen-47 {
    margin-left: 11.75rem !important;
    margin-right: 11.75rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-47 {
    margin-top: 11.75rem !important;
    margin-bottom: 11.75rem !important;
  }
  .p-r-screen-47 {
    padding: 11.75rem !important;
  }
  .pt-r-screen-47 {
    padding-top: 11.75rem !important;
  }
  .pr-r-screen-47 {
    padding-right: 11.75rem !important;
  }
  .pb-r-screen-47 {
    padding-bottom: 11.75rem !important;
  }
  .pl-r-screen-47 {
    padding-left: 11.75rem !important;
  }
  .px-r-screen-47 {
    padding-left: 11.75rem !important;
    padding-right: 11.75rem !important;
  }
  .py-r-screen-47 {
    padding-top: 11.75rem !important;
    padding-bottom: 11.75rem !important;
  }
  .font-size-screen-47 {
    font-size: 47px;
  }
  .border-radius-r-screen-47 {
    border-radius: 11.75rem !important;
  }
  .border-radius-tl-r-screen-47 {
    border-top-left-radius: 11.75rem !important;
  }
  .border-radius-tr-r-screen-47 {
    border-top-right-radius: 11.75rem !important;
  }
  .border-radius-bl-r-screen-47 {
    border-bottom-left-radius: 11.75rem !important;
  }
  .border-radius-br-r-screen-47 {
    border-bottom-right-radius: 11.75rem !important;
  }
  .border-radius-t-r-screen-47 {
    border-top-left-radius: 11.75rem !important;
    border-top-right-radius: 11.75rem !important;
  }
  .border-radius-b-r-screen-47 {
    border-bottom-left-radius: 11.75rem !important;
    border-bottom-right-radius: 11.75rem !important;
  }
}
.z-48 {
  z-index: 48;
}

.m-r-48 {
  margin: 12rem;
}

.mt-r-48 {
  margin-top: 12rem;
}

.mr-r-48 {
  margin-right: 12rem;
}

.mb-r-48 {
  margin-bottom: 12rem;
}

.ml-r-48 {
  margin-left: 12rem;
}

.mx-r-48 {
  margin-left: 12rem;
  margin-right: 12rem;
}

.my-r-48 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.p-r-48 {
  padding: 12rem;
}

.pt-r-48 {
  padding-top: 12rem;
}

.pr-r-48 {
  padding-right: 12rem;
}

.pb-r-48 {
  padding-bottom: 12rem;
}

.pl-r-48 {
  padding-left: 12rem;
}

.px-r-48 {
  padding-left: 12rem;
  padding-right: 12rem;
}

.py-r-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.t-r-48 {
  top: 12rem;
}

.l-r-48 {
  left: 12rem;
}

.b-r-48 {
  bottom: 12rem;
}

.r-r-48 {
  right: 12rem;
}

.row-gap-48 {
  margin: -12rem;
}

.border-radius-r-48 {
  border-radius: 12rem;
}

.border-radius-tl-r-48 {
  border-top-left-radius: 12rem;
}

.border-radius-tr-r-48 {
  border-top-right-radius: 12rem;
}

.border-radius-bl-r-48 {
  border-bottom-left-radius: 12rem;
}

.border-radius-br-r-48 {
  border-bottom-right-radius: 12rem;
}

.border-radius-t-r-48 {
  border-top-left-radius: 12rem;
  border-top-right-radius: 12rem;
}

.border-radius-b-r-48 {
  border-bottom-left-radius: 12rem;
  border-bottom-right-radius: 12rem;
}

.font-size-48 {
  font-size: 48px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-48 {
    margin: 12rem !important;
  }
  .mt-r-xs-48 {
    margin-top: 12rem !important;
  }
  .mr-r-xs-48 {
    margin-right: 12rem !important;
  }
  .mb-r-xs-48 {
    margin-bottom: 12rem !important;
  }
  .ml-r-xs-48 {
    margin-left: 12rem !important;
  }
  .mx-r-xs-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .p-r-xs-48 {
    padding: 12rem !important;
  }
  .pt-r-xs-48 {
    padding-top: 12rem !important;
  }
  .pr-r-xs-48 {
    padding-right: 12rem !important;
  }
  .pb-r-xs-48 {
    padding-bottom: 12rem !important;
  }
  .pl-r-xs-48 {
    padding-left: 12rem !important;
  }
  .px-r-xs-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }
  .py-r-xs-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .font-size-xs-48 {
    font-size: 48px;
  }
  .border-radius-r-xs-48 {
    border-radius: 12rem !important;
  }
  .border-radius-tl-r-xs-48 {
    border-top-left-radius: 12rem !important;
  }
  .border-radius-tr-r-xs-48 {
    border-top-right-radius: 12rem !important;
  }
  .border-radius-bl-r-xs-48 {
    border-bottom-left-radius: 12rem !important;
  }
  .border-radius-br-r-xs-48 {
    border-bottom-right-radius: 12rem !important;
  }
  .border-radius-t-r-xs-48 {
    border-top-left-radius: 12rem !important;
    border-top-right-radius: 12rem !important;
  }
  .border-radius-b-r-xs-48 {
    border-bottom-left-radius: 12rem !important;
    border-bottom-right-radius: 12rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-48 {
    margin: 12rem !important;
  }
  .mt-r-sm-48 {
    margin-top: 12rem !important;
  }
  .mr-r-sm-48 {
    margin-right: 12rem !important;
  }
  .mb-r-sm-48 {
    margin-bottom: 12rem !important;
  }
  .ml-r-sm-48 {
    margin-left: 12rem !important;
  }
  .mx-r-sm-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .p-r-sm-48 {
    padding: 12rem !important;
  }
  .pt-r-sm-48 {
    padding-top: 12rem !important;
  }
  .pr-r-sm-48 {
    padding-right: 12rem !important;
  }
  .pb-r-sm-48 {
    padding-bottom: 12rem !important;
  }
  .pl-r-sm-48 {
    padding-left: 12rem !important;
  }
  .px-r-sm-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }
  .py-r-sm-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .font-size-sm-48 {
    font-size: 48px;
  }
  .border-radius-r-sm-48 {
    border-radius: 12rem !important;
  }
  .border-radius-tl-r-sm-48 {
    border-top-left-radius: 12rem !important;
  }
  .border-radius-tr-r-sm-48 {
    border-top-right-radius: 12rem !important;
  }
  .border-radius-bl-r-sm-48 {
    border-bottom-left-radius: 12rem !important;
  }
  .border-radius-br-r-sm-48 {
    border-bottom-right-radius: 12rem !important;
  }
  .border-radius-t-r-sm-48 {
    border-top-left-radius: 12rem !important;
    border-top-right-radius: 12rem !important;
  }
  .border-radius-b-r-sm-48 {
    border-bottom-left-radius: 12rem !important;
    border-bottom-right-radius: 12rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-48 {
    margin: 12rem !important;
  }
  .mt-r-md-48 {
    margin-top: 12rem !important;
  }
  .mr-r-md-48 {
    margin-right: 12rem !important;
  }
  .mb-r-md-48 {
    margin-bottom: 12rem !important;
  }
  .ml-r-md-48 {
    margin-left: 12rem !important;
  }
  .mx-r-md-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .p-r-md-48 {
    padding: 12rem !important;
  }
  .pt-r-md-48 {
    padding-top: 12rem !important;
  }
  .pr-r-md-48 {
    padding-right: 12rem !important;
  }
  .pb-r-md-48 {
    padding-bottom: 12rem !important;
  }
  .pl-r-md-48 {
    padding-left: 12rem !important;
  }
  .px-r-md-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }
  .py-r-md-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .font-size-md-48 {
    font-size: 48px;
  }
  .border-radius-r-md-48 {
    border-radius: 12rem !important;
  }
  .border-radius-tl-r-md-48 {
    border-top-left-radius: 12rem !important;
  }
  .border-radius-tr-r-md-48 {
    border-top-right-radius: 12rem !important;
  }
  .border-radius-bl-r-md-48 {
    border-bottom-left-radius: 12rem !important;
  }
  .border-radius-br-r-md-48 {
    border-bottom-right-radius: 12rem !important;
  }
  .border-radius-t-r-md-48 {
    border-top-left-radius: 12rem !important;
    border-top-right-radius: 12rem !important;
  }
  .border-radius-b-r-md-48 {
    border-bottom-left-radius: 12rem !important;
    border-bottom-right-radius: 12rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-48 {
    margin: 12rem !important;
  }
  .mt-r-lg-48 {
    margin-top: 12rem !important;
  }
  .mr-r-lg-48 {
    margin-right: 12rem !important;
  }
  .mb-r-lg-48 {
    margin-bottom: 12rem !important;
  }
  .ml-r-lg-48 {
    margin-left: 12rem !important;
  }
  .mx-r-lg-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .p-r-lg-48 {
    padding: 12rem !important;
  }
  .pt-r-lg-48 {
    padding-top: 12rem !important;
  }
  .pr-r-lg-48 {
    padding-right: 12rem !important;
  }
  .pb-r-lg-48 {
    padding-bottom: 12rem !important;
  }
  .pl-r-lg-48 {
    padding-left: 12rem !important;
  }
  .px-r-lg-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }
  .py-r-lg-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .font-size-lg-48 {
    font-size: 48px;
  }
  .border-radius-r-lg-48 {
    border-radius: 12rem !important;
  }
  .border-radius-tl-r-lg-48 {
    border-top-left-radius: 12rem !important;
  }
  .border-radius-tr-r-lg-48 {
    border-top-right-radius: 12rem !important;
  }
  .border-radius-bl-r-lg-48 {
    border-bottom-left-radius: 12rem !important;
  }
  .border-radius-br-r-lg-48 {
    border-bottom-right-radius: 12rem !important;
  }
  .border-radius-t-r-lg-48 {
    border-top-left-radius: 12rem !important;
    border-top-right-radius: 12rem !important;
  }
  .border-radius-b-r-lg-48 {
    border-bottom-left-radius: 12rem !important;
    border-bottom-right-radius: 12rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-48 {
    margin: 12rem !important;
  }
  .mt-r-xl-48 {
    margin-top: 12rem !important;
  }
  .mr-r-xl-48 {
    margin-right: 12rem !important;
  }
  .mb-r-xl-48 {
    margin-bottom: 12rem !important;
  }
  .ml-r-xl-48 {
    margin-left: 12rem !important;
  }
  .mx-r-xl-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .p-r-xl-48 {
    padding: 12rem !important;
  }
  .pt-r-xl-48 {
    padding-top: 12rem !important;
  }
  .pr-r-xl-48 {
    padding-right: 12rem !important;
  }
  .pb-r-xl-48 {
    padding-bottom: 12rem !important;
  }
  .pl-r-xl-48 {
    padding-left: 12rem !important;
  }
  .px-r-xl-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }
  .py-r-xl-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .font-size-xl-48 {
    font-size: 48px;
  }
  .border-radius-r-xl-48 {
    border-radius: 12rem !important;
  }
  .border-radius-tl-r-xl-48 {
    border-top-left-radius: 12rem !important;
  }
  .border-radius-tr-r-xl-48 {
    border-top-right-radius: 12rem !important;
  }
  .border-radius-bl-r-xl-48 {
    border-bottom-left-radius: 12rem !important;
  }
  .border-radius-br-r-xl-48 {
    border-bottom-right-radius: 12rem !important;
  }
  .border-radius-t-r-xl-48 {
    border-top-left-radius: 12rem !important;
    border-top-right-radius: 12rem !important;
  }
  .border-radius-b-r-xl-48 {
    border-bottom-left-radius: 12rem !important;
    border-bottom-right-radius: 12rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-48 {
    margin: 12rem !important;
  }
  .mt-r-contents-48 {
    margin-top: 12rem !important;
  }
  .mr-r-contents-48 {
    margin-right: 12rem !important;
  }
  .mb-r-contents-48 {
    margin-bottom: 12rem !important;
  }
  .ml-r-contents-48 {
    margin-left: 12rem !important;
  }
  .mx-r-contents-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .p-r-contents-48 {
    padding: 12rem !important;
  }
  .pt-r-contents-48 {
    padding-top: 12rem !important;
  }
  .pr-r-contents-48 {
    padding-right: 12rem !important;
  }
  .pb-r-contents-48 {
    padding-bottom: 12rem !important;
  }
  .pl-r-contents-48 {
    padding-left: 12rem !important;
  }
  .px-r-contents-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }
  .py-r-contents-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .font-size-contents-48 {
    font-size: 48px;
  }
  .border-radius-r-contents-48 {
    border-radius: 12rem !important;
  }
  .border-radius-tl-r-contents-48 {
    border-top-left-radius: 12rem !important;
  }
  .border-radius-tr-r-contents-48 {
    border-top-right-radius: 12rem !important;
  }
  .border-radius-bl-r-contents-48 {
    border-bottom-left-radius: 12rem !important;
  }
  .border-radius-br-r-contents-48 {
    border-bottom-right-radius: 12rem !important;
  }
  .border-radius-t-r-contents-48 {
    border-top-left-radius: 12rem !important;
    border-top-right-radius: 12rem !important;
  }
  .border-radius-b-r-contents-48 {
    border-bottom-left-radius: 12rem !important;
    border-bottom-right-radius: 12rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-48 {
    margin: 12rem !important;
  }
  .mt-r-screen-48 {
    margin-top: 12rem !important;
  }
  .mr-r-screen-48 {
    margin-right: 12rem !important;
  }
  .mb-r-screen-48 {
    margin-bottom: 12rem !important;
  }
  .ml-r-screen-48 {
    margin-left: 12rem !important;
  }
  .mx-r-screen-48 {
    margin-left: 12rem !important;
    margin-right: 12rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-48 {
    margin-top: 12rem !important;
    margin-bottom: 12rem !important;
  }
  .p-r-screen-48 {
    padding: 12rem !important;
  }
  .pt-r-screen-48 {
    padding-top: 12rem !important;
  }
  .pr-r-screen-48 {
    padding-right: 12rem !important;
  }
  .pb-r-screen-48 {
    padding-bottom: 12rem !important;
  }
  .pl-r-screen-48 {
    padding-left: 12rem !important;
  }
  .px-r-screen-48 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
  }
  .py-r-screen-48 {
    padding-top: 12rem !important;
    padding-bottom: 12rem !important;
  }
  .font-size-screen-48 {
    font-size: 48px;
  }
  .border-radius-r-screen-48 {
    border-radius: 12rem !important;
  }
  .border-radius-tl-r-screen-48 {
    border-top-left-radius: 12rem !important;
  }
  .border-radius-tr-r-screen-48 {
    border-top-right-radius: 12rem !important;
  }
  .border-radius-bl-r-screen-48 {
    border-bottom-left-radius: 12rem !important;
  }
  .border-radius-br-r-screen-48 {
    border-bottom-right-radius: 12rem !important;
  }
  .border-radius-t-r-screen-48 {
    border-top-left-radius: 12rem !important;
    border-top-right-radius: 12rem !important;
  }
  .border-radius-b-r-screen-48 {
    border-bottom-left-radius: 12rem !important;
    border-bottom-right-radius: 12rem !important;
  }
}
.z-49 {
  z-index: 49;
}

.m-r-49 {
  margin: 12.25rem;
}

.mt-r-49 {
  margin-top: 12.25rem;
}

.mr-r-49 {
  margin-right: 12.25rem;
}

.mb-r-49 {
  margin-bottom: 12.25rem;
}

.ml-r-49 {
  margin-left: 12.25rem;
}

.mx-r-49 {
  margin-left: 12.25rem;
  margin-right: 12.25rem;
}

.my-r-49 {
  margin-top: 12.25rem;
  margin-bottom: 12.25rem;
}

.p-r-49 {
  padding: 12.25rem;
}

.pt-r-49 {
  padding-top: 12.25rem;
}

.pr-r-49 {
  padding-right: 12.25rem;
}

.pb-r-49 {
  padding-bottom: 12.25rem;
}

.pl-r-49 {
  padding-left: 12.25rem;
}

.px-r-49 {
  padding-left: 12.25rem;
  padding-right: 12.25rem;
}

.py-r-49 {
  padding-top: 12.25rem;
  padding-bottom: 12.25rem;
}

.t-r-49 {
  top: 12.25rem;
}

.l-r-49 {
  left: 12.25rem;
}

.b-r-49 {
  bottom: 12.25rem;
}

.r-r-49 {
  right: 12.25rem;
}

.row-gap-49 {
  margin: -12.25rem;
}

.border-radius-r-49 {
  border-radius: 12.25rem;
}

.border-radius-tl-r-49 {
  border-top-left-radius: 12.25rem;
}

.border-radius-tr-r-49 {
  border-top-right-radius: 12.25rem;
}

.border-radius-bl-r-49 {
  border-bottom-left-radius: 12.25rem;
}

.border-radius-br-r-49 {
  border-bottom-right-radius: 12.25rem;
}

.border-radius-t-r-49 {
  border-top-left-radius: 12.25rem;
  border-top-right-radius: 12.25rem;
}

.border-radius-b-r-49 {
  border-bottom-left-radius: 12.25rem;
  border-bottom-right-radius: 12.25rem;
}

.font-size-49 {
  font-size: 49px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-49 {
    margin: 12.25rem !important;
  }
  .mt-r-xs-49 {
    margin-top: 12.25rem !important;
  }
  .mr-r-xs-49 {
    margin-right: 12.25rem !important;
  }
  .mb-r-xs-49 {
    margin-bottom: 12.25rem !important;
  }
  .ml-r-xs-49 {
    margin-left: 12.25rem !important;
  }
  .mx-r-xs-49 {
    margin-left: 12.25rem !important;
    margin-right: 12.25rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-49 {
    margin-top: 12.25rem !important;
    margin-bottom: 12.25rem !important;
  }
  .p-r-xs-49 {
    padding: 12.25rem !important;
  }
  .pt-r-xs-49 {
    padding-top: 12.25rem !important;
  }
  .pr-r-xs-49 {
    padding-right: 12.25rem !important;
  }
  .pb-r-xs-49 {
    padding-bottom: 12.25rem !important;
  }
  .pl-r-xs-49 {
    padding-left: 12.25rem !important;
  }
  .px-r-xs-49 {
    padding-left: 12.25rem !important;
    padding-right: 12.25rem !important;
  }
  .py-r-xs-49 {
    padding-top: 12.25rem !important;
    padding-bottom: 12.25rem !important;
  }
  .font-size-xs-49 {
    font-size: 49px;
  }
  .border-radius-r-xs-49 {
    border-radius: 12.25rem !important;
  }
  .border-radius-tl-r-xs-49 {
    border-top-left-radius: 12.25rem !important;
  }
  .border-radius-tr-r-xs-49 {
    border-top-right-radius: 12.25rem !important;
  }
  .border-radius-bl-r-xs-49 {
    border-bottom-left-radius: 12.25rem !important;
  }
  .border-radius-br-r-xs-49 {
    border-bottom-right-radius: 12.25rem !important;
  }
  .border-radius-t-r-xs-49 {
    border-top-left-radius: 12.25rem !important;
    border-top-right-radius: 12.25rem !important;
  }
  .border-radius-b-r-xs-49 {
    border-bottom-left-radius: 12.25rem !important;
    border-bottom-right-radius: 12.25rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-49 {
    margin: 12.25rem !important;
  }
  .mt-r-sm-49 {
    margin-top: 12.25rem !important;
  }
  .mr-r-sm-49 {
    margin-right: 12.25rem !important;
  }
  .mb-r-sm-49 {
    margin-bottom: 12.25rem !important;
  }
  .ml-r-sm-49 {
    margin-left: 12.25rem !important;
  }
  .mx-r-sm-49 {
    margin-left: 12.25rem !important;
    margin-right: 12.25rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-49 {
    margin-top: 12.25rem !important;
    margin-bottom: 12.25rem !important;
  }
  .p-r-sm-49 {
    padding: 12.25rem !important;
  }
  .pt-r-sm-49 {
    padding-top: 12.25rem !important;
  }
  .pr-r-sm-49 {
    padding-right: 12.25rem !important;
  }
  .pb-r-sm-49 {
    padding-bottom: 12.25rem !important;
  }
  .pl-r-sm-49 {
    padding-left: 12.25rem !important;
  }
  .px-r-sm-49 {
    padding-left: 12.25rem !important;
    padding-right: 12.25rem !important;
  }
  .py-r-sm-49 {
    padding-top: 12.25rem !important;
    padding-bottom: 12.25rem !important;
  }
  .font-size-sm-49 {
    font-size: 49px;
  }
  .border-radius-r-sm-49 {
    border-radius: 12.25rem !important;
  }
  .border-radius-tl-r-sm-49 {
    border-top-left-radius: 12.25rem !important;
  }
  .border-radius-tr-r-sm-49 {
    border-top-right-radius: 12.25rem !important;
  }
  .border-radius-bl-r-sm-49 {
    border-bottom-left-radius: 12.25rem !important;
  }
  .border-radius-br-r-sm-49 {
    border-bottom-right-radius: 12.25rem !important;
  }
  .border-radius-t-r-sm-49 {
    border-top-left-radius: 12.25rem !important;
    border-top-right-radius: 12.25rem !important;
  }
  .border-radius-b-r-sm-49 {
    border-bottom-left-radius: 12.25rem !important;
    border-bottom-right-radius: 12.25rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-49 {
    margin: 12.25rem !important;
  }
  .mt-r-md-49 {
    margin-top: 12.25rem !important;
  }
  .mr-r-md-49 {
    margin-right: 12.25rem !important;
  }
  .mb-r-md-49 {
    margin-bottom: 12.25rem !important;
  }
  .ml-r-md-49 {
    margin-left: 12.25rem !important;
  }
  .mx-r-md-49 {
    margin-left: 12.25rem !important;
    margin-right: 12.25rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-49 {
    margin-top: 12.25rem !important;
    margin-bottom: 12.25rem !important;
  }
  .p-r-md-49 {
    padding: 12.25rem !important;
  }
  .pt-r-md-49 {
    padding-top: 12.25rem !important;
  }
  .pr-r-md-49 {
    padding-right: 12.25rem !important;
  }
  .pb-r-md-49 {
    padding-bottom: 12.25rem !important;
  }
  .pl-r-md-49 {
    padding-left: 12.25rem !important;
  }
  .px-r-md-49 {
    padding-left: 12.25rem !important;
    padding-right: 12.25rem !important;
  }
  .py-r-md-49 {
    padding-top: 12.25rem !important;
    padding-bottom: 12.25rem !important;
  }
  .font-size-md-49 {
    font-size: 49px;
  }
  .border-radius-r-md-49 {
    border-radius: 12.25rem !important;
  }
  .border-radius-tl-r-md-49 {
    border-top-left-radius: 12.25rem !important;
  }
  .border-radius-tr-r-md-49 {
    border-top-right-radius: 12.25rem !important;
  }
  .border-radius-bl-r-md-49 {
    border-bottom-left-radius: 12.25rem !important;
  }
  .border-radius-br-r-md-49 {
    border-bottom-right-radius: 12.25rem !important;
  }
  .border-radius-t-r-md-49 {
    border-top-left-radius: 12.25rem !important;
    border-top-right-radius: 12.25rem !important;
  }
  .border-radius-b-r-md-49 {
    border-bottom-left-radius: 12.25rem !important;
    border-bottom-right-radius: 12.25rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-49 {
    margin: 12.25rem !important;
  }
  .mt-r-lg-49 {
    margin-top: 12.25rem !important;
  }
  .mr-r-lg-49 {
    margin-right: 12.25rem !important;
  }
  .mb-r-lg-49 {
    margin-bottom: 12.25rem !important;
  }
  .ml-r-lg-49 {
    margin-left: 12.25rem !important;
  }
  .mx-r-lg-49 {
    margin-left: 12.25rem !important;
    margin-right: 12.25rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-49 {
    margin-top: 12.25rem !important;
    margin-bottom: 12.25rem !important;
  }
  .p-r-lg-49 {
    padding: 12.25rem !important;
  }
  .pt-r-lg-49 {
    padding-top: 12.25rem !important;
  }
  .pr-r-lg-49 {
    padding-right: 12.25rem !important;
  }
  .pb-r-lg-49 {
    padding-bottom: 12.25rem !important;
  }
  .pl-r-lg-49 {
    padding-left: 12.25rem !important;
  }
  .px-r-lg-49 {
    padding-left: 12.25rem !important;
    padding-right: 12.25rem !important;
  }
  .py-r-lg-49 {
    padding-top: 12.25rem !important;
    padding-bottom: 12.25rem !important;
  }
  .font-size-lg-49 {
    font-size: 49px;
  }
  .border-radius-r-lg-49 {
    border-radius: 12.25rem !important;
  }
  .border-radius-tl-r-lg-49 {
    border-top-left-radius: 12.25rem !important;
  }
  .border-radius-tr-r-lg-49 {
    border-top-right-radius: 12.25rem !important;
  }
  .border-radius-bl-r-lg-49 {
    border-bottom-left-radius: 12.25rem !important;
  }
  .border-radius-br-r-lg-49 {
    border-bottom-right-radius: 12.25rem !important;
  }
  .border-radius-t-r-lg-49 {
    border-top-left-radius: 12.25rem !important;
    border-top-right-radius: 12.25rem !important;
  }
  .border-radius-b-r-lg-49 {
    border-bottom-left-radius: 12.25rem !important;
    border-bottom-right-radius: 12.25rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-49 {
    margin: 12.25rem !important;
  }
  .mt-r-xl-49 {
    margin-top: 12.25rem !important;
  }
  .mr-r-xl-49 {
    margin-right: 12.25rem !important;
  }
  .mb-r-xl-49 {
    margin-bottom: 12.25rem !important;
  }
  .ml-r-xl-49 {
    margin-left: 12.25rem !important;
  }
  .mx-r-xl-49 {
    margin-left: 12.25rem !important;
    margin-right: 12.25rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-49 {
    margin-top: 12.25rem !important;
    margin-bottom: 12.25rem !important;
  }
  .p-r-xl-49 {
    padding: 12.25rem !important;
  }
  .pt-r-xl-49 {
    padding-top: 12.25rem !important;
  }
  .pr-r-xl-49 {
    padding-right: 12.25rem !important;
  }
  .pb-r-xl-49 {
    padding-bottom: 12.25rem !important;
  }
  .pl-r-xl-49 {
    padding-left: 12.25rem !important;
  }
  .px-r-xl-49 {
    padding-left: 12.25rem !important;
    padding-right: 12.25rem !important;
  }
  .py-r-xl-49 {
    padding-top: 12.25rem !important;
    padding-bottom: 12.25rem !important;
  }
  .font-size-xl-49 {
    font-size: 49px;
  }
  .border-radius-r-xl-49 {
    border-radius: 12.25rem !important;
  }
  .border-radius-tl-r-xl-49 {
    border-top-left-radius: 12.25rem !important;
  }
  .border-radius-tr-r-xl-49 {
    border-top-right-radius: 12.25rem !important;
  }
  .border-radius-bl-r-xl-49 {
    border-bottom-left-radius: 12.25rem !important;
  }
  .border-radius-br-r-xl-49 {
    border-bottom-right-radius: 12.25rem !important;
  }
  .border-radius-t-r-xl-49 {
    border-top-left-radius: 12.25rem !important;
    border-top-right-radius: 12.25rem !important;
  }
  .border-radius-b-r-xl-49 {
    border-bottom-left-radius: 12.25rem !important;
    border-bottom-right-radius: 12.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-49 {
    margin: 12.25rem !important;
  }
  .mt-r-contents-49 {
    margin-top: 12.25rem !important;
  }
  .mr-r-contents-49 {
    margin-right: 12.25rem !important;
  }
  .mb-r-contents-49 {
    margin-bottom: 12.25rem !important;
  }
  .ml-r-contents-49 {
    margin-left: 12.25rem !important;
  }
  .mx-r-contents-49 {
    margin-left: 12.25rem !important;
    margin-right: 12.25rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-49 {
    margin-top: 12.25rem !important;
    margin-bottom: 12.25rem !important;
  }
  .p-r-contents-49 {
    padding: 12.25rem !important;
  }
  .pt-r-contents-49 {
    padding-top: 12.25rem !important;
  }
  .pr-r-contents-49 {
    padding-right: 12.25rem !important;
  }
  .pb-r-contents-49 {
    padding-bottom: 12.25rem !important;
  }
  .pl-r-contents-49 {
    padding-left: 12.25rem !important;
  }
  .px-r-contents-49 {
    padding-left: 12.25rem !important;
    padding-right: 12.25rem !important;
  }
  .py-r-contents-49 {
    padding-top: 12.25rem !important;
    padding-bottom: 12.25rem !important;
  }
  .font-size-contents-49 {
    font-size: 49px;
  }
  .border-radius-r-contents-49 {
    border-radius: 12.25rem !important;
  }
  .border-radius-tl-r-contents-49 {
    border-top-left-radius: 12.25rem !important;
  }
  .border-radius-tr-r-contents-49 {
    border-top-right-radius: 12.25rem !important;
  }
  .border-radius-bl-r-contents-49 {
    border-bottom-left-radius: 12.25rem !important;
  }
  .border-radius-br-r-contents-49 {
    border-bottom-right-radius: 12.25rem !important;
  }
  .border-radius-t-r-contents-49 {
    border-top-left-radius: 12.25rem !important;
    border-top-right-radius: 12.25rem !important;
  }
  .border-radius-b-r-contents-49 {
    border-bottom-left-radius: 12.25rem !important;
    border-bottom-right-radius: 12.25rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-49 {
    margin: 12.25rem !important;
  }
  .mt-r-screen-49 {
    margin-top: 12.25rem !important;
  }
  .mr-r-screen-49 {
    margin-right: 12.25rem !important;
  }
  .mb-r-screen-49 {
    margin-bottom: 12.25rem !important;
  }
  .ml-r-screen-49 {
    margin-left: 12.25rem !important;
  }
  .mx-r-screen-49 {
    margin-left: 12.25rem !important;
    margin-right: 12.25rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-49 {
    margin-top: 12.25rem !important;
    margin-bottom: 12.25rem !important;
  }
  .p-r-screen-49 {
    padding: 12.25rem !important;
  }
  .pt-r-screen-49 {
    padding-top: 12.25rem !important;
  }
  .pr-r-screen-49 {
    padding-right: 12.25rem !important;
  }
  .pb-r-screen-49 {
    padding-bottom: 12.25rem !important;
  }
  .pl-r-screen-49 {
    padding-left: 12.25rem !important;
  }
  .px-r-screen-49 {
    padding-left: 12.25rem !important;
    padding-right: 12.25rem !important;
  }
  .py-r-screen-49 {
    padding-top: 12.25rem !important;
    padding-bottom: 12.25rem !important;
  }
  .font-size-screen-49 {
    font-size: 49px;
  }
  .border-radius-r-screen-49 {
    border-radius: 12.25rem !important;
  }
  .border-radius-tl-r-screen-49 {
    border-top-left-radius: 12.25rem !important;
  }
  .border-radius-tr-r-screen-49 {
    border-top-right-radius: 12.25rem !important;
  }
  .border-radius-bl-r-screen-49 {
    border-bottom-left-radius: 12.25rem !important;
  }
  .border-radius-br-r-screen-49 {
    border-bottom-right-radius: 12.25rem !important;
  }
  .border-radius-t-r-screen-49 {
    border-top-left-radius: 12.25rem !important;
    border-top-right-radius: 12.25rem !important;
  }
  .border-radius-b-r-screen-49 {
    border-bottom-left-radius: 12.25rem !important;
    border-bottom-right-radius: 12.25rem !important;
  }
}
.z-50 {
  z-index: 50;
}

.m-r-50 {
  margin: 12.5rem;
}

.mt-r-50 {
  margin-top: 12.5rem;
}

.mr-r-50 {
  margin-right: 12.5rem;
}

.mb-r-50 {
  margin-bottom: 12.5rem;
}

.ml-r-50 {
  margin-left: 12.5rem;
}

.mx-r-50 {
  margin-left: 12.5rem;
  margin-right: 12.5rem;
}

.my-r-50 {
  margin-top: 12.5rem;
  margin-bottom: 12.5rem;
}

.p-r-50 {
  padding: 12.5rem;
}

.pt-r-50 {
  padding-top: 12.5rem;
}

.pr-r-50 {
  padding-right: 12.5rem;
}

.pb-r-50 {
  padding-bottom: 12.5rem;
}

.pl-r-50 {
  padding-left: 12.5rem;
}

.px-r-50 {
  padding-left: 12.5rem;
  padding-right: 12.5rem;
}

.py-r-50 {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
}

.t-r-50 {
  top: 12.5rem;
}

.l-r-50 {
  left: 12.5rem;
}

.b-r-50 {
  bottom: 12.5rem;
}

.r-r-50 {
  right: 12.5rem;
}

.row-gap-50 {
  margin: -12.5rem;
}

.border-radius-r-50 {
  border-radius: 12.5rem;
}

.border-radius-tl-r-50 {
  border-top-left-radius: 12.5rem;
}

.border-radius-tr-r-50 {
  border-top-right-radius: 12.5rem;
}

.border-radius-bl-r-50 {
  border-bottom-left-radius: 12.5rem;
}

.border-radius-br-r-50 {
  border-bottom-right-radius: 12.5rem;
}

.border-radius-t-r-50 {
  border-top-left-radius: 12.5rem;
  border-top-right-radius: 12.5rem;
}

.border-radius-b-r-50 {
  border-bottom-left-radius: 12.5rem;
  border-bottom-right-radius: 12.5rem;
}

.font-size-50 {
  font-size: 50px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-50 {
    margin: 12.5rem !important;
  }
  .mt-r-xs-50 {
    margin-top: 12.5rem !important;
  }
  .mr-r-xs-50 {
    margin-right: 12.5rem !important;
  }
  .mb-r-xs-50 {
    margin-bottom: 12.5rem !important;
  }
  .ml-r-xs-50 {
    margin-left: 12.5rem !important;
  }
  .mx-r-xs-50 {
    margin-left: 12.5rem !important;
    margin-right: 12.5rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-50 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .p-r-xs-50 {
    padding: 12.5rem !important;
  }
  .pt-r-xs-50 {
    padding-top: 12.5rem !important;
  }
  .pr-r-xs-50 {
    padding-right: 12.5rem !important;
  }
  .pb-r-xs-50 {
    padding-bottom: 12.5rem !important;
  }
  .pl-r-xs-50 {
    padding-left: 12.5rem !important;
  }
  .px-r-xs-50 {
    padding-left: 12.5rem !important;
    padding-right: 12.5rem !important;
  }
  .py-r-xs-50 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .font-size-xs-50 {
    font-size: 50px;
  }
  .border-radius-r-xs-50 {
    border-radius: 12.5rem !important;
  }
  .border-radius-tl-r-xs-50 {
    border-top-left-radius: 12.5rem !important;
  }
  .border-radius-tr-r-xs-50 {
    border-top-right-radius: 12.5rem !important;
  }
  .border-radius-bl-r-xs-50 {
    border-bottom-left-radius: 12.5rem !important;
  }
  .border-radius-br-r-xs-50 {
    border-bottom-right-radius: 12.5rem !important;
  }
  .border-radius-t-r-xs-50 {
    border-top-left-radius: 12.5rem !important;
    border-top-right-radius: 12.5rem !important;
  }
  .border-radius-b-r-xs-50 {
    border-bottom-left-radius: 12.5rem !important;
    border-bottom-right-radius: 12.5rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-50 {
    margin: 12.5rem !important;
  }
  .mt-r-sm-50 {
    margin-top: 12.5rem !important;
  }
  .mr-r-sm-50 {
    margin-right: 12.5rem !important;
  }
  .mb-r-sm-50 {
    margin-bottom: 12.5rem !important;
  }
  .ml-r-sm-50 {
    margin-left: 12.5rem !important;
  }
  .mx-r-sm-50 {
    margin-left: 12.5rem !important;
    margin-right: 12.5rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-50 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .p-r-sm-50 {
    padding: 12.5rem !important;
  }
  .pt-r-sm-50 {
    padding-top: 12.5rem !important;
  }
  .pr-r-sm-50 {
    padding-right: 12.5rem !important;
  }
  .pb-r-sm-50 {
    padding-bottom: 12.5rem !important;
  }
  .pl-r-sm-50 {
    padding-left: 12.5rem !important;
  }
  .px-r-sm-50 {
    padding-left: 12.5rem !important;
    padding-right: 12.5rem !important;
  }
  .py-r-sm-50 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .font-size-sm-50 {
    font-size: 50px;
  }
  .border-radius-r-sm-50 {
    border-radius: 12.5rem !important;
  }
  .border-radius-tl-r-sm-50 {
    border-top-left-radius: 12.5rem !important;
  }
  .border-radius-tr-r-sm-50 {
    border-top-right-radius: 12.5rem !important;
  }
  .border-radius-bl-r-sm-50 {
    border-bottom-left-radius: 12.5rem !important;
  }
  .border-radius-br-r-sm-50 {
    border-bottom-right-radius: 12.5rem !important;
  }
  .border-radius-t-r-sm-50 {
    border-top-left-radius: 12.5rem !important;
    border-top-right-radius: 12.5rem !important;
  }
  .border-radius-b-r-sm-50 {
    border-bottom-left-radius: 12.5rem !important;
    border-bottom-right-radius: 12.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-50 {
    margin: 12.5rem !important;
  }
  .mt-r-md-50 {
    margin-top: 12.5rem !important;
  }
  .mr-r-md-50 {
    margin-right: 12.5rem !important;
  }
  .mb-r-md-50 {
    margin-bottom: 12.5rem !important;
  }
  .ml-r-md-50 {
    margin-left: 12.5rem !important;
  }
  .mx-r-md-50 {
    margin-left: 12.5rem !important;
    margin-right: 12.5rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-50 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .p-r-md-50 {
    padding: 12.5rem !important;
  }
  .pt-r-md-50 {
    padding-top: 12.5rem !important;
  }
  .pr-r-md-50 {
    padding-right: 12.5rem !important;
  }
  .pb-r-md-50 {
    padding-bottom: 12.5rem !important;
  }
  .pl-r-md-50 {
    padding-left: 12.5rem !important;
  }
  .px-r-md-50 {
    padding-left: 12.5rem !important;
    padding-right: 12.5rem !important;
  }
  .py-r-md-50 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .font-size-md-50 {
    font-size: 50px;
  }
  .border-radius-r-md-50 {
    border-radius: 12.5rem !important;
  }
  .border-radius-tl-r-md-50 {
    border-top-left-radius: 12.5rem !important;
  }
  .border-radius-tr-r-md-50 {
    border-top-right-radius: 12.5rem !important;
  }
  .border-radius-bl-r-md-50 {
    border-bottom-left-radius: 12.5rem !important;
  }
  .border-radius-br-r-md-50 {
    border-bottom-right-radius: 12.5rem !important;
  }
  .border-radius-t-r-md-50 {
    border-top-left-radius: 12.5rem !important;
    border-top-right-radius: 12.5rem !important;
  }
  .border-radius-b-r-md-50 {
    border-bottom-left-radius: 12.5rem !important;
    border-bottom-right-radius: 12.5rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-50 {
    margin: 12.5rem !important;
  }
  .mt-r-lg-50 {
    margin-top: 12.5rem !important;
  }
  .mr-r-lg-50 {
    margin-right: 12.5rem !important;
  }
  .mb-r-lg-50 {
    margin-bottom: 12.5rem !important;
  }
  .ml-r-lg-50 {
    margin-left: 12.5rem !important;
  }
  .mx-r-lg-50 {
    margin-left: 12.5rem !important;
    margin-right: 12.5rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-50 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .p-r-lg-50 {
    padding: 12.5rem !important;
  }
  .pt-r-lg-50 {
    padding-top: 12.5rem !important;
  }
  .pr-r-lg-50 {
    padding-right: 12.5rem !important;
  }
  .pb-r-lg-50 {
    padding-bottom: 12.5rem !important;
  }
  .pl-r-lg-50 {
    padding-left: 12.5rem !important;
  }
  .px-r-lg-50 {
    padding-left: 12.5rem !important;
    padding-right: 12.5rem !important;
  }
  .py-r-lg-50 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .font-size-lg-50 {
    font-size: 50px;
  }
  .border-radius-r-lg-50 {
    border-radius: 12.5rem !important;
  }
  .border-radius-tl-r-lg-50 {
    border-top-left-radius: 12.5rem !important;
  }
  .border-radius-tr-r-lg-50 {
    border-top-right-radius: 12.5rem !important;
  }
  .border-radius-bl-r-lg-50 {
    border-bottom-left-radius: 12.5rem !important;
  }
  .border-radius-br-r-lg-50 {
    border-bottom-right-radius: 12.5rem !important;
  }
  .border-radius-t-r-lg-50 {
    border-top-left-radius: 12.5rem !important;
    border-top-right-radius: 12.5rem !important;
  }
  .border-radius-b-r-lg-50 {
    border-bottom-left-radius: 12.5rem !important;
    border-bottom-right-radius: 12.5rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-50 {
    margin: 12.5rem !important;
  }
  .mt-r-xl-50 {
    margin-top: 12.5rem !important;
  }
  .mr-r-xl-50 {
    margin-right: 12.5rem !important;
  }
  .mb-r-xl-50 {
    margin-bottom: 12.5rem !important;
  }
  .ml-r-xl-50 {
    margin-left: 12.5rem !important;
  }
  .mx-r-xl-50 {
    margin-left: 12.5rem !important;
    margin-right: 12.5rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-50 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .p-r-xl-50 {
    padding: 12.5rem !important;
  }
  .pt-r-xl-50 {
    padding-top: 12.5rem !important;
  }
  .pr-r-xl-50 {
    padding-right: 12.5rem !important;
  }
  .pb-r-xl-50 {
    padding-bottom: 12.5rem !important;
  }
  .pl-r-xl-50 {
    padding-left: 12.5rem !important;
  }
  .px-r-xl-50 {
    padding-left: 12.5rem !important;
    padding-right: 12.5rem !important;
  }
  .py-r-xl-50 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .font-size-xl-50 {
    font-size: 50px;
  }
  .border-radius-r-xl-50 {
    border-radius: 12.5rem !important;
  }
  .border-radius-tl-r-xl-50 {
    border-top-left-radius: 12.5rem !important;
  }
  .border-radius-tr-r-xl-50 {
    border-top-right-radius: 12.5rem !important;
  }
  .border-radius-bl-r-xl-50 {
    border-bottom-left-radius: 12.5rem !important;
  }
  .border-radius-br-r-xl-50 {
    border-bottom-right-radius: 12.5rem !important;
  }
  .border-radius-t-r-xl-50 {
    border-top-left-radius: 12.5rem !important;
    border-top-right-radius: 12.5rem !important;
  }
  .border-radius-b-r-xl-50 {
    border-bottom-left-radius: 12.5rem !important;
    border-bottom-right-radius: 12.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-50 {
    margin: 12.5rem !important;
  }
  .mt-r-contents-50 {
    margin-top: 12.5rem !important;
  }
  .mr-r-contents-50 {
    margin-right: 12.5rem !important;
  }
  .mb-r-contents-50 {
    margin-bottom: 12.5rem !important;
  }
  .ml-r-contents-50 {
    margin-left: 12.5rem !important;
  }
  .mx-r-contents-50 {
    margin-left: 12.5rem !important;
    margin-right: 12.5rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-50 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .p-r-contents-50 {
    padding: 12.5rem !important;
  }
  .pt-r-contents-50 {
    padding-top: 12.5rem !important;
  }
  .pr-r-contents-50 {
    padding-right: 12.5rem !important;
  }
  .pb-r-contents-50 {
    padding-bottom: 12.5rem !important;
  }
  .pl-r-contents-50 {
    padding-left: 12.5rem !important;
  }
  .px-r-contents-50 {
    padding-left: 12.5rem !important;
    padding-right: 12.5rem !important;
  }
  .py-r-contents-50 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .font-size-contents-50 {
    font-size: 50px;
  }
  .border-radius-r-contents-50 {
    border-radius: 12.5rem !important;
  }
  .border-radius-tl-r-contents-50 {
    border-top-left-radius: 12.5rem !important;
  }
  .border-radius-tr-r-contents-50 {
    border-top-right-radius: 12.5rem !important;
  }
  .border-radius-bl-r-contents-50 {
    border-bottom-left-radius: 12.5rem !important;
  }
  .border-radius-br-r-contents-50 {
    border-bottom-right-radius: 12.5rem !important;
  }
  .border-radius-t-r-contents-50 {
    border-top-left-radius: 12.5rem !important;
    border-top-right-radius: 12.5rem !important;
  }
  .border-radius-b-r-contents-50 {
    border-bottom-left-radius: 12.5rem !important;
    border-bottom-right-radius: 12.5rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-50 {
    margin: 12.5rem !important;
  }
  .mt-r-screen-50 {
    margin-top: 12.5rem !important;
  }
  .mr-r-screen-50 {
    margin-right: 12.5rem !important;
  }
  .mb-r-screen-50 {
    margin-bottom: 12.5rem !important;
  }
  .ml-r-screen-50 {
    margin-left: 12.5rem !important;
  }
  .mx-r-screen-50 {
    margin-left: 12.5rem !important;
    margin-right: 12.5rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-50 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .p-r-screen-50 {
    padding: 12.5rem !important;
  }
  .pt-r-screen-50 {
    padding-top: 12.5rem !important;
  }
  .pr-r-screen-50 {
    padding-right: 12.5rem !important;
  }
  .pb-r-screen-50 {
    padding-bottom: 12.5rem !important;
  }
  .pl-r-screen-50 {
    padding-left: 12.5rem !important;
  }
  .px-r-screen-50 {
    padding-left: 12.5rem !important;
    padding-right: 12.5rem !important;
  }
  .py-r-screen-50 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .font-size-screen-50 {
    font-size: 50px;
  }
  .border-radius-r-screen-50 {
    border-radius: 12.5rem !important;
  }
  .border-radius-tl-r-screen-50 {
    border-top-left-radius: 12.5rem !important;
  }
  .border-radius-tr-r-screen-50 {
    border-top-right-radius: 12.5rem !important;
  }
  .border-radius-bl-r-screen-50 {
    border-bottom-left-radius: 12.5rem !important;
  }
  .border-radius-br-r-screen-50 {
    border-bottom-right-radius: 12.5rem !important;
  }
  .border-radius-t-r-screen-50 {
    border-top-left-radius: 12.5rem !important;
    border-top-right-radius: 12.5rem !important;
  }
  .border-radius-b-r-screen-50 {
    border-bottom-left-radius: 12.5rem !important;
    border-bottom-right-radius: 12.5rem !important;
  }
}
.z-51 {
  z-index: 51;
}

.m-r-51 {
  margin: 12.75rem;
}

.mt-r-51 {
  margin-top: 12.75rem;
}

.mr-r-51 {
  margin-right: 12.75rem;
}

.mb-r-51 {
  margin-bottom: 12.75rem;
}

.ml-r-51 {
  margin-left: 12.75rem;
}

.mx-r-51 {
  margin-left: 12.75rem;
  margin-right: 12.75rem;
}

.my-r-51 {
  margin-top: 12.75rem;
  margin-bottom: 12.75rem;
}

.p-r-51 {
  padding: 12.75rem;
}

.pt-r-51 {
  padding-top: 12.75rem;
}

.pr-r-51 {
  padding-right: 12.75rem;
}

.pb-r-51 {
  padding-bottom: 12.75rem;
}

.pl-r-51 {
  padding-left: 12.75rem;
}

.px-r-51 {
  padding-left: 12.75rem;
  padding-right: 12.75rem;
}

.py-r-51 {
  padding-top: 12.75rem;
  padding-bottom: 12.75rem;
}

.t-r-51 {
  top: 12.75rem;
}

.l-r-51 {
  left: 12.75rem;
}

.b-r-51 {
  bottom: 12.75rem;
}

.r-r-51 {
  right: 12.75rem;
}

.row-gap-51 {
  margin: -12.75rem;
}

.border-radius-r-51 {
  border-radius: 12.75rem;
}

.border-radius-tl-r-51 {
  border-top-left-radius: 12.75rem;
}

.border-radius-tr-r-51 {
  border-top-right-radius: 12.75rem;
}

.border-radius-bl-r-51 {
  border-bottom-left-radius: 12.75rem;
}

.border-radius-br-r-51 {
  border-bottom-right-radius: 12.75rem;
}

.border-radius-t-r-51 {
  border-top-left-radius: 12.75rem;
  border-top-right-radius: 12.75rem;
}

.border-radius-b-r-51 {
  border-bottom-left-radius: 12.75rem;
  border-bottom-right-radius: 12.75rem;
}

.font-size-51 {
  font-size: 51px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-51 {
    margin: 12.75rem !important;
  }
  .mt-r-xs-51 {
    margin-top: 12.75rem !important;
  }
  .mr-r-xs-51 {
    margin-right: 12.75rem !important;
  }
  .mb-r-xs-51 {
    margin-bottom: 12.75rem !important;
  }
  .ml-r-xs-51 {
    margin-left: 12.75rem !important;
  }
  .mx-r-xs-51 {
    margin-left: 12.75rem !important;
    margin-right: 12.75rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-51 {
    margin-top: 12.75rem !important;
    margin-bottom: 12.75rem !important;
  }
  .p-r-xs-51 {
    padding: 12.75rem !important;
  }
  .pt-r-xs-51 {
    padding-top: 12.75rem !important;
  }
  .pr-r-xs-51 {
    padding-right: 12.75rem !important;
  }
  .pb-r-xs-51 {
    padding-bottom: 12.75rem !important;
  }
  .pl-r-xs-51 {
    padding-left: 12.75rem !important;
  }
  .px-r-xs-51 {
    padding-left: 12.75rem !important;
    padding-right: 12.75rem !important;
  }
  .py-r-xs-51 {
    padding-top: 12.75rem !important;
    padding-bottom: 12.75rem !important;
  }
  .font-size-xs-51 {
    font-size: 51px;
  }
  .border-radius-r-xs-51 {
    border-radius: 12.75rem !important;
  }
  .border-radius-tl-r-xs-51 {
    border-top-left-radius: 12.75rem !important;
  }
  .border-radius-tr-r-xs-51 {
    border-top-right-radius: 12.75rem !important;
  }
  .border-radius-bl-r-xs-51 {
    border-bottom-left-radius: 12.75rem !important;
  }
  .border-radius-br-r-xs-51 {
    border-bottom-right-radius: 12.75rem !important;
  }
  .border-radius-t-r-xs-51 {
    border-top-left-radius: 12.75rem !important;
    border-top-right-radius: 12.75rem !important;
  }
  .border-radius-b-r-xs-51 {
    border-bottom-left-radius: 12.75rem !important;
    border-bottom-right-radius: 12.75rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-51 {
    margin: 12.75rem !important;
  }
  .mt-r-sm-51 {
    margin-top: 12.75rem !important;
  }
  .mr-r-sm-51 {
    margin-right: 12.75rem !important;
  }
  .mb-r-sm-51 {
    margin-bottom: 12.75rem !important;
  }
  .ml-r-sm-51 {
    margin-left: 12.75rem !important;
  }
  .mx-r-sm-51 {
    margin-left: 12.75rem !important;
    margin-right: 12.75rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-51 {
    margin-top: 12.75rem !important;
    margin-bottom: 12.75rem !important;
  }
  .p-r-sm-51 {
    padding: 12.75rem !important;
  }
  .pt-r-sm-51 {
    padding-top: 12.75rem !important;
  }
  .pr-r-sm-51 {
    padding-right: 12.75rem !important;
  }
  .pb-r-sm-51 {
    padding-bottom: 12.75rem !important;
  }
  .pl-r-sm-51 {
    padding-left: 12.75rem !important;
  }
  .px-r-sm-51 {
    padding-left: 12.75rem !important;
    padding-right: 12.75rem !important;
  }
  .py-r-sm-51 {
    padding-top: 12.75rem !important;
    padding-bottom: 12.75rem !important;
  }
  .font-size-sm-51 {
    font-size: 51px;
  }
  .border-radius-r-sm-51 {
    border-radius: 12.75rem !important;
  }
  .border-radius-tl-r-sm-51 {
    border-top-left-radius: 12.75rem !important;
  }
  .border-radius-tr-r-sm-51 {
    border-top-right-radius: 12.75rem !important;
  }
  .border-radius-bl-r-sm-51 {
    border-bottom-left-radius: 12.75rem !important;
  }
  .border-radius-br-r-sm-51 {
    border-bottom-right-radius: 12.75rem !important;
  }
  .border-radius-t-r-sm-51 {
    border-top-left-radius: 12.75rem !important;
    border-top-right-radius: 12.75rem !important;
  }
  .border-radius-b-r-sm-51 {
    border-bottom-left-radius: 12.75rem !important;
    border-bottom-right-radius: 12.75rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-51 {
    margin: 12.75rem !important;
  }
  .mt-r-md-51 {
    margin-top: 12.75rem !important;
  }
  .mr-r-md-51 {
    margin-right: 12.75rem !important;
  }
  .mb-r-md-51 {
    margin-bottom: 12.75rem !important;
  }
  .ml-r-md-51 {
    margin-left: 12.75rem !important;
  }
  .mx-r-md-51 {
    margin-left: 12.75rem !important;
    margin-right: 12.75rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-51 {
    margin-top: 12.75rem !important;
    margin-bottom: 12.75rem !important;
  }
  .p-r-md-51 {
    padding: 12.75rem !important;
  }
  .pt-r-md-51 {
    padding-top: 12.75rem !important;
  }
  .pr-r-md-51 {
    padding-right: 12.75rem !important;
  }
  .pb-r-md-51 {
    padding-bottom: 12.75rem !important;
  }
  .pl-r-md-51 {
    padding-left: 12.75rem !important;
  }
  .px-r-md-51 {
    padding-left: 12.75rem !important;
    padding-right: 12.75rem !important;
  }
  .py-r-md-51 {
    padding-top: 12.75rem !important;
    padding-bottom: 12.75rem !important;
  }
  .font-size-md-51 {
    font-size: 51px;
  }
  .border-radius-r-md-51 {
    border-radius: 12.75rem !important;
  }
  .border-radius-tl-r-md-51 {
    border-top-left-radius: 12.75rem !important;
  }
  .border-radius-tr-r-md-51 {
    border-top-right-radius: 12.75rem !important;
  }
  .border-radius-bl-r-md-51 {
    border-bottom-left-radius: 12.75rem !important;
  }
  .border-radius-br-r-md-51 {
    border-bottom-right-radius: 12.75rem !important;
  }
  .border-radius-t-r-md-51 {
    border-top-left-radius: 12.75rem !important;
    border-top-right-radius: 12.75rem !important;
  }
  .border-radius-b-r-md-51 {
    border-bottom-left-radius: 12.75rem !important;
    border-bottom-right-radius: 12.75rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-51 {
    margin: 12.75rem !important;
  }
  .mt-r-lg-51 {
    margin-top: 12.75rem !important;
  }
  .mr-r-lg-51 {
    margin-right: 12.75rem !important;
  }
  .mb-r-lg-51 {
    margin-bottom: 12.75rem !important;
  }
  .ml-r-lg-51 {
    margin-left: 12.75rem !important;
  }
  .mx-r-lg-51 {
    margin-left: 12.75rem !important;
    margin-right: 12.75rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-51 {
    margin-top: 12.75rem !important;
    margin-bottom: 12.75rem !important;
  }
  .p-r-lg-51 {
    padding: 12.75rem !important;
  }
  .pt-r-lg-51 {
    padding-top: 12.75rem !important;
  }
  .pr-r-lg-51 {
    padding-right: 12.75rem !important;
  }
  .pb-r-lg-51 {
    padding-bottom: 12.75rem !important;
  }
  .pl-r-lg-51 {
    padding-left: 12.75rem !important;
  }
  .px-r-lg-51 {
    padding-left: 12.75rem !important;
    padding-right: 12.75rem !important;
  }
  .py-r-lg-51 {
    padding-top: 12.75rem !important;
    padding-bottom: 12.75rem !important;
  }
  .font-size-lg-51 {
    font-size: 51px;
  }
  .border-radius-r-lg-51 {
    border-radius: 12.75rem !important;
  }
  .border-radius-tl-r-lg-51 {
    border-top-left-radius: 12.75rem !important;
  }
  .border-radius-tr-r-lg-51 {
    border-top-right-radius: 12.75rem !important;
  }
  .border-radius-bl-r-lg-51 {
    border-bottom-left-radius: 12.75rem !important;
  }
  .border-radius-br-r-lg-51 {
    border-bottom-right-radius: 12.75rem !important;
  }
  .border-radius-t-r-lg-51 {
    border-top-left-radius: 12.75rem !important;
    border-top-right-radius: 12.75rem !important;
  }
  .border-radius-b-r-lg-51 {
    border-bottom-left-radius: 12.75rem !important;
    border-bottom-right-radius: 12.75rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-51 {
    margin: 12.75rem !important;
  }
  .mt-r-xl-51 {
    margin-top: 12.75rem !important;
  }
  .mr-r-xl-51 {
    margin-right: 12.75rem !important;
  }
  .mb-r-xl-51 {
    margin-bottom: 12.75rem !important;
  }
  .ml-r-xl-51 {
    margin-left: 12.75rem !important;
  }
  .mx-r-xl-51 {
    margin-left: 12.75rem !important;
    margin-right: 12.75rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-51 {
    margin-top: 12.75rem !important;
    margin-bottom: 12.75rem !important;
  }
  .p-r-xl-51 {
    padding: 12.75rem !important;
  }
  .pt-r-xl-51 {
    padding-top: 12.75rem !important;
  }
  .pr-r-xl-51 {
    padding-right: 12.75rem !important;
  }
  .pb-r-xl-51 {
    padding-bottom: 12.75rem !important;
  }
  .pl-r-xl-51 {
    padding-left: 12.75rem !important;
  }
  .px-r-xl-51 {
    padding-left: 12.75rem !important;
    padding-right: 12.75rem !important;
  }
  .py-r-xl-51 {
    padding-top: 12.75rem !important;
    padding-bottom: 12.75rem !important;
  }
  .font-size-xl-51 {
    font-size: 51px;
  }
  .border-radius-r-xl-51 {
    border-radius: 12.75rem !important;
  }
  .border-radius-tl-r-xl-51 {
    border-top-left-radius: 12.75rem !important;
  }
  .border-radius-tr-r-xl-51 {
    border-top-right-radius: 12.75rem !important;
  }
  .border-radius-bl-r-xl-51 {
    border-bottom-left-radius: 12.75rem !important;
  }
  .border-radius-br-r-xl-51 {
    border-bottom-right-radius: 12.75rem !important;
  }
  .border-radius-t-r-xl-51 {
    border-top-left-radius: 12.75rem !important;
    border-top-right-radius: 12.75rem !important;
  }
  .border-radius-b-r-xl-51 {
    border-bottom-left-radius: 12.75rem !important;
    border-bottom-right-radius: 12.75rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-51 {
    margin: 12.75rem !important;
  }
  .mt-r-contents-51 {
    margin-top: 12.75rem !important;
  }
  .mr-r-contents-51 {
    margin-right: 12.75rem !important;
  }
  .mb-r-contents-51 {
    margin-bottom: 12.75rem !important;
  }
  .ml-r-contents-51 {
    margin-left: 12.75rem !important;
  }
  .mx-r-contents-51 {
    margin-left: 12.75rem !important;
    margin-right: 12.75rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-51 {
    margin-top: 12.75rem !important;
    margin-bottom: 12.75rem !important;
  }
  .p-r-contents-51 {
    padding: 12.75rem !important;
  }
  .pt-r-contents-51 {
    padding-top: 12.75rem !important;
  }
  .pr-r-contents-51 {
    padding-right: 12.75rem !important;
  }
  .pb-r-contents-51 {
    padding-bottom: 12.75rem !important;
  }
  .pl-r-contents-51 {
    padding-left: 12.75rem !important;
  }
  .px-r-contents-51 {
    padding-left: 12.75rem !important;
    padding-right: 12.75rem !important;
  }
  .py-r-contents-51 {
    padding-top: 12.75rem !important;
    padding-bottom: 12.75rem !important;
  }
  .font-size-contents-51 {
    font-size: 51px;
  }
  .border-radius-r-contents-51 {
    border-radius: 12.75rem !important;
  }
  .border-radius-tl-r-contents-51 {
    border-top-left-radius: 12.75rem !important;
  }
  .border-radius-tr-r-contents-51 {
    border-top-right-radius: 12.75rem !important;
  }
  .border-radius-bl-r-contents-51 {
    border-bottom-left-radius: 12.75rem !important;
  }
  .border-radius-br-r-contents-51 {
    border-bottom-right-radius: 12.75rem !important;
  }
  .border-radius-t-r-contents-51 {
    border-top-left-radius: 12.75rem !important;
    border-top-right-radius: 12.75rem !important;
  }
  .border-radius-b-r-contents-51 {
    border-bottom-left-radius: 12.75rem !important;
    border-bottom-right-radius: 12.75rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-51 {
    margin: 12.75rem !important;
  }
  .mt-r-screen-51 {
    margin-top: 12.75rem !important;
  }
  .mr-r-screen-51 {
    margin-right: 12.75rem !important;
  }
  .mb-r-screen-51 {
    margin-bottom: 12.75rem !important;
  }
  .ml-r-screen-51 {
    margin-left: 12.75rem !important;
  }
  .mx-r-screen-51 {
    margin-left: 12.75rem !important;
    margin-right: 12.75rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-51 {
    margin-top: 12.75rem !important;
    margin-bottom: 12.75rem !important;
  }
  .p-r-screen-51 {
    padding: 12.75rem !important;
  }
  .pt-r-screen-51 {
    padding-top: 12.75rem !important;
  }
  .pr-r-screen-51 {
    padding-right: 12.75rem !important;
  }
  .pb-r-screen-51 {
    padding-bottom: 12.75rem !important;
  }
  .pl-r-screen-51 {
    padding-left: 12.75rem !important;
  }
  .px-r-screen-51 {
    padding-left: 12.75rem !important;
    padding-right: 12.75rem !important;
  }
  .py-r-screen-51 {
    padding-top: 12.75rem !important;
    padding-bottom: 12.75rem !important;
  }
  .font-size-screen-51 {
    font-size: 51px;
  }
  .border-radius-r-screen-51 {
    border-radius: 12.75rem !important;
  }
  .border-radius-tl-r-screen-51 {
    border-top-left-radius: 12.75rem !important;
  }
  .border-radius-tr-r-screen-51 {
    border-top-right-radius: 12.75rem !important;
  }
  .border-radius-bl-r-screen-51 {
    border-bottom-left-radius: 12.75rem !important;
  }
  .border-radius-br-r-screen-51 {
    border-bottom-right-radius: 12.75rem !important;
  }
  .border-radius-t-r-screen-51 {
    border-top-left-radius: 12.75rem !important;
    border-top-right-radius: 12.75rem !important;
  }
  .border-radius-b-r-screen-51 {
    border-bottom-left-radius: 12.75rem !important;
    border-bottom-right-radius: 12.75rem !important;
  }
}
.z-52 {
  z-index: 52;
}

.m-r-52 {
  margin: 13rem;
}

.mt-r-52 {
  margin-top: 13rem;
}

.mr-r-52 {
  margin-right: 13rem;
}

.mb-r-52 {
  margin-bottom: 13rem;
}

.ml-r-52 {
  margin-left: 13rem;
}

.mx-r-52 {
  margin-left: 13rem;
  margin-right: 13rem;
}

.my-r-52 {
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.p-r-52 {
  padding: 13rem;
}

.pt-r-52 {
  padding-top: 13rem;
}

.pr-r-52 {
  padding-right: 13rem;
}

.pb-r-52 {
  padding-bottom: 13rem;
}

.pl-r-52 {
  padding-left: 13rem;
}

.px-r-52 {
  padding-left: 13rem;
  padding-right: 13rem;
}

.py-r-52 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.t-r-52 {
  top: 13rem;
}

.l-r-52 {
  left: 13rem;
}

.b-r-52 {
  bottom: 13rem;
}

.r-r-52 {
  right: 13rem;
}

.row-gap-52 {
  margin: -13rem;
}

.border-radius-r-52 {
  border-radius: 13rem;
}

.border-radius-tl-r-52 {
  border-top-left-radius: 13rem;
}

.border-radius-tr-r-52 {
  border-top-right-radius: 13rem;
}

.border-radius-bl-r-52 {
  border-bottom-left-radius: 13rem;
}

.border-radius-br-r-52 {
  border-bottom-right-radius: 13rem;
}

.border-radius-t-r-52 {
  border-top-left-radius: 13rem;
  border-top-right-radius: 13rem;
}

.border-radius-b-r-52 {
  border-bottom-left-radius: 13rem;
  border-bottom-right-radius: 13rem;
}

.font-size-52 {
  font-size: 52px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-52 {
    margin: 13rem !important;
  }
  .mt-r-xs-52 {
    margin-top: 13rem !important;
  }
  .mr-r-xs-52 {
    margin-right: 13rem !important;
  }
  .mb-r-xs-52 {
    margin-bottom: 13rem !important;
  }
  .ml-r-xs-52 {
    margin-left: 13rem !important;
  }
  .mx-r-xs-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .p-r-xs-52 {
    padding: 13rem !important;
  }
  .pt-r-xs-52 {
    padding-top: 13rem !important;
  }
  .pr-r-xs-52 {
    padding-right: 13rem !important;
  }
  .pb-r-xs-52 {
    padding-bottom: 13rem !important;
  }
  .pl-r-xs-52 {
    padding-left: 13rem !important;
  }
  .px-r-xs-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }
  .py-r-xs-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .font-size-xs-52 {
    font-size: 52px;
  }
  .border-radius-r-xs-52 {
    border-radius: 13rem !important;
  }
  .border-radius-tl-r-xs-52 {
    border-top-left-radius: 13rem !important;
  }
  .border-radius-tr-r-xs-52 {
    border-top-right-radius: 13rem !important;
  }
  .border-radius-bl-r-xs-52 {
    border-bottom-left-radius: 13rem !important;
  }
  .border-radius-br-r-xs-52 {
    border-bottom-right-radius: 13rem !important;
  }
  .border-radius-t-r-xs-52 {
    border-top-left-radius: 13rem !important;
    border-top-right-radius: 13rem !important;
  }
  .border-radius-b-r-xs-52 {
    border-bottom-left-radius: 13rem !important;
    border-bottom-right-radius: 13rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-52 {
    margin: 13rem !important;
  }
  .mt-r-sm-52 {
    margin-top: 13rem !important;
  }
  .mr-r-sm-52 {
    margin-right: 13rem !important;
  }
  .mb-r-sm-52 {
    margin-bottom: 13rem !important;
  }
  .ml-r-sm-52 {
    margin-left: 13rem !important;
  }
  .mx-r-sm-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .p-r-sm-52 {
    padding: 13rem !important;
  }
  .pt-r-sm-52 {
    padding-top: 13rem !important;
  }
  .pr-r-sm-52 {
    padding-right: 13rem !important;
  }
  .pb-r-sm-52 {
    padding-bottom: 13rem !important;
  }
  .pl-r-sm-52 {
    padding-left: 13rem !important;
  }
  .px-r-sm-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }
  .py-r-sm-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .font-size-sm-52 {
    font-size: 52px;
  }
  .border-radius-r-sm-52 {
    border-radius: 13rem !important;
  }
  .border-radius-tl-r-sm-52 {
    border-top-left-radius: 13rem !important;
  }
  .border-radius-tr-r-sm-52 {
    border-top-right-radius: 13rem !important;
  }
  .border-radius-bl-r-sm-52 {
    border-bottom-left-radius: 13rem !important;
  }
  .border-radius-br-r-sm-52 {
    border-bottom-right-radius: 13rem !important;
  }
  .border-radius-t-r-sm-52 {
    border-top-left-radius: 13rem !important;
    border-top-right-radius: 13rem !important;
  }
  .border-radius-b-r-sm-52 {
    border-bottom-left-radius: 13rem !important;
    border-bottom-right-radius: 13rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-52 {
    margin: 13rem !important;
  }
  .mt-r-md-52 {
    margin-top: 13rem !important;
  }
  .mr-r-md-52 {
    margin-right: 13rem !important;
  }
  .mb-r-md-52 {
    margin-bottom: 13rem !important;
  }
  .ml-r-md-52 {
    margin-left: 13rem !important;
  }
  .mx-r-md-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .p-r-md-52 {
    padding: 13rem !important;
  }
  .pt-r-md-52 {
    padding-top: 13rem !important;
  }
  .pr-r-md-52 {
    padding-right: 13rem !important;
  }
  .pb-r-md-52 {
    padding-bottom: 13rem !important;
  }
  .pl-r-md-52 {
    padding-left: 13rem !important;
  }
  .px-r-md-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }
  .py-r-md-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .font-size-md-52 {
    font-size: 52px;
  }
  .border-radius-r-md-52 {
    border-radius: 13rem !important;
  }
  .border-radius-tl-r-md-52 {
    border-top-left-radius: 13rem !important;
  }
  .border-radius-tr-r-md-52 {
    border-top-right-radius: 13rem !important;
  }
  .border-radius-bl-r-md-52 {
    border-bottom-left-radius: 13rem !important;
  }
  .border-radius-br-r-md-52 {
    border-bottom-right-radius: 13rem !important;
  }
  .border-radius-t-r-md-52 {
    border-top-left-radius: 13rem !important;
    border-top-right-radius: 13rem !important;
  }
  .border-radius-b-r-md-52 {
    border-bottom-left-radius: 13rem !important;
    border-bottom-right-radius: 13rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-52 {
    margin: 13rem !important;
  }
  .mt-r-lg-52 {
    margin-top: 13rem !important;
  }
  .mr-r-lg-52 {
    margin-right: 13rem !important;
  }
  .mb-r-lg-52 {
    margin-bottom: 13rem !important;
  }
  .ml-r-lg-52 {
    margin-left: 13rem !important;
  }
  .mx-r-lg-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .p-r-lg-52 {
    padding: 13rem !important;
  }
  .pt-r-lg-52 {
    padding-top: 13rem !important;
  }
  .pr-r-lg-52 {
    padding-right: 13rem !important;
  }
  .pb-r-lg-52 {
    padding-bottom: 13rem !important;
  }
  .pl-r-lg-52 {
    padding-left: 13rem !important;
  }
  .px-r-lg-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }
  .py-r-lg-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .font-size-lg-52 {
    font-size: 52px;
  }
  .border-radius-r-lg-52 {
    border-radius: 13rem !important;
  }
  .border-radius-tl-r-lg-52 {
    border-top-left-radius: 13rem !important;
  }
  .border-radius-tr-r-lg-52 {
    border-top-right-radius: 13rem !important;
  }
  .border-radius-bl-r-lg-52 {
    border-bottom-left-radius: 13rem !important;
  }
  .border-radius-br-r-lg-52 {
    border-bottom-right-radius: 13rem !important;
  }
  .border-radius-t-r-lg-52 {
    border-top-left-radius: 13rem !important;
    border-top-right-radius: 13rem !important;
  }
  .border-radius-b-r-lg-52 {
    border-bottom-left-radius: 13rem !important;
    border-bottom-right-radius: 13rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-52 {
    margin: 13rem !important;
  }
  .mt-r-xl-52 {
    margin-top: 13rem !important;
  }
  .mr-r-xl-52 {
    margin-right: 13rem !important;
  }
  .mb-r-xl-52 {
    margin-bottom: 13rem !important;
  }
  .ml-r-xl-52 {
    margin-left: 13rem !important;
  }
  .mx-r-xl-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .p-r-xl-52 {
    padding: 13rem !important;
  }
  .pt-r-xl-52 {
    padding-top: 13rem !important;
  }
  .pr-r-xl-52 {
    padding-right: 13rem !important;
  }
  .pb-r-xl-52 {
    padding-bottom: 13rem !important;
  }
  .pl-r-xl-52 {
    padding-left: 13rem !important;
  }
  .px-r-xl-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }
  .py-r-xl-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .font-size-xl-52 {
    font-size: 52px;
  }
  .border-radius-r-xl-52 {
    border-radius: 13rem !important;
  }
  .border-radius-tl-r-xl-52 {
    border-top-left-radius: 13rem !important;
  }
  .border-radius-tr-r-xl-52 {
    border-top-right-radius: 13rem !important;
  }
  .border-radius-bl-r-xl-52 {
    border-bottom-left-radius: 13rem !important;
  }
  .border-radius-br-r-xl-52 {
    border-bottom-right-radius: 13rem !important;
  }
  .border-radius-t-r-xl-52 {
    border-top-left-radius: 13rem !important;
    border-top-right-radius: 13rem !important;
  }
  .border-radius-b-r-xl-52 {
    border-bottom-left-radius: 13rem !important;
    border-bottom-right-radius: 13rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-52 {
    margin: 13rem !important;
  }
  .mt-r-contents-52 {
    margin-top: 13rem !important;
  }
  .mr-r-contents-52 {
    margin-right: 13rem !important;
  }
  .mb-r-contents-52 {
    margin-bottom: 13rem !important;
  }
  .ml-r-contents-52 {
    margin-left: 13rem !important;
  }
  .mx-r-contents-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .p-r-contents-52 {
    padding: 13rem !important;
  }
  .pt-r-contents-52 {
    padding-top: 13rem !important;
  }
  .pr-r-contents-52 {
    padding-right: 13rem !important;
  }
  .pb-r-contents-52 {
    padding-bottom: 13rem !important;
  }
  .pl-r-contents-52 {
    padding-left: 13rem !important;
  }
  .px-r-contents-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }
  .py-r-contents-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .font-size-contents-52 {
    font-size: 52px;
  }
  .border-radius-r-contents-52 {
    border-radius: 13rem !important;
  }
  .border-radius-tl-r-contents-52 {
    border-top-left-radius: 13rem !important;
  }
  .border-radius-tr-r-contents-52 {
    border-top-right-radius: 13rem !important;
  }
  .border-radius-bl-r-contents-52 {
    border-bottom-left-radius: 13rem !important;
  }
  .border-radius-br-r-contents-52 {
    border-bottom-right-radius: 13rem !important;
  }
  .border-radius-t-r-contents-52 {
    border-top-left-radius: 13rem !important;
    border-top-right-radius: 13rem !important;
  }
  .border-radius-b-r-contents-52 {
    border-bottom-left-radius: 13rem !important;
    border-bottom-right-radius: 13rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-52 {
    margin: 13rem !important;
  }
  .mt-r-screen-52 {
    margin-top: 13rem !important;
  }
  .mr-r-screen-52 {
    margin-right: 13rem !important;
  }
  .mb-r-screen-52 {
    margin-bottom: 13rem !important;
  }
  .ml-r-screen-52 {
    margin-left: 13rem !important;
  }
  .mx-r-screen-52 {
    margin-left: 13rem !important;
    margin-right: 13rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-52 {
    margin-top: 13rem !important;
    margin-bottom: 13rem !important;
  }
  .p-r-screen-52 {
    padding: 13rem !important;
  }
  .pt-r-screen-52 {
    padding-top: 13rem !important;
  }
  .pr-r-screen-52 {
    padding-right: 13rem !important;
  }
  .pb-r-screen-52 {
    padding-bottom: 13rem !important;
  }
  .pl-r-screen-52 {
    padding-left: 13rem !important;
  }
  .px-r-screen-52 {
    padding-left: 13rem !important;
    padding-right: 13rem !important;
  }
  .py-r-screen-52 {
    padding-top: 13rem !important;
    padding-bottom: 13rem !important;
  }
  .font-size-screen-52 {
    font-size: 52px;
  }
  .border-radius-r-screen-52 {
    border-radius: 13rem !important;
  }
  .border-radius-tl-r-screen-52 {
    border-top-left-radius: 13rem !important;
  }
  .border-radius-tr-r-screen-52 {
    border-top-right-radius: 13rem !important;
  }
  .border-radius-bl-r-screen-52 {
    border-bottom-left-radius: 13rem !important;
  }
  .border-radius-br-r-screen-52 {
    border-bottom-right-radius: 13rem !important;
  }
  .border-radius-t-r-screen-52 {
    border-top-left-radius: 13rem !important;
    border-top-right-radius: 13rem !important;
  }
  .border-radius-b-r-screen-52 {
    border-bottom-left-radius: 13rem !important;
    border-bottom-right-radius: 13rem !important;
  }
}
.z-53 {
  z-index: 53;
}

.m-r-53 {
  margin: 13.25rem;
}

.mt-r-53 {
  margin-top: 13.25rem;
}

.mr-r-53 {
  margin-right: 13.25rem;
}

.mb-r-53 {
  margin-bottom: 13.25rem;
}

.ml-r-53 {
  margin-left: 13.25rem;
}

.mx-r-53 {
  margin-left: 13.25rem;
  margin-right: 13.25rem;
}

.my-r-53 {
  margin-top: 13.25rem;
  margin-bottom: 13.25rem;
}

.p-r-53 {
  padding: 13.25rem;
}

.pt-r-53 {
  padding-top: 13.25rem;
}

.pr-r-53 {
  padding-right: 13.25rem;
}

.pb-r-53 {
  padding-bottom: 13.25rem;
}

.pl-r-53 {
  padding-left: 13.25rem;
}

.px-r-53 {
  padding-left: 13.25rem;
  padding-right: 13.25rem;
}

.py-r-53 {
  padding-top: 13.25rem;
  padding-bottom: 13.25rem;
}

.t-r-53 {
  top: 13.25rem;
}

.l-r-53 {
  left: 13.25rem;
}

.b-r-53 {
  bottom: 13.25rem;
}

.r-r-53 {
  right: 13.25rem;
}

.row-gap-53 {
  margin: -13.25rem;
}

.border-radius-r-53 {
  border-radius: 13.25rem;
}

.border-radius-tl-r-53 {
  border-top-left-radius: 13.25rem;
}

.border-radius-tr-r-53 {
  border-top-right-radius: 13.25rem;
}

.border-radius-bl-r-53 {
  border-bottom-left-radius: 13.25rem;
}

.border-radius-br-r-53 {
  border-bottom-right-radius: 13.25rem;
}

.border-radius-t-r-53 {
  border-top-left-radius: 13.25rem;
  border-top-right-radius: 13.25rem;
}

.border-radius-b-r-53 {
  border-bottom-left-radius: 13.25rem;
  border-bottom-right-radius: 13.25rem;
}

.font-size-53 {
  font-size: 53px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-53 {
    margin: 13.25rem !important;
  }
  .mt-r-xs-53 {
    margin-top: 13.25rem !important;
  }
  .mr-r-xs-53 {
    margin-right: 13.25rem !important;
  }
  .mb-r-xs-53 {
    margin-bottom: 13.25rem !important;
  }
  .ml-r-xs-53 {
    margin-left: 13.25rem !important;
  }
  .mx-r-xs-53 {
    margin-left: 13.25rem !important;
    margin-right: 13.25rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-53 {
    margin-top: 13.25rem !important;
    margin-bottom: 13.25rem !important;
  }
  .p-r-xs-53 {
    padding: 13.25rem !important;
  }
  .pt-r-xs-53 {
    padding-top: 13.25rem !important;
  }
  .pr-r-xs-53 {
    padding-right: 13.25rem !important;
  }
  .pb-r-xs-53 {
    padding-bottom: 13.25rem !important;
  }
  .pl-r-xs-53 {
    padding-left: 13.25rem !important;
  }
  .px-r-xs-53 {
    padding-left: 13.25rem !important;
    padding-right: 13.25rem !important;
  }
  .py-r-xs-53 {
    padding-top: 13.25rem !important;
    padding-bottom: 13.25rem !important;
  }
  .font-size-xs-53 {
    font-size: 53px;
  }
  .border-radius-r-xs-53 {
    border-radius: 13.25rem !important;
  }
  .border-radius-tl-r-xs-53 {
    border-top-left-radius: 13.25rem !important;
  }
  .border-radius-tr-r-xs-53 {
    border-top-right-radius: 13.25rem !important;
  }
  .border-radius-bl-r-xs-53 {
    border-bottom-left-radius: 13.25rem !important;
  }
  .border-radius-br-r-xs-53 {
    border-bottom-right-radius: 13.25rem !important;
  }
  .border-radius-t-r-xs-53 {
    border-top-left-radius: 13.25rem !important;
    border-top-right-radius: 13.25rem !important;
  }
  .border-radius-b-r-xs-53 {
    border-bottom-left-radius: 13.25rem !important;
    border-bottom-right-radius: 13.25rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-53 {
    margin: 13.25rem !important;
  }
  .mt-r-sm-53 {
    margin-top: 13.25rem !important;
  }
  .mr-r-sm-53 {
    margin-right: 13.25rem !important;
  }
  .mb-r-sm-53 {
    margin-bottom: 13.25rem !important;
  }
  .ml-r-sm-53 {
    margin-left: 13.25rem !important;
  }
  .mx-r-sm-53 {
    margin-left: 13.25rem !important;
    margin-right: 13.25rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-53 {
    margin-top: 13.25rem !important;
    margin-bottom: 13.25rem !important;
  }
  .p-r-sm-53 {
    padding: 13.25rem !important;
  }
  .pt-r-sm-53 {
    padding-top: 13.25rem !important;
  }
  .pr-r-sm-53 {
    padding-right: 13.25rem !important;
  }
  .pb-r-sm-53 {
    padding-bottom: 13.25rem !important;
  }
  .pl-r-sm-53 {
    padding-left: 13.25rem !important;
  }
  .px-r-sm-53 {
    padding-left: 13.25rem !important;
    padding-right: 13.25rem !important;
  }
  .py-r-sm-53 {
    padding-top: 13.25rem !important;
    padding-bottom: 13.25rem !important;
  }
  .font-size-sm-53 {
    font-size: 53px;
  }
  .border-radius-r-sm-53 {
    border-radius: 13.25rem !important;
  }
  .border-radius-tl-r-sm-53 {
    border-top-left-radius: 13.25rem !important;
  }
  .border-radius-tr-r-sm-53 {
    border-top-right-radius: 13.25rem !important;
  }
  .border-radius-bl-r-sm-53 {
    border-bottom-left-radius: 13.25rem !important;
  }
  .border-radius-br-r-sm-53 {
    border-bottom-right-radius: 13.25rem !important;
  }
  .border-radius-t-r-sm-53 {
    border-top-left-radius: 13.25rem !important;
    border-top-right-radius: 13.25rem !important;
  }
  .border-radius-b-r-sm-53 {
    border-bottom-left-radius: 13.25rem !important;
    border-bottom-right-radius: 13.25rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-53 {
    margin: 13.25rem !important;
  }
  .mt-r-md-53 {
    margin-top: 13.25rem !important;
  }
  .mr-r-md-53 {
    margin-right: 13.25rem !important;
  }
  .mb-r-md-53 {
    margin-bottom: 13.25rem !important;
  }
  .ml-r-md-53 {
    margin-left: 13.25rem !important;
  }
  .mx-r-md-53 {
    margin-left: 13.25rem !important;
    margin-right: 13.25rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-53 {
    margin-top: 13.25rem !important;
    margin-bottom: 13.25rem !important;
  }
  .p-r-md-53 {
    padding: 13.25rem !important;
  }
  .pt-r-md-53 {
    padding-top: 13.25rem !important;
  }
  .pr-r-md-53 {
    padding-right: 13.25rem !important;
  }
  .pb-r-md-53 {
    padding-bottom: 13.25rem !important;
  }
  .pl-r-md-53 {
    padding-left: 13.25rem !important;
  }
  .px-r-md-53 {
    padding-left: 13.25rem !important;
    padding-right: 13.25rem !important;
  }
  .py-r-md-53 {
    padding-top: 13.25rem !important;
    padding-bottom: 13.25rem !important;
  }
  .font-size-md-53 {
    font-size: 53px;
  }
  .border-radius-r-md-53 {
    border-radius: 13.25rem !important;
  }
  .border-radius-tl-r-md-53 {
    border-top-left-radius: 13.25rem !important;
  }
  .border-radius-tr-r-md-53 {
    border-top-right-radius: 13.25rem !important;
  }
  .border-radius-bl-r-md-53 {
    border-bottom-left-radius: 13.25rem !important;
  }
  .border-radius-br-r-md-53 {
    border-bottom-right-radius: 13.25rem !important;
  }
  .border-radius-t-r-md-53 {
    border-top-left-radius: 13.25rem !important;
    border-top-right-radius: 13.25rem !important;
  }
  .border-radius-b-r-md-53 {
    border-bottom-left-radius: 13.25rem !important;
    border-bottom-right-radius: 13.25rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-53 {
    margin: 13.25rem !important;
  }
  .mt-r-lg-53 {
    margin-top: 13.25rem !important;
  }
  .mr-r-lg-53 {
    margin-right: 13.25rem !important;
  }
  .mb-r-lg-53 {
    margin-bottom: 13.25rem !important;
  }
  .ml-r-lg-53 {
    margin-left: 13.25rem !important;
  }
  .mx-r-lg-53 {
    margin-left: 13.25rem !important;
    margin-right: 13.25rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-53 {
    margin-top: 13.25rem !important;
    margin-bottom: 13.25rem !important;
  }
  .p-r-lg-53 {
    padding: 13.25rem !important;
  }
  .pt-r-lg-53 {
    padding-top: 13.25rem !important;
  }
  .pr-r-lg-53 {
    padding-right: 13.25rem !important;
  }
  .pb-r-lg-53 {
    padding-bottom: 13.25rem !important;
  }
  .pl-r-lg-53 {
    padding-left: 13.25rem !important;
  }
  .px-r-lg-53 {
    padding-left: 13.25rem !important;
    padding-right: 13.25rem !important;
  }
  .py-r-lg-53 {
    padding-top: 13.25rem !important;
    padding-bottom: 13.25rem !important;
  }
  .font-size-lg-53 {
    font-size: 53px;
  }
  .border-radius-r-lg-53 {
    border-radius: 13.25rem !important;
  }
  .border-radius-tl-r-lg-53 {
    border-top-left-radius: 13.25rem !important;
  }
  .border-radius-tr-r-lg-53 {
    border-top-right-radius: 13.25rem !important;
  }
  .border-radius-bl-r-lg-53 {
    border-bottom-left-radius: 13.25rem !important;
  }
  .border-radius-br-r-lg-53 {
    border-bottom-right-radius: 13.25rem !important;
  }
  .border-radius-t-r-lg-53 {
    border-top-left-radius: 13.25rem !important;
    border-top-right-radius: 13.25rem !important;
  }
  .border-radius-b-r-lg-53 {
    border-bottom-left-radius: 13.25rem !important;
    border-bottom-right-radius: 13.25rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-53 {
    margin: 13.25rem !important;
  }
  .mt-r-xl-53 {
    margin-top: 13.25rem !important;
  }
  .mr-r-xl-53 {
    margin-right: 13.25rem !important;
  }
  .mb-r-xl-53 {
    margin-bottom: 13.25rem !important;
  }
  .ml-r-xl-53 {
    margin-left: 13.25rem !important;
  }
  .mx-r-xl-53 {
    margin-left: 13.25rem !important;
    margin-right: 13.25rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-53 {
    margin-top: 13.25rem !important;
    margin-bottom: 13.25rem !important;
  }
  .p-r-xl-53 {
    padding: 13.25rem !important;
  }
  .pt-r-xl-53 {
    padding-top: 13.25rem !important;
  }
  .pr-r-xl-53 {
    padding-right: 13.25rem !important;
  }
  .pb-r-xl-53 {
    padding-bottom: 13.25rem !important;
  }
  .pl-r-xl-53 {
    padding-left: 13.25rem !important;
  }
  .px-r-xl-53 {
    padding-left: 13.25rem !important;
    padding-right: 13.25rem !important;
  }
  .py-r-xl-53 {
    padding-top: 13.25rem !important;
    padding-bottom: 13.25rem !important;
  }
  .font-size-xl-53 {
    font-size: 53px;
  }
  .border-radius-r-xl-53 {
    border-radius: 13.25rem !important;
  }
  .border-radius-tl-r-xl-53 {
    border-top-left-radius: 13.25rem !important;
  }
  .border-radius-tr-r-xl-53 {
    border-top-right-radius: 13.25rem !important;
  }
  .border-radius-bl-r-xl-53 {
    border-bottom-left-radius: 13.25rem !important;
  }
  .border-radius-br-r-xl-53 {
    border-bottom-right-radius: 13.25rem !important;
  }
  .border-radius-t-r-xl-53 {
    border-top-left-radius: 13.25rem !important;
    border-top-right-radius: 13.25rem !important;
  }
  .border-radius-b-r-xl-53 {
    border-bottom-left-radius: 13.25rem !important;
    border-bottom-right-radius: 13.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-53 {
    margin: 13.25rem !important;
  }
  .mt-r-contents-53 {
    margin-top: 13.25rem !important;
  }
  .mr-r-contents-53 {
    margin-right: 13.25rem !important;
  }
  .mb-r-contents-53 {
    margin-bottom: 13.25rem !important;
  }
  .ml-r-contents-53 {
    margin-left: 13.25rem !important;
  }
  .mx-r-contents-53 {
    margin-left: 13.25rem !important;
    margin-right: 13.25rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-53 {
    margin-top: 13.25rem !important;
    margin-bottom: 13.25rem !important;
  }
  .p-r-contents-53 {
    padding: 13.25rem !important;
  }
  .pt-r-contents-53 {
    padding-top: 13.25rem !important;
  }
  .pr-r-contents-53 {
    padding-right: 13.25rem !important;
  }
  .pb-r-contents-53 {
    padding-bottom: 13.25rem !important;
  }
  .pl-r-contents-53 {
    padding-left: 13.25rem !important;
  }
  .px-r-contents-53 {
    padding-left: 13.25rem !important;
    padding-right: 13.25rem !important;
  }
  .py-r-contents-53 {
    padding-top: 13.25rem !important;
    padding-bottom: 13.25rem !important;
  }
  .font-size-contents-53 {
    font-size: 53px;
  }
  .border-radius-r-contents-53 {
    border-radius: 13.25rem !important;
  }
  .border-radius-tl-r-contents-53 {
    border-top-left-radius: 13.25rem !important;
  }
  .border-radius-tr-r-contents-53 {
    border-top-right-radius: 13.25rem !important;
  }
  .border-radius-bl-r-contents-53 {
    border-bottom-left-radius: 13.25rem !important;
  }
  .border-radius-br-r-contents-53 {
    border-bottom-right-radius: 13.25rem !important;
  }
  .border-radius-t-r-contents-53 {
    border-top-left-radius: 13.25rem !important;
    border-top-right-radius: 13.25rem !important;
  }
  .border-radius-b-r-contents-53 {
    border-bottom-left-radius: 13.25rem !important;
    border-bottom-right-radius: 13.25rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-53 {
    margin: 13.25rem !important;
  }
  .mt-r-screen-53 {
    margin-top: 13.25rem !important;
  }
  .mr-r-screen-53 {
    margin-right: 13.25rem !important;
  }
  .mb-r-screen-53 {
    margin-bottom: 13.25rem !important;
  }
  .ml-r-screen-53 {
    margin-left: 13.25rem !important;
  }
  .mx-r-screen-53 {
    margin-left: 13.25rem !important;
    margin-right: 13.25rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-53 {
    margin-top: 13.25rem !important;
    margin-bottom: 13.25rem !important;
  }
  .p-r-screen-53 {
    padding: 13.25rem !important;
  }
  .pt-r-screen-53 {
    padding-top: 13.25rem !important;
  }
  .pr-r-screen-53 {
    padding-right: 13.25rem !important;
  }
  .pb-r-screen-53 {
    padding-bottom: 13.25rem !important;
  }
  .pl-r-screen-53 {
    padding-left: 13.25rem !important;
  }
  .px-r-screen-53 {
    padding-left: 13.25rem !important;
    padding-right: 13.25rem !important;
  }
  .py-r-screen-53 {
    padding-top: 13.25rem !important;
    padding-bottom: 13.25rem !important;
  }
  .font-size-screen-53 {
    font-size: 53px;
  }
  .border-radius-r-screen-53 {
    border-radius: 13.25rem !important;
  }
  .border-radius-tl-r-screen-53 {
    border-top-left-radius: 13.25rem !important;
  }
  .border-radius-tr-r-screen-53 {
    border-top-right-radius: 13.25rem !important;
  }
  .border-radius-bl-r-screen-53 {
    border-bottom-left-radius: 13.25rem !important;
  }
  .border-radius-br-r-screen-53 {
    border-bottom-right-radius: 13.25rem !important;
  }
  .border-radius-t-r-screen-53 {
    border-top-left-radius: 13.25rem !important;
    border-top-right-radius: 13.25rem !important;
  }
  .border-radius-b-r-screen-53 {
    border-bottom-left-radius: 13.25rem !important;
    border-bottom-right-radius: 13.25rem !important;
  }
}
.z-54 {
  z-index: 54;
}

.m-r-54 {
  margin: 13.5rem;
}

.mt-r-54 {
  margin-top: 13.5rem;
}

.mr-r-54 {
  margin-right: 13.5rem;
}

.mb-r-54 {
  margin-bottom: 13.5rem;
}

.ml-r-54 {
  margin-left: 13.5rem;
}

.mx-r-54 {
  margin-left: 13.5rem;
  margin-right: 13.5rem;
}

.my-r-54 {
  margin-top: 13.5rem;
  margin-bottom: 13.5rem;
}

.p-r-54 {
  padding: 13.5rem;
}

.pt-r-54 {
  padding-top: 13.5rem;
}

.pr-r-54 {
  padding-right: 13.5rem;
}

.pb-r-54 {
  padding-bottom: 13.5rem;
}

.pl-r-54 {
  padding-left: 13.5rem;
}

.px-r-54 {
  padding-left: 13.5rem;
  padding-right: 13.5rem;
}

.py-r-54 {
  padding-top: 13.5rem;
  padding-bottom: 13.5rem;
}

.t-r-54 {
  top: 13.5rem;
}

.l-r-54 {
  left: 13.5rem;
}

.b-r-54 {
  bottom: 13.5rem;
}

.r-r-54 {
  right: 13.5rem;
}

.row-gap-54 {
  margin: -13.5rem;
}

.border-radius-r-54 {
  border-radius: 13.5rem;
}

.border-radius-tl-r-54 {
  border-top-left-radius: 13.5rem;
}

.border-radius-tr-r-54 {
  border-top-right-radius: 13.5rem;
}

.border-radius-bl-r-54 {
  border-bottom-left-radius: 13.5rem;
}

.border-radius-br-r-54 {
  border-bottom-right-radius: 13.5rem;
}

.border-radius-t-r-54 {
  border-top-left-radius: 13.5rem;
  border-top-right-radius: 13.5rem;
}

.border-radius-b-r-54 {
  border-bottom-left-radius: 13.5rem;
  border-bottom-right-radius: 13.5rem;
}

.font-size-54 {
  font-size: 54px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-54 {
    margin: 13.5rem !important;
  }
  .mt-r-xs-54 {
    margin-top: 13.5rem !important;
  }
  .mr-r-xs-54 {
    margin-right: 13.5rem !important;
  }
  .mb-r-xs-54 {
    margin-bottom: 13.5rem !important;
  }
  .ml-r-xs-54 {
    margin-left: 13.5rem !important;
  }
  .mx-r-xs-54 {
    margin-left: 13.5rem !important;
    margin-right: 13.5rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-54 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .p-r-xs-54 {
    padding: 13.5rem !important;
  }
  .pt-r-xs-54 {
    padding-top: 13.5rem !important;
  }
  .pr-r-xs-54 {
    padding-right: 13.5rem !important;
  }
  .pb-r-xs-54 {
    padding-bottom: 13.5rem !important;
  }
  .pl-r-xs-54 {
    padding-left: 13.5rem !important;
  }
  .px-r-xs-54 {
    padding-left: 13.5rem !important;
    padding-right: 13.5rem !important;
  }
  .py-r-xs-54 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .font-size-xs-54 {
    font-size: 54px;
  }
  .border-radius-r-xs-54 {
    border-radius: 13.5rem !important;
  }
  .border-radius-tl-r-xs-54 {
    border-top-left-radius: 13.5rem !important;
  }
  .border-radius-tr-r-xs-54 {
    border-top-right-radius: 13.5rem !important;
  }
  .border-radius-bl-r-xs-54 {
    border-bottom-left-radius: 13.5rem !important;
  }
  .border-radius-br-r-xs-54 {
    border-bottom-right-radius: 13.5rem !important;
  }
  .border-radius-t-r-xs-54 {
    border-top-left-radius: 13.5rem !important;
    border-top-right-radius: 13.5rem !important;
  }
  .border-radius-b-r-xs-54 {
    border-bottom-left-radius: 13.5rem !important;
    border-bottom-right-radius: 13.5rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-54 {
    margin: 13.5rem !important;
  }
  .mt-r-sm-54 {
    margin-top: 13.5rem !important;
  }
  .mr-r-sm-54 {
    margin-right: 13.5rem !important;
  }
  .mb-r-sm-54 {
    margin-bottom: 13.5rem !important;
  }
  .ml-r-sm-54 {
    margin-left: 13.5rem !important;
  }
  .mx-r-sm-54 {
    margin-left: 13.5rem !important;
    margin-right: 13.5rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-54 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .p-r-sm-54 {
    padding: 13.5rem !important;
  }
  .pt-r-sm-54 {
    padding-top: 13.5rem !important;
  }
  .pr-r-sm-54 {
    padding-right: 13.5rem !important;
  }
  .pb-r-sm-54 {
    padding-bottom: 13.5rem !important;
  }
  .pl-r-sm-54 {
    padding-left: 13.5rem !important;
  }
  .px-r-sm-54 {
    padding-left: 13.5rem !important;
    padding-right: 13.5rem !important;
  }
  .py-r-sm-54 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .font-size-sm-54 {
    font-size: 54px;
  }
  .border-radius-r-sm-54 {
    border-radius: 13.5rem !important;
  }
  .border-radius-tl-r-sm-54 {
    border-top-left-radius: 13.5rem !important;
  }
  .border-radius-tr-r-sm-54 {
    border-top-right-radius: 13.5rem !important;
  }
  .border-radius-bl-r-sm-54 {
    border-bottom-left-radius: 13.5rem !important;
  }
  .border-radius-br-r-sm-54 {
    border-bottom-right-radius: 13.5rem !important;
  }
  .border-radius-t-r-sm-54 {
    border-top-left-radius: 13.5rem !important;
    border-top-right-radius: 13.5rem !important;
  }
  .border-radius-b-r-sm-54 {
    border-bottom-left-radius: 13.5rem !important;
    border-bottom-right-radius: 13.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-54 {
    margin: 13.5rem !important;
  }
  .mt-r-md-54 {
    margin-top: 13.5rem !important;
  }
  .mr-r-md-54 {
    margin-right: 13.5rem !important;
  }
  .mb-r-md-54 {
    margin-bottom: 13.5rem !important;
  }
  .ml-r-md-54 {
    margin-left: 13.5rem !important;
  }
  .mx-r-md-54 {
    margin-left: 13.5rem !important;
    margin-right: 13.5rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-54 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .p-r-md-54 {
    padding: 13.5rem !important;
  }
  .pt-r-md-54 {
    padding-top: 13.5rem !important;
  }
  .pr-r-md-54 {
    padding-right: 13.5rem !important;
  }
  .pb-r-md-54 {
    padding-bottom: 13.5rem !important;
  }
  .pl-r-md-54 {
    padding-left: 13.5rem !important;
  }
  .px-r-md-54 {
    padding-left: 13.5rem !important;
    padding-right: 13.5rem !important;
  }
  .py-r-md-54 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .font-size-md-54 {
    font-size: 54px;
  }
  .border-radius-r-md-54 {
    border-radius: 13.5rem !important;
  }
  .border-radius-tl-r-md-54 {
    border-top-left-radius: 13.5rem !important;
  }
  .border-radius-tr-r-md-54 {
    border-top-right-radius: 13.5rem !important;
  }
  .border-radius-bl-r-md-54 {
    border-bottom-left-radius: 13.5rem !important;
  }
  .border-radius-br-r-md-54 {
    border-bottom-right-radius: 13.5rem !important;
  }
  .border-radius-t-r-md-54 {
    border-top-left-radius: 13.5rem !important;
    border-top-right-radius: 13.5rem !important;
  }
  .border-radius-b-r-md-54 {
    border-bottom-left-radius: 13.5rem !important;
    border-bottom-right-radius: 13.5rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-54 {
    margin: 13.5rem !important;
  }
  .mt-r-lg-54 {
    margin-top: 13.5rem !important;
  }
  .mr-r-lg-54 {
    margin-right: 13.5rem !important;
  }
  .mb-r-lg-54 {
    margin-bottom: 13.5rem !important;
  }
  .ml-r-lg-54 {
    margin-left: 13.5rem !important;
  }
  .mx-r-lg-54 {
    margin-left: 13.5rem !important;
    margin-right: 13.5rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-54 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .p-r-lg-54 {
    padding: 13.5rem !important;
  }
  .pt-r-lg-54 {
    padding-top: 13.5rem !important;
  }
  .pr-r-lg-54 {
    padding-right: 13.5rem !important;
  }
  .pb-r-lg-54 {
    padding-bottom: 13.5rem !important;
  }
  .pl-r-lg-54 {
    padding-left: 13.5rem !important;
  }
  .px-r-lg-54 {
    padding-left: 13.5rem !important;
    padding-right: 13.5rem !important;
  }
  .py-r-lg-54 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .font-size-lg-54 {
    font-size: 54px;
  }
  .border-radius-r-lg-54 {
    border-radius: 13.5rem !important;
  }
  .border-radius-tl-r-lg-54 {
    border-top-left-radius: 13.5rem !important;
  }
  .border-radius-tr-r-lg-54 {
    border-top-right-radius: 13.5rem !important;
  }
  .border-radius-bl-r-lg-54 {
    border-bottom-left-radius: 13.5rem !important;
  }
  .border-radius-br-r-lg-54 {
    border-bottom-right-radius: 13.5rem !important;
  }
  .border-radius-t-r-lg-54 {
    border-top-left-radius: 13.5rem !important;
    border-top-right-radius: 13.5rem !important;
  }
  .border-radius-b-r-lg-54 {
    border-bottom-left-radius: 13.5rem !important;
    border-bottom-right-radius: 13.5rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-54 {
    margin: 13.5rem !important;
  }
  .mt-r-xl-54 {
    margin-top: 13.5rem !important;
  }
  .mr-r-xl-54 {
    margin-right: 13.5rem !important;
  }
  .mb-r-xl-54 {
    margin-bottom: 13.5rem !important;
  }
  .ml-r-xl-54 {
    margin-left: 13.5rem !important;
  }
  .mx-r-xl-54 {
    margin-left: 13.5rem !important;
    margin-right: 13.5rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-54 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .p-r-xl-54 {
    padding: 13.5rem !important;
  }
  .pt-r-xl-54 {
    padding-top: 13.5rem !important;
  }
  .pr-r-xl-54 {
    padding-right: 13.5rem !important;
  }
  .pb-r-xl-54 {
    padding-bottom: 13.5rem !important;
  }
  .pl-r-xl-54 {
    padding-left: 13.5rem !important;
  }
  .px-r-xl-54 {
    padding-left: 13.5rem !important;
    padding-right: 13.5rem !important;
  }
  .py-r-xl-54 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .font-size-xl-54 {
    font-size: 54px;
  }
  .border-radius-r-xl-54 {
    border-radius: 13.5rem !important;
  }
  .border-radius-tl-r-xl-54 {
    border-top-left-radius: 13.5rem !important;
  }
  .border-radius-tr-r-xl-54 {
    border-top-right-radius: 13.5rem !important;
  }
  .border-radius-bl-r-xl-54 {
    border-bottom-left-radius: 13.5rem !important;
  }
  .border-radius-br-r-xl-54 {
    border-bottom-right-radius: 13.5rem !important;
  }
  .border-radius-t-r-xl-54 {
    border-top-left-radius: 13.5rem !important;
    border-top-right-radius: 13.5rem !important;
  }
  .border-radius-b-r-xl-54 {
    border-bottom-left-radius: 13.5rem !important;
    border-bottom-right-radius: 13.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-54 {
    margin: 13.5rem !important;
  }
  .mt-r-contents-54 {
    margin-top: 13.5rem !important;
  }
  .mr-r-contents-54 {
    margin-right: 13.5rem !important;
  }
  .mb-r-contents-54 {
    margin-bottom: 13.5rem !important;
  }
  .ml-r-contents-54 {
    margin-left: 13.5rem !important;
  }
  .mx-r-contents-54 {
    margin-left: 13.5rem !important;
    margin-right: 13.5rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-54 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .p-r-contents-54 {
    padding: 13.5rem !important;
  }
  .pt-r-contents-54 {
    padding-top: 13.5rem !important;
  }
  .pr-r-contents-54 {
    padding-right: 13.5rem !important;
  }
  .pb-r-contents-54 {
    padding-bottom: 13.5rem !important;
  }
  .pl-r-contents-54 {
    padding-left: 13.5rem !important;
  }
  .px-r-contents-54 {
    padding-left: 13.5rem !important;
    padding-right: 13.5rem !important;
  }
  .py-r-contents-54 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .font-size-contents-54 {
    font-size: 54px;
  }
  .border-radius-r-contents-54 {
    border-radius: 13.5rem !important;
  }
  .border-radius-tl-r-contents-54 {
    border-top-left-radius: 13.5rem !important;
  }
  .border-radius-tr-r-contents-54 {
    border-top-right-radius: 13.5rem !important;
  }
  .border-radius-bl-r-contents-54 {
    border-bottom-left-radius: 13.5rem !important;
  }
  .border-radius-br-r-contents-54 {
    border-bottom-right-radius: 13.5rem !important;
  }
  .border-radius-t-r-contents-54 {
    border-top-left-radius: 13.5rem !important;
    border-top-right-radius: 13.5rem !important;
  }
  .border-radius-b-r-contents-54 {
    border-bottom-left-radius: 13.5rem !important;
    border-bottom-right-radius: 13.5rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-54 {
    margin: 13.5rem !important;
  }
  .mt-r-screen-54 {
    margin-top: 13.5rem !important;
  }
  .mr-r-screen-54 {
    margin-right: 13.5rem !important;
  }
  .mb-r-screen-54 {
    margin-bottom: 13.5rem !important;
  }
  .ml-r-screen-54 {
    margin-left: 13.5rem !important;
  }
  .mx-r-screen-54 {
    margin-left: 13.5rem !important;
    margin-right: 13.5rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-54 {
    margin-top: 13.5rem !important;
    margin-bottom: 13.5rem !important;
  }
  .p-r-screen-54 {
    padding: 13.5rem !important;
  }
  .pt-r-screen-54 {
    padding-top: 13.5rem !important;
  }
  .pr-r-screen-54 {
    padding-right: 13.5rem !important;
  }
  .pb-r-screen-54 {
    padding-bottom: 13.5rem !important;
  }
  .pl-r-screen-54 {
    padding-left: 13.5rem !important;
  }
  .px-r-screen-54 {
    padding-left: 13.5rem !important;
    padding-right: 13.5rem !important;
  }
  .py-r-screen-54 {
    padding-top: 13.5rem !important;
    padding-bottom: 13.5rem !important;
  }
  .font-size-screen-54 {
    font-size: 54px;
  }
  .border-radius-r-screen-54 {
    border-radius: 13.5rem !important;
  }
  .border-radius-tl-r-screen-54 {
    border-top-left-radius: 13.5rem !important;
  }
  .border-radius-tr-r-screen-54 {
    border-top-right-radius: 13.5rem !important;
  }
  .border-radius-bl-r-screen-54 {
    border-bottom-left-radius: 13.5rem !important;
  }
  .border-radius-br-r-screen-54 {
    border-bottom-right-radius: 13.5rem !important;
  }
  .border-radius-t-r-screen-54 {
    border-top-left-radius: 13.5rem !important;
    border-top-right-radius: 13.5rem !important;
  }
  .border-radius-b-r-screen-54 {
    border-bottom-left-radius: 13.5rem !important;
    border-bottom-right-radius: 13.5rem !important;
  }
}
.z-55 {
  z-index: 55;
}

.m-r-55 {
  margin: 13.75rem;
}

.mt-r-55 {
  margin-top: 13.75rem;
}

.mr-r-55 {
  margin-right: 13.75rem;
}

.mb-r-55 {
  margin-bottom: 13.75rem;
}

.ml-r-55 {
  margin-left: 13.75rem;
}

.mx-r-55 {
  margin-left: 13.75rem;
  margin-right: 13.75rem;
}

.my-r-55 {
  margin-top: 13.75rem;
  margin-bottom: 13.75rem;
}

.p-r-55 {
  padding: 13.75rem;
}

.pt-r-55 {
  padding-top: 13.75rem;
}

.pr-r-55 {
  padding-right: 13.75rem;
}

.pb-r-55 {
  padding-bottom: 13.75rem;
}

.pl-r-55 {
  padding-left: 13.75rem;
}

.px-r-55 {
  padding-left: 13.75rem;
  padding-right: 13.75rem;
}

.py-r-55 {
  padding-top: 13.75rem;
  padding-bottom: 13.75rem;
}

.t-r-55 {
  top: 13.75rem;
}

.l-r-55 {
  left: 13.75rem;
}

.b-r-55 {
  bottom: 13.75rem;
}

.r-r-55 {
  right: 13.75rem;
}

.row-gap-55 {
  margin: -13.75rem;
}

.border-radius-r-55 {
  border-radius: 13.75rem;
}

.border-radius-tl-r-55 {
  border-top-left-radius: 13.75rem;
}

.border-radius-tr-r-55 {
  border-top-right-radius: 13.75rem;
}

.border-radius-bl-r-55 {
  border-bottom-left-radius: 13.75rem;
}

.border-radius-br-r-55 {
  border-bottom-right-radius: 13.75rem;
}

.border-radius-t-r-55 {
  border-top-left-radius: 13.75rem;
  border-top-right-radius: 13.75rem;
}

.border-radius-b-r-55 {
  border-bottom-left-radius: 13.75rem;
  border-bottom-right-radius: 13.75rem;
}

.font-size-55 {
  font-size: 55px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-55 {
    margin: 13.75rem !important;
  }
  .mt-r-xs-55 {
    margin-top: 13.75rem !important;
  }
  .mr-r-xs-55 {
    margin-right: 13.75rem !important;
  }
  .mb-r-xs-55 {
    margin-bottom: 13.75rem !important;
  }
  .ml-r-xs-55 {
    margin-left: 13.75rem !important;
  }
  .mx-r-xs-55 {
    margin-left: 13.75rem !important;
    margin-right: 13.75rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-55 {
    margin-top: 13.75rem !important;
    margin-bottom: 13.75rem !important;
  }
  .p-r-xs-55 {
    padding: 13.75rem !important;
  }
  .pt-r-xs-55 {
    padding-top: 13.75rem !important;
  }
  .pr-r-xs-55 {
    padding-right: 13.75rem !important;
  }
  .pb-r-xs-55 {
    padding-bottom: 13.75rem !important;
  }
  .pl-r-xs-55 {
    padding-left: 13.75rem !important;
  }
  .px-r-xs-55 {
    padding-left: 13.75rem !important;
    padding-right: 13.75rem !important;
  }
  .py-r-xs-55 {
    padding-top: 13.75rem !important;
    padding-bottom: 13.75rem !important;
  }
  .font-size-xs-55 {
    font-size: 55px;
  }
  .border-radius-r-xs-55 {
    border-radius: 13.75rem !important;
  }
  .border-radius-tl-r-xs-55 {
    border-top-left-radius: 13.75rem !important;
  }
  .border-radius-tr-r-xs-55 {
    border-top-right-radius: 13.75rem !important;
  }
  .border-radius-bl-r-xs-55 {
    border-bottom-left-radius: 13.75rem !important;
  }
  .border-radius-br-r-xs-55 {
    border-bottom-right-radius: 13.75rem !important;
  }
  .border-radius-t-r-xs-55 {
    border-top-left-radius: 13.75rem !important;
    border-top-right-radius: 13.75rem !important;
  }
  .border-radius-b-r-xs-55 {
    border-bottom-left-radius: 13.75rem !important;
    border-bottom-right-radius: 13.75rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-55 {
    margin: 13.75rem !important;
  }
  .mt-r-sm-55 {
    margin-top: 13.75rem !important;
  }
  .mr-r-sm-55 {
    margin-right: 13.75rem !important;
  }
  .mb-r-sm-55 {
    margin-bottom: 13.75rem !important;
  }
  .ml-r-sm-55 {
    margin-left: 13.75rem !important;
  }
  .mx-r-sm-55 {
    margin-left: 13.75rem !important;
    margin-right: 13.75rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-55 {
    margin-top: 13.75rem !important;
    margin-bottom: 13.75rem !important;
  }
  .p-r-sm-55 {
    padding: 13.75rem !important;
  }
  .pt-r-sm-55 {
    padding-top: 13.75rem !important;
  }
  .pr-r-sm-55 {
    padding-right: 13.75rem !important;
  }
  .pb-r-sm-55 {
    padding-bottom: 13.75rem !important;
  }
  .pl-r-sm-55 {
    padding-left: 13.75rem !important;
  }
  .px-r-sm-55 {
    padding-left: 13.75rem !important;
    padding-right: 13.75rem !important;
  }
  .py-r-sm-55 {
    padding-top: 13.75rem !important;
    padding-bottom: 13.75rem !important;
  }
  .font-size-sm-55 {
    font-size: 55px;
  }
  .border-radius-r-sm-55 {
    border-radius: 13.75rem !important;
  }
  .border-radius-tl-r-sm-55 {
    border-top-left-radius: 13.75rem !important;
  }
  .border-radius-tr-r-sm-55 {
    border-top-right-radius: 13.75rem !important;
  }
  .border-radius-bl-r-sm-55 {
    border-bottom-left-radius: 13.75rem !important;
  }
  .border-radius-br-r-sm-55 {
    border-bottom-right-radius: 13.75rem !important;
  }
  .border-radius-t-r-sm-55 {
    border-top-left-radius: 13.75rem !important;
    border-top-right-radius: 13.75rem !important;
  }
  .border-radius-b-r-sm-55 {
    border-bottom-left-radius: 13.75rem !important;
    border-bottom-right-radius: 13.75rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-55 {
    margin: 13.75rem !important;
  }
  .mt-r-md-55 {
    margin-top: 13.75rem !important;
  }
  .mr-r-md-55 {
    margin-right: 13.75rem !important;
  }
  .mb-r-md-55 {
    margin-bottom: 13.75rem !important;
  }
  .ml-r-md-55 {
    margin-left: 13.75rem !important;
  }
  .mx-r-md-55 {
    margin-left: 13.75rem !important;
    margin-right: 13.75rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-55 {
    margin-top: 13.75rem !important;
    margin-bottom: 13.75rem !important;
  }
  .p-r-md-55 {
    padding: 13.75rem !important;
  }
  .pt-r-md-55 {
    padding-top: 13.75rem !important;
  }
  .pr-r-md-55 {
    padding-right: 13.75rem !important;
  }
  .pb-r-md-55 {
    padding-bottom: 13.75rem !important;
  }
  .pl-r-md-55 {
    padding-left: 13.75rem !important;
  }
  .px-r-md-55 {
    padding-left: 13.75rem !important;
    padding-right: 13.75rem !important;
  }
  .py-r-md-55 {
    padding-top: 13.75rem !important;
    padding-bottom: 13.75rem !important;
  }
  .font-size-md-55 {
    font-size: 55px;
  }
  .border-radius-r-md-55 {
    border-radius: 13.75rem !important;
  }
  .border-radius-tl-r-md-55 {
    border-top-left-radius: 13.75rem !important;
  }
  .border-radius-tr-r-md-55 {
    border-top-right-radius: 13.75rem !important;
  }
  .border-radius-bl-r-md-55 {
    border-bottom-left-radius: 13.75rem !important;
  }
  .border-radius-br-r-md-55 {
    border-bottom-right-radius: 13.75rem !important;
  }
  .border-radius-t-r-md-55 {
    border-top-left-radius: 13.75rem !important;
    border-top-right-radius: 13.75rem !important;
  }
  .border-radius-b-r-md-55 {
    border-bottom-left-radius: 13.75rem !important;
    border-bottom-right-radius: 13.75rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-55 {
    margin: 13.75rem !important;
  }
  .mt-r-lg-55 {
    margin-top: 13.75rem !important;
  }
  .mr-r-lg-55 {
    margin-right: 13.75rem !important;
  }
  .mb-r-lg-55 {
    margin-bottom: 13.75rem !important;
  }
  .ml-r-lg-55 {
    margin-left: 13.75rem !important;
  }
  .mx-r-lg-55 {
    margin-left: 13.75rem !important;
    margin-right: 13.75rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-55 {
    margin-top: 13.75rem !important;
    margin-bottom: 13.75rem !important;
  }
  .p-r-lg-55 {
    padding: 13.75rem !important;
  }
  .pt-r-lg-55 {
    padding-top: 13.75rem !important;
  }
  .pr-r-lg-55 {
    padding-right: 13.75rem !important;
  }
  .pb-r-lg-55 {
    padding-bottom: 13.75rem !important;
  }
  .pl-r-lg-55 {
    padding-left: 13.75rem !important;
  }
  .px-r-lg-55 {
    padding-left: 13.75rem !important;
    padding-right: 13.75rem !important;
  }
  .py-r-lg-55 {
    padding-top: 13.75rem !important;
    padding-bottom: 13.75rem !important;
  }
  .font-size-lg-55 {
    font-size: 55px;
  }
  .border-radius-r-lg-55 {
    border-radius: 13.75rem !important;
  }
  .border-radius-tl-r-lg-55 {
    border-top-left-radius: 13.75rem !important;
  }
  .border-radius-tr-r-lg-55 {
    border-top-right-radius: 13.75rem !important;
  }
  .border-radius-bl-r-lg-55 {
    border-bottom-left-radius: 13.75rem !important;
  }
  .border-radius-br-r-lg-55 {
    border-bottom-right-radius: 13.75rem !important;
  }
  .border-radius-t-r-lg-55 {
    border-top-left-radius: 13.75rem !important;
    border-top-right-radius: 13.75rem !important;
  }
  .border-radius-b-r-lg-55 {
    border-bottom-left-radius: 13.75rem !important;
    border-bottom-right-radius: 13.75rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-55 {
    margin: 13.75rem !important;
  }
  .mt-r-xl-55 {
    margin-top: 13.75rem !important;
  }
  .mr-r-xl-55 {
    margin-right: 13.75rem !important;
  }
  .mb-r-xl-55 {
    margin-bottom: 13.75rem !important;
  }
  .ml-r-xl-55 {
    margin-left: 13.75rem !important;
  }
  .mx-r-xl-55 {
    margin-left: 13.75rem !important;
    margin-right: 13.75rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-55 {
    margin-top: 13.75rem !important;
    margin-bottom: 13.75rem !important;
  }
  .p-r-xl-55 {
    padding: 13.75rem !important;
  }
  .pt-r-xl-55 {
    padding-top: 13.75rem !important;
  }
  .pr-r-xl-55 {
    padding-right: 13.75rem !important;
  }
  .pb-r-xl-55 {
    padding-bottom: 13.75rem !important;
  }
  .pl-r-xl-55 {
    padding-left: 13.75rem !important;
  }
  .px-r-xl-55 {
    padding-left: 13.75rem !important;
    padding-right: 13.75rem !important;
  }
  .py-r-xl-55 {
    padding-top: 13.75rem !important;
    padding-bottom: 13.75rem !important;
  }
  .font-size-xl-55 {
    font-size: 55px;
  }
  .border-radius-r-xl-55 {
    border-radius: 13.75rem !important;
  }
  .border-radius-tl-r-xl-55 {
    border-top-left-radius: 13.75rem !important;
  }
  .border-radius-tr-r-xl-55 {
    border-top-right-radius: 13.75rem !important;
  }
  .border-radius-bl-r-xl-55 {
    border-bottom-left-radius: 13.75rem !important;
  }
  .border-radius-br-r-xl-55 {
    border-bottom-right-radius: 13.75rem !important;
  }
  .border-radius-t-r-xl-55 {
    border-top-left-radius: 13.75rem !important;
    border-top-right-radius: 13.75rem !important;
  }
  .border-radius-b-r-xl-55 {
    border-bottom-left-radius: 13.75rem !important;
    border-bottom-right-radius: 13.75rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-55 {
    margin: 13.75rem !important;
  }
  .mt-r-contents-55 {
    margin-top: 13.75rem !important;
  }
  .mr-r-contents-55 {
    margin-right: 13.75rem !important;
  }
  .mb-r-contents-55 {
    margin-bottom: 13.75rem !important;
  }
  .ml-r-contents-55 {
    margin-left: 13.75rem !important;
  }
  .mx-r-contents-55 {
    margin-left: 13.75rem !important;
    margin-right: 13.75rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-55 {
    margin-top: 13.75rem !important;
    margin-bottom: 13.75rem !important;
  }
  .p-r-contents-55 {
    padding: 13.75rem !important;
  }
  .pt-r-contents-55 {
    padding-top: 13.75rem !important;
  }
  .pr-r-contents-55 {
    padding-right: 13.75rem !important;
  }
  .pb-r-contents-55 {
    padding-bottom: 13.75rem !important;
  }
  .pl-r-contents-55 {
    padding-left: 13.75rem !important;
  }
  .px-r-contents-55 {
    padding-left: 13.75rem !important;
    padding-right: 13.75rem !important;
  }
  .py-r-contents-55 {
    padding-top: 13.75rem !important;
    padding-bottom: 13.75rem !important;
  }
  .font-size-contents-55 {
    font-size: 55px;
  }
  .border-radius-r-contents-55 {
    border-radius: 13.75rem !important;
  }
  .border-radius-tl-r-contents-55 {
    border-top-left-radius: 13.75rem !important;
  }
  .border-radius-tr-r-contents-55 {
    border-top-right-radius: 13.75rem !important;
  }
  .border-radius-bl-r-contents-55 {
    border-bottom-left-radius: 13.75rem !important;
  }
  .border-radius-br-r-contents-55 {
    border-bottom-right-radius: 13.75rem !important;
  }
  .border-radius-t-r-contents-55 {
    border-top-left-radius: 13.75rem !important;
    border-top-right-radius: 13.75rem !important;
  }
  .border-radius-b-r-contents-55 {
    border-bottom-left-radius: 13.75rem !important;
    border-bottom-right-radius: 13.75rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-55 {
    margin: 13.75rem !important;
  }
  .mt-r-screen-55 {
    margin-top: 13.75rem !important;
  }
  .mr-r-screen-55 {
    margin-right: 13.75rem !important;
  }
  .mb-r-screen-55 {
    margin-bottom: 13.75rem !important;
  }
  .ml-r-screen-55 {
    margin-left: 13.75rem !important;
  }
  .mx-r-screen-55 {
    margin-left: 13.75rem !important;
    margin-right: 13.75rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-55 {
    margin-top: 13.75rem !important;
    margin-bottom: 13.75rem !important;
  }
  .p-r-screen-55 {
    padding: 13.75rem !important;
  }
  .pt-r-screen-55 {
    padding-top: 13.75rem !important;
  }
  .pr-r-screen-55 {
    padding-right: 13.75rem !important;
  }
  .pb-r-screen-55 {
    padding-bottom: 13.75rem !important;
  }
  .pl-r-screen-55 {
    padding-left: 13.75rem !important;
  }
  .px-r-screen-55 {
    padding-left: 13.75rem !important;
    padding-right: 13.75rem !important;
  }
  .py-r-screen-55 {
    padding-top: 13.75rem !important;
    padding-bottom: 13.75rem !important;
  }
  .font-size-screen-55 {
    font-size: 55px;
  }
  .border-radius-r-screen-55 {
    border-radius: 13.75rem !important;
  }
  .border-radius-tl-r-screen-55 {
    border-top-left-radius: 13.75rem !important;
  }
  .border-radius-tr-r-screen-55 {
    border-top-right-radius: 13.75rem !important;
  }
  .border-radius-bl-r-screen-55 {
    border-bottom-left-radius: 13.75rem !important;
  }
  .border-radius-br-r-screen-55 {
    border-bottom-right-radius: 13.75rem !important;
  }
  .border-radius-t-r-screen-55 {
    border-top-left-radius: 13.75rem !important;
    border-top-right-radius: 13.75rem !important;
  }
  .border-radius-b-r-screen-55 {
    border-bottom-left-radius: 13.75rem !important;
    border-bottom-right-radius: 13.75rem !important;
  }
}
.z-56 {
  z-index: 56;
}

.m-r-56 {
  margin: 14rem;
}

.mt-r-56 {
  margin-top: 14rem;
}

.mr-r-56 {
  margin-right: 14rem;
}

.mb-r-56 {
  margin-bottom: 14rem;
}

.ml-r-56 {
  margin-left: 14rem;
}

.mx-r-56 {
  margin-left: 14rem;
  margin-right: 14rem;
}

.my-r-56 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.p-r-56 {
  padding: 14rem;
}

.pt-r-56 {
  padding-top: 14rem;
}

.pr-r-56 {
  padding-right: 14rem;
}

.pb-r-56 {
  padding-bottom: 14rem;
}

.pl-r-56 {
  padding-left: 14rem;
}

.px-r-56 {
  padding-left: 14rem;
  padding-right: 14rem;
}

.py-r-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.t-r-56 {
  top: 14rem;
}

.l-r-56 {
  left: 14rem;
}

.b-r-56 {
  bottom: 14rem;
}

.r-r-56 {
  right: 14rem;
}

.row-gap-56 {
  margin: -14rem;
}

.border-radius-r-56 {
  border-radius: 14rem;
}

.border-radius-tl-r-56 {
  border-top-left-radius: 14rem;
}

.border-radius-tr-r-56 {
  border-top-right-radius: 14rem;
}

.border-radius-bl-r-56 {
  border-bottom-left-radius: 14rem;
}

.border-radius-br-r-56 {
  border-bottom-right-radius: 14rem;
}

.border-radius-t-r-56 {
  border-top-left-radius: 14rem;
  border-top-right-radius: 14rem;
}

.border-radius-b-r-56 {
  border-bottom-left-radius: 14rem;
  border-bottom-right-radius: 14rem;
}

.font-size-56 {
  font-size: 56px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-56 {
    margin: 14rem !important;
  }
  .mt-r-xs-56 {
    margin-top: 14rem !important;
  }
  .mr-r-xs-56 {
    margin-right: 14rem !important;
  }
  .mb-r-xs-56 {
    margin-bottom: 14rem !important;
  }
  .ml-r-xs-56 {
    margin-left: 14rem !important;
  }
  .mx-r-xs-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .p-r-xs-56 {
    padding: 14rem !important;
  }
  .pt-r-xs-56 {
    padding-top: 14rem !important;
  }
  .pr-r-xs-56 {
    padding-right: 14rem !important;
  }
  .pb-r-xs-56 {
    padding-bottom: 14rem !important;
  }
  .pl-r-xs-56 {
    padding-left: 14rem !important;
  }
  .px-r-xs-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }
  .py-r-xs-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .font-size-xs-56 {
    font-size: 56px;
  }
  .border-radius-r-xs-56 {
    border-radius: 14rem !important;
  }
  .border-radius-tl-r-xs-56 {
    border-top-left-radius: 14rem !important;
  }
  .border-radius-tr-r-xs-56 {
    border-top-right-radius: 14rem !important;
  }
  .border-radius-bl-r-xs-56 {
    border-bottom-left-radius: 14rem !important;
  }
  .border-radius-br-r-xs-56 {
    border-bottom-right-radius: 14rem !important;
  }
  .border-radius-t-r-xs-56 {
    border-top-left-radius: 14rem !important;
    border-top-right-radius: 14rem !important;
  }
  .border-radius-b-r-xs-56 {
    border-bottom-left-radius: 14rem !important;
    border-bottom-right-radius: 14rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-56 {
    margin: 14rem !important;
  }
  .mt-r-sm-56 {
    margin-top: 14rem !important;
  }
  .mr-r-sm-56 {
    margin-right: 14rem !important;
  }
  .mb-r-sm-56 {
    margin-bottom: 14rem !important;
  }
  .ml-r-sm-56 {
    margin-left: 14rem !important;
  }
  .mx-r-sm-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .p-r-sm-56 {
    padding: 14rem !important;
  }
  .pt-r-sm-56 {
    padding-top: 14rem !important;
  }
  .pr-r-sm-56 {
    padding-right: 14rem !important;
  }
  .pb-r-sm-56 {
    padding-bottom: 14rem !important;
  }
  .pl-r-sm-56 {
    padding-left: 14rem !important;
  }
  .px-r-sm-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }
  .py-r-sm-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .font-size-sm-56 {
    font-size: 56px;
  }
  .border-radius-r-sm-56 {
    border-radius: 14rem !important;
  }
  .border-radius-tl-r-sm-56 {
    border-top-left-radius: 14rem !important;
  }
  .border-radius-tr-r-sm-56 {
    border-top-right-radius: 14rem !important;
  }
  .border-radius-bl-r-sm-56 {
    border-bottom-left-radius: 14rem !important;
  }
  .border-radius-br-r-sm-56 {
    border-bottom-right-radius: 14rem !important;
  }
  .border-radius-t-r-sm-56 {
    border-top-left-radius: 14rem !important;
    border-top-right-radius: 14rem !important;
  }
  .border-radius-b-r-sm-56 {
    border-bottom-left-radius: 14rem !important;
    border-bottom-right-radius: 14rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-56 {
    margin: 14rem !important;
  }
  .mt-r-md-56 {
    margin-top: 14rem !important;
  }
  .mr-r-md-56 {
    margin-right: 14rem !important;
  }
  .mb-r-md-56 {
    margin-bottom: 14rem !important;
  }
  .ml-r-md-56 {
    margin-left: 14rem !important;
  }
  .mx-r-md-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .p-r-md-56 {
    padding: 14rem !important;
  }
  .pt-r-md-56 {
    padding-top: 14rem !important;
  }
  .pr-r-md-56 {
    padding-right: 14rem !important;
  }
  .pb-r-md-56 {
    padding-bottom: 14rem !important;
  }
  .pl-r-md-56 {
    padding-left: 14rem !important;
  }
  .px-r-md-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }
  .py-r-md-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .font-size-md-56 {
    font-size: 56px;
  }
  .border-radius-r-md-56 {
    border-radius: 14rem !important;
  }
  .border-radius-tl-r-md-56 {
    border-top-left-radius: 14rem !important;
  }
  .border-radius-tr-r-md-56 {
    border-top-right-radius: 14rem !important;
  }
  .border-radius-bl-r-md-56 {
    border-bottom-left-radius: 14rem !important;
  }
  .border-radius-br-r-md-56 {
    border-bottom-right-radius: 14rem !important;
  }
  .border-radius-t-r-md-56 {
    border-top-left-radius: 14rem !important;
    border-top-right-radius: 14rem !important;
  }
  .border-radius-b-r-md-56 {
    border-bottom-left-radius: 14rem !important;
    border-bottom-right-radius: 14rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-56 {
    margin: 14rem !important;
  }
  .mt-r-lg-56 {
    margin-top: 14rem !important;
  }
  .mr-r-lg-56 {
    margin-right: 14rem !important;
  }
  .mb-r-lg-56 {
    margin-bottom: 14rem !important;
  }
  .ml-r-lg-56 {
    margin-left: 14rem !important;
  }
  .mx-r-lg-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .p-r-lg-56 {
    padding: 14rem !important;
  }
  .pt-r-lg-56 {
    padding-top: 14rem !important;
  }
  .pr-r-lg-56 {
    padding-right: 14rem !important;
  }
  .pb-r-lg-56 {
    padding-bottom: 14rem !important;
  }
  .pl-r-lg-56 {
    padding-left: 14rem !important;
  }
  .px-r-lg-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }
  .py-r-lg-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .font-size-lg-56 {
    font-size: 56px;
  }
  .border-radius-r-lg-56 {
    border-radius: 14rem !important;
  }
  .border-radius-tl-r-lg-56 {
    border-top-left-radius: 14rem !important;
  }
  .border-radius-tr-r-lg-56 {
    border-top-right-radius: 14rem !important;
  }
  .border-radius-bl-r-lg-56 {
    border-bottom-left-radius: 14rem !important;
  }
  .border-radius-br-r-lg-56 {
    border-bottom-right-radius: 14rem !important;
  }
  .border-radius-t-r-lg-56 {
    border-top-left-radius: 14rem !important;
    border-top-right-radius: 14rem !important;
  }
  .border-radius-b-r-lg-56 {
    border-bottom-left-radius: 14rem !important;
    border-bottom-right-radius: 14rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-56 {
    margin: 14rem !important;
  }
  .mt-r-xl-56 {
    margin-top: 14rem !important;
  }
  .mr-r-xl-56 {
    margin-right: 14rem !important;
  }
  .mb-r-xl-56 {
    margin-bottom: 14rem !important;
  }
  .ml-r-xl-56 {
    margin-left: 14rem !important;
  }
  .mx-r-xl-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .p-r-xl-56 {
    padding: 14rem !important;
  }
  .pt-r-xl-56 {
    padding-top: 14rem !important;
  }
  .pr-r-xl-56 {
    padding-right: 14rem !important;
  }
  .pb-r-xl-56 {
    padding-bottom: 14rem !important;
  }
  .pl-r-xl-56 {
    padding-left: 14rem !important;
  }
  .px-r-xl-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }
  .py-r-xl-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .font-size-xl-56 {
    font-size: 56px;
  }
  .border-radius-r-xl-56 {
    border-radius: 14rem !important;
  }
  .border-radius-tl-r-xl-56 {
    border-top-left-radius: 14rem !important;
  }
  .border-radius-tr-r-xl-56 {
    border-top-right-radius: 14rem !important;
  }
  .border-radius-bl-r-xl-56 {
    border-bottom-left-radius: 14rem !important;
  }
  .border-radius-br-r-xl-56 {
    border-bottom-right-radius: 14rem !important;
  }
  .border-radius-t-r-xl-56 {
    border-top-left-radius: 14rem !important;
    border-top-right-radius: 14rem !important;
  }
  .border-radius-b-r-xl-56 {
    border-bottom-left-radius: 14rem !important;
    border-bottom-right-radius: 14rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-56 {
    margin: 14rem !important;
  }
  .mt-r-contents-56 {
    margin-top: 14rem !important;
  }
  .mr-r-contents-56 {
    margin-right: 14rem !important;
  }
  .mb-r-contents-56 {
    margin-bottom: 14rem !important;
  }
  .ml-r-contents-56 {
    margin-left: 14rem !important;
  }
  .mx-r-contents-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .p-r-contents-56 {
    padding: 14rem !important;
  }
  .pt-r-contents-56 {
    padding-top: 14rem !important;
  }
  .pr-r-contents-56 {
    padding-right: 14rem !important;
  }
  .pb-r-contents-56 {
    padding-bottom: 14rem !important;
  }
  .pl-r-contents-56 {
    padding-left: 14rem !important;
  }
  .px-r-contents-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }
  .py-r-contents-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .font-size-contents-56 {
    font-size: 56px;
  }
  .border-radius-r-contents-56 {
    border-radius: 14rem !important;
  }
  .border-radius-tl-r-contents-56 {
    border-top-left-radius: 14rem !important;
  }
  .border-radius-tr-r-contents-56 {
    border-top-right-radius: 14rem !important;
  }
  .border-radius-bl-r-contents-56 {
    border-bottom-left-radius: 14rem !important;
  }
  .border-radius-br-r-contents-56 {
    border-bottom-right-radius: 14rem !important;
  }
  .border-radius-t-r-contents-56 {
    border-top-left-radius: 14rem !important;
    border-top-right-radius: 14rem !important;
  }
  .border-radius-b-r-contents-56 {
    border-bottom-left-radius: 14rem !important;
    border-bottom-right-radius: 14rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-56 {
    margin: 14rem !important;
  }
  .mt-r-screen-56 {
    margin-top: 14rem !important;
  }
  .mr-r-screen-56 {
    margin-right: 14rem !important;
  }
  .mb-r-screen-56 {
    margin-bottom: 14rem !important;
  }
  .ml-r-screen-56 {
    margin-left: 14rem !important;
  }
  .mx-r-screen-56 {
    margin-left: 14rem !important;
    margin-right: 14rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-56 {
    margin-top: 14rem !important;
    margin-bottom: 14rem !important;
  }
  .p-r-screen-56 {
    padding: 14rem !important;
  }
  .pt-r-screen-56 {
    padding-top: 14rem !important;
  }
  .pr-r-screen-56 {
    padding-right: 14rem !important;
  }
  .pb-r-screen-56 {
    padding-bottom: 14rem !important;
  }
  .pl-r-screen-56 {
    padding-left: 14rem !important;
  }
  .px-r-screen-56 {
    padding-left: 14rem !important;
    padding-right: 14rem !important;
  }
  .py-r-screen-56 {
    padding-top: 14rem !important;
    padding-bottom: 14rem !important;
  }
  .font-size-screen-56 {
    font-size: 56px;
  }
  .border-radius-r-screen-56 {
    border-radius: 14rem !important;
  }
  .border-radius-tl-r-screen-56 {
    border-top-left-radius: 14rem !important;
  }
  .border-radius-tr-r-screen-56 {
    border-top-right-radius: 14rem !important;
  }
  .border-radius-bl-r-screen-56 {
    border-bottom-left-radius: 14rem !important;
  }
  .border-radius-br-r-screen-56 {
    border-bottom-right-radius: 14rem !important;
  }
  .border-radius-t-r-screen-56 {
    border-top-left-radius: 14rem !important;
    border-top-right-radius: 14rem !important;
  }
  .border-radius-b-r-screen-56 {
    border-bottom-left-radius: 14rem !important;
    border-bottom-right-radius: 14rem !important;
  }
}
.z-57 {
  z-index: 57;
}

.m-r-57 {
  margin: 14.25rem;
}

.mt-r-57 {
  margin-top: 14.25rem;
}

.mr-r-57 {
  margin-right: 14.25rem;
}

.mb-r-57 {
  margin-bottom: 14.25rem;
}

.ml-r-57 {
  margin-left: 14.25rem;
}

.mx-r-57 {
  margin-left: 14.25rem;
  margin-right: 14.25rem;
}

.my-r-57 {
  margin-top: 14.25rem;
  margin-bottom: 14.25rem;
}

.p-r-57 {
  padding: 14.25rem;
}

.pt-r-57 {
  padding-top: 14.25rem;
}

.pr-r-57 {
  padding-right: 14.25rem;
}

.pb-r-57 {
  padding-bottom: 14.25rem;
}

.pl-r-57 {
  padding-left: 14.25rem;
}

.px-r-57 {
  padding-left: 14.25rem;
  padding-right: 14.25rem;
}

.py-r-57 {
  padding-top: 14.25rem;
  padding-bottom: 14.25rem;
}

.t-r-57 {
  top: 14.25rem;
}

.l-r-57 {
  left: 14.25rem;
}

.b-r-57 {
  bottom: 14.25rem;
}

.r-r-57 {
  right: 14.25rem;
}

.row-gap-57 {
  margin: -14.25rem;
}

.border-radius-r-57 {
  border-radius: 14.25rem;
}

.border-radius-tl-r-57 {
  border-top-left-radius: 14.25rem;
}

.border-radius-tr-r-57 {
  border-top-right-radius: 14.25rem;
}

.border-radius-bl-r-57 {
  border-bottom-left-radius: 14.25rem;
}

.border-radius-br-r-57 {
  border-bottom-right-radius: 14.25rem;
}

.border-radius-t-r-57 {
  border-top-left-radius: 14.25rem;
  border-top-right-radius: 14.25rem;
}

.border-radius-b-r-57 {
  border-bottom-left-radius: 14.25rem;
  border-bottom-right-radius: 14.25rem;
}

.font-size-57 {
  font-size: 57px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-57 {
    margin: 14.25rem !important;
  }
  .mt-r-xs-57 {
    margin-top: 14.25rem !important;
  }
  .mr-r-xs-57 {
    margin-right: 14.25rem !important;
  }
  .mb-r-xs-57 {
    margin-bottom: 14.25rem !important;
  }
  .ml-r-xs-57 {
    margin-left: 14.25rem !important;
  }
  .mx-r-xs-57 {
    margin-left: 14.25rem !important;
    margin-right: 14.25rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-57 {
    margin-top: 14.25rem !important;
    margin-bottom: 14.25rem !important;
  }
  .p-r-xs-57 {
    padding: 14.25rem !important;
  }
  .pt-r-xs-57 {
    padding-top: 14.25rem !important;
  }
  .pr-r-xs-57 {
    padding-right: 14.25rem !important;
  }
  .pb-r-xs-57 {
    padding-bottom: 14.25rem !important;
  }
  .pl-r-xs-57 {
    padding-left: 14.25rem !important;
  }
  .px-r-xs-57 {
    padding-left: 14.25rem !important;
    padding-right: 14.25rem !important;
  }
  .py-r-xs-57 {
    padding-top: 14.25rem !important;
    padding-bottom: 14.25rem !important;
  }
  .font-size-xs-57 {
    font-size: 57px;
  }
  .border-radius-r-xs-57 {
    border-radius: 14.25rem !important;
  }
  .border-radius-tl-r-xs-57 {
    border-top-left-radius: 14.25rem !important;
  }
  .border-radius-tr-r-xs-57 {
    border-top-right-radius: 14.25rem !important;
  }
  .border-radius-bl-r-xs-57 {
    border-bottom-left-radius: 14.25rem !important;
  }
  .border-radius-br-r-xs-57 {
    border-bottom-right-radius: 14.25rem !important;
  }
  .border-radius-t-r-xs-57 {
    border-top-left-radius: 14.25rem !important;
    border-top-right-radius: 14.25rem !important;
  }
  .border-radius-b-r-xs-57 {
    border-bottom-left-radius: 14.25rem !important;
    border-bottom-right-radius: 14.25rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-57 {
    margin: 14.25rem !important;
  }
  .mt-r-sm-57 {
    margin-top: 14.25rem !important;
  }
  .mr-r-sm-57 {
    margin-right: 14.25rem !important;
  }
  .mb-r-sm-57 {
    margin-bottom: 14.25rem !important;
  }
  .ml-r-sm-57 {
    margin-left: 14.25rem !important;
  }
  .mx-r-sm-57 {
    margin-left: 14.25rem !important;
    margin-right: 14.25rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-57 {
    margin-top: 14.25rem !important;
    margin-bottom: 14.25rem !important;
  }
  .p-r-sm-57 {
    padding: 14.25rem !important;
  }
  .pt-r-sm-57 {
    padding-top: 14.25rem !important;
  }
  .pr-r-sm-57 {
    padding-right: 14.25rem !important;
  }
  .pb-r-sm-57 {
    padding-bottom: 14.25rem !important;
  }
  .pl-r-sm-57 {
    padding-left: 14.25rem !important;
  }
  .px-r-sm-57 {
    padding-left: 14.25rem !important;
    padding-right: 14.25rem !important;
  }
  .py-r-sm-57 {
    padding-top: 14.25rem !important;
    padding-bottom: 14.25rem !important;
  }
  .font-size-sm-57 {
    font-size: 57px;
  }
  .border-radius-r-sm-57 {
    border-radius: 14.25rem !important;
  }
  .border-radius-tl-r-sm-57 {
    border-top-left-radius: 14.25rem !important;
  }
  .border-radius-tr-r-sm-57 {
    border-top-right-radius: 14.25rem !important;
  }
  .border-radius-bl-r-sm-57 {
    border-bottom-left-radius: 14.25rem !important;
  }
  .border-radius-br-r-sm-57 {
    border-bottom-right-radius: 14.25rem !important;
  }
  .border-radius-t-r-sm-57 {
    border-top-left-radius: 14.25rem !important;
    border-top-right-radius: 14.25rem !important;
  }
  .border-radius-b-r-sm-57 {
    border-bottom-left-radius: 14.25rem !important;
    border-bottom-right-radius: 14.25rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-57 {
    margin: 14.25rem !important;
  }
  .mt-r-md-57 {
    margin-top: 14.25rem !important;
  }
  .mr-r-md-57 {
    margin-right: 14.25rem !important;
  }
  .mb-r-md-57 {
    margin-bottom: 14.25rem !important;
  }
  .ml-r-md-57 {
    margin-left: 14.25rem !important;
  }
  .mx-r-md-57 {
    margin-left: 14.25rem !important;
    margin-right: 14.25rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-57 {
    margin-top: 14.25rem !important;
    margin-bottom: 14.25rem !important;
  }
  .p-r-md-57 {
    padding: 14.25rem !important;
  }
  .pt-r-md-57 {
    padding-top: 14.25rem !important;
  }
  .pr-r-md-57 {
    padding-right: 14.25rem !important;
  }
  .pb-r-md-57 {
    padding-bottom: 14.25rem !important;
  }
  .pl-r-md-57 {
    padding-left: 14.25rem !important;
  }
  .px-r-md-57 {
    padding-left: 14.25rem !important;
    padding-right: 14.25rem !important;
  }
  .py-r-md-57 {
    padding-top: 14.25rem !important;
    padding-bottom: 14.25rem !important;
  }
  .font-size-md-57 {
    font-size: 57px;
  }
  .border-radius-r-md-57 {
    border-radius: 14.25rem !important;
  }
  .border-radius-tl-r-md-57 {
    border-top-left-radius: 14.25rem !important;
  }
  .border-radius-tr-r-md-57 {
    border-top-right-radius: 14.25rem !important;
  }
  .border-radius-bl-r-md-57 {
    border-bottom-left-radius: 14.25rem !important;
  }
  .border-radius-br-r-md-57 {
    border-bottom-right-radius: 14.25rem !important;
  }
  .border-radius-t-r-md-57 {
    border-top-left-radius: 14.25rem !important;
    border-top-right-radius: 14.25rem !important;
  }
  .border-radius-b-r-md-57 {
    border-bottom-left-radius: 14.25rem !important;
    border-bottom-right-radius: 14.25rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-57 {
    margin: 14.25rem !important;
  }
  .mt-r-lg-57 {
    margin-top: 14.25rem !important;
  }
  .mr-r-lg-57 {
    margin-right: 14.25rem !important;
  }
  .mb-r-lg-57 {
    margin-bottom: 14.25rem !important;
  }
  .ml-r-lg-57 {
    margin-left: 14.25rem !important;
  }
  .mx-r-lg-57 {
    margin-left: 14.25rem !important;
    margin-right: 14.25rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-57 {
    margin-top: 14.25rem !important;
    margin-bottom: 14.25rem !important;
  }
  .p-r-lg-57 {
    padding: 14.25rem !important;
  }
  .pt-r-lg-57 {
    padding-top: 14.25rem !important;
  }
  .pr-r-lg-57 {
    padding-right: 14.25rem !important;
  }
  .pb-r-lg-57 {
    padding-bottom: 14.25rem !important;
  }
  .pl-r-lg-57 {
    padding-left: 14.25rem !important;
  }
  .px-r-lg-57 {
    padding-left: 14.25rem !important;
    padding-right: 14.25rem !important;
  }
  .py-r-lg-57 {
    padding-top: 14.25rem !important;
    padding-bottom: 14.25rem !important;
  }
  .font-size-lg-57 {
    font-size: 57px;
  }
  .border-radius-r-lg-57 {
    border-radius: 14.25rem !important;
  }
  .border-radius-tl-r-lg-57 {
    border-top-left-radius: 14.25rem !important;
  }
  .border-radius-tr-r-lg-57 {
    border-top-right-radius: 14.25rem !important;
  }
  .border-radius-bl-r-lg-57 {
    border-bottom-left-radius: 14.25rem !important;
  }
  .border-radius-br-r-lg-57 {
    border-bottom-right-radius: 14.25rem !important;
  }
  .border-radius-t-r-lg-57 {
    border-top-left-radius: 14.25rem !important;
    border-top-right-radius: 14.25rem !important;
  }
  .border-radius-b-r-lg-57 {
    border-bottom-left-radius: 14.25rem !important;
    border-bottom-right-radius: 14.25rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-57 {
    margin: 14.25rem !important;
  }
  .mt-r-xl-57 {
    margin-top: 14.25rem !important;
  }
  .mr-r-xl-57 {
    margin-right: 14.25rem !important;
  }
  .mb-r-xl-57 {
    margin-bottom: 14.25rem !important;
  }
  .ml-r-xl-57 {
    margin-left: 14.25rem !important;
  }
  .mx-r-xl-57 {
    margin-left: 14.25rem !important;
    margin-right: 14.25rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-57 {
    margin-top: 14.25rem !important;
    margin-bottom: 14.25rem !important;
  }
  .p-r-xl-57 {
    padding: 14.25rem !important;
  }
  .pt-r-xl-57 {
    padding-top: 14.25rem !important;
  }
  .pr-r-xl-57 {
    padding-right: 14.25rem !important;
  }
  .pb-r-xl-57 {
    padding-bottom: 14.25rem !important;
  }
  .pl-r-xl-57 {
    padding-left: 14.25rem !important;
  }
  .px-r-xl-57 {
    padding-left: 14.25rem !important;
    padding-right: 14.25rem !important;
  }
  .py-r-xl-57 {
    padding-top: 14.25rem !important;
    padding-bottom: 14.25rem !important;
  }
  .font-size-xl-57 {
    font-size: 57px;
  }
  .border-radius-r-xl-57 {
    border-radius: 14.25rem !important;
  }
  .border-radius-tl-r-xl-57 {
    border-top-left-radius: 14.25rem !important;
  }
  .border-radius-tr-r-xl-57 {
    border-top-right-radius: 14.25rem !important;
  }
  .border-radius-bl-r-xl-57 {
    border-bottom-left-radius: 14.25rem !important;
  }
  .border-radius-br-r-xl-57 {
    border-bottom-right-radius: 14.25rem !important;
  }
  .border-radius-t-r-xl-57 {
    border-top-left-radius: 14.25rem !important;
    border-top-right-radius: 14.25rem !important;
  }
  .border-radius-b-r-xl-57 {
    border-bottom-left-radius: 14.25rem !important;
    border-bottom-right-radius: 14.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-57 {
    margin: 14.25rem !important;
  }
  .mt-r-contents-57 {
    margin-top: 14.25rem !important;
  }
  .mr-r-contents-57 {
    margin-right: 14.25rem !important;
  }
  .mb-r-contents-57 {
    margin-bottom: 14.25rem !important;
  }
  .ml-r-contents-57 {
    margin-left: 14.25rem !important;
  }
  .mx-r-contents-57 {
    margin-left: 14.25rem !important;
    margin-right: 14.25rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-57 {
    margin-top: 14.25rem !important;
    margin-bottom: 14.25rem !important;
  }
  .p-r-contents-57 {
    padding: 14.25rem !important;
  }
  .pt-r-contents-57 {
    padding-top: 14.25rem !important;
  }
  .pr-r-contents-57 {
    padding-right: 14.25rem !important;
  }
  .pb-r-contents-57 {
    padding-bottom: 14.25rem !important;
  }
  .pl-r-contents-57 {
    padding-left: 14.25rem !important;
  }
  .px-r-contents-57 {
    padding-left: 14.25rem !important;
    padding-right: 14.25rem !important;
  }
  .py-r-contents-57 {
    padding-top: 14.25rem !important;
    padding-bottom: 14.25rem !important;
  }
  .font-size-contents-57 {
    font-size: 57px;
  }
  .border-radius-r-contents-57 {
    border-radius: 14.25rem !important;
  }
  .border-radius-tl-r-contents-57 {
    border-top-left-radius: 14.25rem !important;
  }
  .border-radius-tr-r-contents-57 {
    border-top-right-radius: 14.25rem !important;
  }
  .border-radius-bl-r-contents-57 {
    border-bottom-left-radius: 14.25rem !important;
  }
  .border-radius-br-r-contents-57 {
    border-bottom-right-radius: 14.25rem !important;
  }
  .border-radius-t-r-contents-57 {
    border-top-left-radius: 14.25rem !important;
    border-top-right-radius: 14.25rem !important;
  }
  .border-radius-b-r-contents-57 {
    border-bottom-left-radius: 14.25rem !important;
    border-bottom-right-radius: 14.25rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-57 {
    margin: 14.25rem !important;
  }
  .mt-r-screen-57 {
    margin-top: 14.25rem !important;
  }
  .mr-r-screen-57 {
    margin-right: 14.25rem !important;
  }
  .mb-r-screen-57 {
    margin-bottom: 14.25rem !important;
  }
  .ml-r-screen-57 {
    margin-left: 14.25rem !important;
  }
  .mx-r-screen-57 {
    margin-left: 14.25rem !important;
    margin-right: 14.25rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-57 {
    margin-top: 14.25rem !important;
    margin-bottom: 14.25rem !important;
  }
  .p-r-screen-57 {
    padding: 14.25rem !important;
  }
  .pt-r-screen-57 {
    padding-top: 14.25rem !important;
  }
  .pr-r-screen-57 {
    padding-right: 14.25rem !important;
  }
  .pb-r-screen-57 {
    padding-bottom: 14.25rem !important;
  }
  .pl-r-screen-57 {
    padding-left: 14.25rem !important;
  }
  .px-r-screen-57 {
    padding-left: 14.25rem !important;
    padding-right: 14.25rem !important;
  }
  .py-r-screen-57 {
    padding-top: 14.25rem !important;
    padding-bottom: 14.25rem !important;
  }
  .font-size-screen-57 {
    font-size: 57px;
  }
  .border-radius-r-screen-57 {
    border-radius: 14.25rem !important;
  }
  .border-radius-tl-r-screen-57 {
    border-top-left-radius: 14.25rem !important;
  }
  .border-radius-tr-r-screen-57 {
    border-top-right-radius: 14.25rem !important;
  }
  .border-radius-bl-r-screen-57 {
    border-bottom-left-radius: 14.25rem !important;
  }
  .border-radius-br-r-screen-57 {
    border-bottom-right-radius: 14.25rem !important;
  }
  .border-radius-t-r-screen-57 {
    border-top-left-radius: 14.25rem !important;
    border-top-right-radius: 14.25rem !important;
  }
  .border-radius-b-r-screen-57 {
    border-bottom-left-radius: 14.25rem !important;
    border-bottom-right-radius: 14.25rem !important;
  }
}
.z-58 {
  z-index: 58;
}

.m-r-58 {
  margin: 14.5rem;
}

.mt-r-58 {
  margin-top: 14.5rem;
}

.mr-r-58 {
  margin-right: 14.5rem;
}

.mb-r-58 {
  margin-bottom: 14.5rem;
}

.ml-r-58 {
  margin-left: 14.5rem;
}

.mx-r-58 {
  margin-left: 14.5rem;
  margin-right: 14.5rem;
}

.my-r-58 {
  margin-top: 14.5rem;
  margin-bottom: 14.5rem;
}

.p-r-58 {
  padding: 14.5rem;
}

.pt-r-58 {
  padding-top: 14.5rem;
}

.pr-r-58 {
  padding-right: 14.5rem;
}

.pb-r-58 {
  padding-bottom: 14.5rem;
}

.pl-r-58 {
  padding-left: 14.5rem;
}

.px-r-58 {
  padding-left: 14.5rem;
  padding-right: 14.5rem;
}

.py-r-58 {
  padding-top: 14.5rem;
  padding-bottom: 14.5rem;
}

.t-r-58 {
  top: 14.5rem;
}

.l-r-58 {
  left: 14.5rem;
}

.b-r-58 {
  bottom: 14.5rem;
}

.r-r-58 {
  right: 14.5rem;
}

.row-gap-58 {
  margin: -14.5rem;
}

.border-radius-r-58 {
  border-radius: 14.5rem;
}

.border-radius-tl-r-58 {
  border-top-left-radius: 14.5rem;
}

.border-radius-tr-r-58 {
  border-top-right-radius: 14.5rem;
}

.border-radius-bl-r-58 {
  border-bottom-left-radius: 14.5rem;
}

.border-radius-br-r-58 {
  border-bottom-right-radius: 14.5rem;
}

.border-radius-t-r-58 {
  border-top-left-radius: 14.5rem;
  border-top-right-radius: 14.5rem;
}

.border-radius-b-r-58 {
  border-bottom-left-radius: 14.5rem;
  border-bottom-right-radius: 14.5rem;
}

.font-size-58 {
  font-size: 58px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-58 {
    margin: 14.5rem !important;
  }
  .mt-r-xs-58 {
    margin-top: 14.5rem !important;
  }
  .mr-r-xs-58 {
    margin-right: 14.5rem !important;
  }
  .mb-r-xs-58 {
    margin-bottom: 14.5rem !important;
  }
  .ml-r-xs-58 {
    margin-left: 14.5rem !important;
  }
  .mx-r-xs-58 {
    margin-left: 14.5rem !important;
    margin-right: 14.5rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-58 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }
  .p-r-xs-58 {
    padding: 14.5rem !important;
  }
  .pt-r-xs-58 {
    padding-top: 14.5rem !important;
  }
  .pr-r-xs-58 {
    padding-right: 14.5rem !important;
  }
  .pb-r-xs-58 {
    padding-bottom: 14.5rem !important;
  }
  .pl-r-xs-58 {
    padding-left: 14.5rem !important;
  }
  .px-r-xs-58 {
    padding-left: 14.5rem !important;
    padding-right: 14.5rem !important;
  }
  .py-r-xs-58 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }
  .font-size-xs-58 {
    font-size: 58px;
  }
  .border-radius-r-xs-58 {
    border-radius: 14.5rem !important;
  }
  .border-radius-tl-r-xs-58 {
    border-top-left-radius: 14.5rem !important;
  }
  .border-radius-tr-r-xs-58 {
    border-top-right-radius: 14.5rem !important;
  }
  .border-radius-bl-r-xs-58 {
    border-bottom-left-radius: 14.5rem !important;
  }
  .border-radius-br-r-xs-58 {
    border-bottom-right-radius: 14.5rem !important;
  }
  .border-radius-t-r-xs-58 {
    border-top-left-radius: 14.5rem !important;
    border-top-right-radius: 14.5rem !important;
  }
  .border-radius-b-r-xs-58 {
    border-bottom-left-radius: 14.5rem !important;
    border-bottom-right-radius: 14.5rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-58 {
    margin: 14.5rem !important;
  }
  .mt-r-sm-58 {
    margin-top: 14.5rem !important;
  }
  .mr-r-sm-58 {
    margin-right: 14.5rem !important;
  }
  .mb-r-sm-58 {
    margin-bottom: 14.5rem !important;
  }
  .ml-r-sm-58 {
    margin-left: 14.5rem !important;
  }
  .mx-r-sm-58 {
    margin-left: 14.5rem !important;
    margin-right: 14.5rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-58 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }
  .p-r-sm-58 {
    padding: 14.5rem !important;
  }
  .pt-r-sm-58 {
    padding-top: 14.5rem !important;
  }
  .pr-r-sm-58 {
    padding-right: 14.5rem !important;
  }
  .pb-r-sm-58 {
    padding-bottom: 14.5rem !important;
  }
  .pl-r-sm-58 {
    padding-left: 14.5rem !important;
  }
  .px-r-sm-58 {
    padding-left: 14.5rem !important;
    padding-right: 14.5rem !important;
  }
  .py-r-sm-58 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }
  .font-size-sm-58 {
    font-size: 58px;
  }
  .border-radius-r-sm-58 {
    border-radius: 14.5rem !important;
  }
  .border-radius-tl-r-sm-58 {
    border-top-left-radius: 14.5rem !important;
  }
  .border-radius-tr-r-sm-58 {
    border-top-right-radius: 14.5rem !important;
  }
  .border-radius-bl-r-sm-58 {
    border-bottom-left-radius: 14.5rem !important;
  }
  .border-radius-br-r-sm-58 {
    border-bottom-right-radius: 14.5rem !important;
  }
  .border-radius-t-r-sm-58 {
    border-top-left-radius: 14.5rem !important;
    border-top-right-radius: 14.5rem !important;
  }
  .border-radius-b-r-sm-58 {
    border-bottom-left-radius: 14.5rem !important;
    border-bottom-right-radius: 14.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-58 {
    margin: 14.5rem !important;
  }
  .mt-r-md-58 {
    margin-top: 14.5rem !important;
  }
  .mr-r-md-58 {
    margin-right: 14.5rem !important;
  }
  .mb-r-md-58 {
    margin-bottom: 14.5rem !important;
  }
  .ml-r-md-58 {
    margin-left: 14.5rem !important;
  }
  .mx-r-md-58 {
    margin-left: 14.5rem !important;
    margin-right: 14.5rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-58 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }
  .p-r-md-58 {
    padding: 14.5rem !important;
  }
  .pt-r-md-58 {
    padding-top: 14.5rem !important;
  }
  .pr-r-md-58 {
    padding-right: 14.5rem !important;
  }
  .pb-r-md-58 {
    padding-bottom: 14.5rem !important;
  }
  .pl-r-md-58 {
    padding-left: 14.5rem !important;
  }
  .px-r-md-58 {
    padding-left: 14.5rem !important;
    padding-right: 14.5rem !important;
  }
  .py-r-md-58 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }
  .font-size-md-58 {
    font-size: 58px;
  }
  .border-radius-r-md-58 {
    border-radius: 14.5rem !important;
  }
  .border-radius-tl-r-md-58 {
    border-top-left-radius: 14.5rem !important;
  }
  .border-radius-tr-r-md-58 {
    border-top-right-radius: 14.5rem !important;
  }
  .border-radius-bl-r-md-58 {
    border-bottom-left-radius: 14.5rem !important;
  }
  .border-radius-br-r-md-58 {
    border-bottom-right-radius: 14.5rem !important;
  }
  .border-radius-t-r-md-58 {
    border-top-left-radius: 14.5rem !important;
    border-top-right-radius: 14.5rem !important;
  }
  .border-radius-b-r-md-58 {
    border-bottom-left-radius: 14.5rem !important;
    border-bottom-right-radius: 14.5rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-58 {
    margin: 14.5rem !important;
  }
  .mt-r-lg-58 {
    margin-top: 14.5rem !important;
  }
  .mr-r-lg-58 {
    margin-right: 14.5rem !important;
  }
  .mb-r-lg-58 {
    margin-bottom: 14.5rem !important;
  }
  .ml-r-lg-58 {
    margin-left: 14.5rem !important;
  }
  .mx-r-lg-58 {
    margin-left: 14.5rem !important;
    margin-right: 14.5rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-58 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }
  .p-r-lg-58 {
    padding: 14.5rem !important;
  }
  .pt-r-lg-58 {
    padding-top: 14.5rem !important;
  }
  .pr-r-lg-58 {
    padding-right: 14.5rem !important;
  }
  .pb-r-lg-58 {
    padding-bottom: 14.5rem !important;
  }
  .pl-r-lg-58 {
    padding-left: 14.5rem !important;
  }
  .px-r-lg-58 {
    padding-left: 14.5rem !important;
    padding-right: 14.5rem !important;
  }
  .py-r-lg-58 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }
  .font-size-lg-58 {
    font-size: 58px;
  }
  .border-radius-r-lg-58 {
    border-radius: 14.5rem !important;
  }
  .border-radius-tl-r-lg-58 {
    border-top-left-radius: 14.5rem !important;
  }
  .border-radius-tr-r-lg-58 {
    border-top-right-radius: 14.5rem !important;
  }
  .border-radius-bl-r-lg-58 {
    border-bottom-left-radius: 14.5rem !important;
  }
  .border-radius-br-r-lg-58 {
    border-bottom-right-radius: 14.5rem !important;
  }
  .border-radius-t-r-lg-58 {
    border-top-left-radius: 14.5rem !important;
    border-top-right-radius: 14.5rem !important;
  }
  .border-radius-b-r-lg-58 {
    border-bottom-left-radius: 14.5rem !important;
    border-bottom-right-radius: 14.5rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-58 {
    margin: 14.5rem !important;
  }
  .mt-r-xl-58 {
    margin-top: 14.5rem !important;
  }
  .mr-r-xl-58 {
    margin-right: 14.5rem !important;
  }
  .mb-r-xl-58 {
    margin-bottom: 14.5rem !important;
  }
  .ml-r-xl-58 {
    margin-left: 14.5rem !important;
  }
  .mx-r-xl-58 {
    margin-left: 14.5rem !important;
    margin-right: 14.5rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-58 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }
  .p-r-xl-58 {
    padding: 14.5rem !important;
  }
  .pt-r-xl-58 {
    padding-top: 14.5rem !important;
  }
  .pr-r-xl-58 {
    padding-right: 14.5rem !important;
  }
  .pb-r-xl-58 {
    padding-bottom: 14.5rem !important;
  }
  .pl-r-xl-58 {
    padding-left: 14.5rem !important;
  }
  .px-r-xl-58 {
    padding-left: 14.5rem !important;
    padding-right: 14.5rem !important;
  }
  .py-r-xl-58 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }
  .font-size-xl-58 {
    font-size: 58px;
  }
  .border-radius-r-xl-58 {
    border-radius: 14.5rem !important;
  }
  .border-radius-tl-r-xl-58 {
    border-top-left-radius: 14.5rem !important;
  }
  .border-radius-tr-r-xl-58 {
    border-top-right-radius: 14.5rem !important;
  }
  .border-radius-bl-r-xl-58 {
    border-bottom-left-radius: 14.5rem !important;
  }
  .border-radius-br-r-xl-58 {
    border-bottom-right-radius: 14.5rem !important;
  }
  .border-radius-t-r-xl-58 {
    border-top-left-radius: 14.5rem !important;
    border-top-right-radius: 14.5rem !important;
  }
  .border-radius-b-r-xl-58 {
    border-bottom-left-radius: 14.5rem !important;
    border-bottom-right-radius: 14.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-58 {
    margin: 14.5rem !important;
  }
  .mt-r-contents-58 {
    margin-top: 14.5rem !important;
  }
  .mr-r-contents-58 {
    margin-right: 14.5rem !important;
  }
  .mb-r-contents-58 {
    margin-bottom: 14.5rem !important;
  }
  .ml-r-contents-58 {
    margin-left: 14.5rem !important;
  }
  .mx-r-contents-58 {
    margin-left: 14.5rem !important;
    margin-right: 14.5rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-58 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }
  .p-r-contents-58 {
    padding: 14.5rem !important;
  }
  .pt-r-contents-58 {
    padding-top: 14.5rem !important;
  }
  .pr-r-contents-58 {
    padding-right: 14.5rem !important;
  }
  .pb-r-contents-58 {
    padding-bottom: 14.5rem !important;
  }
  .pl-r-contents-58 {
    padding-left: 14.5rem !important;
  }
  .px-r-contents-58 {
    padding-left: 14.5rem !important;
    padding-right: 14.5rem !important;
  }
  .py-r-contents-58 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }
  .font-size-contents-58 {
    font-size: 58px;
  }
  .border-radius-r-contents-58 {
    border-radius: 14.5rem !important;
  }
  .border-radius-tl-r-contents-58 {
    border-top-left-radius: 14.5rem !important;
  }
  .border-radius-tr-r-contents-58 {
    border-top-right-radius: 14.5rem !important;
  }
  .border-radius-bl-r-contents-58 {
    border-bottom-left-radius: 14.5rem !important;
  }
  .border-radius-br-r-contents-58 {
    border-bottom-right-radius: 14.5rem !important;
  }
  .border-radius-t-r-contents-58 {
    border-top-left-radius: 14.5rem !important;
    border-top-right-radius: 14.5rem !important;
  }
  .border-radius-b-r-contents-58 {
    border-bottom-left-radius: 14.5rem !important;
    border-bottom-right-radius: 14.5rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-58 {
    margin: 14.5rem !important;
  }
  .mt-r-screen-58 {
    margin-top: 14.5rem !important;
  }
  .mr-r-screen-58 {
    margin-right: 14.5rem !important;
  }
  .mb-r-screen-58 {
    margin-bottom: 14.5rem !important;
  }
  .ml-r-screen-58 {
    margin-left: 14.5rem !important;
  }
  .mx-r-screen-58 {
    margin-left: 14.5rem !important;
    margin-right: 14.5rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-58 {
    margin-top: 14.5rem !important;
    margin-bottom: 14.5rem !important;
  }
  .p-r-screen-58 {
    padding: 14.5rem !important;
  }
  .pt-r-screen-58 {
    padding-top: 14.5rem !important;
  }
  .pr-r-screen-58 {
    padding-right: 14.5rem !important;
  }
  .pb-r-screen-58 {
    padding-bottom: 14.5rem !important;
  }
  .pl-r-screen-58 {
    padding-left: 14.5rem !important;
  }
  .px-r-screen-58 {
    padding-left: 14.5rem !important;
    padding-right: 14.5rem !important;
  }
  .py-r-screen-58 {
    padding-top: 14.5rem !important;
    padding-bottom: 14.5rem !important;
  }
  .font-size-screen-58 {
    font-size: 58px;
  }
  .border-radius-r-screen-58 {
    border-radius: 14.5rem !important;
  }
  .border-radius-tl-r-screen-58 {
    border-top-left-radius: 14.5rem !important;
  }
  .border-radius-tr-r-screen-58 {
    border-top-right-radius: 14.5rem !important;
  }
  .border-radius-bl-r-screen-58 {
    border-bottom-left-radius: 14.5rem !important;
  }
  .border-radius-br-r-screen-58 {
    border-bottom-right-radius: 14.5rem !important;
  }
  .border-radius-t-r-screen-58 {
    border-top-left-radius: 14.5rem !important;
    border-top-right-radius: 14.5rem !important;
  }
  .border-radius-b-r-screen-58 {
    border-bottom-left-radius: 14.5rem !important;
    border-bottom-right-radius: 14.5rem !important;
  }
}
.z-59 {
  z-index: 59;
}

.m-r-59 {
  margin: 14.75rem;
}

.mt-r-59 {
  margin-top: 14.75rem;
}

.mr-r-59 {
  margin-right: 14.75rem;
}

.mb-r-59 {
  margin-bottom: 14.75rem;
}

.ml-r-59 {
  margin-left: 14.75rem;
}

.mx-r-59 {
  margin-left: 14.75rem;
  margin-right: 14.75rem;
}

.my-r-59 {
  margin-top: 14.75rem;
  margin-bottom: 14.75rem;
}

.p-r-59 {
  padding: 14.75rem;
}

.pt-r-59 {
  padding-top: 14.75rem;
}

.pr-r-59 {
  padding-right: 14.75rem;
}

.pb-r-59 {
  padding-bottom: 14.75rem;
}

.pl-r-59 {
  padding-left: 14.75rem;
}

.px-r-59 {
  padding-left: 14.75rem;
  padding-right: 14.75rem;
}

.py-r-59 {
  padding-top: 14.75rem;
  padding-bottom: 14.75rem;
}

.t-r-59 {
  top: 14.75rem;
}

.l-r-59 {
  left: 14.75rem;
}

.b-r-59 {
  bottom: 14.75rem;
}

.r-r-59 {
  right: 14.75rem;
}

.row-gap-59 {
  margin: -14.75rem;
}

.border-radius-r-59 {
  border-radius: 14.75rem;
}

.border-radius-tl-r-59 {
  border-top-left-radius: 14.75rem;
}

.border-radius-tr-r-59 {
  border-top-right-radius: 14.75rem;
}

.border-radius-bl-r-59 {
  border-bottom-left-radius: 14.75rem;
}

.border-radius-br-r-59 {
  border-bottom-right-radius: 14.75rem;
}

.border-radius-t-r-59 {
  border-top-left-radius: 14.75rem;
  border-top-right-radius: 14.75rem;
}

.border-radius-b-r-59 {
  border-bottom-left-radius: 14.75rem;
  border-bottom-right-radius: 14.75rem;
}

.font-size-59 {
  font-size: 59px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-59 {
    margin: 14.75rem !important;
  }
  .mt-r-xs-59 {
    margin-top: 14.75rem !important;
  }
  .mr-r-xs-59 {
    margin-right: 14.75rem !important;
  }
  .mb-r-xs-59 {
    margin-bottom: 14.75rem !important;
  }
  .ml-r-xs-59 {
    margin-left: 14.75rem !important;
  }
  .mx-r-xs-59 {
    margin-left: 14.75rem !important;
    margin-right: 14.75rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-59 {
    margin-top: 14.75rem !important;
    margin-bottom: 14.75rem !important;
  }
  .p-r-xs-59 {
    padding: 14.75rem !important;
  }
  .pt-r-xs-59 {
    padding-top: 14.75rem !important;
  }
  .pr-r-xs-59 {
    padding-right: 14.75rem !important;
  }
  .pb-r-xs-59 {
    padding-bottom: 14.75rem !important;
  }
  .pl-r-xs-59 {
    padding-left: 14.75rem !important;
  }
  .px-r-xs-59 {
    padding-left: 14.75rem !important;
    padding-right: 14.75rem !important;
  }
  .py-r-xs-59 {
    padding-top: 14.75rem !important;
    padding-bottom: 14.75rem !important;
  }
  .font-size-xs-59 {
    font-size: 59px;
  }
  .border-radius-r-xs-59 {
    border-radius: 14.75rem !important;
  }
  .border-radius-tl-r-xs-59 {
    border-top-left-radius: 14.75rem !important;
  }
  .border-radius-tr-r-xs-59 {
    border-top-right-radius: 14.75rem !important;
  }
  .border-radius-bl-r-xs-59 {
    border-bottom-left-radius: 14.75rem !important;
  }
  .border-radius-br-r-xs-59 {
    border-bottom-right-radius: 14.75rem !important;
  }
  .border-radius-t-r-xs-59 {
    border-top-left-radius: 14.75rem !important;
    border-top-right-radius: 14.75rem !important;
  }
  .border-radius-b-r-xs-59 {
    border-bottom-left-radius: 14.75rem !important;
    border-bottom-right-radius: 14.75rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-59 {
    margin: 14.75rem !important;
  }
  .mt-r-sm-59 {
    margin-top: 14.75rem !important;
  }
  .mr-r-sm-59 {
    margin-right: 14.75rem !important;
  }
  .mb-r-sm-59 {
    margin-bottom: 14.75rem !important;
  }
  .ml-r-sm-59 {
    margin-left: 14.75rem !important;
  }
  .mx-r-sm-59 {
    margin-left: 14.75rem !important;
    margin-right: 14.75rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-59 {
    margin-top: 14.75rem !important;
    margin-bottom: 14.75rem !important;
  }
  .p-r-sm-59 {
    padding: 14.75rem !important;
  }
  .pt-r-sm-59 {
    padding-top: 14.75rem !important;
  }
  .pr-r-sm-59 {
    padding-right: 14.75rem !important;
  }
  .pb-r-sm-59 {
    padding-bottom: 14.75rem !important;
  }
  .pl-r-sm-59 {
    padding-left: 14.75rem !important;
  }
  .px-r-sm-59 {
    padding-left: 14.75rem !important;
    padding-right: 14.75rem !important;
  }
  .py-r-sm-59 {
    padding-top: 14.75rem !important;
    padding-bottom: 14.75rem !important;
  }
  .font-size-sm-59 {
    font-size: 59px;
  }
  .border-radius-r-sm-59 {
    border-radius: 14.75rem !important;
  }
  .border-radius-tl-r-sm-59 {
    border-top-left-radius: 14.75rem !important;
  }
  .border-radius-tr-r-sm-59 {
    border-top-right-radius: 14.75rem !important;
  }
  .border-radius-bl-r-sm-59 {
    border-bottom-left-radius: 14.75rem !important;
  }
  .border-radius-br-r-sm-59 {
    border-bottom-right-radius: 14.75rem !important;
  }
  .border-radius-t-r-sm-59 {
    border-top-left-radius: 14.75rem !important;
    border-top-right-radius: 14.75rem !important;
  }
  .border-radius-b-r-sm-59 {
    border-bottom-left-radius: 14.75rem !important;
    border-bottom-right-radius: 14.75rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-59 {
    margin: 14.75rem !important;
  }
  .mt-r-md-59 {
    margin-top: 14.75rem !important;
  }
  .mr-r-md-59 {
    margin-right: 14.75rem !important;
  }
  .mb-r-md-59 {
    margin-bottom: 14.75rem !important;
  }
  .ml-r-md-59 {
    margin-left: 14.75rem !important;
  }
  .mx-r-md-59 {
    margin-left: 14.75rem !important;
    margin-right: 14.75rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-59 {
    margin-top: 14.75rem !important;
    margin-bottom: 14.75rem !important;
  }
  .p-r-md-59 {
    padding: 14.75rem !important;
  }
  .pt-r-md-59 {
    padding-top: 14.75rem !important;
  }
  .pr-r-md-59 {
    padding-right: 14.75rem !important;
  }
  .pb-r-md-59 {
    padding-bottom: 14.75rem !important;
  }
  .pl-r-md-59 {
    padding-left: 14.75rem !important;
  }
  .px-r-md-59 {
    padding-left: 14.75rem !important;
    padding-right: 14.75rem !important;
  }
  .py-r-md-59 {
    padding-top: 14.75rem !important;
    padding-bottom: 14.75rem !important;
  }
  .font-size-md-59 {
    font-size: 59px;
  }
  .border-radius-r-md-59 {
    border-radius: 14.75rem !important;
  }
  .border-radius-tl-r-md-59 {
    border-top-left-radius: 14.75rem !important;
  }
  .border-radius-tr-r-md-59 {
    border-top-right-radius: 14.75rem !important;
  }
  .border-radius-bl-r-md-59 {
    border-bottom-left-radius: 14.75rem !important;
  }
  .border-radius-br-r-md-59 {
    border-bottom-right-radius: 14.75rem !important;
  }
  .border-radius-t-r-md-59 {
    border-top-left-radius: 14.75rem !important;
    border-top-right-radius: 14.75rem !important;
  }
  .border-radius-b-r-md-59 {
    border-bottom-left-radius: 14.75rem !important;
    border-bottom-right-radius: 14.75rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-59 {
    margin: 14.75rem !important;
  }
  .mt-r-lg-59 {
    margin-top: 14.75rem !important;
  }
  .mr-r-lg-59 {
    margin-right: 14.75rem !important;
  }
  .mb-r-lg-59 {
    margin-bottom: 14.75rem !important;
  }
  .ml-r-lg-59 {
    margin-left: 14.75rem !important;
  }
  .mx-r-lg-59 {
    margin-left: 14.75rem !important;
    margin-right: 14.75rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-59 {
    margin-top: 14.75rem !important;
    margin-bottom: 14.75rem !important;
  }
  .p-r-lg-59 {
    padding: 14.75rem !important;
  }
  .pt-r-lg-59 {
    padding-top: 14.75rem !important;
  }
  .pr-r-lg-59 {
    padding-right: 14.75rem !important;
  }
  .pb-r-lg-59 {
    padding-bottom: 14.75rem !important;
  }
  .pl-r-lg-59 {
    padding-left: 14.75rem !important;
  }
  .px-r-lg-59 {
    padding-left: 14.75rem !important;
    padding-right: 14.75rem !important;
  }
  .py-r-lg-59 {
    padding-top: 14.75rem !important;
    padding-bottom: 14.75rem !important;
  }
  .font-size-lg-59 {
    font-size: 59px;
  }
  .border-radius-r-lg-59 {
    border-radius: 14.75rem !important;
  }
  .border-radius-tl-r-lg-59 {
    border-top-left-radius: 14.75rem !important;
  }
  .border-radius-tr-r-lg-59 {
    border-top-right-radius: 14.75rem !important;
  }
  .border-radius-bl-r-lg-59 {
    border-bottom-left-radius: 14.75rem !important;
  }
  .border-radius-br-r-lg-59 {
    border-bottom-right-radius: 14.75rem !important;
  }
  .border-radius-t-r-lg-59 {
    border-top-left-radius: 14.75rem !important;
    border-top-right-radius: 14.75rem !important;
  }
  .border-radius-b-r-lg-59 {
    border-bottom-left-radius: 14.75rem !important;
    border-bottom-right-radius: 14.75rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-59 {
    margin: 14.75rem !important;
  }
  .mt-r-xl-59 {
    margin-top: 14.75rem !important;
  }
  .mr-r-xl-59 {
    margin-right: 14.75rem !important;
  }
  .mb-r-xl-59 {
    margin-bottom: 14.75rem !important;
  }
  .ml-r-xl-59 {
    margin-left: 14.75rem !important;
  }
  .mx-r-xl-59 {
    margin-left: 14.75rem !important;
    margin-right: 14.75rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-59 {
    margin-top: 14.75rem !important;
    margin-bottom: 14.75rem !important;
  }
  .p-r-xl-59 {
    padding: 14.75rem !important;
  }
  .pt-r-xl-59 {
    padding-top: 14.75rem !important;
  }
  .pr-r-xl-59 {
    padding-right: 14.75rem !important;
  }
  .pb-r-xl-59 {
    padding-bottom: 14.75rem !important;
  }
  .pl-r-xl-59 {
    padding-left: 14.75rem !important;
  }
  .px-r-xl-59 {
    padding-left: 14.75rem !important;
    padding-right: 14.75rem !important;
  }
  .py-r-xl-59 {
    padding-top: 14.75rem !important;
    padding-bottom: 14.75rem !important;
  }
  .font-size-xl-59 {
    font-size: 59px;
  }
  .border-radius-r-xl-59 {
    border-radius: 14.75rem !important;
  }
  .border-radius-tl-r-xl-59 {
    border-top-left-radius: 14.75rem !important;
  }
  .border-radius-tr-r-xl-59 {
    border-top-right-radius: 14.75rem !important;
  }
  .border-radius-bl-r-xl-59 {
    border-bottom-left-radius: 14.75rem !important;
  }
  .border-radius-br-r-xl-59 {
    border-bottom-right-radius: 14.75rem !important;
  }
  .border-radius-t-r-xl-59 {
    border-top-left-radius: 14.75rem !important;
    border-top-right-radius: 14.75rem !important;
  }
  .border-radius-b-r-xl-59 {
    border-bottom-left-radius: 14.75rem !important;
    border-bottom-right-radius: 14.75rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-59 {
    margin: 14.75rem !important;
  }
  .mt-r-contents-59 {
    margin-top: 14.75rem !important;
  }
  .mr-r-contents-59 {
    margin-right: 14.75rem !important;
  }
  .mb-r-contents-59 {
    margin-bottom: 14.75rem !important;
  }
  .ml-r-contents-59 {
    margin-left: 14.75rem !important;
  }
  .mx-r-contents-59 {
    margin-left: 14.75rem !important;
    margin-right: 14.75rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-59 {
    margin-top: 14.75rem !important;
    margin-bottom: 14.75rem !important;
  }
  .p-r-contents-59 {
    padding: 14.75rem !important;
  }
  .pt-r-contents-59 {
    padding-top: 14.75rem !important;
  }
  .pr-r-contents-59 {
    padding-right: 14.75rem !important;
  }
  .pb-r-contents-59 {
    padding-bottom: 14.75rem !important;
  }
  .pl-r-contents-59 {
    padding-left: 14.75rem !important;
  }
  .px-r-contents-59 {
    padding-left: 14.75rem !important;
    padding-right: 14.75rem !important;
  }
  .py-r-contents-59 {
    padding-top: 14.75rem !important;
    padding-bottom: 14.75rem !important;
  }
  .font-size-contents-59 {
    font-size: 59px;
  }
  .border-radius-r-contents-59 {
    border-radius: 14.75rem !important;
  }
  .border-radius-tl-r-contents-59 {
    border-top-left-radius: 14.75rem !important;
  }
  .border-radius-tr-r-contents-59 {
    border-top-right-radius: 14.75rem !important;
  }
  .border-radius-bl-r-contents-59 {
    border-bottom-left-radius: 14.75rem !important;
  }
  .border-radius-br-r-contents-59 {
    border-bottom-right-radius: 14.75rem !important;
  }
  .border-radius-t-r-contents-59 {
    border-top-left-radius: 14.75rem !important;
    border-top-right-radius: 14.75rem !important;
  }
  .border-radius-b-r-contents-59 {
    border-bottom-left-radius: 14.75rem !important;
    border-bottom-right-radius: 14.75rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-59 {
    margin: 14.75rem !important;
  }
  .mt-r-screen-59 {
    margin-top: 14.75rem !important;
  }
  .mr-r-screen-59 {
    margin-right: 14.75rem !important;
  }
  .mb-r-screen-59 {
    margin-bottom: 14.75rem !important;
  }
  .ml-r-screen-59 {
    margin-left: 14.75rem !important;
  }
  .mx-r-screen-59 {
    margin-left: 14.75rem !important;
    margin-right: 14.75rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-59 {
    margin-top: 14.75rem !important;
    margin-bottom: 14.75rem !important;
  }
  .p-r-screen-59 {
    padding: 14.75rem !important;
  }
  .pt-r-screen-59 {
    padding-top: 14.75rem !important;
  }
  .pr-r-screen-59 {
    padding-right: 14.75rem !important;
  }
  .pb-r-screen-59 {
    padding-bottom: 14.75rem !important;
  }
  .pl-r-screen-59 {
    padding-left: 14.75rem !important;
  }
  .px-r-screen-59 {
    padding-left: 14.75rem !important;
    padding-right: 14.75rem !important;
  }
  .py-r-screen-59 {
    padding-top: 14.75rem !important;
    padding-bottom: 14.75rem !important;
  }
  .font-size-screen-59 {
    font-size: 59px;
  }
  .border-radius-r-screen-59 {
    border-radius: 14.75rem !important;
  }
  .border-radius-tl-r-screen-59 {
    border-top-left-radius: 14.75rem !important;
  }
  .border-radius-tr-r-screen-59 {
    border-top-right-radius: 14.75rem !important;
  }
  .border-radius-bl-r-screen-59 {
    border-bottom-left-radius: 14.75rem !important;
  }
  .border-radius-br-r-screen-59 {
    border-bottom-right-radius: 14.75rem !important;
  }
  .border-radius-t-r-screen-59 {
    border-top-left-radius: 14.75rem !important;
    border-top-right-radius: 14.75rem !important;
  }
  .border-radius-b-r-screen-59 {
    border-bottom-left-radius: 14.75rem !important;
    border-bottom-right-radius: 14.75rem !important;
  }
}
.z-60 {
  z-index: 60;
}

.m-r-60 {
  margin: 15rem;
}

.mt-r-60 {
  margin-top: 15rem;
}

.mr-r-60 {
  margin-right: 15rem;
}

.mb-r-60 {
  margin-bottom: 15rem;
}

.ml-r-60 {
  margin-left: 15rem;
}

.mx-r-60 {
  margin-left: 15rem;
  margin-right: 15rem;
}

.my-r-60 {
  margin-top: 15rem;
  margin-bottom: 15rem;
}

.p-r-60 {
  padding: 15rem;
}

.pt-r-60 {
  padding-top: 15rem;
}

.pr-r-60 {
  padding-right: 15rem;
}

.pb-r-60 {
  padding-bottom: 15rem;
}

.pl-r-60 {
  padding-left: 15rem;
}

.px-r-60 {
  padding-left: 15rem;
  padding-right: 15rem;
}

.py-r-60 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.t-r-60 {
  top: 15rem;
}

.l-r-60 {
  left: 15rem;
}

.b-r-60 {
  bottom: 15rem;
}

.r-r-60 {
  right: 15rem;
}

.row-gap-60 {
  margin: -15rem;
}

.border-radius-r-60 {
  border-radius: 15rem;
}

.border-radius-tl-r-60 {
  border-top-left-radius: 15rem;
}

.border-radius-tr-r-60 {
  border-top-right-radius: 15rem;
}

.border-radius-bl-r-60 {
  border-bottom-left-radius: 15rem;
}

.border-radius-br-r-60 {
  border-bottom-right-radius: 15rem;
}

.border-radius-t-r-60 {
  border-top-left-radius: 15rem;
  border-top-right-radius: 15rem;
}

.border-radius-b-r-60 {
  border-bottom-left-radius: 15rem;
  border-bottom-right-radius: 15rem;
}

.font-size-60 {
  font-size: 60px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-60 {
    margin: 15rem !important;
  }
  .mt-r-xs-60 {
    margin-top: 15rem !important;
  }
  .mr-r-xs-60 {
    margin-right: 15rem !important;
  }
  .mb-r-xs-60 {
    margin-bottom: 15rem !important;
  }
  .ml-r-xs-60 {
    margin-left: 15rem !important;
  }
  .mx-r-xs-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .p-r-xs-60 {
    padding: 15rem !important;
  }
  .pt-r-xs-60 {
    padding-top: 15rem !important;
  }
  .pr-r-xs-60 {
    padding-right: 15rem !important;
  }
  .pb-r-xs-60 {
    padding-bottom: 15rem !important;
  }
  .pl-r-xs-60 {
    padding-left: 15rem !important;
  }
  .px-r-xs-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .py-r-xs-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .font-size-xs-60 {
    font-size: 60px;
  }
  .border-radius-r-xs-60 {
    border-radius: 15rem !important;
  }
  .border-radius-tl-r-xs-60 {
    border-top-left-radius: 15rem !important;
  }
  .border-radius-tr-r-xs-60 {
    border-top-right-radius: 15rem !important;
  }
  .border-radius-bl-r-xs-60 {
    border-bottom-left-radius: 15rem !important;
  }
  .border-radius-br-r-xs-60 {
    border-bottom-right-radius: 15rem !important;
  }
  .border-radius-t-r-xs-60 {
    border-top-left-radius: 15rem !important;
    border-top-right-radius: 15rem !important;
  }
  .border-radius-b-r-xs-60 {
    border-bottom-left-radius: 15rem !important;
    border-bottom-right-radius: 15rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-60 {
    margin: 15rem !important;
  }
  .mt-r-sm-60 {
    margin-top: 15rem !important;
  }
  .mr-r-sm-60 {
    margin-right: 15rem !important;
  }
  .mb-r-sm-60 {
    margin-bottom: 15rem !important;
  }
  .ml-r-sm-60 {
    margin-left: 15rem !important;
  }
  .mx-r-sm-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .p-r-sm-60 {
    padding: 15rem !important;
  }
  .pt-r-sm-60 {
    padding-top: 15rem !important;
  }
  .pr-r-sm-60 {
    padding-right: 15rem !important;
  }
  .pb-r-sm-60 {
    padding-bottom: 15rem !important;
  }
  .pl-r-sm-60 {
    padding-left: 15rem !important;
  }
  .px-r-sm-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .py-r-sm-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .font-size-sm-60 {
    font-size: 60px;
  }
  .border-radius-r-sm-60 {
    border-radius: 15rem !important;
  }
  .border-radius-tl-r-sm-60 {
    border-top-left-radius: 15rem !important;
  }
  .border-radius-tr-r-sm-60 {
    border-top-right-radius: 15rem !important;
  }
  .border-radius-bl-r-sm-60 {
    border-bottom-left-radius: 15rem !important;
  }
  .border-radius-br-r-sm-60 {
    border-bottom-right-radius: 15rem !important;
  }
  .border-radius-t-r-sm-60 {
    border-top-left-radius: 15rem !important;
    border-top-right-radius: 15rem !important;
  }
  .border-radius-b-r-sm-60 {
    border-bottom-left-radius: 15rem !important;
    border-bottom-right-radius: 15rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-60 {
    margin: 15rem !important;
  }
  .mt-r-md-60 {
    margin-top: 15rem !important;
  }
  .mr-r-md-60 {
    margin-right: 15rem !important;
  }
  .mb-r-md-60 {
    margin-bottom: 15rem !important;
  }
  .ml-r-md-60 {
    margin-left: 15rem !important;
  }
  .mx-r-md-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .p-r-md-60 {
    padding: 15rem !important;
  }
  .pt-r-md-60 {
    padding-top: 15rem !important;
  }
  .pr-r-md-60 {
    padding-right: 15rem !important;
  }
  .pb-r-md-60 {
    padding-bottom: 15rem !important;
  }
  .pl-r-md-60 {
    padding-left: 15rem !important;
  }
  .px-r-md-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .py-r-md-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .font-size-md-60 {
    font-size: 60px;
  }
  .border-radius-r-md-60 {
    border-radius: 15rem !important;
  }
  .border-radius-tl-r-md-60 {
    border-top-left-radius: 15rem !important;
  }
  .border-radius-tr-r-md-60 {
    border-top-right-radius: 15rem !important;
  }
  .border-radius-bl-r-md-60 {
    border-bottom-left-radius: 15rem !important;
  }
  .border-radius-br-r-md-60 {
    border-bottom-right-radius: 15rem !important;
  }
  .border-radius-t-r-md-60 {
    border-top-left-radius: 15rem !important;
    border-top-right-radius: 15rem !important;
  }
  .border-radius-b-r-md-60 {
    border-bottom-left-radius: 15rem !important;
    border-bottom-right-radius: 15rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-60 {
    margin: 15rem !important;
  }
  .mt-r-lg-60 {
    margin-top: 15rem !important;
  }
  .mr-r-lg-60 {
    margin-right: 15rem !important;
  }
  .mb-r-lg-60 {
    margin-bottom: 15rem !important;
  }
  .ml-r-lg-60 {
    margin-left: 15rem !important;
  }
  .mx-r-lg-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .p-r-lg-60 {
    padding: 15rem !important;
  }
  .pt-r-lg-60 {
    padding-top: 15rem !important;
  }
  .pr-r-lg-60 {
    padding-right: 15rem !important;
  }
  .pb-r-lg-60 {
    padding-bottom: 15rem !important;
  }
  .pl-r-lg-60 {
    padding-left: 15rem !important;
  }
  .px-r-lg-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .py-r-lg-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .font-size-lg-60 {
    font-size: 60px;
  }
  .border-radius-r-lg-60 {
    border-radius: 15rem !important;
  }
  .border-radius-tl-r-lg-60 {
    border-top-left-radius: 15rem !important;
  }
  .border-radius-tr-r-lg-60 {
    border-top-right-radius: 15rem !important;
  }
  .border-radius-bl-r-lg-60 {
    border-bottom-left-radius: 15rem !important;
  }
  .border-radius-br-r-lg-60 {
    border-bottom-right-radius: 15rem !important;
  }
  .border-radius-t-r-lg-60 {
    border-top-left-radius: 15rem !important;
    border-top-right-radius: 15rem !important;
  }
  .border-radius-b-r-lg-60 {
    border-bottom-left-radius: 15rem !important;
    border-bottom-right-radius: 15rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-60 {
    margin: 15rem !important;
  }
  .mt-r-xl-60 {
    margin-top: 15rem !important;
  }
  .mr-r-xl-60 {
    margin-right: 15rem !important;
  }
  .mb-r-xl-60 {
    margin-bottom: 15rem !important;
  }
  .ml-r-xl-60 {
    margin-left: 15rem !important;
  }
  .mx-r-xl-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .p-r-xl-60 {
    padding: 15rem !important;
  }
  .pt-r-xl-60 {
    padding-top: 15rem !important;
  }
  .pr-r-xl-60 {
    padding-right: 15rem !important;
  }
  .pb-r-xl-60 {
    padding-bottom: 15rem !important;
  }
  .pl-r-xl-60 {
    padding-left: 15rem !important;
  }
  .px-r-xl-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .py-r-xl-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .font-size-xl-60 {
    font-size: 60px;
  }
  .border-radius-r-xl-60 {
    border-radius: 15rem !important;
  }
  .border-radius-tl-r-xl-60 {
    border-top-left-radius: 15rem !important;
  }
  .border-radius-tr-r-xl-60 {
    border-top-right-radius: 15rem !important;
  }
  .border-radius-bl-r-xl-60 {
    border-bottom-left-radius: 15rem !important;
  }
  .border-radius-br-r-xl-60 {
    border-bottom-right-radius: 15rem !important;
  }
  .border-radius-t-r-xl-60 {
    border-top-left-radius: 15rem !important;
    border-top-right-radius: 15rem !important;
  }
  .border-radius-b-r-xl-60 {
    border-bottom-left-radius: 15rem !important;
    border-bottom-right-radius: 15rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-60 {
    margin: 15rem !important;
  }
  .mt-r-contents-60 {
    margin-top: 15rem !important;
  }
  .mr-r-contents-60 {
    margin-right: 15rem !important;
  }
  .mb-r-contents-60 {
    margin-bottom: 15rem !important;
  }
  .ml-r-contents-60 {
    margin-left: 15rem !important;
  }
  .mx-r-contents-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .p-r-contents-60 {
    padding: 15rem !important;
  }
  .pt-r-contents-60 {
    padding-top: 15rem !important;
  }
  .pr-r-contents-60 {
    padding-right: 15rem !important;
  }
  .pb-r-contents-60 {
    padding-bottom: 15rem !important;
  }
  .pl-r-contents-60 {
    padding-left: 15rem !important;
  }
  .px-r-contents-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .py-r-contents-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .font-size-contents-60 {
    font-size: 60px;
  }
  .border-radius-r-contents-60 {
    border-radius: 15rem !important;
  }
  .border-radius-tl-r-contents-60 {
    border-top-left-radius: 15rem !important;
  }
  .border-radius-tr-r-contents-60 {
    border-top-right-radius: 15rem !important;
  }
  .border-radius-bl-r-contents-60 {
    border-bottom-left-radius: 15rem !important;
  }
  .border-radius-br-r-contents-60 {
    border-bottom-right-radius: 15rem !important;
  }
  .border-radius-t-r-contents-60 {
    border-top-left-radius: 15rem !important;
    border-top-right-radius: 15rem !important;
  }
  .border-radius-b-r-contents-60 {
    border-bottom-left-radius: 15rem !important;
    border-bottom-right-radius: 15rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-60 {
    margin: 15rem !important;
  }
  .mt-r-screen-60 {
    margin-top: 15rem !important;
  }
  .mr-r-screen-60 {
    margin-right: 15rem !important;
  }
  .mb-r-screen-60 {
    margin-bottom: 15rem !important;
  }
  .ml-r-screen-60 {
    margin-left: 15rem !important;
  }
  .mx-r-screen-60 {
    margin-left: 15rem !important;
    margin-right: 15rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-60 {
    margin-top: 15rem !important;
    margin-bottom: 15rem !important;
  }
  .p-r-screen-60 {
    padding: 15rem !important;
  }
  .pt-r-screen-60 {
    padding-top: 15rem !important;
  }
  .pr-r-screen-60 {
    padding-right: 15rem !important;
  }
  .pb-r-screen-60 {
    padding-bottom: 15rem !important;
  }
  .pl-r-screen-60 {
    padding-left: 15rem !important;
  }
  .px-r-screen-60 {
    padding-left: 15rem !important;
    padding-right: 15rem !important;
  }
  .py-r-screen-60 {
    padding-top: 15rem !important;
    padding-bottom: 15rem !important;
  }
  .font-size-screen-60 {
    font-size: 60px;
  }
  .border-radius-r-screen-60 {
    border-radius: 15rem !important;
  }
  .border-radius-tl-r-screen-60 {
    border-top-left-radius: 15rem !important;
  }
  .border-radius-tr-r-screen-60 {
    border-top-right-radius: 15rem !important;
  }
  .border-radius-bl-r-screen-60 {
    border-bottom-left-radius: 15rem !important;
  }
  .border-radius-br-r-screen-60 {
    border-bottom-right-radius: 15rem !important;
  }
  .border-radius-t-r-screen-60 {
    border-top-left-radius: 15rem !important;
    border-top-right-radius: 15rem !important;
  }
  .border-radius-b-r-screen-60 {
    border-bottom-left-radius: 15rem !important;
    border-bottom-right-radius: 15rem !important;
  }
}
.z-61 {
  z-index: 61;
}

.m-r-61 {
  margin: 15.25rem;
}

.mt-r-61 {
  margin-top: 15.25rem;
}

.mr-r-61 {
  margin-right: 15.25rem;
}

.mb-r-61 {
  margin-bottom: 15.25rem;
}

.ml-r-61 {
  margin-left: 15.25rem;
}

.mx-r-61 {
  margin-left: 15.25rem;
  margin-right: 15.25rem;
}

.my-r-61 {
  margin-top: 15.25rem;
  margin-bottom: 15.25rem;
}

.p-r-61 {
  padding: 15.25rem;
}

.pt-r-61 {
  padding-top: 15.25rem;
}

.pr-r-61 {
  padding-right: 15.25rem;
}

.pb-r-61 {
  padding-bottom: 15.25rem;
}

.pl-r-61 {
  padding-left: 15.25rem;
}

.px-r-61 {
  padding-left: 15.25rem;
  padding-right: 15.25rem;
}

.py-r-61 {
  padding-top: 15.25rem;
  padding-bottom: 15.25rem;
}

.t-r-61 {
  top: 15.25rem;
}

.l-r-61 {
  left: 15.25rem;
}

.b-r-61 {
  bottom: 15.25rem;
}

.r-r-61 {
  right: 15.25rem;
}

.row-gap-61 {
  margin: -15.25rem;
}

.border-radius-r-61 {
  border-radius: 15.25rem;
}

.border-radius-tl-r-61 {
  border-top-left-radius: 15.25rem;
}

.border-radius-tr-r-61 {
  border-top-right-radius: 15.25rem;
}

.border-radius-bl-r-61 {
  border-bottom-left-radius: 15.25rem;
}

.border-radius-br-r-61 {
  border-bottom-right-radius: 15.25rem;
}

.border-radius-t-r-61 {
  border-top-left-radius: 15.25rem;
  border-top-right-radius: 15.25rem;
}

.border-radius-b-r-61 {
  border-bottom-left-radius: 15.25rem;
  border-bottom-right-radius: 15.25rem;
}

.font-size-61 {
  font-size: 61px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-61 {
    margin: 15.25rem !important;
  }
  .mt-r-xs-61 {
    margin-top: 15.25rem !important;
  }
  .mr-r-xs-61 {
    margin-right: 15.25rem !important;
  }
  .mb-r-xs-61 {
    margin-bottom: 15.25rem !important;
  }
  .ml-r-xs-61 {
    margin-left: 15.25rem !important;
  }
  .mx-r-xs-61 {
    margin-left: 15.25rem !important;
    margin-right: 15.25rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-61 {
    margin-top: 15.25rem !important;
    margin-bottom: 15.25rem !important;
  }
  .p-r-xs-61 {
    padding: 15.25rem !important;
  }
  .pt-r-xs-61 {
    padding-top: 15.25rem !important;
  }
  .pr-r-xs-61 {
    padding-right: 15.25rem !important;
  }
  .pb-r-xs-61 {
    padding-bottom: 15.25rem !important;
  }
  .pl-r-xs-61 {
    padding-left: 15.25rem !important;
  }
  .px-r-xs-61 {
    padding-left: 15.25rem !important;
    padding-right: 15.25rem !important;
  }
  .py-r-xs-61 {
    padding-top: 15.25rem !important;
    padding-bottom: 15.25rem !important;
  }
  .font-size-xs-61 {
    font-size: 61px;
  }
  .border-radius-r-xs-61 {
    border-radius: 15.25rem !important;
  }
  .border-radius-tl-r-xs-61 {
    border-top-left-radius: 15.25rem !important;
  }
  .border-radius-tr-r-xs-61 {
    border-top-right-radius: 15.25rem !important;
  }
  .border-radius-bl-r-xs-61 {
    border-bottom-left-radius: 15.25rem !important;
  }
  .border-radius-br-r-xs-61 {
    border-bottom-right-radius: 15.25rem !important;
  }
  .border-radius-t-r-xs-61 {
    border-top-left-radius: 15.25rem !important;
    border-top-right-radius: 15.25rem !important;
  }
  .border-radius-b-r-xs-61 {
    border-bottom-left-radius: 15.25rem !important;
    border-bottom-right-radius: 15.25rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-61 {
    margin: 15.25rem !important;
  }
  .mt-r-sm-61 {
    margin-top: 15.25rem !important;
  }
  .mr-r-sm-61 {
    margin-right: 15.25rem !important;
  }
  .mb-r-sm-61 {
    margin-bottom: 15.25rem !important;
  }
  .ml-r-sm-61 {
    margin-left: 15.25rem !important;
  }
  .mx-r-sm-61 {
    margin-left: 15.25rem !important;
    margin-right: 15.25rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-61 {
    margin-top: 15.25rem !important;
    margin-bottom: 15.25rem !important;
  }
  .p-r-sm-61 {
    padding: 15.25rem !important;
  }
  .pt-r-sm-61 {
    padding-top: 15.25rem !important;
  }
  .pr-r-sm-61 {
    padding-right: 15.25rem !important;
  }
  .pb-r-sm-61 {
    padding-bottom: 15.25rem !important;
  }
  .pl-r-sm-61 {
    padding-left: 15.25rem !important;
  }
  .px-r-sm-61 {
    padding-left: 15.25rem !important;
    padding-right: 15.25rem !important;
  }
  .py-r-sm-61 {
    padding-top: 15.25rem !important;
    padding-bottom: 15.25rem !important;
  }
  .font-size-sm-61 {
    font-size: 61px;
  }
  .border-radius-r-sm-61 {
    border-radius: 15.25rem !important;
  }
  .border-radius-tl-r-sm-61 {
    border-top-left-radius: 15.25rem !important;
  }
  .border-radius-tr-r-sm-61 {
    border-top-right-radius: 15.25rem !important;
  }
  .border-radius-bl-r-sm-61 {
    border-bottom-left-radius: 15.25rem !important;
  }
  .border-radius-br-r-sm-61 {
    border-bottom-right-radius: 15.25rem !important;
  }
  .border-radius-t-r-sm-61 {
    border-top-left-radius: 15.25rem !important;
    border-top-right-radius: 15.25rem !important;
  }
  .border-radius-b-r-sm-61 {
    border-bottom-left-radius: 15.25rem !important;
    border-bottom-right-radius: 15.25rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-61 {
    margin: 15.25rem !important;
  }
  .mt-r-md-61 {
    margin-top: 15.25rem !important;
  }
  .mr-r-md-61 {
    margin-right: 15.25rem !important;
  }
  .mb-r-md-61 {
    margin-bottom: 15.25rem !important;
  }
  .ml-r-md-61 {
    margin-left: 15.25rem !important;
  }
  .mx-r-md-61 {
    margin-left: 15.25rem !important;
    margin-right: 15.25rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-61 {
    margin-top: 15.25rem !important;
    margin-bottom: 15.25rem !important;
  }
  .p-r-md-61 {
    padding: 15.25rem !important;
  }
  .pt-r-md-61 {
    padding-top: 15.25rem !important;
  }
  .pr-r-md-61 {
    padding-right: 15.25rem !important;
  }
  .pb-r-md-61 {
    padding-bottom: 15.25rem !important;
  }
  .pl-r-md-61 {
    padding-left: 15.25rem !important;
  }
  .px-r-md-61 {
    padding-left: 15.25rem !important;
    padding-right: 15.25rem !important;
  }
  .py-r-md-61 {
    padding-top: 15.25rem !important;
    padding-bottom: 15.25rem !important;
  }
  .font-size-md-61 {
    font-size: 61px;
  }
  .border-radius-r-md-61 {
    border-radius: 15.25rem !important;
  }
  .border-radius-tl-r-md-61 {
    border-top-left-radius: 15.25rem !important;
  }
  .border-radius-tr-r-md-61 {
    border-top-right-radius: 15.25rem !important;
  }
  .border-radius-bl-r-md-61 {
    border-bottom-left-radius: 15.25rem !important;
  }
  .border-radius-br-r-md-61 {
    border-bottom-right-radius: 15.25rem !important;
  }
  .border-radius-t-r-md-61 {
    border-top-left-radius: 15.25rem !important;
    border-top-right-radius: 15.25rem !important;
  }
  .border-radius-b-r-md-61 {
    border-bottom-left-radius: 15.25rem !important;
    border-bottom-right-radius: 15.25rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-61 {
    margin: 15.25rem !important;
  }
  .mt-r-lg-61 {
    margin-top: 15.25rem !important;
  }
  .mr-r-lg-61 {
    margin-right: 15.25rem !important;
  }
  .mb-r-lg-61 {
    margin-bottom: 15.25rem !important;
  }
  .ml-r-lg-61 {
    margin-left: 15.25rem !important;
  }
  .mx-r-lg-61 {
    margin-left: 15.25rem !important;
    margin-right: 15.25rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-61 {
    margin-top: 15.25rem !important;
    margin-bottom: 15.25rem !important;
  }
  .p-r-lg-61 {
    padding: 15.25rem !important;
  }
  .pt-r-lg-61 {
    padding-top: 15.25rem !important;
  }
  .pr-r-lg-61 {
    padding-right: 15.25rem !important;
  }
  .pb-r-lg-61 {
    padding-bottom: 15.25rem !important;
  }
  .pl-r-lg-61 {
    padding-left: 15.25rem !important;
  }
  .px-r-lg-61 {
    padding-left: 15.25rem !important;
    padding-right: 15.25rem !important;
  }
  .py-r-lg-61 {
    padding-top: 15.25rem !important;
    padding-bottom: 15.25rem !important;
  }
  .font-size-lg-61 {
    font-size: 61px;
  }
  .border-radius-r-lg-61 {
    border-radius: 15.25rem !important;
  }
  .border-radius-tl-r-lg-61 {
    border-top-left-radius: 15.25rem !important;
  }
  .border-radius-tr-r-lg-61 {
    border-top-right-radius: 15.25rem !important;
  }
  .border-radius-bl-r-lg-61 {
    border-bottom-left-radius: 15.25rem !important;
  }
  .border-radius-br-r-lg-61 {
    border-bottom-right-radius: 15.25rem !important;
  }
  .border-radius-t-r-lg-61 {
    border-top-left-radius: 15.25rem !important;
    border-top-right-radius: 15.25rem !important;
  }
  .border-radius-b-r-lg-61 {
    border-bottom-left-radius: 15.25rem !important;
    border-bottom-right-radius: 15.25rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-61 {
    margin: 15.25rem !important;
  }
  .mt-r-xl-61 {
    margin-top: 15.25rem !important;
  }
  .mr-r-xl-61 {
    margin-right: 15.25rem !important;
  }
  .mb-r-xl-61 {
    margin-bottom: 15.25rem !important;
  }
  .ml-r-xl-61 {
    margin-left: 15.25rem !important;
  }
  .mx-r-xl-61 {
    margin-left: 15.25rem !important;
    margin-right: 15.25rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-61 {
    margin-top: 15.25rem !important;
    margin-bottom: 15.25rem !important;
  }
  .p-r-xl-61 {
    padding: 15.25rem !important;
  }
  .pt-r-xl-61 {
    padding-top: 15.25rem !important;
  }
  .pr-r-xl-61 {
    padding-right: 15.25rem !important;
  }
  .pb-r-xl-61 {
    padding-bottom: 15.25rem !important;
  }
  .pl-r-xl-61 {
    padding-left: 15.25rem !important;
  }
  .px-r-xl-61 {
    padding-left: 15.25rem !important;
    padding-right: 15.25rem !important;
  }
  .py-r-xl-61 {
    padding-top: 15.25rem !important;
    padding-bottom: 15.25rem !important;
  }
  .font-size-xl-61 {
    font-size: 61px;
  }
  .border-radius-r-xl-61 {
    border-radius: 15.25rem !important;
  }
  .border-radius-tl-r-xl-61 {
    border-top-left-radius: 15.25rem !important;
  }
  .border-radius-tr-r-xl-61 {
    border-top-right-radius: 15.25rem !important;
  }
  .border-radius-bl-r-xl-61 {
    border-bottom-left-radius: 15.25rem !important;
  }
  .border-radius-br-r-xl-61 {
    border-bottom-right-radius: 15.25rem !important;
  }
  .border-radius-t-r-xl-61 {
    border-top-left-radius: 15.25rem !important;
    border-top-right-radius: 15.25rem !important;
  }
  .border-radius-b-r-xl-61 {
    border-bottom-left-radius: 15.25rem !important;
    border-bottom-right-radius: 15.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-61 {
    margin: 15.25rem !important;
  }
  .mt-r-contents-61 {
    margin-top: 15.25rem !important;
  }
  .mr-r-contents-61 {
    margin-right: 15.25rem !important;
  }
  .mb-r-contents-61 {
    margin-bottom: 15.25rem !important;
  }
  .ml-r-contents-61 {
    margin-left: 15.25rem !important;
  }
  .mx-r-contents-61 {
    margin-left: 15.25rem !important;
    margin-right: 15.25rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-61 {
    margin-top: 15.25rem !important;
    margin-bottom: 15.25rem !important;
  }
  .p-r-contents-61 {
    padding: 15.25rem !important;
  }
  .pt-r-contents-61 {
    padding-top: 15.25rem !important;
  }
  .pr-r-contents-61 {
    padding-right: 15.25rem !important;
  }
  .pb-r-contents-61 {
    padding-bottom: 15.25rem !important;
  }
  .pl-r-contents-61 {
    padding-left: 15.25rem !important;
  }
  .px-r-contents-61 {
    padding-left: 15.25rem !important;
    padding-right: 15.25rem !important;
  }
  .py-r-contents-61 {
    padding-top: 15.25rem !important;
    padding-bottom: 15.25rem !important;
  }
  .font-size-contents-61 {
    font-size: 61px;
  }
  .border-radius-r-contents-61 {
    border-radius: 15.25rem !important;
  }
  .border-radius-tl-r-contents-61 {
    border-top-left-radius: 15.25rem !important;
  }
  .border-radius-tr-r-contents-61 {
    border-top-right-radius: 15.25rem !important;
  }
  .border-radius-bl-r-contents-61 {
    border-bottom-left-radius: 15.25rem !important;
  }
  .border-radius-br-r-contents-61 {
    border-bottom-right-radius: 15.25rem !important;
  }
  .border-radius-t-r-contents-61 {
    border-top-left-radius: 15.25rem !important;
    border-top-right-radius: 15.25rem !important;
  }
  .border-radius-b-r-contents-61 {
    border-bottom-left-radius: 15.25rem !important;
    border-bottom-right-radius: 15.25rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-61 {
    margin: 15.25rem !important;
  }
  .mt-r-screen-61 {
    margin-top: 15.25rem !important;
  }
  .mr-r-screen-61 {
    margin-right: 15.25rem !important;
  }
  .mb-r-screen-61 {
    margin-bottom: 15.25rem !important;
  }
  .ml-r-screen-61 {
    margin-left: 15.25rem !important;
  }
  .mx-r-screen-61 {
    margin-left: 15.25rem !important;
    margin-right: 15.25rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-61 {
    margin-top: 15.25rem !important;
    margin-bottom: 15.25rem !important;
  }
  .p-r-screen-61 {
    padding: 15.25rem !important;
  }
  .pt-r-screen-61 {
    padding-top: 15.25rem !important;
  }
  .pr-r-screen-61 {
    padding-right: 15.25rem !important;
  }
  .pb-r-screen-61 {
    padding-bottom: 15.25rem !important;
  }
  .pl-r-screen-61 {
    padding-left: 15.25rem !important;
  }
  .px-r-screen-61 {
    padding-left: 15.25rem !important;
    padding-right: 15.25rem !important;
  }
  .py-r-screen-61 {
    padding-top: 15.25rem !important;
    padding-bottom: 15.25rem !important;
  }
  .font-size-screen-61 {
    font-size: 61px;
  }
  .border-radius-r-screen-61 {
    border-radius: 15.25rem !important;
  }
  .border-radius-tl-r-screen-61 {
    border-top-left-radius: 15.25rem !important;
  }
  .border-radius-tr-r-screen-61 {
    border-top-right-radius: 15.25rem !important;
  }
  .border-radius-bl-r-screen-61 {
    border-bottom-left-radius: 15.25rem !important;
  }
  .border-radius-br-r-screen-61 {
    border-bottom-right-radius: 15.25rem !important;
  }
  .border-radius-t-r-screen-61 {
    border-top-left-radius: 15.25rem !important;
    border-top-right-radius: 15.25rem !important;
  }
  .border-radius-b-r-screen-61 {
    border-bottom-left-radius: 15.25rem !important;
    border-bottom-right-radius: 15.25rem !important;
  }
}
.z-62 {
  z-index: 62;
}

.m-r-62 {
  margin: 15.5rem;
}

.mt-r-62 {
  margin-top: 15.5rem;
}

.mr-r-62 {
  margin-right: 15.5rem;
}

.mb-r-62 {
  margin-bottom: 15.5rem;
}

.ml-r-62 {
  margin-left: 15.5rem;
}

.mx-r-62 {
  margin-left: 15.5rem;
  margin-right: 15.5rem;
}

.my-r-62 {
  margin-top: 15.5rem;
  margin-bottom: 15.5rem;
}

.p-r-62 {
  padding: 15.5rem;
}

.pt-r-62 {
  padding-top: 15.5rem;
}

.pr-r-62 {
  padding-right: 15.5rem;
}

.pb-r-62 {
  padding-bottom: 15.5rem;
}

.pl-r-62 {
  padding-left: 15.5rem;
}

.px-r-62 {
  padding-left: 15.5rem;
  padding-right: 15.5rem;
}

.py-r-62 {
  padding-top: 15.5rem;
  padding-bottom: 15.5rem;
}

.t-r-62 {
  top: 15.5rem;
}

.l-r-62 {
  left: 15.5rem;
}

.b-r-62 {
  bottom: 15.5rem;
}

.r-r-62 {
  right: 15.5rem;
}

.row-gap-62 {
  margin: -15.5rem;
}

.border-radius-r-62 {
  border-radius: 15.5rem;
}

.border-radius-tl-r-62 {
  border-top-left-radius: 15.5rem;
}

.border-radius-tr-r-62 {
  border-top-right-radius: 15.5rem;
}

.border-radius-bl-r-62 {
  border-bottom-left-radius: 15.5rem;
}

.border-radius-br-r-62 {
  border-bottom-right-radius: 15.5rem;
}

.border-radius-t-r-62 {
  border-top-left-radius: 15.5rem;
  border-top-right-radius: 15.5rem;
}

.border-radius-b-r-62 {
  border-bottom-left-radius: 15.5rem;
  border-bottom-right-radius: 15.5rem;
}

.font-size-62 {
  font-size: 62px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-62 {
    margin: 15.5rem !important;
  }
  .mt-r-xs-62 {
    margin-top: 15.5rem !important;
  }
  .mr-r-xs-62 {
    margin-right: 15.5rem !important;
  }
  .mb-r-xs-62 {
    margin-bottom: 15.5rem !important;
  }
  .ml-r-xs-62 {
    margin-left: 15.5rem !important;
  }
  .mx-r-xs-62 {
    margin-left: 15.5rem !important;
    margin-right: 15.5rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-62 {
    margin-top: 15.5rem !important;
    margin-bottom: 15.5rem !important;
  }
  .p-r-xs-62 {
    padding: 15.5rem !important;
  }
  .pt-r-xs-62 {
    padding-top: 15.5rem !important;
  }
  .pr-r-xs-62 {
    padding-right: 15.5rem !important;
  }
  .pb-r-xs-62 {
    padding-bottom: 15.5rem !important;
  }
  .pl-r-xs-62 {
    padding-left: 15.5rem !important;
  }
  .px-r-xs-62 {
    padding-left: 15.5rem !important;
    padding-right: 15.5rem !important;
  }
  .py-r-xs-62 {
    padding-top: 15.5rem !important;
    padding-bottom: 15.5rem !important;
  }
  .font-size-xs-62 {
    font-size: 62px;
  }
  .border-radius-r-xs-62 {
    border-radius: 15.5rem !important;
  }
  .border-radius-tl-r-xs-62 {
    border-top-left-radius: 15.5rem !important;
  }
  .border-radius-tr-r-xs-62 {
    border-top-right-radius: 15.5rem !important;
  }
  .border-radius-bl-r-xs-62 {
    border-bottom-left-radius: 15.5rem !important;
  }
  .border-radius-br-r-xs-62 {
    border-bottom-right-radius: 15.5rem !important;
  }
  .border-radius-t-r-xs-62 {
    border-top-left-radius: 15.5rem !important;
    border-top-right-radius: 15.5rem !important;
  }
  .border-radius-b-r-xs-62 {
    border-bottom-left-radius: 15.5rem !important;
    border-bottom-right-radius: 15.5rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-62 {
    margin: 15.5rem !important;
  }
  .mt-r-sm-62 {
    margin-top: 15.5rem !important;
  }
  .mr-r-sm-62 {
    margin-right: 15.5rem !important;
  }
  .mb-r-sm-62 {
    margin-bottom: 15.5rem !important;
  }
  .ml-r-sm-62 {
    margin-left: 15.5rem !important;
  }
  .mx-r-sm-62 {
    margin-left: 15.5rem !important;
    margin-right: 15.5rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-62 {
    margin-top: 15.5rem !important;
    margin-bottom: 15.5rem !important;
  }
  .p-r-sm-62 {
    padding: 15.5rem !important;
  }
  .pt-r-sm-62 {
    padding-top: 15.5rem !important;
  }
  .pr-r-sm-62 {
    padding-right: 15.5rem !important;
  }
  .pb-r-sm-62 {
    padding-bottom: 15.5rem !important;
  }
  .pl-r-sm-62 {
    padding-left: 15.5rem !important;
  }
  .px-r-sm-62 {
    padding-left: 15.5rem !important;
    padding-right: 15.5rem !important;
  }
  .py-r-sm-62 {
    padding-top: 15.5rem !important;
    padding-bottom: 15.5rem !important;
  }
  .font-size-sm-62 {
    font-size: 62px;
  }
  .border-radius-r-sm-62 {
    border-radius: 15.5rem !important;
  }
  .border-radius-tl-r-sm-62 {
    border-top-left-radius: 15.5rem !important;
  }
  .border-radius-tr-r-sm-62 {
    border-top-right-radius: 15.5rem !important;
  }
  .border-radius-bl-r-sm-62 {
    border-bottom-left-radius: 15.5rem !important;
  }
  .border-radius-br-r-sm-62 {
    border-bottom-right-radius: 15.5rem !important;
  }
  .border-radius-t-r-sm-62 {
    border-top-left-radius: 15.5rem !important;
    border-top-right-radius: 15.5rem !important;
  }
  .border-radius-b-r-sm-62 {
    border-bottom-left-radius: 15.5rem !important;
    border-bottom-right-radius: 15.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-62 {
    margin: 15.5rem !important;
  }
  .mt-r-md-62 {
    margin-top: 15.5rem !important;
  }
  .mr-r-md-62 {
    margin-right: 15.5rem !important;
  }
  .mb-r-md-62 {
    margin-bottom: 15.5rem !important;
  }
  .ml-r-md-62 {
    margin-left: 15.5rem !important;
  }
  .mx-r-md-62 {
    margin-left: 15.5rem !important;
    margin-right: 15.5rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-62 {
    margin-top: 15.5rem !important;
    margin-bottom: 15.5rem !important;
  }
  .p-r-md-62 {
    padding: 15.5rem !important;
  }
  .pt-r-md-62 {
    padding-top: 15.5rem !important;
  }
  .pr-r-md-62 {
    padding-right: 15.5rem !important;
  }
  .pb-r-md-62 {
    padding-bottom: 15.5rem !important;
  }
  .pl-r-md-62 {
    padding-left: 15.5rem !important;
  }
  .px-r-md-62 {
    padding-left: 15.5rem !important;
    padding-right: 15.5rem !important;
  }
  .py-r-md-62 {
    padding-top: 15.5rem !important;
    padding-bottom: 15.5rem !important;
  }
  .font-size-md-62 {
    font-size: 62px;
  }
  .border-radius-r-md-62 {
    border-radius: 15.5rem !important;
  }
  .border-radius-tl-r-md-62 {
    border-top-left-radius: 15.5rem !important;
  }
  .border-radius-tr-r-md-62 {
    border-top-right-radius: 15.5rem !important;
  }
  .border-radius-bl-r-md-62 {
    border-bottom-left-radius: 15.5rem !important;
  }
  .border-radius-br-r-md-62 {
    border-bottom-right-radius: 15.5rem !important;
  }
  .border-radius-t-r-md-62 {
    border-top-left-radius: 15.5rem !important;
    border-top-right-radius: 15.5rem !important;
  }
  .border-radius-b-r-md-62 {
    border-bottom-left-radius: 15.5rem !important;
    border-bottom-right-radius: 15.5rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-62 {
    margin: 15.5rem !important;
  }
  .mt-r-lg-62 {
    margin-top: 15.5rem !important;
  }
  .mr-r-lg-62 {
    margin-right: 15.5rem !important;
  }
  .mb-r-lg-62 {
    margin-bottom: 15.5rem !important;
  }
  .ml-r-lg-62 {
    margin-left: 15.5rem !important;
  }
  .mx-r-lg-62 {
    margin-left: 15.5rem !important;
    margin-right: 15.5rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-62 {
    margin-top: 15.5rem !important;
    margin-bottom: 15.5rem !important;
  }
  .p-r-lg-62 {
    padding: 15.5rem !important;
  }
  .pt-r-lg-62 {
    padding-top: 15.5rem !important;
  }
  .pr-r-lg-62 {
    padding-right: 15.5rem !important;
  }
  .pb-r-lg-62 {
    padding-bottom: 15.5rem !important;
  }
  .pl-r-lg-62 {
    padding-left: 15.5rem !important;
  }
  .px-r-lg-62 {
    padding-left: 15.5rem !important;
    padding-right: 15.5rem !important;
  }
  .py-r-lg-62 {
    padding-top: 15.5rem !important;
    padding-bottom: 15.5rem !important;
  }
  .font-size-lg-62 {
    font-size: 62px;
  }
  .border-radius-r-lg-62 {
    border-radius: 15.5rem !important;
  }
  .border-radius-tl-r-lg-62 {
    border-top-left-radius: 15.5rem !important;
  }
  .border-radius-tr-r-lg-62 {
    border-top-right-radius: 15.5rem !important;
  }
  .border-radius-bl-r-lg-62 {
    border-bottom-left-radius: 15.5rem !important;
  }
  .border-radius-br-r-lg-62 {
    border-bottom-right-radius: 15.5rem !important;
  }
  .border-radius-t-r-lg-62 {
    border-top-left-radius: 15.5rem !important;
    border-top-right-radius: 15.5rem !important;
  }
  .border-radius-b-r-lg-62 {
    border-bottom-left-radius: 15.5rem !important;
    border-bottom-right-radius: 15.5rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-62 {
    margin: 15.5rem !important;
  }
  .mt-r-xl-62 {
    margin-top: 15.5rem !important;
  }
  .mr-r-xl-62 {
    margin-right: 15.5rem !important;
  }
  .mb-r-xl-62 {
    margin-bottom: 15.5rem !important;
  }
  .ml-r-xl-62 {
    margin-left: 15.5rem !important;
  }
  .mx-r-xl-62 {
    margin-left: 15.5rem !important;
    margin-right: 15.5rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-62 {
    margin-top: 15.5rem !important;
    margin-bottom: 15.5rem !important;
  }
  .p-r-xl-62 {
    padding: 15.5rem !important;
  }
  .pt-r-xl-62 {
    padding-top: 15.5rem !important;
  }
  .pr-r-xl-62 {
    padding-right: 15.5rem !important;
  }
  .pb-r-xl-62 {
    padding-bottom: 15.5rem !important;
  }
  .pl-r-xl-62 {
    padding-left: 15.5rem !important;
  }
  .px-r-xl-62 {
    padding-left: 15.5rem !important;
    padding-right: 15.5rem !important;
  }
  .py-r-xl-62 {
    padding-top: 15.5rem !important;
    padding-bottom: 15.5rem !important;
  }
  .font-size-xl-62 {
    font-size: 62px;
  }
  .border-radius-r-xl-62 {
    border-radius: 15.5rem !important;
  }
  .border-radius-tl-r-xl-62 {
    border-top-left-radius: 15.5rem !important;
  }
  .border-radius-tr-r-xl-62 {
    border-top-right-radius: 15.5rem !important;
  }
  .border-radius-bl-r-xl-62 {
    border-bottom-left-radius: 15.5rem !important;
  }
  .border-radius-br-r-xl-62 {
    border-bottom-right-radius: 15.5rem !important;
  }
  .border-radius-t-r-xl-62 {
    border-top-left-radius: 15.5rem !important;
    border-top-right-radius: 15.5rem !important;
  }
  .border-radius-b-r-xl-62 {
    border-bottom-left-radius: 15.5rem !important;
    border-bottom-right-radius: 15.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-62 {
    margin: 15.5rem !important;
  }
  .mt-r-contents-62 {
    margin-top: 15.5rem !important;
  }
  .mr-r-contents-62 {
    margin-right: 15.5rem !important;
  }
  .mb-r-contents-62 {
    margin-bottom: 15.5rem !important;
  }
  .ml-r-contents-62 {
    margin-left: 15.5rem !important;
  }
  .mx-r-contents-62 {
    margin-left: 15.5rem !important;
    margin-right: 15.5rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-62 {
    margin-top: 15.5rem !important;
    margin-bottom: 15.5rem !important;
  }
  .p-r-contents-62 {
    padding: 15.5rem !important;
  }
  .pt-r-contents-62 {
    padding-top: 15.5rem !important;
  }
  .pr-r-contents-62 {
    padding-right: 15.5rem !important;
  }
  .pb-r-contents-62 {
    padding-bottom: 15.5rem !important;
  }
  .pl-r-contents-62 {
    padding-left: 15.5rem !important;
  }
  .px-r-contents-62 {
    padding-left: 15.5rem !important;
    padding-right: 15.5rem !important;
  }
  .py-r-contents-62 {
    padding-top: 15.5rem !important;
    padding-bottom: 15.5rem !important;
  }
  .font-size-contents-62 {
    font-size: 62px;
  }
  .border-radius-r-contents-62 {
    border-radius: 15.5rem !important;
  }
  .border-radius-tl-r-contents-62 {
    border-top-left-radius: 15.5rem !important;
  }
  .border-radius-tr-r-contents-62 {
    border-top-right-radius: 15.5rem !important;
  }
  .border-radius-bl-r-contents-62 {
    border-bottom-left-radius: 15.5rem !important;
  }
  .border-radius-br-r-contents-62 {
    border-bottom-right-radius: 15.5rem !important;
  }
  .border-radius-t-r-contents-62 {
    border-top-left-radius: 15.5rem !important;
    border-top-right-radius: 15.5rem !important;
  }
  .border-radius-b-r-contents-62 {
    border-bottom-left-radius: 15.5rem !important;
    border-bottom-right-radius: 15.5rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-62 {
    margin: 15.5rem !important;
  }
  .mt-r-screen-62 {
    margin-top: 15.5rem !important;
  }
  .mr-r-screen-62 {
    margin-right: 15.5rem !important;
  }
  .mb-r-screen-62 {
    margin-bottom: 15.5rem !important;
  }
  .ml-r-screen-62 {
    margin-left: 15.5rem !important;
  }
  .mx-r-screen-62 {
    margin-left: 15.5rem !important;
    margin-right: 15.5rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-62 {
    margin-top: 15.5rem !important;
    margin-bottom: 15.5rem !important;
  }
  .p-r-screen-62 {
    padding: 15.5rem !important;
  }
  .pt-r-screen-62 {
    padding-top: 15.5rem !important;
  }
  .pr-r-screen-62 {
    padding-right: 15.5rem !important;
  }
  .pb-r-screen-62 {
    padding-bottom: 15.5rem !important;
  }
  .pl-r-screen-62 {
    padding-left: 15.5rem !important;
  }
  .px-r-screen-62 {
    padding-left: 15.5rem !important;
    padding-right: 15.5rem !important;
  }
  .py-r-screen-62 {
    padding-top: 15.5rem !important;
    padding-bottom: 15.5rem !important;
  }
  .font-size-screen-62 {
    font-size: 62px;
  }
  .border-radius-r-screen-62 {
    border-radius: 15.5rem !important;
  }
  .border-radius-tl-r-screen-62 {
    border-top-left-radius: 15.5rem !important;
  }
  .border-radius-tr-r-screen-62 {
    border-top-right-radius: 15.5rem !important;
  }
  .border-radius-bl-r-screen-62 {
    border-bottom-left-radius: 15.5rem !important;
  }
  .border-radius-br-r-screen-62 {
    border-bottom-right-radius: 15.5rem !important;
  }
  .border-radius-t-r-screen-62 {
    border-top-left-radius: 15.5rem !important;
    border-top-right-radius: 15.5rem !important;
  }
  .border-radius-b-r-screen-62 {
    border-bottom-left-radius: 15.5rem !important;
    border-bottom-right-radius: 15.5rem !important;
  }
}
.z-63 {
  z-index: 63;
}

.m-r-63 {
  margin: 15.75rem;
}

.mt-r-63 {
  margin-top: 15.75rem;
}

.mr-r-63 {
  margin-right: 15.75rem;
}

.mb-r-63 {
  margin-bottom: 15.75rem;
}

.ml-r-63 {
  margin-left: 15.75rem;
}

.mx-r-63 {
  margin-left: 15.75rem;
  margin-right: 15.75rem;
}

.my-r-63 {
  margin-top: 15.75rem;
  margin-bottom: 15.75rem;
}

.p-r-63 {
  padding: 15.75rem;
}

.pt-r-63 {
  padding-top: 15.75rem;
}

.pr-r-63 {
  padding-right: 15.75rem;
}

.pb-r-63 {
  padding-bottom: 15.75rem;
}

.pl-r-63 {
  padding-left: 15.75rem;
}

.px-r-63 {
  padding-left: 15.75rem;
  padding-right: 15.75rem;
}

.py-r-63 {
  padding-top: 15.75rem;
  padding-bottom: 15.75rem;
}

.t-r-63 {
  top: 15.75rem;
}

.l-r-63 {
  left: 15.75rem;
}

.b-r-63 {
  bottom: 15.75rem;
}

.r-r-63 {
  right: 15.75rem;
}

.row-gap-63 {
  margin: -15.75rem;
}

.border-radius-r-63 {
  border-radius: 15.75rem;
}

.border-radius-tl-r-63 {
  border-top-left-radius: 15.75rem;
}

.border-radius-tr-r-63 {
  border-top-right-radius: 15.75rem;
}

.border-radius-bl-r-63 {
  border-bottom-left-radius: 15.75rem;
}

.border-radius-br-r-63 {
  border-bottom-right-radius: 15.75rem;
}

.border-radius-t-r-63 {
  border-top-left-radius: 15.75rem;
  border-top-right-radius: 15.75rem;
}

.border-radius-b-r-63 {
  border-bottom-left-radius: 15.75rem;
  border-bottom-right-radius: 15.75rem;
}

.font-size-63 {
  font-size: 63px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-63 {
    margin: 15.75rem !important;
  }
  .mt-r-xs-63 {
    margin-top: 15.75rem !important;
  }
  .mr-r-xs-63 {
    margin-right: 15.75rem !important;
  }
  .mb-r-xs-63 {
    margin-bottom: 15.75rem !important;
  }
  .ml-r-xs-63 {
    margin-left: 15.75rem !important;
  }
  .mx-r-xs-63 {
    margin-left: 15.75rem !important;
    margin-right: 15.75rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-63 {
    margin-top: 15.75rem !important;
    margin-bottom: 15.75rem !important;
  }
  .p-r-xs-63 {
    padding: 15.75rem !important;
  }
  .pt-r-xs-63 {
    padding-top: 15.75rem !important;
  }
  .pr-r-xs-63 {
    padding-right: 15.75rem !important;
  }
  .pb-r-xs-63 {
    padding-bottom: 15.75rem !important;
  }
  .pl-r-xs-63 {
    padding-left: 15.75rem !important;
  }
  .px-r-xs-63 {
    padding-left: 15.75rem !important;
    padding-right: 15.75rem !important;
  }
  .py-r-xs-63 {
    padding-top: 15.75rem !important;
    padding-bottom: 15.75rem !important;
  }
  .font-size-xs-63 {
    font-size: 63px;
  }
  .border-radius-r-xs-63 {
    border-radius: 15.75rem !important;
  }
  .border-radius-tl-r-xs-63 {
    border-top-left-radius: 15.75rem !important;
  }
  .border-radius-tr-r-xs-63 {
    border-top-right-radius: 15.75rem !important;
  }
  .border-radius-bl-r-xs-63 {
    border-bottom-left-radius: 15.75rem !important;
  }
  .border-radius-br-r-xs-63 {
    border-bottom-right-radius: 15.75rem !important;
  }
  .border-radius-t-r-xs-63 {
    border-top-left-radius: 15.75rem !important;
    border-top-right-radius: 15.75rem !important;
  }
  .border-radius-b-r-xs-63 {
    border-bottom-left-radius: 15.75rem !important;
    border-bottom-right-radius: 15.75rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-63 {
    margin: 15.75rem !important;
  }
  .mt-r-sm-63 {
    margin-top: 15.75rem !important;
  }
  .mr-r-sm-63 {
    margin-right: 15.75rem !important;
  }
  .mb-r-sm-63 {
    margin-bottom: 15.75rem !important;
  }
  .ml-r-sm-63 {
    margin-left: 15.75rem !important;
  }
  .mx-r-sm-63 {
    margin-left: 15.75rem !important;
    margin-right: 15.75rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-63 {
    margin-top: 15.75rem !important;
    margin-bottom: 15.75rem !important;
  }
  .p-r-sm-63 {
    padding: 15.75rem !important;
  }
  .pt-r-sm-63 {
    padding-top: 15.75rem !important;
  }
  .pr-r-sm-63 {
    padding-right: 15.75rem !important;
  }
  .pb-r-sm-63 {
    padding-bottom: 15.75rem !important;
  }
  .pl-r-sm-63 {
    padding-left: 15.75rem !important;
  }
  .px-r-sm-63 {
    padding-left: 15.75rem !important;
    padding-right: 15.75rem !important;
  }
  .py-r-sm-63 {
    padding-top: 15.75rem !important;
    padding-bottom: 15.75rem !important;
  }
  .font-size-sm-63 {
    font-size: 63px;
  }
  .border-radius-r-sm-63 {
    border-radius: 15.75rem !important;
  }
  .border-radius-tl-r-sm-63 {
    border-top-left-radius: 15.75rem !important;
  }
  .border-radius-tr-r-sm-63 {
    border-top-right-radius: 15.75rem !important;
  }
  .border-radius-bl-r-sm-63 {
    border-bottom-left-radius: 15.75rem !important;
  }
  .border-radius-br-r-sm-63 {
    border-bottom-right-radius: 15.75rem !important;
  }
  .border-radius-t-r-sm-63 {
    border-top-left-radius: 15.75rem !important;
    border-top-right-radius: 15.75rem !important;
  }
  .border-radius-b-r-sm-63 {
    border-bottom-left-radius: 15.75rem !important;
    border-bottom-right-radius: 15.75rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-63 {
    margin: 15.75rem !important;
  }
  .mt-r-md-63 {
    margin-top: 15.75rem !important;
  }
  .mr-r-md-63 {
    margin-right: 15.75rem !important;
  }
  .mb-r-md-63 {
    margin-bottom: 15.75rem !important;
  }
  .ml-r-md-63 {
    margin-left: 15.75rem !important;
  }
  .mx-r-md-63 {
    margin-left: 15.75rem !important;
    margin-right: 15.75rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-63 {
    margin-top: 15.75rem !important;
    margin-bottom: 15.75rem !important;
  }
  .p-r-md-63 {
    padding: 15.75rem !important;
  }
  .pt-r-md-63 {
    padding-top: 15.75rem !important;
  }
  .pr-r-md-63 {
    padding-right: 15.75rem !important;
  }
  .pb-r-md-63 {
    padding-bottom: 15.75rem !important;
  }
  .pl-r-md-63 {
    padding-left: 15.75rem !important;
  }
  .px-r-md-63 {
    padding-left: 15.75rem !important;
    padding-right: 15.75rem !important;
  }
  .py-r-md-63 {
    padding-top: 15.75rem !important;
    padding-bottom: 15.75rem !important;
  }
  .font-size-md-63 {
    font-size: 63px;
  }
  .border-radius-r-md-63 {
    border-radius: 15.75rem !important;
  }
  .border-radius-tl-r-md-63 {
    border-top-left-radius: 15.75rem !important;
  }
  .border-radius-tr-r-md-63 {
    border-top-right-radius: 15.75rem !important;
  }
  .border-radius-bl-r-md-63 {
    border-bottom-left-radius: 15.75rem !important;
  }
  .border-radius-br-r-md-63 {
    border-bottom-right-radius: 15.75rem !important;
  }
  .border-radius-t-r-md-63 {
    border-top-left-radius: 15.75rem !important;
    border-top-right-radius: 15.75rem !important;
  }
  .border-radius-b-r-md-63 {
    border-bottom-left-radius: 15.75rem !important;
    border-bottom-right-radius: 15.75rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-63 {
    margin: 15.75rem !important;
  }
  .mt-r-lg-63 {
    margin-top: 15.75rem !important;
  }
  .mr-r-lg-63 {
    margin-right: 15.75rem !important;
  }
  .mb-r-lg-63 {
    margin-bottom: 15.75rem !important;
  }
  .ml-r-lg-63 {
    margin-left: 15.75rem !important;
  }
  .mx-r-lg-63 {
    margin-left: 15.75rem !important;
    margin-right: 15.75rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-63 {
    margin-top: 15.75rem !important;
    margin-bottom: 15.75rem !important;
  }
  .p-r-lg-63 {
    padding: 15.75rem !important;
  }
  .pt-r-lg-63 {
    padding-top: 15.75rem !important;
  }
  .pr-r-lg-63 {
    padding-right: 15.75rem !important;
  }
  .pb-r-lg-63 {
    padding-bottom: 15.75rem !important;
  }
  .pl-r-lg-63 {
    padding-left: 15.75rem !important;
  }
  .px-r-lg-63 {
    padding-left: 15.75rem !important;
    padding-right: 15.75rem !important;
  }
  .py-r-lg-63 {
    padding-top: 15.75rem !important;
    padding-bottom: 15.75rem !important;
  }
  .font-size-lg-63 {
    font-size: 63px;
  }
  .border-radius-r-lg-63 {
    border-radius: 15.75rem !important;
  }
  .border-radius-tl-r-lg-63 {
    border-top-left-radius: 15.75rem !important;
  }
  .border-radius-tr-r-lg-63 {
    border-top-right-radius: 15.75rem !important;
  }
  .border-radius-bl-r-lg-63 {
    border-bottom-left-radius: 15.75rem !important;
  }
  .border-radius-br-r-lg-63 {
    border-bottom-right-radius: 15.75rem !important;
  }
  .border-radius-t-r-lg-63 {
    border-top-left-radius: 15.75rem !important;
    border-top-right-radius: 15.75rem !important;
  }
  .border-radius-b-r-lg-63 {
    border-bottom-left-radius: 15.75rem !important;
    border-bottom-right-radius: 15.75rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-63 {
    margin: 15.75rem !important;
  }
  .mt-r-xl-63 {
    margin-top: 15.75rem !important;
  }
  .mr-r-xl-63 {
    margin-right: 15.75rem !important;
  }
  .mb-r-xl-63 {
    margin-bottom: 15.75rem !important;
  }
  .ml-r-xl-63 {
    margin-left: 15.75rem !important;
  }
  .mx-r-xl-63 {
    margin-left: 15.75rem !important;
    margin-right: 15.75rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-63 {
    margin-top: 15.75rem !important;
    margin-bottom: 15.75rem !important;
  }
  .p-r-xl-63 {
    padding: 15.75rem !important;
  }
  .pt-r-xl-63 {
    padding-top: 15.75rem !important;
  }
  .pr-r-xl-63 {
    padding-right: 15.75rem !important;
  }
  .pb-r-xl-63 {
    padding-bottom: 15.75rem !important;
  }
  .pl-r-xl-63 {
    padding-left: 15.75rem !important;
  }
  .px-r-xl-63 {
    padding-left: 15.75rem !important;
    padding-right: 15.75rem !important;
  }
  .py-r-xl-63 {
    padding-top: 15.75rem !important;
    padding-bottom: 15.75rem !important;
  }
  .font-size-xl-63 {
    font-size: 63px;
  }
  .border-radius-r-xl-63 {
    border-radius: 15.75rem !important;
  }
  .border-radius-tl-r-xl-63 {
    border-top-left-radius: 15.75rem !important;
  }
  .border-radius-tr-r-xl-63 {
    border-top-right-radius: 15.75rem !important;
  }
  .border-radius-bl-r-xl-63 {
    border-bottom-left-radius: 15.75rem !important;
  }
  .border-radius-br-r-xl-63 {
    border-bottom-right-radius: 15.75rem !important;
  }
  .border-radius-t-r-xl-63 {
    border-top-left-radius: 15.75rem !important;
    border-top-right-radius: 15.75rem !important;
  }
  .border-radius-b-r-xl-63 {
    border-bottom-left-radius: 15.75rem !important;
    border-bottom-right-radius: 15.75rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-63 {
    margin: 15.75rem !important;
  }
  .mt-r-contents-63 {
    margin-top: 15.75rem !important;
  }
  .mr-r-contents-63 {
    margin-right: 15.75rem !important;
  }
  .mb-r-contents-63 {
    margin-bottom: 15.75rem !important;
  }
  .ml-r-contents-63 {
    margin-left: 15.75rem !important;
  }
  .mx-r-contents-63 {
    margin-left: 15.75rem !important;
    margin-right: 15.75rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-63 {
    margin-top: 15.75rem !important;
    margin-bottom: 15.75rem !important;
  }
  .p-r-contents-63 {
    padding: 15.75rem !important;
  }
  .pt-r-contents-63 {
    padding-top: 15.75rem !important;
  }
  .pr-r-contents-63 {
    padding-right: 15.75rem !important;
  }
  .pb-r-contents-63 {
    padding-bottom: 15.75rem !important;
  }
  .pl-r-contents-63 {
    padding-left: 15.75rem !important;
  }
  .px-r-contents-63 {
    padding-left: 15.75rem !important;
    padding-right: 15.75rem !important;
  }
  .py-r-contents-63 {
    padding-top: 15.75rem !important;
    padding-bottom: 15.75rem !important;
  }
  .font-size-contents-63 {
    font-size: 63px;
  }
  .border-radius-r-contents-63 {
    border-radius: 15.75rem !important;
  }
  .border-radius-tl-r-contents-63 {
    border-top-left-radius: 15.75rem !important;
  }
  .border-radius-tr-r-contents-63 {
    border-top-right-radius: 15.75rem !important;
  }
  .border-radius-bl-r-contents-63 {
    border-bottom-left-radius: 15.75rem !important;
  }
  .border-radius-br-r-contents-63 {
    border-bottom-right-radius: 15.75rem !important;
  }
  .border-radius-t-r-contents-63 {
    border-top-left-radius: 15.75rem !important;
    border-top-right-radius: 15.75rem !important;
  }
  .border-radius-b-r-contents-63 {
    border-bottom-left-radius: 15.75rem !important;
    border-bottom-right-radius: 15.75rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-63 {
    margin: 15.75rem !important;
  }
  .mt-r-screen-63 {
    margin-top: 15.75rem !important;
  }
  .mr-r-screen-63 {
    margin-right: 15.75rem !important;
  }
  .mb-r-screen-63 {
    margin-bottom: 15.75rem !important;
  }
  .ml-r-screen-63 {
    margin-left: 15.75rem !important;
  }
  .mx-r-screen-63 {
    margin-left: 15.75rem !important;
    margin-right: 15.75rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-63 {
    margin-top: 15.75rem !important;
    margin-bottom: 15.75rem !important;
  }
  .p-r-screen-63 {
    padding: 15.75rem !important;
  }
  .pt-r-screen-63 {
    padding-top: 15.75rem !important;
  }
  .pr-r-screen-63 {
    padding-right: 15.75rem !important;
  }
  .pb-r-screen-63 {
    padding-bottom: 15.75rem !important;
  }
  .pl-r-screen-63 {
    padding-left: 15.75rem !important;
  }
  .px-r-screen-63 {
    padding-left: 15.75rem !important;
    padding-right: 15.75rem !important;
  }
  .py-r-screen-63 {
    padding-top: 15.75rem !important;
    padding-bottom: 15.75rem !important;
  }
  .font-size-screen-63 {
    font-size: 63px;
  }
  .border-radius-r-screen-63 {
    border-radius: 15.75rem !important;
  }
  .border-radius-tl-r-screen-63 {
    border-top-left-radius: 15.75rem !important;
  }
  .border-radius-tr-r-screen-63 {
    border-top-right-radius: 15.75rem !important;
  }
  .border-radius-bl-r-screen-63 {
    border-bottom-left-radius: 15.75rem !important;
  }
  .border-radius-br-r-screen-63 {
    border-bottom-right-radius: 15.75rem !important;
  }
  .border-radius-t-r-screen-63 {
    border-top-left-radius: 15.75rem !important;
    border-top-right-radius: 15.75rem !important;
  }
  .border-radius-b-r-screen-63 {
    border-bottom-left-radius: 15.75rem !important;
    border-bottom-right-radius: 15.75rem !important;
  }
}
.z-64 {
  z-index: 64;
}

.m-r-64 {
  margin: 16rem;
}

.mt-r-64 {
  margin-top: 16rem;
}

.mr-r-64 {
  margin-right: 16rem;
}

.mb-r-64 {
  margin-bottom: 16rem;
}

.ml-r-64 {
  margin-left: 16rem;
}

.mx-r-64 {
  margin-left: 16rem;
  margin-right: 16rem;
}

.my-r-64 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.p-r-64 {
  padding: 16rem;
}

.pt-r-64 {
  padding-top: 16rem;
}

.pr-r-64 {
  padding-right: 16rem;
}

.pb-r-64 {
  padding-bottom: 16rem;
}

.pl-r-64 {
  padding-left: 16rem;
}

.px-r-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}

.py-r-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.t-r-64 {
  top: 16rem;
}

.l-r-64 {
  left: 16rem;
}

.b-r-64 {
  bottom: 16rem;
}

.r-r-64 {
  right: 16rem;
}

.row-gap-64 {
  margin: -16rem;
}

.border-radius-r-64 {
  border-radius: 16rem;
}

.border-radius-tl-r-64 {
  border-top-left-radius: 16rem;
}

.border-radius-tr-r-64 {
  border-top-right-radius: 16rem;
}

.border-radius-bl-r-64 {
  border-bottom-left-radius: 16rem;
}

.border-radius-br-r-64 {
  border-bottom-right-radius: 16rem;
}

.border-radius-t-r-64 {
  border-top-left-radius: 16rem;
  border-top-right-radius: 16rem;
}

.border-radius-b-r-64 {
  border-bottom-left-radius: 16rem;
  border-bottom-right-radius: 16rem;
}

.font-size-64 {
  font-size: 64px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-64 {
    margin: 16rem !important;
  }
  .mt-r-xs-64 {
    margin-top: 16rem !important;
  }
  .mr-r-xs-64 {
    margin-right: 16rem !important;
  }
  .mb-r-xs-64 {
    margin-bottom: 16rem !important;
  }
  .ml-r-xs-64 {
    margin-left: 16rem !important;
  }
  .mx-r-xs-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .p-r-xs-64 {
    padding: 16rem !important;
  }
  .pt-r-xs-64 {
    padding-top: 16rem !important;
  }
  .pr-r-xs-64 {
    padding-right: 16rem !important;
  }
  .pb-r-xs-64 {
    padding-bottom: 16rem !important;
  }
  .pl-r-xs-64 {
    padding-left: 16rem !important;
  }
  .px-r-xs-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }
  .py-r-xs-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .font-size-xs-64 {
    font-size: 64px;
  }
  .border-radius-r-xs-64 {
    border-radius: 16rem !important;
  }
  .border-radius-tl-r-xs-64 {
    border-top-left-radius: 16rem !important;
  }
  .border-radius-tr-r-xs-64 {
    border-top-right-radius: 16rem !important;
  }
  .border-radius-bl-r-xs-64 {
    border-bottom-left-radius: 16rem !important;
  }
  .border-radius-br-r-xs-64 {
    border-bottom-right-radius: 16rem !important;
  }
  .border-radius-t-r-xs-64 {
    border-top-left-radius: 16rem !important;
    border-top-right-radius: 16rem !important;
  }
  .border-radius-b-r-xs-64 {
    border-bottom-left-radius: 16rem !important;
    border-bottom-right-radius: 16rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-64 {
    margin: 16rem !important;
  }
  .mt-r-sm-64 {
    margin-top: 16rem !important;
  }
  .mr-r-sm-64 {
    margin-right: 16rem !important;
  }
  .mb-r-sm-64 {
    margin-bottom: 16rem !important;
  }
  .ml-r-sm-64 {
    margin-left: 16rem !important;
  }
  .mx-r-sm-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .p-r-sm-64 {
    padding: 16rem !important;
  }
  .pt-r-sm-64 {
    padding-top: 16rem !important;
  }
  .pr-r-sm-64 {
    padding-right: 16rem !important;
  }
  .pb-r-sm-64 {
    padding-bottom: 16rem !important;
  }
  .pl-r-sm-64 {
    padding-left: 16rem !important;
  }
  .px-r-sm-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }
  .py-r-sm-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .font-size-sm-64 {
    font-size: 64px;
  }
  .border-radius-r-sm-64 {
    border-radius: 16rem !important;
  }
  .border-radius-tl-r-sm-64 {
    border-top-left-radius: 16rem !important;
  }
  .border-radius-tr-r-sm-64 {
    border-top-right-radius: 16rem !important;
  }
  .border-radius-bl-r-sm-64 {
    border-bottom-left-radius: 16rem !important;
  }
  .border-radius-br-r-sm-64 {
    border-bottom-right-radius: 16rem !important;
  }
  .border-radius-t-r-sm-64 {
    border-top-left-radius: 16rem !important;
    border-top-right-radius: 16rem !important;
  }
  .border-radius-b-r-sm-64 {
    border-bottom-left-radius: 16rem !important;
    border-bottom-right-radius: 16rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-64 {
    margin: 16rem !important;
  }
  .mt-r-md-64 {
    margin-top: 16rem !important;
  }
  .mr-r-md-64 {
    margin-right: 16rem !important;
  }
  .mb-r-md-64 {
    margin-bottom: 16rem !important;
  }
  .ml-r-md-64 {
    margin-left: 16rem !important;
  }
  .mx-r-md-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .p-r-md-64 {
    padding: 16rem !important;
  }
  .pt-r-md-64 {
    padding-top: 16rem !important;
  }
  .pr-r-md-64 {
    padding-right: 16rem !important;
  }
  .pb-r-md-64 {
    padding-bottom: 16rem !important;
  }
  .pl-r-md-64 {
    padding-left: 16rem !important;
  }
  .px-r-md-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }
  .py-r-md-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .font-size-md-64 {
    font-size: 64px;
  }
  .border-radius-r-md-64 {
    border-radius: 16rem !important;
  }
  .border-radius-tl-r-md-64 {
    border-top-left-radius: 16rem !important;
  }
  .border-radius-tr-r-md-64 {
    border-top-right-radius: 16rem !important;
  }
  .border-radius-bl-r-md-64 {
    border-bottom-left-radius: 16rem !important;
  }
  .border-radius-br-r-md-64 {
    border-bottom-right-radius: 16rem !important;
  }
  .border-radius-t-r-md-64 {
    border-top-left-radius: 16rem !important;
    border-top-right-radius: 16rem !important;
  }
  .border-radius-b-r-md-64 {
    border-bottom-left-radius: 16rem !important;
    border-bottom-right-radius: 16rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-64 {
    margin: 16rem !important;
  }
  .mt-r-lg-64 {
    margin-top: 16rem !important;
  }
  .mr-r-lg-64 {
    margin-right: 16rem !important;
  }
  .mb-r-lg-64 {
    margin-bottom: 16rem !important;
  }
  .ml-r-lg-64 {
    margin-left: 16rem !important;
  }
  .mx-r-lg-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .p-r-lg-64 {
    padding: 16rem !important;
  }
  .pt-r-lg-64 {
    padding-top: 16rem !important;
  }
  .pr-r-lg-64 {
    padding-right: 16rem !important;
  }
  .pb-r-lg-64 {
    padding-bottom: 16rem !important;
  }
  .pl-r-lg-64 {
    padding-left: 16rem !important;
  }
  .px-r-lg-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }
  .py-r-lg-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .font-size-lg-64 {
    font-size: 64px;
  }
  .border-radius-r-lg-64 {
    border-radius: 16rem !important;
  }
  .border-radius-tl-r-lg-64 {
    border-top-left-radius: 16rem !important;
  }
  .border-radius-tr-r-lg-64 {
    border-top-right-radius: 16rem !important;
  }
  .border-radius-bl-r-lg-64 {
    border-bottom-left-radius: 16rem !important;
  }
  .border-radius-br-r-lg-64 {
    border-bottom-right-radius: 16rem !important;
  }
  .border-radius-t-r-lg-64 {
    border-top-left-radius: 16rem !important;
    border-top-right-radius: 16rem !important;
  }
  .border-radius-b-r-lg-64 {
    border-bottom-left-radius: 16rem !important;
    border-bottom-right-radius: 16rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-64 {
    margin: 16rem !important;
  }
  .mt-r-xl-64 {
    margin-top: 16rem !important;
  }
  .mr-r-xl-64 {
    margin-right: 16rem !important;
  }
  .mb-r-xl-64 {
    margin-bottom: 16rem !important;
  }
  .ml-r-xl-64 {
    margin-left: 16rem !important;
  }
  .mx-r-xl-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .p-r-xl-64 {
    padding: 16rem !important;
  }
  .pt-r-xl-64 {
    padding-top: 16rem !important;
  }
  .pr-r-xl-64 {
    padding-right: 16rem !important;
  }
  .pb-r-xl-64 {
    padding-bottom: 16rem !important;
  }
  .pl-r-xl-64 {
    padding-left: 16rem !important;
  }
  .px-r-xl-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }
  .py-r-xl-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .font-size-xl-64 {
    font-size: 64px;
  }
  .border-radius-r-xl-64 {
    border-radius: 16rem !important;
  }
  .border-radius-tl-r-xl-64 {
    border-top-left-radius: 16rem !important;
  }
  .border-radius-tr-r-xl-64 {
    border-top-right-radius: 16rem !important;
  }
  .border-radius-bl-r-xl-64 {
    border-bottom-left-radius: 16rem !important;
  }
  .border-radius-br-r-xl-64 {
    border-bottom-right-radius: 16rem !important;
  }
  .border-radius-t-r-xl-64 {
    border-top-left-radius: 16rem !important;
    border-top-right-radius: 16rem !important;
  }
  .border-radius-b-r-xl-64 {
    border-bottom-left-radius: 16rem !important;
    border-bottom-right-radius: 16rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-64 {
    margin: 16rem !important;
  }
  .mt-r-contents-64 {
    margin-top: 16rem !important;
  }
  .mr-r-contents-64 {
    margin-right: 16rem !important;
  }
  .mb-r-contents-64 {
    margin-bottom: 16rem !important;
  }
  .ml-r-contents-64 {
    margin-left: 16rem !important;
  }
  .mx-r-contents-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .p-r-contents-64 {
    padding: 16rem !important;
  }
  .pt-r-contents-64 {
    padding-top: 16rem !important;
  }
  .pr-r-contents-64 {
    padding-right: 16rem !important;
  }
  .pb-r-contents-64 {
    padding-bottom: 16rem !important;
  }
  .pl-r-contents-64 {
    padding-left: 16rem !important;
  }
  .px-r-contents-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }
  .py-r-contents-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .font-size-contents-64 {
    font-size: 64px;
  }
  .border-radius-r-contents-64 {
    border-radius: 16rem !important;
  }
  .border-radius-tl-r-contents-64 {
    border-top-left-radius: 16rem !important;
  }
  .border-radius-tr-r-contents-64 {
    border-top-right-radius: 16rem !important;
  }
  .border-radius-bl-r-contents-64 {
    border-bottom-left-radius: 16rem !important;
  }
  .border-radius-br-r-contents-64 {
    border-bottom-right-radius: 16rem !important;
  }
  .border-radius-t-r-contents-64 {
    border-top-left-radius: 16rem !important;
    border-top-right-radius: 16rem !important;
  }
  .border-radius-b-r-contents-64 {
    border-bottom-left-radius: 16rem !important;
    border-bottom-right-radius: 16rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-64 {
    margin: 16rem !important;
  }
  .mt-r-screen-64 {
    margin-top: 16rem !important;
  }
  .mr-r-screen-64 {
    margin-right: 16rem !important;
  }
  .mb-r-screen-64 {
    margin-bottom: 16rem !important;
  }
  .ml-r-screen-64 {
    margin-left: 16rem !important;
  }
  .mx-r-screen-64 {
    margin-left: 16rem !important;
    margin-right: 16rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-64 {
    margin-top: 16rem !important;
    margin-bottom: 16rem !important;
  }
  .p-r-screen-64 {
    padding: 16rem !important;
  }
  .pt-r-screen-64 {
    padding-top: 16rem !important;
  }
  .pr-r-screen-64 {
    padding-right: 16rem !important;
  }
  .pb-r-screen-64 {
    padding-bottom: 16rem !important;
  }
  .pl-r-screen-64 {
    padding-left: 16rem !important;
  }
  .px-r-screen-64 {
    padding-left: 16rem !important;
    padding-right: 16rem !important;
  }
  .py-r-screen-64 {
    padding-top: 16rem !important;
    padding-bottom: 16rem !important;
  }
  .font-size-screen-64 {
    font-size: 64px;
  }
  .border-radius-r-screen-64 {
    border-radius: 16rem !important;
  }
  .border-radius-tl-r-screen-64 {
    border-top-left-radius: 16rem !important;
  }
  .border-radius-tr-r-screen-64 {
    border-top-right-radius: 16rem !important;
  }
  .border-radius-bl-r-screen-64 {
    border-bottom-left-radius: 16rem !important;
  }
  .border-radius-br-r-screen-64 {
    border-bottom-right-radius: 16rem !important;
  }
  .border-radius-t-r-screen-64 {
    border-top-left-radius: 16rem !important;
    border-top-right-radius: 16rem !important;
  }
  .border-radius-b-r-screen-64 {
    border-bottom-left-radius: 16rem !important;
    border-bottom-right-radius: 16rem !important;
  }
}
.z-65 {
  z-index: 65;
}

.m-r-65 {
  margin: 16.25rem;
}

.mt-r-65 {
  margin-top: 16.25rem;
}

.mr-r-65 {
  margin-right: 16.25rem;
}

.mb-r-65 {
  margin-bottom: 16.25rem;
}

.ml-r-65 {
  margin-left: 16.25rem;
}

.mx-r-65 {
  margin-left: 16.25rem;
  margin-right: 16.25rem;
}

.my-r-65 {
  margin-top: 16.25rem;
  margin-bottom: 16.25rem;
}

.p-r-65 {
  padding: 16.25rem;
}

.pt-r-65 {
  padding-top: 16.25rem;
}

.pr-r-65 {
  padding-right: 16.25rem;
}

.pb-r-65 {
  padding-bottom: 16.25rem;
}

.pl-r-65 {
  padding-left: 16.25rem;
}

.px-r-65 {
  padding-left: 16.25rem;
  padding-right: 16.25rem;
}

.py-r-65 {
  padding-top: 16.25rem;
  padding-bottom: 16.25rem;
}

.t-r-65 {
  top: 16.25rem;
}

.l-r-65 {
  left: 16.25rem;
}

.b-r-65 {
  bottom: 16.25rem;
}

.r-r-65 {
  right: 16.25rem;
}

.row-gap-65 {
  margin: -16.25rem;
}

.border-radius-r-65 {
  border-radius: 16.25rem;
}

.border-radius-tl-r-65 {
  border-top-left-radius: 16.25rem;
}

.border-radius-tr-r-65 {
  border-top-right-radius: 16.25rem;
}

.border-radius-bl-r-65 {
  border-bottom-left-radius: 16.25rem;
}

.border-radius-br-r-65 {
  border-bottom-right-radius: 16.25rem;
}

.border-radius-t-r-65 {
  border-top-left-radius: 16.25rem;
  border-top-right-radius: 16.25rem;
}

.border-radius-b-r-65 {
  border-bottom-left-radius: 16.25rem;
  border-bottom-right-radius: 16.25rem;
}

.font-size-65 {
  font-size: 65px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-65 {
    margin: 16.25rem !important;
  }
  .mt-r-xs-65 {
    margin-top: 16.25rem !important;
  }
  .mr-r-xs-65 {
    margin-right: 16.25rem !important;
  }
  .mb-r-xs-65 {
    margin-bottom: 16.25rem !important;
  }
  .ml-r-xs-65 {
    margin-left: 16.25rem !important;
  }
  .mx-r-xs-65 {
    margin-left: 16.25rem !important;
    margin-right: 16.25rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-65 {
    margin-top: 16.25rem !important;
    margin-bottom: 16.25rem !important;
  }
  .p-r-xs-65 {
    padding: 16.25rem !important;
  }
  .pt-r-xs-65 {
    padding-top: 16.25rem !important;
  }
  .pr-r-xs-65 {
    padding-right: 16.25rem !important;
  }
  .pb-r-xs-65 {
    padding-bottom: 16.25rem !important;
  }
  .pl-r-xs-65 {
    padding-left: 16.25rem !important;
  }
  .px-r-xs-65 {
    padding-left: 16.25rem !important;
    padding-right: 16.25rem !important;
  }
  .py-r-xs-65 {
    padding-top: 16.25rem !important;
    padding-bottom: 16.25rem !important;
  }
  .font-size-xs-65 {
    font-size: 65px;
  }
  .border-radius-r-xs-65 {
    border-radius: 16.25rem !important;
  }
  .border-radius-tl-r-xs-65 {
    border-top-left-radius: 16.25rem !important;
  }
  .border-radius-tr-r-xs-65 {
    border-top-right-radius: 16.25rem !important;
  }
  .border-radius-bl-r-xs-65 {
    border-bottom-left-radius: 16.25rem !important;
  }
  .border-radius-br-r-xs-65 {
    border-bottom-right-radius: 16.25rem !important;
  }
  .border-radius-t-r-xs-65 {
    border-top-left-radius: 16.25rem !important;
    border-top-right-radius: 16.25rem !important;
  }
  .border-radius-b-r-xs-65 {
    border-bottom-left-radius: 16.25rem !important;
    border-bottom-right-radius: 16.25rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-65 {
    margin: 16.25rem !important;
  }
  .mt-r-sm-65 {
    margin-top: 16.25rem !important;
  }
  .mr-r-sm-65 {
    margin-right: 16.25rem !important;
  }
  .mb-r-sm-65 {
    margin-bottom: 16.25rem !important;
  }
  .ml-r-sm-65 {
    margin-left: 16.25rem !important;
  }
  .mx-r-sm-65 {
    margin-left: 16.25rem !important;
    margin-right: 16.25rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-65 {
    margin-top: 16.25rem !important;
    margin-bottom: 16.25rem !important;
  }
  .p-r-sm-65 {
    padding: 16.25rem !important;
  }
  .pt-r-sm-65 {
    padding-top: 16.25rem !important;
  }
  .pr-r-sm-65 {
    padding-right: 16.25rem !important;
  }
  .pb-r-sm-65 {
    padding-bottom: 16.25rem !important;
  }
  .pl-r-sm-65 {
    padding-left: 16.25rem !important;
  }
  .px-r-sm-65 {
    padding-left: 16.25rem !important;
    padding-right: 16.25rem !important;
  }
  .py-r-sm-65 {
    padding-top: 16.25rem !important;
    padding-bottom: 16.25rem !important;
  }
  .font-size-sm-65 {
    font-size: 65px;
  }
  .border-radius-r-sm-65 {
    border-radius: 16.25rem !important;
  }
  .border-radius-tl-r-sm-65 {
    border-top-left-radius: 16.25rem !important;
  }
  .border-radius-tr-r-sm-65 {
    border-top-right-radius: 16.25rem !important;
  }
  .border-radius-bl-r-sm-65 {
    border-bottom-left-radius: 16.25rem !important;
  }
  .border-radius-br-r-sm-65 {
    border-bottom-right-radius: 16.25rem !important;
  }
  .border-radius-t-r-sm-65 {
    border-top-left-radius: 16.25rem !important;
    border-top-right-radius: 16.25rem !important;
  }
  .border-radius-b-r-sm-65 {
    border-bottom-left-radius: 16.25rem !important;
    border-bottom-right-radius: 16.25rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-65 {
    margin: 16.25rem !important;
  }
  .mt-r-md-65 {
    margin-top: 16.25rem !important;
  }
  .mr-r-md-65 {
    margin-right: 16.25rem !important;
  }
  .mb-r-md-65 {
    margin-bottom: 16.25rem !important;
  }
  .ml-r-md-65 {
    margin-left: 16.25rem !important;
  }
  .mx-r-md-65 {
    margin-left: 16.25rem !important;
    margin-right: 16.25rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-65 {
    margin-top: 16.25rem !important;
    margin-bottom: 16.25rem !important;
  }
  .p-r-md-65 {
    padding: 16.25rem !important;
  }
  .pt-r-md-65 {
    padding-top: 16.25rem !important;
  }
  .pr-r-md-65 {
    padding-right: 16.25rem !important;
  }
  .pb-r-md-65 {
    padding-bottom: 16.25rem !important;
  }
  .pl-r-md-65 {
    padding-left: 16.25rem !important;
  }
  .px-r-md-65 {
    padding-left: 16.25rem !important;
    padding-right: 16.25rem !important;
  }
  .py-r-md-65 {
    padding-top: 16.25rem !important;
    padding-bottom: 16.25rem !important;
  }
  .font-size-md-65 {
    font-size: 65px;
  }
  .border-radius-r-md-65 {
    border-radius: 16.25rem !important;
  }
  .border-radius-tl-r-md-65 {
    border-top-left-radius: 16.25rem !important;
  }
  .border-radius-tr-r-md-65 {
    border-top-right-radius: 16.25rem !important;
  }
  .border-radius-bl-r-md-65 {
    border-bottom-left-radius: 16.25rem !important;
  }
  .border-radius-br-r-md-65 {
    border-bottom-right-radius: 16.25rem !important;
  }
  .border-radius-t-r-md-65 {
    border-top-left-radius: 16.25rem !important;
    border-top-right-radius: 16.25rem !important;
  }
  .border-radius-b-r-md-65 {
    border-bottom-left-radius: 16.25rem !important;
    border-bottom-right-radius: 16.25rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-65 {
    margin: 16.25rem !important;
  }
  .mt-r-lg-65 {
    margin-top: 16.25rem !important;
  }
  .mr-r-lg-65 {
    margin-right: 16.25rem !important;
  }
  .mb-r-lg-65 {
    margin-bottom: 16.25rem !important;
  }
  .ml-r-lg-65 {
    margin-left: 16.25rem !important;
  }
  .mx-r-lg-65 {
    margin-left: 16.25rem !important;
    margin-right: 16.25rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-65 {
    margin-top: 16.25rem !important;
    margin-bottom: 16.25rem !important;
  }
  .p-r-lg-65 {
    padding: 16.25rem !important;
  }
  .pt-r-lg-65 {
    padding-top: 16.25rem !important;
  }
  .pr-r-lg-65 {
    padding-right: 16.25rem !important;
  }
  .pb-r-lg-65 {
    padding-bottom: 16.25rem !important;
  }
  .pl-r-lg-65 {
    padding-left: 16.25rem !important;
  }
  .px-r-lg-65 {
    padding-left: 16.25rem !important;
    padding-right: 16.25rem !important;
  }
  .py-r-lg-65 {
    padding-top: 16.25rem !important;
    padding-bottom: 16.25rem !important;
  }
  .font-size-lg-65 {
    font-size: 65px;
  }
  .border-radius-r-lg-65 {
    border-radius: 16.25rem !important;
  }
  .border-radius-tl-r-lg-65 {
    border-top-left-radius: 16.25rem !important;
  }
  .border-radius-tr-r-lg-65 {
    border-top-right-radius: 16.25rem !important;
  }
  .border-radius-bl-r-lg-65 {
    border-bottom-left-radius: 16.25rem !important;
  }
  .border-radius-br-r-lg-65 {
    border-bottom-right-radius: 16.25rem !important;
  }
  .border-radius-t-r-lg-65 {
    border-top-left-radius: 16.25rem !important;
    border-top-right-radius: 16.25rem !important;
  }
  .border-radius-b-r-lg-65 {
    border-bottom-left-radius: 16.25rem !important;
    border-bottom-right-radius: 16.25rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-65 {
    margin: 16.25rem !important;
  }
  .mt-r-xl-65 {
    margin-top: 16.25rem !important;
  }
  .mr-r-xl-65 {
    margin-right: 16.25rem !important;
  }
  .mb-r-xl-65 {
    margin-bottom: 16.25rem !important;
  }
  .ml-r-xl-65 {
    margin-left: 16.25rem !important;
  }
  .mx-r-xl-65 {
    margin-left: 16.25rem !important;
    margin-right: 16.25rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-65 {
    margin-top: 16.25rem !important;
    margin-bottom: 16.25rem !important;
  }
  .p-r-xl-65 {
    padding: 16.25rem !important;
  }
  .pt-r-xl-65 {
    padding-top: 16.25rem !important;
  }
  .pr-r-xl-65 {
    padding-right: 16.25rem !important;
  }
  .pb-r-xl-65 {
    padding-bottom: 16.25rem !important;
  }
  .pl-r-xl-65 {
    padding-left: 16.25rem !important;
  }
  .px-r-xl-65 {
    padding-left: 16.25rem !important;
    padding-right: 16.25rem !important;
  }
  .py-r-xl-65 {
    padding-top: 16.25rem !important;
    padding-bottom: 16.25rem !important;
  }
  .font-size-xl-65 {
    font-size: 65px;
  }
  .border-radius-r-xl-65 {
    border-radius: 16.25rem !important;
  }
  .border-radius-tl-r-xl-65 {
    border-top-left-radius: 16.25rem !important;
  }
  .border-radius-tr-r-xl-65 {
    border-top-right-radius: 16.25rem !important;
  }
  .border-radius-bl-r-xl-65 {
    border-bottom-left-radius: 16.25rem !important;
  }
  .border-radius-br-r-xl-65 {
    border-bottom-right-radius: 16.25rem !important;
  }
  .border-radius-t-r-xl-65 {
    border-top-left-radius: 16.25rem !important;
    border-top-right-radius: 16.25rem !important;
  }
  .border-radius-b-r-xl-65 {
    border-bottom-left-radius: 16.25rem !important;
    border-bottom-right-radius: 16.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-65 {
    margin: 16.25rem !important;
  }
  .mt-r-contents-65 {
    margin-top: 16.25rem !important;
  }
  .mr-r-contents-65 {
    margin-right: 16.25rem !important;
  }
  .mb-r-contents-65 {
    margin-bottom: 16.25rem !important;
  }
  .ml-r-contents-65 {
    margin-left: 16.25rem !important;
  }
  .mx-r-contents-65 {
    margin-left: 16.25rem !important;
    margin-right: 16.25rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-65 {
    margin-top: 16.25rem !important;
    margin-bottom: 16.25rem !important;
  }
  .p-r-contents-65 {
    padding: 16.25rem !important;
  }
  .pt-r-contents-65 {
    padding-top: 16.25rem !important;
  }
  .pr-r-contents-65 {
    padding-right: 16.25rem !important;
  }
  .pb-r-contents-65 {
    padding-bottom: 16.25rem !important;
  }
  .pl-r-contents-65 {
    padding-left: 16.25rem !important;
  }
  .px-r-contents-65 {
    padding-left: 16.25rem !important;
    padding-right: 16.25rem !important;
  }
  .py-r-contents-65 {
    padding-top: 16.25rem !important;
    padding-bottom: 16.25rem !important;
  }
  .font-size-contents-65 {
    font-size: 65px;
  }
  .border-radius-r-contents-65 {
    border-radius: 16.25rem !important;
  }
  .border-radius-tl-r-contents-65 {
    border-top-left-radius: 16.25rem !important;
  }
  .border-radius-tr-r-contents-65 {
    border-top-right-radius: 16.25rem !important;
  }
  .border-radius-bl-r-contents-65 {
    border-bottom-left-radius: 16.25rem !important;
  }
  .border-radius-br-r-contents-65 {
    border-bottom-right-radius: 16.25rem !important;
  }
  .border-radius-t-r-contents-65 {
    border-top-left-radius: 16.25rem !important;
    border-top-right-radius: 16.25rem !important;
  }
  .border-radius-b-r-contents-65 {
    border-bottom-left-radius: 16.25rem !important;
    border-bottom-right-radius: 16.25rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-65 {
    margin: 16.25rem !important;
  }
  .mt-r-screen-65 {
    margin-top: 16.25rem !important;
  }
  .mr-r-screen-65 {
    margin-right: 16.25rem !important;
  }
  .mb-r-screen-65 {
    margin-bottom: 16.25rem !important;
  }
  .ml-r-screen-65 {
    margin-left: 16.25rem !important;
  }
  .mx-r-screen-65 {
    margin-left: 16.25rem !important;
    margin-right: 16.25rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-65 {
    margin-top: 16.25rem !important;
    margin-bottom: 16.25rem !important;
  }
  .p-r-screen-65 {
    padding: 16.25rem !important;
  }
  .pt-r-screen-65 {
    padding-top: 16.25rem !important;
  }
  .pr-r-screen-65 {
    padding-right: 16.25rem !important;
  }
  .pb-r-screen-65 {
    padding-bottom: 16.25rem !important;
  }
  .pl-r-screen-65 {
    padding-left: 16.25rem !important;
  }
  .px-r-screen-65 {
    padding-left: 16.25rem !important;
    padding-right: 16.25rem !important;
  }
  .py-r-screen-65 {
    padding-top: 16.25rem !important;
    padding-bottom: 16.25rem !important;
  }
  .font-size-screen-65 {
    font-size: 65px;
  }
  .border-radius-r-screen-65 {
    border-radius: 16.25rem !important;
  }
  .border-radius-tl-r-screen-65 {
    border-top-left-radius: 16.25rem !important;
  }
  .border-radius-tr-r-screen-65 {
    border-top-right-radius: 16.25rem !important;
  }
  .border-radius-bl-r-screen-65 {
    border-bottom-left-radius: 16.25rem !important;
  }
  .border-radius-br-r-screen-65 {
    border-bottom-right-radius: 16.25rem !important;
  }
  .border-radius-t-r-screen-65 {
    border-top-left-radius: 16.25rem !important;
    border-top-right-radius: 16.25rem !important;
  }
  .border-radius-b-r-screen-65 {
    border-bottom-left-radius: 16.25rem !important;
    border-bottom-right-radius: 16.25rem !important;
  }
}
.z-66 {
  z-index: 66;
}

.m-r-66 {
  margin: 16.5rem;
}

.mt-r-66 {
  margin-top: 16.5rem;
}

.mr-r-66 {
  margin-right: 16.5rem;
}

.mb-r-66 {
  margin-bottom: 16.5rem;
}

.ml-r-66 {
  margin-left: 16.5rem;
}

.mx-r-66 {
  margin-left: 16.5rem;
  margin-right: 16.5rem;
}

.my-r-66 {
  margin-top: 16.5rem;
  margin-bottom: 16.5rem;
}

.p-r-66 {
  padding: 16.5rem;
}

.pt-r-66 {
  padding-top: 16.5rem;
}

.pr-r-66 {
  padding-right: 16.5rem;
}

.pb-r-66 {
  padding-bottom: 16.5rem;
}

.pl-r-66 {
  padding-left: 16.5rem;
}

.px-r-66 {
  padding-left: 16.5rem;
  padding-right: 16.5rem;
}

.py-r-66 {
  padding-top: 16.5rem;
  padding-bottom: 16.5rem;
}

.t-r-66 {
  top: 16.5rem;
}

.l-r-66 {
  left: 16.5rem;
}

.b-r-66 {
  bottom: 16.5rem;
}

.r-r-66 {
  right: 16.5rem;
}

.row-gap-66 {
  margin: -16.5rem;
}

.border-radius-r-66 {
  border-radius: 16.5rem;
}

.border-radius-tl-r-66 {
  border-top-left-radius: 16.5rem;
}

.border-radius-tr-r-66 {
  border-top-right-radius: 16.5rem;
}

.border-radius-bl-r-66 {
  border-bottom-left-radius: 16.5rem;
}

.border-radius-br-r-66 {
  border-bottom-right-radius: 16.5rem;
}

.border-radius-t-r-66 {
  border-top-left-radius: 16.5rem;
  border-top-right-radius: 16.5rem;
}

.border-radius-b-r-66 {
  border-bottom-left-radius: 16.5rem;
  border-bottom-right-radius: 16.5rem;
}

.font-size-66 {
  font-size: 66px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-66 {
    margin: 16.5rem !important;
  }
  .mt-r-xs-66 {
    margin-top: 16.5rem !important;
  }
  .mr-r-xs-66 {
    margin-right: 16.5rem !important;
  }
  .mb-r-xs-66 {
    margin-bottom: 16.5rem !important;
  }
  .ml-r-xs-66 {
    margin-left: 16.5rem !important;
  }
  .mx-r-xs-66 {
    margin-left: 16.5rem !important;
    margin-right: 16.5rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-66 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important;
  }
  .p-r-xs-66 {
    padding: 16.5rem !important;
  }
  .pt-r-xs-66 {
    padding-top: 16.5rem !important;
  }
  .pr-r-xs-66 {
    padding-right: 16.5rem !important;
  }
  .pb-r-xs-66 {
    padding-bottom: 16.5rem !important;
  }
  .pl-r-xs-66 {
    padding-left: 16.5rem !important;
  }
  .px-r-xs-66 {
    padding-left: 16.5rem !important;
    padding-right: 16.5rem !important;
  }
  .py-r-xs-66 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important;
  }
  .font-size-xs-66 {
    font-size: 66px;
  }
  .border-radius-r-xs-66 {
    border-radius: 16.5rem !important;
  }
  .border-radius-tl-r-xs-66 {
    border-top-left-radius: 16.5rem !important;
  }
  .border-radius-tr-r-xs-66 {
    border-top-right-radius: 16.5rem !important;
  }
  .border-radius-bl-r-xs-66 {
    border-bottom-left-radius: 16.5rem !important;
  }
  .border-radius-br-r-xs-66 {
    border-bottom-right-radius: 16.5rem !important;
  }
  .border-radius-t-r-xs-66 {
    border-top-left-radius: 16.5rem !important;
    border-top-right-radius: 16.5rem !important;
  }
  .border-radius-b-r-xs-66 {
    border-bottom-left-radius: 16.5rem !important;
    border-bottom-right-radius: 16.5rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-66 {
    margin: 16.5rem !important;
  }
  .mt-r-sm-66 {
    margin-top: 16.5rem !important;
  }
  .mr-r-sm-66 {
    margin-right: 16.5rem !important;
  }
  .mb-r-sm-66 {
    margin-bottom: 16.5rem !important;
  }
  .ml-r-sm-66 {
    margin-left: 16.5rem !important;
  }
  .mx-r-sm-66 {
    margin-left: 16.5rem !important;
    margin-right: 16.5rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-66 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important;
  }
  .p-r-sm-66 {
    padding: 16.5rem !important;
  }
  .pt-r-sm-66 {
    padding-top: 16.5rem !important;
  }
  .pr-r-sm-66 {
    padding-right: 16.5rem !important;
  }
  .pb-r-sm-66 {
    padding-bottom: 16.5rem !important;
  }
  .pl-r-sm-66 {
    padding-left: 16.5rem !important;
  }
  .px-r-sm-66 {
    padding-left: 16.5rem !important;
    padding-right: 16.5rem !important;
  }
  .py-r-sm-66 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important;
  }
  .font-size-sm-66 {
    font-size: 66px;
  }
  .border-radius-r-sm-66 {
    border-radius: 16.5rem !important;
  }
  .border-radius-tl-r-sm-66 {
    border-top-left-radius: 16.5rem !important;
  }
  .border-radius-tr-r-sm-66 {
    border-top-right-radius: 16.5rem !important;
  }
  .border-radius-bl-r-sm-66 {
    border-bottom-left-radius: 16.5rem !important;
  }
  .border-radius-br-r-sm-66 {
    border-bottom-right-radius: 16.5rem !important;
  }
  .border-radius-t-r-sm-66 {
    border-top-left-radius: 16.5rem !important;
    border-top-right-radius: 16.5rem !important;
  }
  .border-radius-b-r-sm-66 {
    border-bottom-left-radius: 16.5rem !important;
    border-bottom-right-radius: 16.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-66 {
    margin: 16.5rem !important;
  }
  .mt-r-md-66 {
    margin-top: 16.5rem !important;
  }
  .mr-r-md-66 {
    margin-right: 16.5rem !important;
  }
  .mb-r-md-66 {
    margin-bottom: 16.5rem !important;
  }
  .ml-r-md-66 {
    margin-left: 16.5rem !important;
  }
  .mx-r-md-66 {
    margin-left: 16.5rem !important;
    margin-right: 16.5rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-66 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important;
  }
  .p-r-md-66 {
    padding: 16.5rem !important;
  }
  .pt-r-md-66 {
    padding-top: 16.5rem !important;
  }
  .pr-r-md-66 {
    padding-right: 16.5rem !important;
  }
  .pb-r-md-66 {
    padding-bottom: 16.5rem !important;
  }
  .pl-r-md-66 {
    padding-left: 16.5rem !important;
  }
  .px-r-md-66 {
    padding-left: 16.5rem !important;
    padding-right: 16.5rem !important;
  }
  .py-r-md-66 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important;
  }
  .font-size-md-66 {
    font-size: 66px;
  }
  .border-radius-r-md-66 {
    border-radius: 16.5rem !important;
  }
  .border-radius-tl-r-md-66 {
    border-top-left-radius: 16.5rem !important;
  }
  .border-radius-tr-r-md-66 {
    border-top-right-radius: 16.5rem !important;
  }
  .border-radius-bl-r-md-66 {
    border-bottom-left-radius: 16.5rem !important;
  }
  .border-radius-br-r-md-66 {
    border-bottom-right-radius: 16.5rem !important;
  }
  .border-radius-t-r-md-66 {
    border-top-left-radius: 16.5rem !important;
    border-top-right-radius: 16.5rem !important;
  }
  .border-radius-b-r-md-66 {
    border-bottom-left-radius: 16.5rem !important;
    border-bottom-right-radius: 16.5rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-66 {
    margin: 16.5rem !important;
  }
  .mt-r-lg-66 {
    margin-top: 16.5rem !important;
  }
  .mr-r-lg-66 {
    margin-right: 16.5rem !important;
  }
  .mb-r-lg-66 {
    margin-bottom: 16.5rem !important;
  }
  .ml-r-lg-66 {
    margin-left: 16.5rem !important;
  }
  .mx-r-lg-66 {
    margin-left: 16.5rem !important;
    margin-right: 16.5rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-66 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important;
  }
  .p-r-lg-66 {
    padding: 16.5rem !important;
  }
  .pt-r-lg-66 {
    padding-top: 16.5rem !important;
  }
  .pr-r-lg-66 {
    padding-right: 16.5rem !important;
  }
  .pb-r-lg-66 {
    padding-bottom: 16.5rem !important;
  }
  .pl-r-lg-66 {
    padding-left: 16.5rem !important;
  }
  .px-r-lg-66 {
    padding-left: 16.5rem !important;
    padding-right: 16.5rem !important;
  }
  .py-r-lg-66 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important;
  }
  .font-size-lg-66 {
    font-size: 66px;
  }
  .border-radius-r-lg-66 {
    border-radius: 16.5rem !important;
  }
  .border-radius-tl-r-lg-66 {
    border-top-left-radius: 16.5rem !important;
  }
  .border-radius-tr-r-lg-66 {
    border-top-right-radius: 16.5rem !important;
  }
  .border-radius-bl-r-lg-66 {
    border-bottom-left-radius: 16.5rem !important;
  }
  .border-radius-br-r-lg-66 {
    border-bottom-right-radius: 16.5rem !important;
  }
  .border-radius-t-r-lg-66 {
    border-top-left-radius: 16.5rem !important;
    border-top-right-radius: 16.5rem !important;
  }
  .border-radius-b-r-lg-66 {
    border-bottom-left-radius: 16.5rem !important;
    border-bottom-right-radius: 16.5rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-66 {
    margin: 16.5rem !important;
  }
  .mt-r-xl-66 {
    margin-top: 16.5rem !important;
  }
  .mr-r-xl-66 {
    margin-right: 16.5rem !important;
  }
  .mb-r-xl-66 {
    margin-bottom: 16.5rem !important;
  }
  .ml-r-xl-66 {
    margin-left: 16.5rem !important;
  }
  .mx-r-xl-66 {
    margin-left: 16.5rem !important;
    margin-right: 16.5rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-66 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important;
  }
  .p-r-xl-66 {
    padding: 16.5rem !important;
  }
  .pt-r-xl-66 {
    padding-top: 16.5rem !important;
  }
  .pr-r-xl-66 {
    padding-right: 16.5rem !important;
  }
  .pb-r-xl-66 {
    padding-bottom: 16.5rem !important;
  }
  .pl-r-xl-66 {
    padding-left: 16.5rem !important;
  }
  .px-r-xl-66 {
    padding-left: 16.5rem !important;
    padding-right: 16.5rem !important;
  }
  .py-r-xl-66 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important;
  }
  .font-size-xl-66 {
    font-size: 66px;
  }
  .border-radius-r-xl-66 {
    border-radius: 16.5rem !important;
  }
  .border-radius-tl-r-xl-66 {
    border-top-left-radius: 16.5rem !important;
  }
  .border-radius-tr-r-xl-66 {
    border-top-right-radius: 16.5rem !important;
  }
  .border-radius-bl-r-xl-66 {
    border-bottom-left-radius: 16.5rem !important;
  }
  .border-radius-br-r-xl-66 {
    border-bottom-right-radius: 16.5rem !important;
  }
  .border-radius-t-r-xl-66 {
    border-top-left-radius: 16.5rem !important;
    border-top-right-radius: 16.5rem !important;
  }
  .border-radius-b-r-xl-66 {
    border-bottom-left-radius: 16.5rem !important;
    border-bottom-right-radius: 16.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-66 {
    margin: 16.5rem !important;
  }
  .mt-r-contents-66 {
    margin-top: 16.5rem !important;
  }
  .mr-r-contents-66 {
    margin-right: 16.5rem !important;
  }
  .mb-r-contents-66 {
    margin-bottom: 16.5rem !important;
  }
  .ml-r-contents-66 {
    margin-left: 16.5rem !important;
  }
  .mx-r-contents-66 {
    margin-left: 16.5rem !important;
    margin-right: 16.5rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-66 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important;
  }
  .p-r-contents-66 {
    padding: 16.5rem !important;
  }
  .pt-r-contents-66 {
    padding-top: 16.5rem !important;
  }
  .pr-r-contents-66 {
    padding-right: 16.5rem !important;
  }
  .pb-r-contents-66 {
    padding-bottom: 16.5rem !important;
  }
  .pl-r-contents-66 {
    padding-left: 16.5rem !important;
  }
  .px-r-contents-66 {
    padding-left: 16.5rem !important;
    padding-right: 16.5rem !important;
  }
  .py-r-contents-66 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important;
  }
  .font-size-contents-66 {
    font-size: 66px;
  }
  .border-radius-r-contents-66 {
    border-radius: 16.5rem !important;
  }
  .border-radius-tl-r-contents-66 {
    border-top-left-radius: 16.5rem !important;
  }
  .border-radius-tr-r-contents-66 {
    border-top-right-radius: 16.5rem !important;
  }
  .border-radius-bl-r-contents-66 {
    border-bottom-left-radius: 16.5rem !important;
  }
  .border-radius-br-r-contents-66 {
    border-bottom-right-radius: 16.5rem !important;
  }
  .border-radius-t-r-contents-66 {
    border-top-left-radius: 16.5rem !important;
    border-top-right-radius: 16.5rem !important;
  }
  .border-radius-b-r-contents-66 {
    border-bottom-left-radius: 16.5rem !important;
    border-bottom-right-radius: 16.5rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-66 {
    margin: 16.5rem !important;
  }
  .mt-r-screen-66 {
    margin-top: 16.5rem !important;
  }
  .mr-r-screen-66 {
    margin-right: 16.5rem !important;
  }
  .mb-r-screen-66 {
    margin-bottom: 16.5rem !important;
  }
  .ml-r-screen-66 {
    margin-left: 16.5rem !important;
  }
  .mx-r-screen-66 {
    margin-left: 16.5rem !important;
    margin-right: 16.5rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-66 {
    margin-top: 16.5rem !important;
    margin-bottom: 16.5rem !important;
  }
  .p-r-screen-66 {
    padding: 16.5rem !important;
  }
  .pt-r-screen-66 {
    padding-top: 16.5rem !important;
  }
  .pr-r-screen-66 {
    padding-right: 16.5rem !important;
  }
  .pb-r-screen-66 {
    padding-bottom: 16.5rem !important;
  }
  .pl-r-screen-66 {
    padding-left: 16.5rem !important;
  }
  .px-r-screen-66 {
    padding-left: 16.5rem !important;
    padding-right: 16.5rem !important;
  }
  .py-r-screen-66 {
    padding-top: 16.5rem !important;
    padding-bottom: 16.5rem !important;
  }
  .font-size-screen-66 {
    font-size: 66px;
  }
  .border-radius-r-screen-66 {
    border-radius: 16.5rem !important;
  }
  .border-radius-tl-r-screen-66 {
    border-top-left-radius: 16.5rem !important;
  }
  .border-radius-tr-r-screen-66 {
    border-top-right-radius: 16.5rem !important;
  }
  .border-radius-bl-r-screen-66 {
    border-bottom-left-radius: 16.5rem !important;
  }
  .border-radius-br-r-screen-66 {
    border-bottom-right-radius: 16.5rem !important;
  }
  .border-radius-t-r-screen-66 {
    border-top-left-radius: 16.5rem !important;
    border-top-right-radius: 16.5rem !important;
  }
  .border-radius-b-r-screen-66 {
    border-bottom-left-radius: 16.5rem !important;
    border-bottom-right-radius: 16.5rem !important;
  }
}
.z-67 {
  z-index: 67;
}

.m-r-67 {
  margin: 16.75rem;
}

.mt-r-67 {
  margin-top: 16.75rem;
}

.mr-r-67 {
  margin-right: 16.75rem;
}

.mb-r-67 {
  margin-bottom: 16.75rem;
}

.ml-r-67 {
  margin-left: 16.75rem;
}

.mx-r-67 {
  margin-left: 16.75rem;
  margin-right: 16.75rem;
}

.my-r-67 {
  margin-top: 16.75rem;
  margin-bottom: 16.75rem;
}

.p-r-67 {
  padding: 16.75rem;
}

.pt-r-67 {
  padding-top: 16.75rem;
}

.pr-r-67 {
  padding-right: 16.75rem;
}

.pb-r-67 {
  padding-bottom: 16.75rem;
}

.pl-r-67 {
  padding-left: 16.75rem;
}

.px-r-67 {
  padding-left: 16.75rem;
  padding-right: 16.75rem;
}

.py-r-67 {
  padding-top: 16.75rem;
  padding-bottom: 16.75rem;
}

.t-r-67 {
  top: 16.75rem;
}

.l-r-67 {
  left: 16.75rem;
}

.b-r-67 {
  bottom: 16.75rem;
}

.r-r-67 {
  right: 16.75rem;
}

.row-gap-67 {
  margin: -16.75rem;
}

.border-radius-r-67 {
  border-radius: 16.75rem;
}

.border-radius-tl-r-67 {
  border-top-left-radius: 16.75rem;
}

.border-radius-tr-r-67 {
  border-top-right-radius: 16.75rem;
}

.border-radius-bl-r-67 {
  border-bottom-left-radius: 16.75rem;
}

.border-radius-br-r-67 {
  border-bottom-right-radius: 16.75rem;
}

.border-radius-t-r-67 {
  border-top-left-radius: 16.75rem;
  border-top-right-radius: 16.75rem;
}

.border-radius-b-r-67 {
  border-bottom-left-radius: 16.75rem;
  border-bottom-right-radius: 16.75rem;
}

.font-size-67 {
  font-size: 67px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-67 {
    margin: 16.75rem !important;
  }
  .mt-r-xs-67 {
    margin-top: 16.75rem !important;
  }
  .mr-r-xs-67 {
    margin-right: 16.75rem !important;
  }
  .mb-r-xs-67 {
    margin-bottom: 16.75rem !important;
  }
  .ml-r-xs-67 {
    margin-left: 16.75rem !important;
  }
  .mx-r-xs-67 {
    margin-left: 16.75rem !important;
    margin-right: 16.75rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-67 {
    margin-top: 16.75rem !important;
    margin-bottom: 16.75rem !important;
  }
  .p-r-xs-67 {
    padding: 16.75rem !important;
  }
  .pt-r-xs-67 {
    padding-top: 16.75rem !important;
  }
  .pr-r-xs-67 {
    padding-right: 16.75rem !important;
  }
  .pb-r-xs-67 {
    padding-bottom: 16.75rem !important;
  }
  .pl-r-xs-67 {
    padding-left: 16.75rem !important;
  }
  .px-r-xs-67 {
    padding-left: 16.75rem !important;
    padding-right: 16.75rem !important;
  }
  .py-r-xs-67 {
    padding-top: 16.75rem !important;
    padding-bottom: 16.75rem !important;
  }
  .font-size-xs-67 {
    font-size: 67px;
  }
  .border-radius-r-xs-67 {
    border-radius: 16.75rem !important;
  }
  .border-radius-tl-r-xs-67 {
    border-top-left-radius: 16.75rem !important;
  }
  .border-radius-tr-r-xs-67 {
    border-top-right-radius: 16.75rem !important;
  }
  .border-radius-bl-r-xs-67 {
    border-bottom-left-radius: 16.75rem !important;
  }
  .border-radius-br-r-xs-67 {
    border-bottom-right-radius: 16.75rem !important;
  }
  .border-radius-t-r-xs-67 {
    border-top-left-radius: 16.75rem !important;
    border-top-right-radius: 16.75rem !important;
  }
  .border-radius-b-r-xs-67 {
    border-bottom-left-radius: 16.75rem !important;
    border-bottom-right-radius: 16.75rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-67 {
    margin: 16.75rem !important;
  }
  .mt-r-sm-67 {
    margin-top: 16.75rem !important;
  }
  .mr-r-sm-67 {
    margin-right: 16.75rem !important;
  }
  .mb-r-sm-67 {
    margin-bottom: 16.75rem !important;
  }
  .ml-r-sm-67 {
    margin-left: 16.75rem !important;
  }
  .mx-r-sm-67 {
    margin-left: 16.75rem !important;
    margin-right: 16.75rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-67 {
    margin-top: 16.75rem !important;
    margin-bottom: 16.75rem !important;
  }
  .p-r-sm-67 {
    padding: 16.75rem !important;
  }
  .pt-r-sm-67 {
    padding-top: 16.75rem !important;
  }
  .pr-r-sm-67 {
    padding-right: 16.75rem !important;
  }
  .pb-r-sm-67 {
    padding-bottom: 16.75rem !important;
  }
  .pl-r-sm-67 {
    padding-left: 16.75rem !important;
  }
  .px-r-sm-67 {
    padding-left: 16.75rem !important;
    padding-right: 16.75rem !important;
  }
  .py-r-sm-67 {
    padding-top: 16.75rem !important;
    padding-bottom: 16.75rem !important;
  }
  .font-size-sm-67 {
    font-size: 67px;
  }
  .border-radius-r-sm-67 {
    border-radius: 16.75rem !important;
  }
  .border-radius-tl-r-sm-67 {
    border-top-left-radius: 16.75rem !important;
  }
  .border-radius-tr-r-sm-67 {
    border-top-right-radius: 16.75rem !important;
  }
  .border-radius-bl-r-sm-67 {
    border-bottom-left-radius: 16.75rem !important;
  }
  .border-radius-br-r-sm-67 {
    border-bottom-right-radius: 16.75rem !important;
  }
  .border-radius-t-r-sm-67 {
    border-top-left-radius: 16.75rem !important;
    border-top-right-radius: 16.75rem !important;
  }
  .border-radius-b-r-sm-67 {
    border-bottom-left-radius: 16.75rem !important;
    border-bottom-right-radius: 16.75rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-67 {
    margin: 16.75rem !important;
  }
  .mt-r-md-67 {
    margin-top: 16.75rem !important;
  }
  .mr-r-md-67 {
    margin-right: 16.75rem !important;
  }
  .mb-r-md-67 {
    margin-bottom: 16.75rem !important;
  }
  .ml-r-md-67 {
    margin-left: 16.75rem !important;
  }
  .mx-r-md-67 {
    margin-left: 16.75rem !important;
    margin-right: 16.75rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-67 {
    margin-top: 16.75rem !important;
    margin-bottom: 16.75rem !important;
  }
  .p-r-md-67 {
    padding: 16.75rem !important;
  }
  .pt-r-md-67 {
    padding-top: 16.75rem !important;
  }
  .pr-r-md-67 {
    padding-right: 16.75rem !important;
  }
  .pb-r-md-67 {
    padding-bottom: 16.75rem !important;
  }
  .pl-r-md-67 {
    padding-left: 16.75rem !important;
  }
  .px-r-md-67 {
    padding-left: 16.75rem !important;
    padding-right: 16.75rem !important;
  }
  .py-r-md-67 {
    padding-top: 16.75rem !important;
    padding-bottom: 16.75rem !important;
  }
  .font-size-md-67 {
    font-size: 67px;
  }
  .border-radius-r-md-67 {
    border-radius: 16.75rem !important;
  }
  .border-radius-tl-r-md-67 {
    border-top-left-radius: 16.75rem !important;
  }
  .border-radius-tr-r-md-67 {
    border-top-right-radius: 16.75rem !important;
  }
  .border-radius-bl-r-md-67 {
    border-bottom-left-radius: 16.75rem !important;
  }
  .border-radius-br-r-md-67 {
    border-bottom-right-radius: 16.75rem !important;
  }
  .border-radius-t-r-md-67 {
    border-top-left-radius: 16.75rem !important;
    border-top-right-radius: 16.75rem !important;
  }
  .border-radius-b-r-md-67 {
    border-bottom-left-radius: 16.75rem !important;
    border-bottom-right-radius: 16.75rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-67 {
    margin: 16.75rem !important;
  }
  .mt-r-lg-67 {
    margin-top: 16.75rem !important;
  }
  .mr-r-lg-67 {
    margin-right: 16.75rem !important;
  }
  .mb-r-lg-67 {
    margin-bottom: 16.75rem !important;
  }
  .ml-r-lg-67 {
    margin-left: 16.75rem !important;
  }
  .mx-r-lg-67 {
    margin-left: 16.75rem !important;
    margin-right: 16.75rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-67 {
    margin-top: 16.75rem !important;
    margin-bottom: 16.75rem !important;
  }
  .p-r-lg-67 {
    padding: 16.75rem !important;
  }
  .pt-r-lg-67 {
    padding-top: 16.75rem !important;
  }
  .pr-r-lg-67 {
    padding-right: 16.75rem !important;
  }
  .pb-r-lg-67 {
    padding-bottom: 16.75rem !important;
  }
  .pl-r-lg-67 {
    padding-left: 16.75rem !important;
  }
  .px-r-lg-67 {
    padding-left: 16.75rem !important;
    padding-right: 16.75rem !important;
  }
  .py-r-lg-67 {
    padding-top: 16.75rem !important;
    padding-bottom: 16.75rem !important;
  }
  .font-size-lg-67 {
    font-size: 67px;
  }
  .border-radius-r-lg-67 {
    border-radius: 16.75rem !important;
  }
  .border-radius-tl-r-lg-67 {
    border-top-left-radius: 16.75rem !important;
  }
  .border-radius-tr-r-lg-67 {
    border-top-right-radius: 16.75rem !important;
  }
  .border-radius-bl-r-lg-67 {
    border-bottom-left-radius: 16.75rem !important;
  }
  .border-radius-br-r-lg-67 {
    border-bottom-right-radius: 16.75rem !important;
  }
  .border-radius-t-r-lg-67 {
    border-top-left-radius: 16.75rem !important;
    border-top-right-radius: 16.75rem !important;
  }
  .border-radius-b-r-lg-67 {
    border-bottom-left-radius: 16.75rem !important;
    border-bottom-right-radius: 16.75rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-67 {
    margin: 16.75rem !important;
  }
  .mt-r-xl-67 {
    margin-top: 16.75rem !important;
  }
  .mr-r-xl-67 {
    margin-right: 16.75rem !important;
  }
  .mb-r-xl-67 {
    margin-bottom: 16.75rem !important;
  }
  .ml-r-xl-67 {
    margin-left: 16.75rem !important;
  }
  .mx-r-xl-67 {
    margin-left: 16.75rem !important;
    margin-right: 16.75rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-67 {
    margin-top: 16.75rem !important;
    margin-bottom: 16.75rem !important;
  }
  .p-r-xl-67 {
    padding: 16.75rem !important;
  }
  .pt-r-xl-67 {
    padding-top: 16.75rem !important;
  }
  .pr-r-xl-67 {
    padding-right: 16.75rem !important;
  }
  .pb-r-xl-67 {
    padding-bottom: 16.75rem !important;
  }
  .pl-r-xl-67 {
    padding-left: 16.75rem !important;
  }
  .px-r-xl-67 {
    padding-left: 16.75rem !important;
    padding-right: 16.75rem !important;
  }
  .py-r-xl-67 {
    padding-top: 16.75rem !important;
    padding-bottom: 16.75rem !important;
  }
  .font-size-xl-67 {
    font-size: 67px;
  }
  .border-radius-r-xl-67 {
    border-radius: 16.75rem !important;
  }
  .border-radius-tl-r-xl-67 {
    border-top-left-radius: 16.75rem !important;
  }
  .border-radius-tr-r-xl-67 {
    border-top-right-radius: 16.75rem !important;
  }
  .border-radius-bl-r-xl-67 {
    border-bottom-left-radius: 16.75rem !important;
  }
  .border-radius-br-r-xl-67 {
    border-bottom-right-radius: 16.75rem !important;
  }
  .border-radius-t-r-xl-67 {
    border-top-left-radius: 16.75rem !important;
    border-top-right-radius: 16.75rem !important;
  }
  .border-radius-b-r-xl-67 {
    border-bottom-left-radius: 16.75rem !important;
    border-bottom-right-radius: 16.75rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-67 {
    margin: 16.75rem !important;
  }
  .mt-r-contents-67 {
    margin-top: 16.75rem !important;
  }
  .mr-r-contents-67 {
    margin-right: 16.75rem !important;
  }
  .mb-r-contents-67 {
    margin-bottom: 16.75rem !important;
  }
  .ml-r-contents-67 {
    margin-left: 16.75rem !important;
  }
  .mx-r-contents-67 {
    margin-left: 16.75rem !important;
    margin-right: 16.75rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-67 {
    margin-top: 16.75rem !important;
    margin-bottom: 16.75rem !important;
  }
  .p-r-contents-67 {
    padding: 16.75rem !important;
  }
  .pt-r-contents-67 {
    padding-top: 16.75rem !important;
  }
  .pr-r-contents-67 {
    padding-right: 16.75rem !important;
  }
  .pb-r-contents-67 {
    padding-bottom: 16.75rem !important;
  }
  .pl-r-contents-67 {
    padding-left: 16.75rem !important;
  }
  .px-r-contents-67 {
    padding-left: 16.75rem !important;
    padding-right: 16.75rem !important;
  }
  .py-r-contents-67 {
    padding-top: 16.75rem !important;
    padding-bottom: 16.75rem !important;
  }
  .font-size-contents-67 {
    font-size: 67px;
  }
  .border-radius-r-contents-67 {
    border-radius: 16.75rem !important;
  }
  .border-radius-tl-r-contents-67 {
    border-top-left-radius: 16.75rem !important;
  }
  .border-radius-tr-r-contents-67 {
    border-top-right-radius: 16.75rem !important;
  }
  .border-radius-bl-r-contents-67 {
    border-bottom-left-radius: 16.75rem !important;
  }
  .border-radius-br-r-contents-67 {
    border-bottom-right-radius: 16.75rem !important;
  }
  .border-radius-t-r-contents-67 {
    border-top-left-radius: 16.75rem !important;
    border-top-right-radius: 16.75rem !important;
  }
  .border-radius-b-r-contents-67 {
    border-bottom-left-radius: 16.75rem !important;
    border-bottom-right-radius: 16.75rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-67 {
    margin: 16.75rem !important;
  }
  .mt-r-screen-67 {
    margin-top: 16.75rem !important;
  }
  .mr-r-screen-67 {
    margin-right: 16.75rem !important;
  }
  .mb-r-screen-67 {
    margin-bottom: 16.75rem !important;
  }
  .ml-r-screen-67 {
    margin-left: 16.75rem !important;
  }
  .mx-r-screen-67 {
    margin-left: 16.75rem !important;
    margin-right: 16.75rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-67 {
    margin-top: 16.75rem !important;
    margin-bottom: 16.75rem !important;
  }
  .p-r-screen-67 {
    padding: 16.75rem !important;
  }
  .pt-r-screen-67 {
    padding-top: 16.75rem !important;
  }
  .pr-r-screen-67 {
    padding-right: 16.75rem !important;
  }
  .pb-r-screen-67 {
    padding-bottom: 16.75rem !important;
  }
  .pl-r-screen-67 {
    padding-left: 16.75rem !important;
  }
  .px-r-screen-67 {
    padding-left: 16.75rem !important;
    padding-right: 16.75rem !important;
  }
  .py-r-screen-67 {
    padding-top: 16.75rem !important;
    padding-bottom: 16.75rem !important;
  }
  .font-size-screen-67 {
    font-size: 67px;
  }
  .border-radius-r-screen-67 {
    border-radius: 16.75rem !important;
  }
  .border-radius-tl-r-screen-67 {
    border-top-left-radius: 16.75rem !important;
  }
  .border-radius-tr-r-screen-67 {
    border-top-right-radius: 16.75rem !important;
  }
  .border-radius-bl-r-screen-67 {
    border-bottom-left-radius: 16.75rem !important;
  }
  .border-radius-br-r-screen-67 {
    border-bottom-right-radius: 16.75rem !important;
  }
  .border-radius-t-r-screen-67 {
    border-top-left-radius: 16.75rem !important;
    border-top-right-radius: 16.75rem !important;
  }
  .border-radius-b-r-screen-67 {
    border-bottom-left-radius: 16.75rem !important;
    border-bottom-right-radius: 16.75rem !important;
  }
}
.z-68 {
  z-index: 68;
}

.m-r-68 {
  margin: 17rem;
}

.mt-r-68 {
  margin-top: 17rem;
}

.mr-r-68 {
  margin-right: 17rem;
}

.mb-r-68 {
  margin-bottom: 17rem;
}

.ml-r-68 {
  margin-left: 17rem;
}

.mx-r-68 {
  margin-left: 17rem;
  margin-right: 17rem;
}

.my-r-68 {
  margin-top: 17rem;
  margin-bottom: 17rem;
}

.p-r-68 {
  padding: 17rem;
}

.pt-r-68 {
  padding-top: 17rem;
}

.pr-r-68 {
  padding-right: 17rem;
}

.pb-r-68 {
  padding-bottom: 17rem;
}

.pl-r-68 {
  padding-left: 17rem;
}

.px-r-68 {
  padding-left: 17rem;
  padding-right: 17rem;
}

.py-r-68 {
  padding-top: 17rem;
  padding-bottom: 17rem;
}

.t-r-68 {
  top: 17rem;
}

.l-r-68 {
  left: 17rem;
}

.b-r-68 {
  bottom: 17rem;
}

.r-r-68 {
  right: 17rem;
}

.row-gap-68 {
  margin: -17rem;
}

.border-radius-r-68 {
  border-radius: 17rem;
}

.border-radius-tl-r-68 {
  border-top-left-radius: 17rem;
}

.border-radius-tr-r-68 {
  border-top-right-radius: 17rem;
}

.border-radius-bl-r-68 {
  border-bottom-left-radius: 17rem;
}

.border-radius-br-r-68 {
  border-bottom-right-radius: 17rem;
}

.border-radius-t-r-68 {
  border-top-left-radius: 17rem;
  border-top-right-radius: 17rem;
}

.border-radius-b-r-68 {
  border-bottom-left-radius: 17rem;
  border-bottom-right-radius: 17rem;
}

.font-size-68 {
  font-size: 68px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-68 {
    margin: 17rem !important;
  }
  .mt-r-xs-68 {
    margin-top: 17rem !important;
  }
  .mr-r-xs-68 {
    margin-right: 17rem !important;
  }
  .mb-r-xs-68 {
    margin-bottom: 17rem !important;
  }
  .ml-r-xs-68 {
    margin-left: 17rem !important;
  }
  .mx-r-xs-68 {
    margin-left: 17rem !important;
    margin-right: 17rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-68 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }
  .p-r-xs-68 {
    padding: 17rem !important;
  }
  .pt-r-xs-68 {
    padding-top: 17rem !important;
  }
  .pr-r-xs-68 {
    padding-right: 17rem !important;
  }
  .pb-r-xs-68 {
    padding-bottom: 17rem !important;
  }
  .pl-r-xs-68 {
    padding-left: 17rem !important;
  }
  .px-r-xs-68 {
    padding-left: 17rem !important;
    padding-right: 17rem !important;
  }
  .py-r-xs-68 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .font-size-xs-68 {
    font-size: 68px;
  }
  .border-radius-r-xs-68 {
    border-radius: 17rem !important;
  }
  .border-radius-tl-r-xs-68 {
    border-top-left-radius: 17rem !important;
  }
  .border-radius-tr-r-xs-68 {
    border-top-right-radius: 17rem !important;
  }
  .border-radius-bl-r-xs-68 {
    border-bottom-left-radius: 17rem !important;
  }
  .border-radius-br-r-xs-68 {
    border-bottom-right-radius: 17rem !important;
  }
  .border-radius-t-r-xs-68 {
    border-top-left-radius: 17rem !important;
    border-top-right-radius: 17rem !important;
  }
  .border-radius-b-r-xs-68 {
    border-bottom-left-radius: 17rem !important;
    border-bottom-right-radius: 17rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-68 {
    margin: 17rem !important;
  }
  .mt-r-sm-68 {
    margin-top: 17rem !important;
  }
  .mr-r-sm-68 {
    margin-right: 17rem !important;
  }
  .mb-r-sm-68 {
    margin-bottom: 17rem !important;
  }
  .ml-r-sm-68 {
    margin-left: 17rem !important;
  }
  .mx-r-sm-68 {
    margin-left: 17rem !important;
    margin-right: 17rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-68 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }
  .p-r-sm-68 {
    padding: 17rem !important;
  }
  .pt-r-sm-68 {
    padding-top: 17rem !important;
  }
  .pr-r-sm-68 {
    padding-right: 17rem !important;
  }
  .pb-r-sm-68 {
    padding-bottom: 17rem !important;
  }
  .pl-r-sm-68 {
    padding-left: 17rem !important;
  }
  .px-r-sm-68 {
    padding-left: 17rem !important;
    padding-right: 17rem !important;
  }
  .py-r-sm-68 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .font-size-sm-68 {
    font-size: 68px;
  }
  .border-radius-r-sm-68 {
    border-radius: 17rem !important;
  }
  .border-radius-tl-r-sm-68 {
    border-top-left-radius: 17rem !important;
  }
  .border-radius-tr-r-sm-68 {
    border-top-right-radius: 17rem !important;
  }
  .border-radius-bl-r-sm-68 {
    border-bottom-left-radius: 17rem !important;
  }
  .border-radius-br-r-sm-68 {
    border-bottom-right-radius: 17rem !important;
  }
  .border-radius-t-r-sm-68 {
    border-top-left-radius: 17rem !important;
    border-top-right-radius: 17rem !important;
  }
  .border-radius-b-r-sm-68 {
    border-bottom-left-radius: 17rem !important;
    border-bottom-right-radius: 17rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-68 {
    margin: 17rem !important;
  }
  .mt-r-md-68 {
    margin-top: 17rem !important;
  }
  .mr-r-md-68 {
    margin-right: 17rem !important;
  }
  .mb-r-md-68 {
    margin-bottom: 17rem !important;
  }
  .ml-r-md-68 {
    margin-left: 17rem !important;
  }
  .mx-r-md-68 {
    margin-left: 17rem !important;
    margin-right: 17rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-68 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }
  .p-r-md-68 {
    padding: 17rem !important;
  }
  .pt-r-md-68 {
    padding-top: 17rem !important;
  }
  .pr-r-md-68 {
    padding-right: 17rem !important;
  }
  .pb-r-md-68 {
    padding-bottom: 17rem !important;
  }
  .pl-r-md-68 {
    padding-left: 17rem !important;
  }
  .px-r-md-68 {
    padding-left: 17rem !important;
    padding-right: 17rem !important;
  }
  .py-r-md-68 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .font-size-md-68 {
    font-size: 68px;
  }
  .border-radius-r-md-68 {
    border-radius: 17rem !important;
  }
  .border-radius-tl-r-md-68 {
    border-top-left-radius: 17rem !important;
  }
  .border-radius-tr-r-md-68 {
    border-top-right-radius: 17rem !important;
  }
  .border-radius-bl-r-md-68 {
    border-bottom-left-radius: 17rem !important;
  }
  .border-radius-br-r-md-68 {
    border-bottom-right-radius: 17rem !important;
  }
  .border-radius-t-r-md-68 {
    border-top-left-radius: 17rem !important;
    border-top-right-radius: 17rem !important;
  }
  .border-radius-b-r-md-68 {
    border-bottom-left-radius: 17rem !important;
    border-bottom-right-radius: 17rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-68 {
    margin: 17rem !important;
  }
  .mt-r-lg-68 {
    margin-top: 17rem !important;
  }
  .mr-r-lg-68 {
    margin-right: 17rem !important;
  }
  .mb-r-lg-68 {
    margin-bottom: 17rem !important;
  }
  .ml-r-lg-68 {
    margin-left: 17rem !important;
  }
  .mx-r-lg-68 {
    margin-left: 17rem !important;
    margin-right: 17rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-68 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }
  .p-r-lg-68 {
    padding: 17rem !important;
  }
  .pt-r-lg-68 {
    padding-top: 17rem !important;
  }
  .pr-r-lg-68 {
    padding-right: 17rem !important;
  }
  .pb-r-lg-68 {
    padding-bottom: 17rem !important;
  }
  .pl-r-lg-68 {
    padding-left: 17rem !important;
  }
  .px-r-lg-68 {
    padding-left: 17rem !important;
    padding-right: 17rem !important;
  }
  .py-r-lg-68 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .font-size-lg-68 {
    font-size: 68px;
  }
  .border-radius-r-lg-68 {
    border-radius: 17rem !important;
  }
  .border-radius-tl-r-lg-68 {
    border-top-left-radius: 17rem !important;
  }
  .border-radius-tr-r-lg-68 {
    border-top-right-radius: 17rem !important;
  }
  .border-radius-bl-r-lg-68 {
    border-bottom-left-radius: 17rem !important;
  }
  .border-radius-br-r-lg-68 {
    border-bottom-right-radius: 17rem !important;
  }
  .border-radius-t-r-lg-68 {
    border-top-left-radius: 17rem !important;
    border-top-right-radius: 17rem !important;
  }
  .border-radius-b-r-lg-68 {
    border-bottom-left-radius: 17rem !important;
    border-bottom-right-radius: 17rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-68 {
    margin: 17rem !important;
  }
  .mt-r-xl-68 {
    margin-top: 17rem !important;
  }
  .mr-r-xl-68 {
    margin-right: 17rem !important;
  }
  .mb-r-xl-68 {
    margin-bottom: 17rem !important;
  }
  .ml-r-xl-68 {
    margin-left: 17rem !important;
  }
  .mx-r-xl-68 {
    margin-left: 17rem !important;
    margin-right: 17rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-68 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }
  .p-r-xl-68 {
    padding: 17rem !important;
  }
  .pt-r-xl-68 {
    padding-top: 17rem !important;
  }
  .pr-r-xl-68 {
    padding-right: 17rem !important;
  }
  .pb-r-xl-68 {
    padding-bottom: 17rem !important;
  }
  .pl-r-xl-68 {
    padding-left: 17rem !important;
  }
  .px-r-xl-68 {
    padding-left: 17rem !important;
    padding-right: 17rem !important;
  }
  .py-r-xl-68 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .font-size-xl-68 {
    font-size: 68px;
  }
  .border-radius-r-xl-68 {
    border-radius: 17rem !important;
  }
  .border-radius-tl-r-xl-68 {
    border-top-left-radius: 17rem !important;
  }
  .border-radius-tr-r-xl-68 {
    border-top-right-radius: 17rem !important;
  }
  .border-radius-bl-r-xl-68 {
    border-bottom-left-radius: 17rem !important;
  }
  .border-radius-br-r-xl-68 {
    border-bottom-right-radius: 17rem !important;
  }
  .border-radius-t-r-xl-68 {
    border-top-left-radius: 17rem !important;
    border-top-right-radius: 17rem !important;
  }
  .border-radius-b-r-xl-68 {
    border-bottom-left-radius: 17rem !important;
    border-bottom-right-radius: 17rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-68 {
    margin: 17rem !important;
  }
  .mt-r-contents-68 {
    margin-top: 17rem !important;
  }
  .mr-r-contents-68 {
    margin-right: 17rem !important;
  }
  .mb-r-contents-68 {
    margin-bottom: 17rem !important;
  }
  .ml-r-contents-68 {
    margin-left: 17rem !important;
  }
  .mx-r-contents-68 {
    margin-left: 17rem !important;
    margin-right: 17rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-68 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }
  .p-r-contents-68 {
    padding: 17rem !important;
  }
  .pt-r-contents-68 {
    padding-top: 17rem !important;
  }
  .pr-r-contents-68 {
    padding-right: 17rem !important;
  }
  .pb-r-contents-68 {
    padding-bottom: 17rem !important;
  }
  .pl-r-contents-68 {
    padding-left: 17rem !important;
  }
  .px-r-contents-68 {
    padding-left: 17rem !important;
    padding-right: 17rem !important;
  }
  .py-r-contents-68 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .font-size-contents-68 {
    font-size: 68px;
  }
  .border-radius-r-contents-68 {
    border-radius: 17rem !important;
  }
  .border-radius-tl-r-contents-68 {
    border-top-left-radius: 17rem !important;
  }
  .border-radius-tr-r-contents-68 {
    border-top-right-radius: 17rem !important;
  }
  .border-radius-bl-r-contents-68 {
    border-bottom-left-radius: 17rem !important;
  }
  .border-radius-br-r-contents-68 {
    border-bottom-right-radius: 17rem !important;
  }
  .border-radius-t-r-contents-68 {
    border-top-left-radius: 17rem !important;
    border-top-right-radius: 17rem !important;
  }
  .border-radius-b-r-contents-68 {
    border-bottom-left-radius: 17rem !important;
    border-bottom-right-radius: 17rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-68 {
    margin: 17rem !important;
  }
  .mt-r-screen-68 {
    margin-top: 17rem !important;
  }
  .mr-r-screen-68 {
    margin-right: 17rem !important;
  }
  .mb-r-screen-68 {
    margin-bottom: 17rem !important;
  }
  .ml-r-screen-68 {
    margin-left: 17rem !important;
  }
  .mx-r-screen-68 {
    margin-left: 17rem !important;
    margin-right: 17rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-68 {
    margin-top: 17rem !important;
    margin-bottom: 17rem !important;
  }
  .p-r-screen-68 {
    padding: 17rem !important;
  }
  .pt-r-screen-68 {
    padding-top: 17rem !important;
  }
  .pr-r-screen-68 {
    padding-right: 17rem !important;
  }
  .pb-r-screen-68 {
    padding-bottom: 17rem !important;
  }
  .pl-r-screen-68 {
    padding-left: 17rem !important;
  }
  .px-r-screen-68 {
    padding-left: 17rem !important;
    padding-right: 17rem !important;
  }
  .py-r-screen-68 {
    padding-top: 17rem !important;
    padding-bottom: 17rem !important;
  }
  .font-size-screen-68 {
    font-size: 68px;
  }
  .border-radius-r-screen-68 {
    border-radius: 17rem !important;
  }
  .border-radius-tl-r-screen-68 {
    border-top-left-radius: 17rem !important;
  }
  .border-radius-tr-r-screen-68 {
    border-top-right-radius: 17rem !important;
  }
  .border-radius-bl-r-screen-68 {
    border-bottom-left-radius: 17rem !important;
  }
  .border-radius-br-r-screen-68 {
    border-bottom-right-radius: 17rem !important;
  }
  .border-radius-t-r-screen-68 {
    border-top-left-radius: 17rem !important;
    border-top-right-radius: 17rem !important;
  }
  .border-radius-b-r-screen-68 {
    border-bottom-left-radius: 17rem !important;
    border-bottom-right-radius: 17rem !important;
  }
}
.z-69 {
  z-index: 69;
}

.m-r-69 {
  margin: 17.25rem;
}

.mt-r-69 {
  margin-top: 17.25rem;
}

.mr-r-69 {
  margin-right: 17.25rem;
}

.mb-r-69 {
  margin-bottom: 17.25rem;
}

.ml-r-69 {
  margin-left: 17.25rem;
}

.mx-r-69 {
  margin-left: 17.25rem;
  margin-right: 17.25rem;
}

.my-r-69 {
  margin-top: 17.25rem;
  margin-bottom: 17.25rem;
}

.p-r-69 {
  padding: 17.25rem;
}

.pt-r-69 {
  padding-top: 17.25rem;
}

.pr-r-69 {
  padding-right: 17.25rem;
}

.pb-r-69 {
  padding-bottom: 17.25rem;
}

.pl-r-69 {
  padding-left: 17.25rem;
}

.px-r-69 {
  padding-left: 17.25rem;
  padding-right: 17.25rem;
}

.py-r-69 {
  padding-top: 17.25rem;
  padding-bottom: 17.25rem;
}

.t-r-69 {
  top: 17.25rem;
}

.l-r-69 {
  left: 17.25rem;
}

.b-r-69 {
  bottom: 17.25rem;
}

.r-r-69 {
  right: 17.25rem;
}

.row-gap-69 {
  margin: -17.25rem;
}

.border-radius-r-69 {
  border-radius: 17.25rem;
}

.border-radius-tl-r-69 {
  border-top-left-radius: 17.25rem;
}

.border-radius-tr-r-69 {
  border-top-right-radius: 17.25rem;
}

.border-radius-bl-r-69 {
  border-bottom-left-radius: 17.25rem;
}

.border-radius-br-r-69 {
  border-bottom-right-radius: 17.25rem;
}

.border-radius-t-r-69 {
  border-top-left-radius: 17.25rem;
  border-top-right-radius: 17.25rem;
}

.border-radius-b-r-69 {
  border-bottom-left-radius: 17.25rem;
  border-bottom-right-radius: 17.25rem;
}

.font-size-69 {
  font-size: 69px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-69 {
    margin: 17.25rem !important;
  }
  .mt-r-xs-69 {
    margin-top: 17.25rem !important;
  }
  .mr-r-xs-69 {
    margin-right: 17.25rem !important;
  }
  .mb-r-xs-69 {
    margin-bottom: 17.25rem !important;
  }
  .ml-r-xs-69 {
    margin-left: 17.25rem !important;
  }
  .mx-r-xs-69 {
    margin-left: 17.25rem !important;
    margin-right: 17.25rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-69 {
    margin-top: 17.25rem !important;
    margin-bottom: 17.25rem !important;
  }
  .p-r-xs-69 {
    padding: 17.25rem !important;
  }
  .pt-r-xs-69 {
    padding-top: 17.25rem !important;
  }
  .pr-r-xs-69 {
    padding-right: 17.25rem !important;
  }
  .pb-r-xs-69 {
    padding-bottom: 17.25rem !important;
  }
  .pl-r-xs-69 {
    padding-left: 17.25rem !important;
  }
  .px-r-xs-69 {
    padding-left: 17.25rem !important;
    padding-right: 17.25rem !important;
  }
  .py-r-xs-69 {
    padding-top: 17.25rem !important;
    padding-bottom: 17.25rem !important;
  }
  .font-size-xs-69 {
    font-size: 69px;
  }
  .border-radius-r-xs-69 {
    border-radius: 17.25rem !important;
  }
  .border-radius-tl-r-xs-69 {
    border-top-left-radius: 17.25rem !important;
  }
  .border-radius-tr-r-xs-69 {
    border-top-right-radius: 17.25rem !important;
  }
  .border-radius-bl-r-xs-69 {
    border-bottom-left-radius: 17.25rem !important;
  }
  .border-radius-br-r-xs-69 {
    border-bottom-right-radius: 17.25rem !important;
  }
  .border-radius-t-r-xs-69 {
    border-top-left-radius: 17.25rem !important;
    border-top-right-radius: 17.25rem !important;
  }
  .border-radius-b-r-xs-69 {
    border-bottom-left-radius: 17.25rem !important;
    border-bottom-right-radius: 17.25rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-69 {
    margin: 17.25rem !important;
  }
  .mt-r-sm-69 {
    margin-top: 17.25rem !important;
  }
  .mr-r-sm-69 {
    margin-right: 17.25rem !important;
  }
  .mb-r-sm-69 {
    margin-bottom: 17.25rem !important;
  }
  .ml-r-sm-69 {
    margin-left: 17.25rem !important;
  }
  .mx-r-sm-69 {
    margin-left: 17.25rem !important;
    margin-right: 17.25rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-69 {
    margin-top: 17.25rem !important;
    margin-bottom: 17.25rem !important;
  }
  .p-r-sm-69 {
    padding: 17.25rem !important;
  }
  .pt-r-sm-69 {
    padding-top: 17.25rem !important;
  }
  .pr-r-sm-69 {
    padding-right: 17.25rem !important;
  }
  .pb-r-sm-69 {
    padding-bottom: 17.25rem !important;
  }
  .pl-r-sm-69 {
    padding-left: 17.25rem !important;
  }
  .px-r-sm-69 {
    padding-left: 17.25rem !important;
    padding-right: 17.25rem !important;
  }
  .py-r-sm-69 {
    padding-top: 17.25rem !important;
    padding-bottom: 17.25rem !important;
  }
  .font-size-sm-69 {
    font-size: 69px;
  }
  .border-radius-r-sm-69 {
    border-radius: 17.25rem !important;
  }
  .border-radius-tl-r-sm-69 {
    border-top-left-radius: 17.25rem !important;
  }
  .border-radius-tr-r-sm-69 {
    border-top-right-radius: 17.25rem !important;
  }
  .border-radius-bl-r-sm-69 {
    border-bottom-left-radius: 17.25rem !important;
  }
  .border-radius-br-r-sm-69 {
    border-bottom-right-radius: 17.25rem !important;
  }
  .border-radius-t-r-sm-69 {
    border-top-left-radius: 17.25rem !important;
    border-top-right-radius: 17.25rem !important;
  }
  .border-radius-b-r-sm-69 {
    border-bottom-left-radius: 17.25rem !important;
    border-bottom-right-radius: 17.25rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-69 {
    margin: 17.25rem !important;
  }
  .mt-r-md-69 {
    margin-top: 17.25rem !important;
  }
  .mr-r-md-69 {
    margin-right: 17.25rem !important;
  }
  .mb-r-md-69 {
    margin-bottom: 17.25rem !important;
  }
  .ml-r-md-69 {
    margin-left: 17.25rem !important;
  }
  .mx-r-md-69 {
    margin-left: 17.25rem !important;
    margin-right: 17.25rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-69 {
    margin-top: 17.25rem !important;
    margin-bottom: 17.25rem !important;
  }
  .p-r-md-69 {
    padding: 17.25rem !important;
  }
  .pt-r-md-69 {
    padding-top: 17.25rem !important;
  }
  .pr-r-md-69 {
    padding-right: 17.25rem !important;
  }
  .pb-r-md-69 {
    padding-bottom: 17.25rem !important;
  }
  .pl-r-md-69 {
    padding-left: 17.25rem !important;
  }
  .px-r-md-69 {
    padding-left: 17.25rem !important;
    padding-right: 17.25rem !important;
  }
  .py-r-md-69 {
    padding-top: 17.25rem !important;
    padding-bottom: 17.25rem !important;
  }
  .font-size-md-69 {
    font-size: 69px;
  }
  .border-radius-r-md-69 {
    border-radius: 17.25rem !important;
  }
  .border-radius-tl-r-md-69 {
    border-top-left-radius: 17.25rem !important;
  }
  .border-radius-tr-r-md-69 {
    border-top-right-radius: 17.25rem !important;
  }
  .border-radius-bl-r-md-69 {
    border-bottom-left-radius: 17.25rem !important;
  }
  .border-radius-br-r-md-69 {
    border-bottom-right-radius: 17.25rem !important;
  }
  .border-radius-t-r-md-69 {
    border-top-left-radius: 17.25rem !important;
    border-top-right-radius: 17.25rem !important;
  }
  .border-radius-b-r-md-69 {
    border-bottom-left-radius: 17.25rem !important;
    border-bottom-right-radius: 17.25rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-69 {
    margin: 17.25rem !important;
  }
  .mt-r-lg-69 {
    margin-top: 17.25rem !important;
  }
  .mr-r-lg-69 {
    margin-right: 17.25rem !important;
  }
  .mb-r-lg-69 {
    margin-bottom: 17.25rem !important;
  }
  .ml-r-lg-69 {
    margin-left: 17.25rem !important;
  }
  .mx-r-lg-69 {
    margin-left: 17.25rem !important;
    margin-right: 17.25rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-69 {
    margin-top: 17.25rem !important;
    margin-bottom: 17.25rem !important;
  }
  .p-r-lg-69 {
    padding: 17.25rem !important;
  }
  .pt-r-lg-69 {
    padding-top: 17.25rem !important;
  }
  .pr-r-lg-69 {
    padding-right: 17.25rem !important;
  }
  .pb-r-lg-69 {
    padding-bottom: 17.25rem !important;
  }
  .pl-r-lg-69 {
    padding-left: 17.25rem !important;
  }
  .px-r-lg-69 {
    padding-left: 17.25rem !important;
    padding-right: 17.25rem !important;
  }
  .py-r-lg-69 {
    padding-top: 17.25rem !important;
    padding-bottom: 17.25rem !important;
  }
  .font-size-lg-69 {
    font-size: 69px;
  }
  .border-radius-r-lg-69 {
    border-radius: 17.25rem !important;
  }
  .border-radius-tl-r-lg-69 {
    border-top-left-radius: 17.25rem !important;
  }
  .border-radius-tr-r-lg-69 {
    border-top-right-radius: 17.25rem !important;
  }
  .border-radius-bl-r-lg-69 {
    border-bottom-left-radius: 17.25rem !important;
  }
  .border-radius-br-r-lg-69 {
    border-bottom-right-radius: 17.25rem !important;
  }
  .border-radius-t-r-lg-69 {
    border-top-left-radius: 17.25rem !important;
    border-top-right-radius: 17.25rem !important;
  }
  .border-radius-b-r-lg-69 {
    border-bottom-left-radius: 17.25rem !important;
    border-bottom-right-radius: 17.25rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-69 {
    margin: 17.25rem !important;
  }
  .mt-r-xl-69 {
    margin-top: 17.25rem !important;
  }
  .mr-r-xl-69 {
    margin-right: 17.25rem !important;
  }
  .mb-r-xl-69 {
    margin-bottom: 17.25rem !important;
  }
  .ml-r-xl-69 {
    margin-left: 17.25rem !important;
  }
  .mx-r-xl-69 {
    margin-left: 17.25rem !important;
    margin-right: 17.25rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-69 {
    margin-top: 17.25rem !important;
    margin-bottom: 17.25rem !important;
  }
  .p-r-xl-69 {
    padding: 17.25rem !important;
  }
  .pt-r-xl-69 {
    padding-top: 17.25rem !important;
  }
  .pr-r-xl-69 {
    padding-right: 17.25rem !important;
  }
  .pb-r-xl-69 {
    padding-bottom: 17.25rem !important;
  }
  .pl-r-xl-69 {
    padding-left: 17.25rem !important;
  }
  .px-r-xl-69 {
    padding-left: 17.25rem !important;
    padding-right: 17.25rem !important;
  }
  .py-r-xl-69 {
    padding-top: 17.25rem !important;
    padding-bottom: 17.25rem !important;
  }
  .font-size-xl-69 {
    font-size: 69px;
  }
  .border-radius-r-xl-69 {
    border-radius: 17.25rem !important;
  }
  .border-radius-tl-r-xl-69 {
    border-top-left-radius: 17.25rem !important;
  }
  .border-radius-tr-r-xl-69 {
    border-top-right-radius: 17.25rem !important;
  }
  .border-radius-bl-r-xl-69 {
    border-bottom-left-radius: 17.25rem !important;
  }
  .border-radius-br-r-xl-69 {
    border-bottom-right-radius: 17.25rem !important;
  }
  .border-radius-t-r-xl-69 {
    border-top-left-radius: 17.25rem !important;
    border-top-right-radius: 17.25rem !important;
  }
  .border-radius-b-r-xl-69 {
    border-bottom-left-radius: 17.25rem !important;
    border-bottom-right-radius: 17.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-69 {
    margin: 17.25rem !important;
  }
  .mt-r-contents-69 {
    margin-top: 17.25rem !important;
  }
  .mr-r-contents-69 {
    margin-right: 17.25rem !important;
  }
  .mb-r-contents-69 {
    margin-bottom: 17.25rem !important;
  }
  .ml-r-contents-69 {
    margin-left: 17.25rem !important;
  }
  .mx-r-contents-69 {
    margin-left: 17.25rem !important;
    margin-right: 17.25rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-69 {
    margin-top: 17.25rem !important;
    margin-bottom: 17.25rem !important;
  }
  .p-r-contents-69 {
    padding: 17.25rem !important;
  }
  .pt-r-contents-69 {
    padding-top: 17.25rem !important;
  }
  .pr-r-contents-69 {
    padding-right: 17.25rem !important;
  }
  .pb-r-contents-69 {
    padding-bottom: 17.25rem !important;
  }
  .pl-r-contents-69 {
    padding-left: 17.25rem !important;
  }
  .px-r-contents-69 {
    padding-left: 17.25rem !important;
    padding-right: 17.25rem !important;
  }
  .py-r-contents-69 {
    padding-top: 17.25rem !important;
    padding-bottom: 17.25rem !important;
  }
  .font-size-contents-69 {
    font-size: 69px;
  }
  .border-radius-r-contents-69 {
    border-radius: 17.25rem !important;
  }
  .border-radius-tl-r-contents-69 {
    border-top-left-radius: 17.25rem !important;
  }
  .border-radius-tr-r-contents-69 {
    border-top-right-radius: 17.25rem !important;
  }
  .border-radius-bl-r-contents-69 {
    border-bottom-left-radius: 17.25rem !important;
  }
  .border-radius-br-r-contents-69 {
    border-bottom-right-radius: 17.25rem !important;
  }
  .border-radius-t-r-contents-69 {
    border-top-left-radius: 17.25rem !important;
    border-top-right-radius: 17.25rem !important;
  }
  .border-radius-b-r-contents-69 {
    border-bottom-left-radius: 17.25rem !important;
    border-bottom-right-radius: 17.25rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-69 {
    margin: 17.25rem !important;
  }
  .mt-r-screen-69 {
    margin-top: 17.25rem !important;
  }
  .mr-r-screen-69 {
    margin-right: 17.25rem !important;
  }
  .mb-r-screen-69 {
    margin-bottom: 17.25rem !important;
  }
  .ml-r-screen-69 {
    margin-left: 17.25rem !important;
  }
  .mx-r-screen-69 {
    margin-left: 17.25rem !important;
    margin-right: 17.25rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-69 {
    margin-top: 17.25rem !important;
    margin-bottom: 17.25rem !important;
  }
  .p-r-screen-69 {
    padding: 17.25rem !important;
  }
  .pt-r-screen-69 {
    padding-top: 17.25rem !important;
  }
  .pr-r-screen-69 {
    padding-right: 17.25rem !important;
  }
  .pb-r-screen-69 {
    padding-bottom: 17.25rem !important;
  }
  .pl-r-screen-69 {
    padding-left: 17.25rem !important;
  }
  .px-r-screen-69 {
    padding-left: 17.25rem !important;
    padding-right: 17.25rem !important;
  }
  .py-r-screen-69 {
    padding-top: 17.25rem !important;
    padding-bottom: 17.25rem !important;
  }
  .font-size-screen-69 {
    font-size: 69px;
  }
  .border-radius-r-screen-69 {
    border-radius: 17.25rem !important;
  }
  .border-radius-tl-r-screen-69 {
    border-top-left-radius: 17.25rem !important;
  }
  .border-radius-tr-r-screen-69 {
    border-top-right-radius: 17.25rem !important;
  }
  .border-radius-bl-r-screen-69 {
    border-bottom-left-radius: 17.25rem !important;
  }
  .border-radius-br-r-screen-69 {
    border-bottom-right-radius: 17.25rem !important;
  }
  .border-radius-t-r-screen-69 {
    border-top-left-radius: 17.25rem !important;
    border-top-right-radius: 17.25rem !important;
  }
  .border-radius-b-r-screen-69 {
    border-bottom-left-radius: 17.25rem !important;
    border-bottom-right-radius: 17.25rem !important;
  }
}
.z-70 {
  z-index: 70;
}

.m-r-70 {
  margin: 17.5rem;
}

.mt-r-70 {
  margin-top: 17.5rem;
}

.mr-r-70 {
  margin-right: 17.5rem;
}

.mb-r-70 {
  margin-bottom: 17.5rem;
}

.ml-r-70 {
  margin-left: 17.5rem;
}

.mx-r-70 {
  margin-left: 17.5rem;
  margin-right: 17.5rem;
}

.my-r-70 {
  margin-top: 17.5rem;
  margin-bottom: 17.5rem;
}

.p-r-70 {
  padding: 17.5rem;
}

.pt-r-70 {
  padding-top: 17.5rem;
}

.pr-r-70 {
  padding-right: 17.5rem;
}

.pb-r-70 {
  padding-bottom: 17.5rem;
}

.pl-r-70 {
  padding-left: 17.5rem;
}

.px-r-70 {
  padding-left: 17.5rem;
  padding-right: 17.5rem;
}

.py-r-70 {
  padding-top: 17.5rem;
  padding-bottom: 17.5rem;
}

.t-r-70 {
  top: 17.5rem;
}

.l-r-70 {
  left: 17.5rem;
}

.b-r-70 {
  bottom: 17.5rem;
}

.r-r-70 {
  right: 17.5rem;
}

.row-gap-70 {
  margin: -17.5rem;
}

.border-radius-r-70 {
  border-radius: 17.5rem;
}

.border-radius-tl-r-70 {
  border-top-left-radius: 17.5rem;
}

.border-radius-tr-r-70 {
  border-top-right-radius: 17.5rem;
}

.border-radius-bl-r-70 {
  border-bottom-left-radius: 17.5rem;
}

.border-radius-br-r-70 {
  border-bottom-right-radius: 17.5rem;
}

.border-radius-t-r-70 {
  border-top-left-radius: 17.5rem;
  border-top-right-radius: 17.5rem;
}

.border-radius-b-r-70 {
  border-bottom-left-radius: 17.5rem;
  border-bottom-right-radius: 17.5rem;
}

.font-size-70 {
  font-size: 70px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-70 {
    margin: 17.5rem !important;
  }
  .mt-r-xs-70 {
    margin-top: 17.5rem !important;
  }
  .mr-r-xs-70 {
    margin-right: 17.5rem !important;
  }
  .mb-r-xs-70 {
    margin-bottom: 17.5rem !important;
  }
  .ml-r-xs-70 {
    margin-left: 17.5rem !important;
  }
  .mx-r-xs-70 {
    margin-left: 17.5rem !important;
    margin-right: 17.5rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-70 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important;
  }
  .p-r-xs-70 {
    padding: 17.5rem !important;
  }
  .pt-r-xs-70 {
    padding-top: 17.5rem !important;
  }
  .pr-r-xs-70 {
    padding-right: 17.5rem !important;
  }
  .pb-r-xs-70 {
    padding-bottom: 17.5rem !important;
  }
  .pl-r-xs-70 {
    padding-left: 17.5rem !important;
  }
  .px-r-xs-70 {
    padding-left: 17.5rem !important;
    padding-right: 17.5rem !important;
  }
  .py-r-xs-70 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important;
  }
  .font-size-xs-70 {
    font-size: 70px;
  }
  .border-radius-r-xs-70 {
    border-radius: 17.5rem !important;
  }
  .border-radius-tl-r-xs-70 {
    border-top-left-radius: 17.5rem !important;
  }
  .border-radius-tr-r-xs-70 {
    border-top-right-radius: 17.5rem !important;
  }
  .border-radius-bl-r-xs-70 {
    border-bottom-left-radius: 17.5rem !important;
  }
  .border-radius-br-r-xs-70 {
    border-bottom-right-radius: 17.5rem !important;
  }
  .border-radius-t-r-xs-70 {
    border-top-left-radius: 17.5rem !important;
    border-top-right-radius: 17.5rem !important;
  }
  .border-radius-b-r-xs-70 {
    border-bottom-left-radius: 17.5rem !important;
    border-bottom-right-radius: 17.5rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-70 {
    margin: 17.5rem !important;
  }
  .mt-r-sm-70 {
    margin-top: 17.5rem !important;
  }
  .mr-r-sm-70 {
    margin-right: 17.5rem !important;
  }
  .mb-r-sm-70 {
    margin-bottom: 17.5rem !important;
  }
  .ml-r-sm-70 {
    margin-left: 17.5rem !important;
  }
  .mx-r-sm-70 {
    margin-left: 17.5rem !important;
    margin-right: 17.5rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-70 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important;
  }
  .p-r-sm-70 {
    padding: 17.5rem !important;
  }
  .pt-r-sm-70 {
    padding-top: 17.5rem !important;
  }
  .pr-r-sm-70 {
    padding-right: 17.5rem !important;
  }
  .pb-r-sm-70 {
    padding-bottom: 17.5rem !important;
  }
  .pl-r-sm-70 {
    padding-left: 17.5rem !important;
  }
  .px-r-sm-70 {
    padding-left: 17.5rem !important;
    padding-right: 17.5rem !important;
  }
  .py-r-sm-70 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important;
  }
  .font-size-sm-70 {
    font-size: 70px;
  }
  .border-radius-r-sm-70 {
    border-radius: 17.5rem !important;
  }
  .border-radius-tl-r-sm-70 {
    border-top-left-radius: 17.5rem !important;
  }
  .border-radius-tr-r-sm-70 {
    border-top-right-radius: 17.5rem !important;
  }
  .border-radius-bl-r-sm-70 {
    border-bottom-left-radius: 17.5rem !important;
  }
  .border-radius-br-r-sm-70 {
    border-bottom-right-radius: 17.5rem !important;
  }
  .border-radius-t-r-sm-70 {
    border-top-left-radius: 17.5rem !important;
    border-top-right-radius: 17.5rem !important;
  }
  .border-radius-b-r-sm-70 {
    border-bottom-left-radius: 17.5rem !important;
    border-bottom-right-radius: 17.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-70 {
    margin: 17.5rem !important;
  }
  .mt-r-md-70 {
    margin-top: 17.5rem !important;
  }
  .mr-r-md-70 {
    margin-right: 17.5rem !important;
  }
  .mb-r-md-70 {
    margin-bottom: 17.5rem !important;
  }
  .ml-r-md-70 {
    margin-left: 17.5rem !important;
  }
  .mx-r-md-70 {
    margin-left: 17.5rem !important;
    margin-right: 17.5rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-70 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important;
  }
  .p-r-md-70 {
    padding: 17.5rem !important;
  }
  .pt-r-md-70 {
    padding-top: 17.5rem !important;
  }
  .pr-r-md-70 {
    padding-right: 17.5rem !important;
  }
  .pb-r-md-70 {
    padding-bottom: 17.5rem !important;
  }
  .pl-r-md-70 {
    padding-left: 17.5rem !important;
  }
  .px-r-md-70 {
    padding-left: 17.5rem !important;
    padding-right: 17.5rem !important;
  }
  .py-r-md-70 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important;
  }
  .font-size-md-70 {
    font-size: 70px;
  }
  .border-radius-r-md-70 {
    border-radius: 17.5rem !important;
  }
  .border-radius-tl-r-md-70 {
    border-top-left-radius: 17.5rem !important;
  }
  .border-radius-tr-r-md-70 {
    border-top-right-radius: 17.5rem !important;
  }
  .border-radius-bl-r-md-70 {
    border-bottom-left-radius: 17.5rem !important;
  }
  .border-radius-br-r-md-70 {
    border-bottom-right-radius: 17.5rem !important;
  }
  .border-radius-t-r-md-70 {
    border-top-left-radius: 17.5rem !important;
    border-top-right-radius: 17.5rem !important;
  }
  .border-radius-b-r-md-70 {
    border-bottom-left-radius: 17.5rem !important;
    border-bottom-right-radius: 17.5rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-70 {
    margin: 17.5rem !important;
  }
  .mt-r-lg-70 {
    margin-top: 17.5rem !important;
  }
  .mr-r-lg-70 {
    margin-right: 17.5rem !important;
  }
  .mb-r-lg-70 {
    margin-bottom: 17.5rem !important;
  }
  .ml-r-lg-70 {
    margin-left: 17.5rem !important;
  }
  .mx-r-lg-70 {
    margin-left: 17.5rem !important;
    margin-right: 17.5rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-70 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important;
  }
  .p-r-lg-70 {
    padding: 17.5rem !important;
  }
  .pt-r-lg-70 {
    padding-top: 17.5rem !important;
  }
  .pr-r-lg-70 {
    padding-right: 17.5rem !important;
  }
  .pb-r-lg-70 {
    padding-bottom: 17.5rem !important;
  }
  .pl-r-lg-70 {
    padding-left: 17.5rem !important;
  }
  .px-r-lg-70 {
    padding-left: 17.5rem !important;
    padding-right: 17.5rem !important;
  }
  .py-r-lg-70 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important;
  }
  .font-size-lg-70 {
    font-size: 70px;
  }
  .border-radius-r-lg-70 {
    border-radius: 17.5rem !important;
  }
  .border-radius-tl-r-lg-70 {
    border-top-left-radius: 17.5rem !important;
  }
  .border-radius-tr-r-lg-70 {
    border-top-right-radius: 17.5rem !important;
  }
  .border-radius-bl-r-lg-70 {
    border-bottom-left-radius: 17.5rem !important;
  }
  .border-radius-br-r-lg-70 {
    border-bottom-right-radius: 17.5rem !important;
  }
  .border-radius-t-r-lg-70 {
    border-top-left-radius: 17.5rem !important;
    border-top-right-radius: 17.5rem !important;
  }
  .border-radius-b-r-lg-70 {
    border-bottom-left-radius: 17.5rem !important;
    border-bottom-right-radius: 17.5rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-70 {
    margin: 17.5rem !important;
  }
  .mt-r-xl-70 {
    margin-top: 17.5rem !important;
  }
  .mr-r-xl-70 {
    margin-right: 17.5rem !important;
  }
  .mb-r-xl-70 {
    margin-bottom: 17.5rem !important;
  }
  .ml-r-xl-70 {
    margin-left: 17.5rem !important;
  }
  .mx-r-xl-70 {
    margin-left: 17.5rem !important;
    margin-right: 17.5rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-70 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important;
  }
  .p-r-xl-70 {
    padding: 17.5rem !important;
  }
  .pt-r-xl-70 {
    padding-top: 17.5rem !important;
  }
  .pr-r-xl-70 {
    padding-right: 17.5rem !important;
  }
  .pb-r-xl-70 {
    padding-bottom: 17.5rem !important;
  }
  .pl-r-xl-70 {
    padding-left: 17.5rem !important;
  }
  .px-r-xl-70 {
    padding-left: 17.5rem !important;
    padding-right: 17.5rem !important;
  }
  .py-r-xl-70 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important;
  }
  .font-size-xl-70 {
    font-size: 70px;
  }
  .border-radius-r-xl-70 {
    border-radius: 17.5rem !important;
  }
  .border-radius-tl-r-xl-70 {
    border-top-left-radius: 17.5rem !important;
  }
  .border-radius-tr-r-xl-70 {
    border-top-right-radius: 17.5rem !important;
  }
  .border-radius-bl-r-xl-70 {
    border-bottom-left-radius: 17.5rem !important;
  }
  .border-radius-br-r-xl-70 {
    border-bottom-right-radius: 17.5rem !important;
  }
  .border-radius-t-r-xl-70 {
    border-top-left-radius: 17.5rem !important;
    border-top-right-radius: 17.5rem !important;
  }
  .border-radius-b-r-xl-70 {
    border-bottom-left-radius: 17.5rem !important;
    border-bottom-right-radius: 17.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-70 {
    margin: 17.5rem !important;
  }
  .mt-r-contents-70 {
    margin-top: 17.5rem !important;
  }
  .mr-r-contents-70 {
    margin-right: 17.5rem !important;
  }
  .mb-r-contents-70 {
    margin-bottom: 17.5rem !important;
  }
  .ml-r-contents-70 {
    margin-left: 17.5rem !important;
  }
  .mx-r-contents-70 {
    margin-left: 17.5rem !important;
    margin-right: 17.5rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-70 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important;
  }
  .p-r-contents-70 {
    padding: 17.5rem !important;
  }
  .pt-r-contents-70 {
    padding-top: 17.5rem !important;
  }
  .pr-r-contents-70 {
    padding-right: 17.5rem !important;
  }
  .pb-r-contents-70 {
    padding-bottom: 17.5rem !important;
  }
  .pl-r-contents-70 {
    padding-left: 17.5rem !important;
  }
  .px-r-contents-70 {
    padding-left: 17.5rem !important;
    padding-right: 17.5rem !important;
  }
  .py-r-contents-70 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important;
  }
  .font-size-contents-70 {
    font-size: 70px;
  }
  .border-radius-r-contents-70 {
    border-radius: 17.5rem !important;
  }
  .border-radius-tl-r-contents-70 {
    border-top-left-radius: 17.5rem !important;
  }
  .border-radius-tr-r-contents-70 {
    border-top-right-radius: 17.5rem !important;
  }
  .border-radius-bl-r-contents-70 {
    border-bottom-left-radius: 17.5rem !important;
  }
  .border-radius-br-r-contents-70 {
    border-bottom-right-radius: 17.5rem !important;
  }
  .border-radius-t-r-contents-70 {
    border-top-left-radius: 17.5rem !important;
    border-top-right-radius: 17.5rem !important;
  }
  .border-radius-b-r-contents-70 {
    border-bottom-left-radius: 17.5rem !important;
    border-bottom-right-radius: 17.5rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-70 {
    margin: 17.5rem !important;
  }
  .mt-r-screen-70 {
    margin-top: 17.5rem !important;
  }
  .mr-r-screen-70 {
    margin-right: 17.5rem !important;
  }
  .mb-r-screen-70 {
    margin-bottom: 17.5rem !important;
  }
  .ml-r-screen-70 {
    margin-left: 17.5rem !important;
  }
  .mx-r-screen-70 {
    margin-left: 17.5rem !important;
    margin-right: 17.5rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-70 {
    margin-top: 17.5rem !important;
    margin-bottom: 17.5rem !important;
  }
  .p-r-screen-70 {
    padding: 17.5rem !important;
  }
  .pt-r-screen-70 {
    padding-top: 17.5rem !important;
  }
  .pr-r-screen-70 {
    padding-right: 17.5rem !important;
  }
  .pb-r-screen-70 {
    padding-bottom: 17.5rem !important;
  }
  .pl-r-screen-70 {
    padding-left: 17.5rem !important;
  }
  .px-r-screen-70 {
    padding-left: 17.5rem !important;
    padding-right: 17.5rem !important;
  }
  .py-r-screen-70 {
    padding-top: 17.5rem !important;
    padding-bottom: 17.5rem !important;
  }
  .font-size-screen-70 {
    font-size: 70px;
  }
  .border-radius-r-screen-70 {
    border-radius: 17.5rem !important;
  }
  .border-radius-tl-r-screen-70 {
    border-top-left-radius: 17.5rem !important;
  }
  .border-radius-tr-r-screen-70 {
    border-top-right-radius: 17.5rem !important;
  }
  .border-radius-bl-r-screen-70 {
    border-bottom-left-radius: 17.5rem !important;
  }
  .border-radius-br-r-screen-70 {
    border-bottom-right-radius: 17.5rem !important;
  }
  .border-radius-t-r-screen-70 {
    border-top-left-radius: 17.5rem !important;
    border-top-right-radius: 17.5rem !important;
  }
  .border-radius-b-r-screen-70 {
    border-bottom-left-radius: 17.5rem !important;
    border-bottom-right-radius: 17.5rem !important;
  }
}
.z-71 {
  z-index: 71;
}

.m-r-71 {
  margin: 17.75rem;
}

.mt-r-71 {
  margin-top: 17.75rem;
}

.mr-r-71 {
  margin-right: 17.75rem;
}

.mb-r-71 {
  margin-bottom: 17.75rem;
}

.ml-r-71 {
  margin-left: 17.75rem;
}

.mx-r-71 {
  margin-left: 17.75rem;
  margin-right: 17.75rem;
}

.my-r-71 {
  margin-top: 17.75rem;
  margin-bottom: 17.75rem;
}

.p-r-71 {
  padding: 17.75rem;
}

.pt-r-71 {
  padding-top: 17.75rem;
}

.pr-r-71 {
  padding-right: 17.75rem;
}

.pb-r-71 {
  padding-bottom: 17.75rem;
}

.pl-r-71 {
  padding-left: 17.75rem;
}

.px-r-71 {
  padding-left: 17.75rem;
  padding-right: 17.75rem;
}

.py-r-71 {
  padding-top: 17.75rem;
  padding-bottom: 17.75rem;
}

.t-r-71 {
  top: 17.75rem;
}

.l-r-71 {
  left: 17.75rem;
}

.b-r-71 {
  bottom: 17.75rem;
}

.r-r-71 {
  right: 17.75rem;
}

.row-gap-71 {
  margin: -17.75rem;
}

.border-radius-r-71 {
  border-radius: 17.75rem;
}

.border-radius-tl-r-71 {
  border-top-left-radius: 17.75rem;
}

.border-radius-tr-r-71 {
  border-top-right-radius: 17.75rem;
}

.border-radius-bl-r-71 {
  border-bottom-left-radius: 17.75rem;
}

.border-radius-br-r-71 {
  border-bottom-right-radius: 17.75rem;
}

.border-radius-t-r-71 {
  border-top-left-radius: 17.75rem;
  border-top-right-radius: 17.75rem;
}

.border-radius-b-r-71 {
  border-bottom-left-radius: 17.75rem;
  border-bottom-right-radius: 17.75rem;
}

.font-size-71 {
  font-size: 71px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-71 {
    margin: 17.75rem !important;
  }
  .mt-r-xs-71 {
    margin-top: 17.75rem !important;
  }
  .mr-r-xs-71 {
    margin-right: 17.75rem !important;
  }
  .mb-r-xs-71 {
    margin-bottom: 17.75rem !important;
  }
  .ml-r-xs-71 {
    margin-left: 17.75rem !important;
  }
  .mx-r-xs-71 {
    margin-left: 17.75rem !important;
    margin-right: 17.75rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-71 {
    margin-top: 17.75rem !important;
    margin-bottom: 17.75rem !important;
  }
  .p-r-xs-71 {
    padding: 17.75rem !important;
  }
  .pt-r-xs-71 {
    padding-top: 17.75rem !important;
  }
  .pr-r-xs-71 {
    padding-right: 17.75rem !important;
  }
  .pb-r-xs-71 {
    padding-bottom: 17.75rem !important;
  }
  .pl-r-xs-71 {
    padding-left: 17.75rem !important;
  }
  .px-r-xs-71 {
    padding-left: 17.75rem !important;
    padding-right: 17.75rem !important;
  }
  .py-r-xs-71 {
    padding-top: 17.75rem !important;
    padding-bottom: 17.75rem !important;
  }
  .font-size-xs-71 {
    font-size: 71px;
  }
  .border-radius-r-xs-71 {
    border-radius: 17.75rem !important;
  }
  .border-radius-tl-r-xs-71 {
    border-top-left-radius: 17.75rem !important;
  }
  .border-radius-tr-r-xs-71 {
    border-top-right-radius: 17.75rem !important;
  }
  .border-radius-bl-r-xs-71 {
    border-bottom-left-radius: 17.75rem !important;
  }
  .border-radius-br-r-xs-71 {
    border-bottom-right-radius: 17.75rem !important;
  }
  .border-radius-t-r-xs-71 {
    border-top-left-radius: 17.75rem !important;
    border-top-right-radius: 17.75rem !important;
  }
  .border-radius-b-r-xs-71 {
    border-bottom-left-radius: 17.75rem !important;
    border-bottom-right-radius: 17.75rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-71 {
    margin: 17.75rem !important;
  }
  .mt-r-sm-71 {
    margin-top: 17.75rem !important;
  }
  .mr-r-sm-71 {
    margin-right: 17.75rem !important;
  }
  .mb-r-sm-71 {
    margin-bottom: 17.75rem !important;
  }
  .ml-r-sm-71 {
    margin-left: 17.75rem !important;
  }
  .mx-r-sm-71 {
    margin-left: 17.75rem !important;
    margin-right: 17.75rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-71 {
    margin-top: 17.75rem !important;
    margin-bottom: 17.75rem !important;
  }
  .p-r-sm-71 {
    padding: 17.75rem !important;
  }
  .pt-r-sm-71 {
    padding-top: 17.75rem !important;
  }
  .pr-r-sm-71 {
    padding-right: 17.75rem !important;
  }
  .pb-r-sm-71 {
    padding-bottom: 17.75rem !important;
  }
  .pl-r-sm-71 {
    padding-left: 17.75rem !important;
  }
  .px-r-sm-71 {
    padding-left: 17.75rem !important;
    padding-right: 17.75rem !important;
  }
  .py-r-sm-71 {
    padding-top: 17.75rem !important;
    padding-bottom: 17.75rem !important;
  }
  .font-size-sm-71 {
    font-size: 71px;
  }
  .border-radius-r-sm-71 {
    border-radius: 17.75rem !important;
  }
  .border-radius-tl-r-sm-71 {
    border-top-left-radius: 17.75rem !important;
  }
  .border-radius-tr-r-sm-71 {
    border-top-right-radius: 17.75rem !important;
  }
  .border-radius-bl-r-sm-71 {
    border-bottom-left-radius: 17.75rem !important;
  }
  .border-radius-br-r-sm-71 {
    border-bottom-right-radius: 17.75rem !important;
  }
  .border-radius-t-r-sm-71 {
    border-top-left-radius: 17.75rem !important;
    border-top-right-radius: 17.75rem !important;
  }
  .border-radius-b-r-sm-71 {
    border-bottom-left-radius: 17.75rem !important;
    border-bottom-right-radius: 17.75rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-71 {
    margin: 17.75rem !important;
  }
  .mt-r-md-71 {
    margin-top: 17.75rem !important;
  }
  .mr-r-md-71 {
    margin-right: 17.75rem !important;
  }
  .mb-r-md-71 {
    margin-bottom: 17.75rem !important;
  }
  .ml-r-md-71 {
    margin-left: 17.75rem !important;
  }
  .mx-r-md-71 {
    margin-left: 17.75rem !important;
    margin-right: 17.75rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-71 {
    margin-top: 17.75rem !important;
    margin-bottom: 17.75rem !important;
  }
  .p-r-md-71 {
    padding: 17.75rem !important;
  }
  .pt-r-md-71 {
    padding-top: 17.75rem !important;
  }
  .pr-r-md-71 {
    padding-right: 17.75rem !important;
  }
  .pb-r-md-71 {
    padding-bottom: 17.75rem !important;
  }
  .pl-r-md-71 {
    padding-left: 17.75rem !important;
  }
  .px-r-md-71 {
    padding-left: 17.75rem !important;
    padding-right: 17.75rem !important;
  }
  .py-r-md-71 {
    padding-top: 17.75rem !important;
    padding-bottom: 17.75rem !important;
  }
  .font-size-md-71 {
    font-size: 71px;
  }
  .border-radius-r-md-71 {
    border-radius: 17.75rem !important;
  }
  .border-radius-tl-r-md-71 {
    border-top-left-radius: 17.75rem !important;
  }
  .border-radius-tr-r-md-71 {
    border-top-right-radius: 17.75rem !important;
  }
  .border-radius-bl-r-md-71 {
    border-bottom-left-radius: 17.75rem !important;
  }
  .border-radius-br-r-md-71 {
    border-bottom-right-radius: 17.75rem !important;
  }
  .border-radius-t-r-md-71 {
    border-top-left-radius: 17.75rem !important;
    border-top-right-radius: 17.75rem !important;
  }
  .border-radius-b-r-md-71 {
    border-bottom-left-radius: 17.75rem !important;
    border-bottom-right-radius: 17.75rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-71 {
    margin: 17.75rem !important;
  }
  .mt-r-lg-71 {
    margin-top: 17.75rem !important;
  }
  .mr-r-lg-71 {
    margin-right: 17.75rem !important;
  }
  .mb-r-lg-71 {
    margin-bottom: 17.75rem !important;
  }
  .ml-r-lg-71 {
    margin-left: 17.75rem !important;
  }
  .mx-r-lg-71 {
    margin-left: 17.75rem !important;
    margin-right: 17.75rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-71 {
    margin-top: 17.75rem !important;
    margin-bottom: 17.75rem !important;
  }
  .p-r-lg-71 {
    padding: 17.75rem !important;
  }
  .pt-r-lg-71 {
    padding-top: 17.75rem !important;
  }
  .pr-r-lg-71 {
    padding-right: 17.75rem !important;
  }
  .pb-r-lg-71 {
    padding-bottom: 17.75rem !important;
  }
  .pl-r-lg-71 {
    padding-left: 17.75rem !important;
  }
  .px-r-lg-71 {
    padding-left: 17.75rem !important;
    padding-right: 17.75rem !important;
  }
  .py-r-lg-71 {
    padding-top: 17.75rem !important;
    padding-bottom: 17.75rem !important;
  }
  .font-size-lg-71 {
    font-size: 71px;
  }
  .border-radius-r-lg-71 {
    border-radius: 17.75rem !important;
  }
  .border-radius-tl-r-lg-71 {
    border-top-left-radius: 17.75rem !important;
  }
  .border-radius-tr-r-lg-71 {
    border-top-right-radius: 17.75rem !important;
  }
  .border-radius-bl-r-lg-71 {
    border-bottom-left-radius: 17.75rem !important;
  }
  .border-radius-br-r-lg-71 {
    border-bottom-right-radius: 17.75rem !important;
  }
  .border-radius-t-r-lg-71 {
    border-top-left-radius: 17.75rem !important;
    border-top-right-radius: 17.75rem !important;
  }
  .border-radius-b-r-lg-71 {
    border-bottom-left-radius: 17.75rem !important;
    border-bottom-right-radius: 17.75rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-71 {
    margin: 17.75rem !important;
  }
  .mt-r-xl-71 {
    margin-top: 17.75rem !important;
  }
  .mr-r-xl-71 {
    margin-right: 17.75rem !important;
  }
  .mb-r-xl-71 {
    margin-bottom: 17.75rem !important;
  }
  .ml-r-xl-71 {
    margin-left: 17.75rem !important;
  }
  .mx-r-xl-71 {
    margin-left: 17.75rem !important;
    margin-right: 17.75rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-71 {
    margin-top: 17.75rem !important;
    margin-bottom: 17.75rem !important;
  }
  .p-r-xl-71 {
    padding: 17.75rem !important;
  }
  .pt-r-xl-71 {
    padding-top: 17.75rem !important;
  }
  .pr-r-xl-71 {
    padding-right: 17.75rem !important;
  }
  .pb-r-xl-71 {
    padding-bottom: 17.75rem !important;
  }
  .pl-r-xl-71 {
    padding-left: 17.75rem !important;
  }
  .px-r-xl-71 {
    padding-left: 17.75rem !important;
    padding-right: 17.75rem !important;
  }
  .py-r-xl-71 {
    padding-top: 17.75rem !important;
    padding-bottom: 17.75rem !important;
  }
  .font-size-xl-71 {
    font-size: 71px;
  }
  .border-radius-r-xl-71 {
    border-radius: 17.75rem !important;
  }
  .border-radius-tl-r-xl-71 {
    border-top-left-radius: 17.75rem !important;
  }
  .border-radius-tr-r-xl-71 {
    border-top-right-radius: 17.75rem !important;
  }
  .border-radius-bl-r-xl-71 {
    border-bottom-left-radius: 17.75rem !important;
  }
  .border-radius-br-r-xl-71 {
    border-bottom-right-radius: 17.75rem !important;
  }
  .border-radius-t-r-xl-71 {
    border-top-left-radius: 17.75rem !important;
    border-top-right-radius: 17.75rem !important;
  }
  .border-radius-b-r-xl-71 {
    border-bottom-left-radius: 17.75rem !important;
    border-bottom-right-radius: 17.75rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-71 {
    margin: 17.75rem !important;
  }
  .mt-r-contents-71 {
    margin-top: 17.75rem !important;
  }
  .mr-r-contents-71 {
    margin-right: 17.75rem !important;
  }
  .mb-r-contents-71 {
    margin-bottom: 17.75rem !important;
  }
  .ml-r-contents-71 {
    margin-left: 17.75rem !important;
  }
  .mx-r-contents-71 {
    margin-left: 17.75rem !important;
    margin-right: 17.75rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-71 {
    margin-top: 17.75rem !important;
    margin-bottom: 17.75rem !important;
  }
  .p-r-contents-71 {
    padding: 17.75rem !important;
  }
  .pt-r-contents-71 {
    padding-top: 17.75rem !important;
  }
  .pr-r-contents-71 {
    padding-right: 17.75rem !important;
  }
  .pb-r-contents-71 {
    padding-bottom: 17.75rem !important;
  }
  .pl-r-contents-71 {
    padding-left: 17.75rem !important;
  }
  .px-r-contents-71 {
    padding-left: 17.75rem !important;
    padding-right: 17.75rem !important;
  }
  .py-r-contents-71 {
    padding-top: 17.75rem !important;
    padding-bottom: 17.75rem !important;
  }
  .font-size-contents-71 {
    font-size: 71px;
  }
  .border-radius-r-contents-71 {
    border-radius: 17.75rem !important;
  }
  .border-radius-tl-r-contents-71 {
    border-top-left-radius: 17.75rem !important;
  }
  .border-radius-tr-r-contents-71 {
    border-top-right-radius: 17.75rem !important;
  }
  .border-radius-bl-r-contents-71 {
    border-bottom-left-radius: 17.75rem !important;
  }
  .border-radius-br-r-contents-71 {
    border-bottom-right-radius: 17.75rem !important;
  }
  .border-radius-t-r-contents-71 {
    border-top-left-radius: 17.75rem !important;
    border-top-right-radius: 17.75rem !important;
  }
  .border-radius-b-r-contents-71 {
    border-bottom-left-radius: 17.75rem !important;
    border-bottom-right-radius: 17.75rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-71 {
    margin: 17.75rem !important;
  }
  .mt-r-screen-71 {
    margin-top: 17.75rem !important;
  }
  .mr-r-screen-71 {
    margin-right: 17.75rem !important;
  }
  .mb-r-screen-71 {
    margin-bottom: 17.75rem !important;
  }
  .ml-r-screen-71 {
    margin-left: 17.75rem !important;
  }
  .mx-r-screen-71 {
    margin-left: 17.75rem !important;
    margin-right: 17.75rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-71 {
    margin-top: 17.75rem !important;
    margin-bottom: 17.75rem !important;
  }
  .p-r-screen-71 {
    padding: 17.75rem !important;
  }
  .pt-r-screen-71 {
    padding-top: 17.75rem !important;
  }
  .pr-r-screen-71 {
    padding-right: 17.75rem !important;
  }
  .pb-r-screen-71 {
    padding-bottom: 17.75rem !important;
  }
  .pl-r-screen-71 {
    padding-left: 17.75rem !important;
  }
  .px-r-screen-71 {
    padding-left: 17.75rem !important;
    padding-right: 17.75rem !important;
  }
  .py-r-screen-71 {
    padding-top: 17.75rem !important;
    padding-bottom: 17.75rem !important;
  }
  .font-size-screen-71 {
    font-size: 71px;
  }
  .border-radius-r-screen-71 {
    border-radius: 17.75rem !important;
  }
  .border-radius-tl-r-screen-71 {
    border-top-left-radius: 17.75rem !important;
  }
  .border-radius-tr-r-screen-71 {
    border-top-right-radius: 17.75rem !important;
  }
  .border-radius-bl-r-screen-71 {
    border-bottom-left-radius: 17.75rem !important;
  }
  .border-radius-br-r-screen-71 {
    border-bottom-right-radius: 17.75rem !important;
  }
  .border-radius-t-r-screen-71 {
    border-top-left-radius: 17.75rem !important;
    border-top-right-radius: 17.75rem !important;
  }
  .border-radius-b-r-screen-71 {
    border-bottom-left-radius: 17.75rem !important;
    border-bottom-right-radius: 17.75rem !important;
  }
}
.z-72 {
  z-index: 72;
}

.m-r-72 {
  margin: 18rem;
}

.mt-r-72 {
  margin-top: 18rem;
}

.mr-r-72 {
  margin-right: 18rem;
}

.mb-r-72 {
  margin-bottom: 18rem;
}

.ml-r-72 {
  margin-left: 18rem;
}

.mx-r-72 {
  margin-left: 18rem;
  margin-right: 18rem;
}

.my-r-72 {
  margin-top: 18rem;
  margin-bottom: 18rem;
}

.p-r-72 {
  padding: 18rem;
}

.pt-r-72 {
  padding-top: 18rem;
}

.pr-r-72 {
  padding-right: 18rem;
}

.pb-r-72 {
  padding-bottom: 18rem;
}

.pl-r-72 {
  padding-left: 18rem;
}

.px-r-72 {
  padding-left: 18rem;
  padding-right: 18rem;
}

.py-r-72 {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

.t-r-72 {
  top: 18rem;
}

.l-r-72 {
  left: 18rem;
}

.b-r-72 {
  bottom: 18rem;
}

.r-r-72 {
  right: 18rem;
}

.row-gap-72 {
  margin: -18rem;
}

.border-radius-r-72 {
  border-radius: 18rem;
}

.border-radius-tl-r-72 {
  border-top-left-radius: 18rem;
}

.border-radius-tr-r-72 {
  border-top-right-radius: 18rem;
}

.border-radius-bl-r-72 {
  border-bottom-left-radius: 18rem;
}

.border-radius-br-r-72 {
  border-bottom-right-radius: 18rem;
}

.border-radius-t-r-72 {
  border-top-left-radius: 18rem;
  border-top-right-radius: 18rem;
}

.border-radius-b-r-72 {
  border-bottom-left-radius: 18rem;
  border-bottom-right-radius: 18rem;
}

.font-size-72 {
  font-size: 72px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-72 {
    margin: 18rem !important;
  }
  .mt-r-xs-72 {
    margin-top: 18rem !important;
  }
  .mr-r-xs-72 {
    margin-right: 18rem !important;
  }
  .mb-r-xs-72 {
    margin-bottom: 18rem !important;
  }
  .ml-r-xs-72 {
    margin-left: 18rem !important;
  }
  .mx-r-xs-72 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .p-r-xs-72 {
    padding: 18rem !important;
  }
  .pt-r-xs-72 {
    padding-top: 18rem !important;
  }
  .pr-r-xs-72 {
    padding-right: 18rem !important;
  }
  .pb-r-xs-72 {
    padding-bottom: 18rem !important;
  }
  .pl-r-xs-72 {
    padding-left: 18rem !important;
  }
  .px-r-xs-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }
  .py-r-xs-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .font-size-xs-72 {
    font-size: 72px;
  }
  .border-radius-r-xs-72 {
    border-radius: 18rem !important;
  }
  .border-radius-tl-r-xs-72 {
    border-top-left-radius: 18rem !important;
  }
  .border-radius-tr-r-xs-72 {
    border-top-right-radius: 18rem !important;
  }
  .border-radius-bl-r-xs-72 {
    border-bottom-left-radius: 18rem !important;
  }
  .border-radius-br-r-xs-72 {
    border-bottom-right-radius: 18rem !important;
  }
  .border-radius-t-r-xs-72 {
    border-top-left-radius: 18rem !important;
    border-top-right-radius: 18rem !important;
  }
  .border-radius-b-r-xs-72 {
    border-bottom-left-radius: 18rem !important;
    border-bottom-right-radius: 18rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-72 {
    margin: 18rem !important;
  }
  .mt-r-sm-72 {
    margin-top: 18rem !important;
  }
  .mr-r-sm-72 {
    margin-right: 18rem !important;
  }
  .mb-r-sm-72 {
    margin-bottom: 18rem !important;
  }
  .ml-r-sm-72 {
    margin-left: 18rem !important;
  }
  .mx-r-sm-72 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .p-r-sm-72 {
    padding: 18rem !important;
  }
  .pt-r-sm-72 {
    padding-top: 18rem !important;
  }
  .pr-r-sm-72 {
    padding-right: 18rem !important;
  }
  .pb-r-sm-72 {
    padding-bottom: 18rem !important;
  }
  .pl-r-sm-72 {
    padding-left: 18rem !important;
  }
  .px-r-sm-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }
  .py-r-sm-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .font-size-sm-72 {
    font-size: 72px;
  }
  .border-radius-r-sm-72 {
    border-radius: 18rem !important;
  }
  .border-radius-tl-r-sm-72 {
    border-top-left-radius: 18rem !important;
  }
  .border-radius-tr-r-sm-72 {
    border-top-right-radius: 18rem !important;
  }
  .border-radius-bl-r-sm-72 {
    border-bottom-left-radius: 18rem !important;
  }
  .border-radius-br-r-sm-72 {
    border-bottom-right-radius: 18rem !important;
  }
  .border-radius-t-r-sm-72 {
    border-top-left-radius: 18rem !important;
    border-top-right-radius: 18rem !important;
  }
  .border-radius-b-r-sm-72 {
    border-bottom-left-radius: 18rem !important;
    border-bottom-right-radius: 18rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-72 {
    margin: 18rem !important;
  }
  .mt-r-md-72 {
    margin-top: 18rem !important;
  }
  .mr-r-md-72 {
    margin-right: 18rem !important;
  }
  .mb-r-md-72 {
    margin-bottom: 18rem !important;
  }
  .ml-r-md-72 {
    margin-left: 18rem !important;
  }
  .mx-r-md-72 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .p-r-md-72 {
    padding: 18rem !important;
  }
  .pt-r-md-72 {
    padding-top: 18rem !important;
  }
  .pr-r-md-72 {
    padding-right: 18rem !important;
  }
  .pb-r-md-72 {
    padding-bottom: 18rem !important;
  }
  .pl-r-md-72 {
    padding-left: 18rem !important;
  }
  .px-r-md-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }
  .py-r-md-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .font-size-md-72 {
    font-size: 72px;
  }
  .border-radius-r-md-72 {
    border-radius: 18rem !important;
  }
  .border-radius-tl-r-md-72 {
    border-top-left-radius: 18rem !important;
  }
  .border-radius-tr-r-md-72 {
    border-top-right-radius: 18rem !important;
  }
  .border-radius-bl-r-md-72 {
    border-bottom-left-radius: 18rem !important;
  }
  .border-radius-br-r-md-72 {
    border-bottom-right-radius: 18rem !important;
  }
  .border-radius-t-r-md-72 {
    border-top-left-radius: 18rem !important;
    border-top-right-radius: 18rem !important;
  }
  .border-radius-b-r-md-72 {
    border-bottom-left-radius: 18rem !important;
    border-bottom-right-radius: 18rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-72 {
    margin: 18rem !important;
  }
  .mt-r-lg-72 {
    margin-top: 18rem !important;
  }
  .mr-r-lg-72 {
    margin-right: 18rem !important;
  }
  .mb-r-lg-72 {
    margin-bottom: 18rem !important;
  }
  .ml-r-lg-72 {
    margin-left: 18rem !important;
  }
  .mx-r-lg-72 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .p-r-lg-72 {
    padding: 18rem !important;
  }
  .pt-r-lg-72 {
    padding-top: 18rem !important;
  }
  .pr-r-lg-72 {
    padding-right: 18rem !important;
  }
  .pb-r-lg-72 {
    padding-bottom: 18rem !important;
  }
  .pl-r-lg-72 {
    padding-left: 18rem !important;
  }
  .px-r-lg-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }
  .py-r-lg-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .font-size-lg-72 {
    font-size: 72px;
  }
  .border-radius-r-lg-72 {
    border-radius: 18rem !important;
  }
  .border-radius-tl-r-lg-72 {
    border-top-left-radius: 18rem !important;
  }
  .border-radius-tr-r-lg-72 {
    border-top-right-radius: 18rem !important;
  }
  .border-radius-bl-r-lg-72 {
    border-bottom-left-radius: 18rem !important;
  }
  .border-radius-br-r-lg-72 {
    border-bottom-right-radius: 18rem !important;
  }
  .border-radius-t-r-lg-72 {
    border-top-left-radius: 18rem !important;
    border-top-right-radius: 18rem !important;
  }
  .border-radius-b-r-lg-72 {
    border-bottom-left-radius: 18rem !important;
    border-bottom-right-radius: 18rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-72 {
    margin: 18rem !important;
  }
  .mt-r-xl-72 {
    margin-top: 18rem !important;
  }
  .mr-r-xl-72 {
    margin-right: 18rem !important;
  }
  .mb-r-xl-72 {
    margin-bottom: 18rem !important;
  }
  .ml-r-xl-72 {
    margin-left: 18rem !important;
  }
  .mx-r-xl-72 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .p-r-xl-72 {
    padding: 18rem !important;
  }
  .pt-r-xl-72 {
    padding-top: 18rem !important;
  }
  .pr-r-xl-72 {
    padding-right: 18rem !important;
  }
  .pb-r-xl-72 {
    padding-bottom: 18rem !important;
  }
  .pl-r-xl-72 {
    padding-left: 18rem !important;
  }
  .px-r-xl-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }
  .py-r-xl-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .font-size-xl-72 {
    font-size: 72px;
  }
  .border-radius-r-xl-72 {
    border-radius: 18rem !important;
  }
  .border-radius-tl-r-xl-72 {
    border-top-left-radius: 18rem !important;
  }
  .border-radius-tr-r-xl-72 {
    border-top-right-radius: 18rem !important;
  }
  .border-radius-bl-r-xl-72 {
    border-bottom-left-radius: 18rem !important;
  }
  .border-radius-br-r-xl-72 {
    border-bottom-right-radius: 18rem !important;
  }
  .border-radius-t-r-xl-72 {
    border-top-left-radius: 18rem !important;
    border-top-right-radius: 18rem !important;
  }
  .border-radius-b-r-xl-72 {
    border-bottom-left-radius: 18rem !important;
    border-bottom-right-radius: 18rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-72 {
    margin: 18rem !important;
  }
  .mt-r-contents-72 {
    margin-top: 18rem !important;
  }
  .mr-r-contents-72 {
    margin-right: 18rem !important;
  }
  .mb-r-contents-72 {
    margin-bottom: 18rem !important;
  }
  .ml-r-contents-72 {
    margin-left: 18rem !important;
  }
  .mx-r-contents-72 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .p-r-contents-72 {
    padding: 18rem !important;
  }
  .pt-r-contents-72 {
    padding-top: 18rem !important;
  }
  .pr-r-contents-72 {
    padding-right: 18rem !important;
  }
  .pb-r-contents-72 {
    padding-bottom: 18rem !important;
  }
  .pl-r-contents-72 {
    padding-left: 18rem !important;
  }
  .px-r-contents-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }
  .py-r-contents-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .font-size-contents-72 {
    font-size: 72px;
  }
  .border-radius-r-contents-72 {
    border-radius: 18rem !important;
  }
  .border-radius-tl-r-contents-72 {
    border-top-left-radius: 18rem !important;
  }
  .border-radius-tr-r-contents-72 {
    border-top-right-radius: 18rem !important;
  }
  .border-radius-bl-r-contents-72 {
    border-bottom-left-radius: 18rem !important;
  }
  .border-radius-br-r-contents-72 {
    border-bottom-right-radius: 18rem !important;
  }
  .border-radius-t-r-contents-72 {
    border-top-left-radius: 18rem !important;
    border-top-right-radius: 18rem !important;
  }
  .border-radius-b-r-contents-72 {
    border-bottom-left-radius: 18rem !important;
    border-bottom-right-radius: 18rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-72 {
    margin: 18rem !important;
  }
  .mt-r-screen-72 {
    margin-top: 18rem !important;
  }
  .mr-r-screen-72 {
    margin-right: 18rem !important;
  }
  .mb-r-screen-72 {
    margin-bottom: 18rem !important;
  }
  .ml-r-screen-72 {
    margin-left: 18rem !important;
  }
  .mx-r-screen-72 {
    margin-left: 18rem !important;
    margin-right: 18rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-72 {
    margin-top: 18rem !important;
    margin-bottom: 18rem !important;
  }
  .p-r-screen-72 {
    padding: 18rem !important;
  }
  .pt-r-screen-72 {
    padding-top: 18rem !important;
  }
  .pr-r-screen-72 {
    padding-right: 18rem !important;
  }
  .pb-r-screen-72 {
    padding-bottom: 18rem !important;
  }
  .pl-r-screen-72 {
    padding-left: 18rem !important;
  }
  .px-r-screen-72 {
    padding-left: 18rem !important;
    padding-right: 18rem !important;
  }
  .py-r-screen-72 {
    padding-top: 18rem !important;
    padding-bottom: 18rem !important;
  }
  .font-size-screen-72 {
    font-size: 72px;
  }
  .border-radius-r-screen-72 {
    border-radius: 18rem !important;
  }
  .border-radius-tl-r-screen-72 {
    border-top-left-radius: 18rem !important;
  }
  .border-radius-tr-r-screen-72 {
    border-top-right-radius: 18rem !important;
  }
  .border-radius-bl-r-screen-72 {
    border-bottom-left-radius: 18rem !important;
  }
  .border-radius-br-r-screen-72 {
    border-bottom-right-radius: 18rem !important;
  }
  .border-radius-t-r-screen-72 {
    border-top-left-radius: 18rem !important;
    border-top-right-radius: 18rem !important;
  }
  .border-radius-b-r-screen-72 {
    border-bottom-left-radius: 18rem !important;
    border-bottom-right-radius: 18rem !important;
  }
}
.z-73 {
  z-index: 73;
}

.m-r-73 {
  margin: 18.25rem;
}

.mt-r-73 {
  margin-top: 18.25rem;
}

.mr-r-73 {
  margin-right: 18.25rem;
}

.mb-r-73 {
  margin-bottom: 18.25rem;
}

.ml-r-73 {
  margin-left: 18.25rem;
}

.mx-r-73 {
  margin-left: 18.25rem;
  margin-right: 18.25rem;
}

.my-r-73 {
  margin-top: 18.25rem;
  margin-bottom: 18.25rem;
}

.p-r-73 {
  padding: 18.25rem;
}

.pt-r-73 {
  padding-top: 18.25rem;
}

.pr-r-73 {
  padding-right: 18.25rem;
}

.pb-r-73 {
  padding-bottom: 18.25rem;
}

.pl-r-73 {
  padding-left: 18.25rem;
}

.px-r-73 {
  padding-left: 18.25rem;
  padding-right: 18.25rem;
}

.py-r-73 {
  padding-top: 18.25rem;
  padding-bottom: 18.25rem;
}

.t-r-73 {
  top: 18.25rem;
}

.l-r-73 {
  left: 18.25rem;
}

.b-r-73 {
  bottom: 18.25rem;
}

.r-r-73 {
  right: 18.25rem;
}

.row-gap-73 {
  margin: -18.25rem;
}

.border-radius-r-73 {
  border-radius: 18.25rem;
}

.border-radius-tl-r-73 {
  border-top-left-radius: 18.25rem;
}

.border-radius-tr-r-73 {
  border-top-right-radius: 18.25rem;
}

.border-radius-bl-r-73 {
  border-bottom-left-radius: 18.25rem;
}

.border-radius-br-r-73 {
  border-bottom-right-radius: 18.25rem;
}

.border-radius-t-r-73 {
  border-top-left-radius: 18.25rem;
  border-top-right-radius: 18.25rem;
}

.border-radius-b-r-73 {
  border-bottom-left-radius: 18.25rem;
  border-bottom-right-radius: 18.25rem;
}

.font-size-73 {
  font-size: 73px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-73 {
    margin: 18.25rem !important;
  }
  .mt-r-xs-73 {
    margin-top: 18.25rem !important;
  }
  .mr-r-xs-73 {
    margin-right: 18.25rem !important;
  }
  .mb-r-xs-73 {
    margin-bottom: 18.25rem !important;
  }
  .ml-r-xs-73 {
    margin-left: 18.25rem !important;
  }
  .mx-r-xs-73 {
    margin-left: 18.25rem !important;
    margin-right: 18.25rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-73 {
    margin-top: 18.25rem !important;
    margin-bottom: 18.25rem !important;
  }
  .p-r-xs-73 {
    padding: 18.25rem !important;
  }
  .pt-r-xs-73 {
    padding-top: 18.25rem !important;
  }
  .pr-r-xs-73 {
    padding-right: 18.25rem !important;
  }
  .pb-r-xs-73 {
    padding-bottom: 18.25rem !important;
  }
  .pl-r-xs-73 {
    padding-left: 18.25rem !important;
  }
  .px-r-xs-73 {
    padding-left: 18.25rem !important;
    padding-right: 18.25rem !important;
  }
  .py-r-xs-73 {
    padding-top: 18.25rem !important;
    padding-bottom: 18.25rem !important;
  }
  .font-size-xs-73 {
    font-size: 73px;
  }
  .border-radius-r-xs-73 {
    border-radius: 18.25rem !important;
  }
  .border-radius-tl-r-xs-73 {
    border-top-left-radius: 18.25rem !important;
  }
  .border-radius-tr-r-xs-73 {
    border-top-right-radius: 18.25rem !important;
  }
  .border-radius-bl-r-xs-73 {
    border-bottom-left-radius: 18.25rem !important;
  }
  .border-radius-br-r-xs-73 {
    border-bottom-right-radius: 18.25rem !important;
  }
  .border-radius-t-r-xs-73 {
    border-top-left-radius: 18.25rem !important;
    border-top-right-radius: 18.25rem !important;
  }
  .border-radius-b-r-xs-73 {
    border-bottom-left-radius: 18.25rem !important;
    border-bottom-right-radius: 18.25rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-73 {
    margin: 18.25rem !important;
  }
  .mt-r-sm-73 {
    margin-top: 18.25rem !important;
  }
  .mr-r-sm-73 {
    margin-right: 18.25rem !important;
  }
  .mb-r-sm-73 {
    margin-bottom: 18.25rem !important;
  }
  .ml-r-sm-73 {
    margin-left: 18.25rem !important;
  }
  .mx-r-sm-73 {
    margin-left: 18.25rem !important;
    margin-right: 18.25rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-73 {
    margin-top: 18.25rem !important;
    margin-bottom: 18.25rem !important;
  }
  .p-r-sm-73 {
    padding: 18.25rem !important;
  }
  .pt-r-sm-73 {
    padding-top: 18.25rem !important;
  }
  .pr-r-sm-73 {
    padding-right: 18.25rem !important;
  }
  .pb-r-sm-73 {
    padding-bottom: 18.25rem !important;
  }
  .pl-r-sm-73 {
    padding-left: 18.25rem !important;
  }
  .px-r-sm-73 {
    padding-left: 18.25rem !important;
    padding-right: 18.25rem !important;
  }
  .py-r-sm-73 {
    padding-top: 18.25rem !important;
    padding-bottom: 18.25rem !important;
  }
  .font-size-sm-73 {
    font-size: 73px;
  }
  .border-radius-r-sm-73 {
    border-radius: 18.25rem !important;
  }
  .border-radius-tl-r-sm-73 {
    border-top-left-radius: 18.25rem !important;
  }
  .border-radius-tr-r-sm-73 {
    border-top-right-radius: 18.25rem !important;
  }
  .border-radius-bl-r-sm-73 {
    border-bottom-left-radius: 18.25rem !important;
  }
  .border-radius-br-r-sm-73 {
    border-bottom-right-radius: 18.25rem !important;
  }
  .border-radius-t-r-sm-73 {
    border-top-left-radius: 18.25rem !important;
    border-top-right-radius: 18.25rem !important;
  }
  .border-radius-b-r-sm-73 {
    border-bottom-left-radius: 18.25rem !important;
    border-bottom-right-radius: 18.25rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-73 {
    margin: 18.25rem !important;
  }
  .mt-r-md-73 {
    margin-top: 18.25rem !important;
  }
  .mr-r-md-73 {
    margin-right: 18.25rem !important;
  }
  .mb-r-md-73 {
    margin-bottom: 18.25rem !important;
  }
  .ml-r-md-73 {
    margin-left: 18.25rem !important;
  }
  .mx-r-md-73 {
    margin-left: 18.25rem !important;
    margin-right: 18.25rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-73 {
    margin-top: 18.25rem !important;
    margin-bottom: 18.25rem !important;
  }
  .p-r-md-73 {
    padding: 18.25rem !important;
  }
  .pt-r-md-73 {
    padding-top: 18.25rem !important;
  }
  .pr-r-md-73 {
    padding-right: 18.25rem !important;
  }
  .pb-r-md-73 {
    padding-bottom: 18.25rem !important;
  }
  .pl-r-md-73 {
    padding-left: 18.25rem !important;
  }
  .px-r-md-73 {
    padding-left: 18.25rem !important;
    padding-right: 18.25rem !important;
  }
  .py-r-md-73 {
    padding-top: 18.25rem !important;
    padding-bottom: 18.25rem !important;
  }
  .font-size-md-73 {
    font-size: 73px;
  }
  .border-radius-r-md-73 {
    border-radius: 18.25rem !important;
  }
  .border-radius-tl-r-md-73 {
    border-top-left-radius: 18.25rem !important;
  }
  .border-radius-tr-r-md-73 {
    border-top-right-radius: 18.25rem !important;
  }
  .border-radius-bl-r-md-73 {
    border-bottom-left-radius: 18.25rem !important;
  }
  .border-radius-br-r-md-73 {
    border-bottom-right-radius: 18.25rem !important;
  }
  .border-radius-t-r-md-73 {
    border-top-left-radius: 18.25rem !important;
    border-top-right-radius: 18.25rem !important;
  }
  .border-radius-b-r-md-73 {
    border-bottom-left-radius: 18.25rem !important;
    border-bottom-right-radius: 18.25rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-73 {
    margin: 18.25rem !important;
  }
  .mt-r-lg-73 {
    margin-top: 18.25rem !important;
  }
  .mr-r-lg-73 {
    margin-right: 18.25rem !important;
  }
  .mb-r-lg-73 {
    margin-bottom: 18.25rem !important;
  }
  .ml-r-lg-73 {
    margin-left: 18.25rem !important;
  }
  .mx-r-lg-73 {
    margin-left: 18.25rem !important;
    margin-right: 18.25rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-73 {
    margin-top: 18.25rem !important;
    margin-bottom: 18.25rem !important;
  }
  .p-r-lg-73 {
    padding: 18.25rem !important;
  }
  .pt-r-lg-73 {
    padding-top: 18.25rem !important;
  }
  .pr-r-lg-73 {
    padding-right: 18.25rem !important;
  }
  .pb-r-lg-73 {
    padding-bottom: 18.25rem !important;
  }
  .pl-r-lg-73 {
    padding-left: 18.25rem !important;
  }
  .px-r-lg-73 {
    padding-left: 18.25rem !important;
    padding-right: 18.25rem !important;
  }
  .py-r-lg-73 {
    padding-top: 18.25rem !important;
    padding-bottom: 18.25rem !important;
  }
  .font-size-lg-73 {
    font-size: 73px;
  }
  .border-radius-r-lg-73 {
    border-radius: 18.25rem !important;
  }
  .border-radius-tl-r-lg-73 {
    border-top-left-radius: 18.25rem !important;
  }
  .border-radius-tr-r-lg-73 {
    border-top-right-radius: 18.25rem !important;
  }
  .border-radius-bl-r-lg-73 {
    border-bottom-left-radius: 18.25rem !important;
  }
  .border-radius-br-r-lg-73 {
    border-bottom-right-radius: 18.25rem !important;
  }
  .border-radius-t-r-lg-73 {
    border-top-left-radius: 18.25rem !important;
    border-top-right-radius: 18.25rem !important;
  }
  .border-radius-b-r-lg-73 {
    border-bottom-left-radius: 18.25rem !important;
    border-bottom-right-radius: 18.25rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-73 {
    margin: 18.25rem !important;
  }
  .mt-r-xl-73 {
    margin-top: 18.25rem !important;
  }
  .mr-r-xl-73 {
    margin-right: 18.25rem !important;
  }
  .mb-r-xl-73 {
    margin-bottom: 18.25rem !important;
  }
  .ml-r-xl-73 {
    margin-left: 18.25rem !important;
  }
  .mx-r-xl-73 {
    margin-left: 18.25rem !important;
    margin-right: 18.25rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-73 {
    margin-top: 18.25rem !important;
    margin-bottom: 18.25rem !important;
  }
  .p-r-xl-73 {
    padding: 18.25rem !important;
  }
  .pt-r-xl-73 {
    padding-top: 18.25rem !important;
  }
  .pr-r-xl-73 {
    padding-right: 18.25rem !important;
  }
  .pb-r-xl-73 {
    padding-bottom: 18.25rem !important;
  }
  .pl-r-xl-73 {
    padding-left: 18.25rem !important;
  }
  .px-r-xl-73 {
    padding-left: 18.25rem !important;
    padding-right: 18.25rem !important;
  }
  .py-r-xl-73 {
    padding-top: 18.25rem !important;
    padding-bottom: 18.25rem !important;
  }
  .font-size-xl-73 {
    font-size: 73px;
  }
  .border-radius-r-xl-73 {
    border-radius: 18.25rem !important;
  }
  .border-radius-tl-r-xl-73 {
    border-top-left-radius: 18.25rem !important;
  }
  .border-radius-tr-r-xl-73 {
    border-top-right-radius: 18.25rem !important;
  }
  .border-radius-bl-r-xl-73 {
    border-bottom-left-radius: 18.25rem !important;
  }
  .border-radius-br-r-xl-73 {
    border-bottom-right-radius: 18.25rem !important;
  }
  .border-radius-t-r-xl-73 {
    border-top-left-radius: 18.25rem !important;
    border-top-right-radius: 18.25rem !important;
  }
  .border-radius-b-r-xl-73 {
    border-bottom-left-radius: 18.25rem !important;
    border-bottom-right-radius: 18.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-73 {
    margin: 18.25rem !important;
  }
  .mt-r-contents-73 {
    margin-top: 18.25rem !important;
  }
  .mr-r-contents-73 {
    margin-right: 18.25rem !important;
  }
  .mb-r-contents-73 {
    margin-bottom: 18.25rem !important;
  }
  .ml-r-contents-73 {
    margin-left: 18.25rem !important;
  }
  .mx-r-contents-73 {
    margin-left: 18.25rem !important;
    margin-right: 18.25rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-73 {
    margin-top: 18.25rem !important;
    margin-bottom: 18.25rem !important;
  }
  .p-r-contents-73 {
    padding: 18.25rem !important;
  }
  .pt-r-contents-73 {
    padding-top: 18.25rem !important;
  }
  .pr-r-contents-73 {
    padding-right: 18.25rem !important;
  }
  .pb-r-contents-73 {
    padding-bottom: 18.25rem !important;
  }
  .pl-r-contents-73 {
    padding-left: 18.25rem !important;
  }
  .px-r-contents-73 {
    padding-left: 18.25rem !important;
    padding-right: 18.25rem !important;
  }
  .py-r-contents-73 {
    padding-top: 18.25rem !important;
    padding-bottom: 18.25rem !important;
  }
  .font-size-contents-73 {
    font-size: 73px;
  }
  .border-radius-r-contents-73 {
    border-radius: 18.25rem !important;
  }
  .border-radius-tl-r-contents-73 {
    border-top-left-radius: 18.25rem !important;
  }
  .border-radius-tr-r-contents-73 {
    border-top-right-radius: 18.25rem !important;
  }
  .border-radius-bl-r-contents-73 {
    border-bottom-left-radius: 18.25rem !important;
  }
  .border-radius-br-r-contents-73 {
    border-bottom-right-radius: 18.25rem !important;
  }
  .border-radius-t-r-contents-73 {
    border-top-left-radius: 18.25rem !important;
    border-top-right-radius: 18.25rem !important;
  }
  .border-radius-b-r-contents-73 {
    border-bottom-left-radius: 18.25rem !important;
    border-bottom-right-radius: 18.25rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-73 {
    margin: 18.25rem !important;
  }
  .mt-r-screen-73 {
    margin-top: 18.25rem !important;
  }
  .mr-r-screen-73 {
    margin-right: 18.25rem !important;
  }
  .mb-r-screen-73 {
    margin-bottom: 18.25rem !important;
  }
  .ml-r-screen-73 {
    margin-left: 18.25rem !important;
  }
  .mx-r-screen-73 {
    margin-left: 18.25rem !important;
    margin-right: 18.25rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-73 {
    margin-top: 18.25rem !important;
    margin-bottom: 18.25rem !important;
  }
  .p-r-screen-73 {
    padding: 18.25rem !important;
  }
  .pt-r-screen-73 {
    padding-top: 18.25rem !important;
  }
  .pr-r-screen-73 {
    padding-right: 18.25rem !important;
  }
  .pb-r-screen-73 {
    padding-bottom: 18.25rem !important;
  }
  .pl-r-screen-73 {
    padding-left: 18.25rem !important;
  }
  .px-r-screen-73 {
    padding-left: 18.25rem !important;
    padding-right: 18.25rem !important;
  }
  .py-r-screen-73 {
    padding-top: 18.25rem !important;
    padding-bottom: 18.25rem !important;
  }
  .font-size-screen-73 {
    font-size: 73px;
  }
  .border-radius-r-screen-73 {
    border-radius: 18.25rem !important;
  }
  .border-radius-tl-r-screen-73 {
    border-top-left-radius: 18.25rem !important;
  }
  .border-radius-tr-r-screen-73 {
    border-top-right-radius: 18.25rem !important;
  }
  .border-radius-bl-r-screen-73 {
    border-bottom-left-radius: 18.25rem !important;
  }
  .border-radius-br-r-screen-73 {
    border-bottom-right-radius: 18.25rem !important;
  }
  .border-radius-t-r-screen-73 {
    border-top-left-radius: 18.25rem !important;
    border-top-right-radius: 18.25rem !important;
  }
  .border-radius-b-r-screen-73 {
    border-bottom-left-radius: 18.25rem !important;
    border-bottom-right-radius: 18.25rem !important;
  }
}
.z-74 {
  z-index: 74;
}

.m-r-74 {
  margin: 18.5rem;
}

.mt-r-74 {
  margin-top: 18.5rem;
}

.mr-r-74 {
  margin-right: 18.5rem;
}

.mb-r-74 {
  margin-bottom: 18.5rem;
}

.ml-r-74 {
  margin-left: 18.5rem;
}

.mx-r-74 {
  margin-left: 18.5rem;
  margin-right: 18.5rem;
}

.my-r-74 {
  margin-top: 18.5rem;
  margin-bottom: 18.5rem;
}

.p-r-74 {
  padding: 18.5rem;
}

.pt-r-74 {
  padding-top: 18.5rem;
}

.pr-r-74 {
  padding-right: 18.5rem;
}

.pb-r-74 {
  padding-bottom: 18.5rem;
}

.pl-r-74 {
  padding-left: 18.5rem;
}

.px-r-74 {
  padding-left: 18.5rem;
  padding-right: 18.5rem;
}

.py-r-74 {
  padding-top: 18.5rem;
  padding-bottom: 18.5rem;
}

.t-r-74 {
  top: 18.5rem;
}

.l-r-74 {
  left: 18.5rem;
}

.b-r-74 {
  bottom: 18.5rem;
}

.r-r-74 {
  right: 18.5rem;
}

.row-gap-74 {
  margin: -18.5rem;
}

.border-radius-r-74 {
  border-radius: 18.5rem;
}

.border-radius-tl-r-74 {
  border-top-left-radius: 18.5rem;
}

.border-radius-tr-r-74 {
  border-top-right-radius: 18.5rem;
}

.border-radius-bl-r-74 {
  border-bottom-left-radius: 18.5rem;
}

.border-radius-br-r-74 {
  border-bottom-right-radius: 18.5rem;
}

.border-radius-t-r-74 {
  border-top-left-radius: 18.5rem;
  border-top-right-radius: 18.5rem;
}

.border-radius-b-r-74 {
  border-bottom-left-radius: 18.5rem;
  border-bottom-right-radius: 18.5rem;
}

.font-size-74 {
  font-size: 74px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-74 {
    margin: 18.5rem !important;
  }
  .mt-r-xs-74 {
    margin-top: 18.5rem !important;
  }
  .mr-r-xs-74 {
    margin-right: 18.5rem !important;
  }
  .mb-r-xs-74 {
    margin-bottom: 18.5rem !important;
  }
  .ml-r-xs-74 {
    margin-left: 18.5rem !important;
  }
  .mx-r-xs-74 {
    margin-left: 18.5rem !important;
    margin-right: 18.5rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-74 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  .p-r-xs-74 {
    padding: 18.5rem !important;
  }
  .pt-r-xs-74 {
    padding-top: 18.5rem !important;
  }
  .pr-r-xs-74 {
    padding-right: 18.5rem !important;
  }
  .pb-r-xs-74 {
    padding-bottom: 18.5rem !important;
  }
  .pl-r-xs-74 {
    padding-left: 18.5rem !important;
  }
  .px-r-xs-74 {
    padding-left: 18.5rem !important;
    padding-right: 18.5rem !important;
  }
  .py-r-xs-74 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  .font-size-xs-74 {
    font-size: 74px;
  }
  .border-radius-r-xs-74 {
    border-radius: 18.5rem !important;
  }
  .border-radius-tl-r-xs-74 {
    border-top-left-radius: 18.5rem !important;
  }
  .border-radius-tr-r-xs-74 {
    border-top-right-radius: 18.5rem !important;
  }
  .border-radius-bl-r-xs-74 {
    border-bottom-left-radius: 18.5rem !important;
  }
  .border-radius-br-r-xs-74 {
    border-bottom-right-radius: 18.5rem !important;
  }
  .border-radius-t-r-xs-74 {
    border-top-left-radius: 18.5rem !important;
    border-top-right-radius: 18.5rem !important;
  }
  .border-radius-b-r-xs-74 {
    border-bottom-left-radius: 18.5rem !important;
    border-bottom-right-radius: 18.5rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-74 {
    margin: 18.5rem !important;
  }
  .mt-r-sm-74 {
    margin-top: 18.5rem !important;
  }
  .mr-r-sm-74 {
    margin-right: 18.5rem !important;
  }
  .mb-r-sm-74 {
    margin-bottom: 18.5rem !important;
  }
  .ml-r-sm-74 {
    margin-left: 18.5rem !important;
  }
  .mx-r-sm-74 {
    margin-left: 18.5rem !important;
    margin-right: 18.5rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-74 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  .p-r-sm-74 {
    padding: 18.5rem !important;
  }
  .pt-r-sm-74 {
    padding-top: 18.5rem !important;
  }
  .pr-r-sm-74 {
    padding-right: 18.5rem !important;
  }
  .pb-r-sm-74 {
    padding-bottom: 18.5rem !important;
  }
  .pl-r-sm-74 {
    padding-left: 18.5rem !important;
  }
  .px-r-sm-74 {
    padding-left: 18.5rem !important;
    padding-right: 18.5rem !important;
  }
  .py-r-sm-74 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  .font-size-sm-74 {
    font-size: 74px;
  }
  .border-radius-r-sm-74 {
    border-radius: 18.5rem !important;
  }
  .border-radius-tl-r-sm-74 {
    border-top-left-radius: 18.5rem !important;
  }
  .border-radius-tr-r-sm-74 {
    border-top-right-radius: 18.5rem !important;
  }
  .border-radius-bl-r-sm-74 {
    border-bottom-left-radius: 18.5rem !important;
  }
  .border-radius-br-r-sm-74 {
    border-bottom-right-radius: 18.5rem !important;
  }
  .border-radius-t-r-sm-74 {
    border-top-left-radius: 18.5rem !important;
    border-top-right-radius: 18.5rem !important;
  }
  .border-radius-b-r-sm-74 {
    border-bottom-left-radius: 18.5rem !important;
    border-bottom-right-radius: 18.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-74 {
    margin: 18.5rem !important;
  }
  .mt-r-md-74 {
    margin-top: 18.5rem !important;
  }
  .mr-r-md-74 {
    margin-right: 18.5rem !important;
  }
  .mb-r-md-74 {
    margin-bottom: 18.5rem !important;
  }
  .ml-r-md-74 {
    margin-left: 18.5rem !important;
  }
  .mx-r-md-74 {
    margin-left: 18.5rem !important;
    margin-right: 18.5rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-74 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  .p-r-md-74 {
    padding: 18.5rem !important;
  }
  .pt-r-md-74 {
    padding-top: 18.5rem !important;
  }
  .pr-r-md-74 {
    padding-right: 18.5rem !important;
  }
  .pb-r-md-74 {
    padding-bottom: 18.5rem !important;
  }
  .pl-r-md-74 {
    padding-left: 18.5rem !important;
  }
  .px-r-md-74 {
    padding-left: 18.5rem !important;
    padding-right: 18.5rem !important;
  }
  .py-r-md-74 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  .font-size-md-74 {
    font-size: 74px;
  }
  .border-radius-r-md-74 {
    border-radius: 18.5rem !important;
  }
  .border-radius-tl-r-md-74 {
    border-top-left-radius: 18.5rem !important;
  }
  .border-radius-tr-r-md-74 {
    border-top-right-radius: 18.5rem !important;
  }
  .border-radius-bl-r-md-74 {
    border-bottom-left-radius: 18.5rem !important;
  }
  .border-radius-br-r-md-74 {
    border-bottom-right-radius: 18.5rem !important;
  }
  .border-radius-t-r-md-74 {
    border-top-left-radius: 18.5rem !important;
    border-top-right-radius: 18.5rem !important;
  }
  .border-radius-b-r-md-74 {
    border-bottom-left-radius: 18.5rem !important;
    border-bottom-right-radius: 18.5rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-74 {
    margin: 18.5rem !important;
  }
  .mt-r-lg-74 {
    margin-top: 18.5rem !important;
  }
  .mr-r-lg-74 {
    margin-right: 18.5rem !important;
  }
  .mb-r-lg-74 {
    margin-bottom: 18.5rem !important;
  }
  .ml-r-lg-74 {
    margin-left: 18.5rem !important;
  }
  .mx-r-lg-74 {
    margin-left: 18.5rem !important;
    margin-right: 18.5rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-74 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  .p-r-lg-74 {
    padding: 18.5rem !important;
  }
  .pt-r-lg-74 {
    padding-top: 18.5rem !important;
  }
  .pr-r-lg-74 {
    padding-right: 18.5rem !important;
  }
  .pb-r-lg-74 {
    padding-bottom: 18.5rem !important;
  }
  .pl-r-lg-74 {
    padding-left: 18.5rem !important;
  }
  .px-r-lg-74 {
    padding-left: 18.5rem !important;
    padding-right: 18.5rem !important;
  }
  .py-r-lg-74 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  .font-size-lg-74 {
    font-size: 74px;
  }
  .border-radius-r-lg-74 {
    border-radius: 18.5rem !important;
  }
  .border-radius-tl-r-lg-74 {
    border-top-left-radius: 18.5rem !important;
  }
  .border-radius-tr-r-lg-74 {
    border-top-right-radius: 18.5rem !important;
  }
  .border-radius-bl-r-lg-74 {
    border-bottom-left-radius: 18.5rem !important;
  }
  .border-radius-br-r-lg-74 {
    border-bottom-right-radius: 18.5rem !important;
  }
  .border-radius-t-r-lg-74 {
    border-top-left-radius: 18.5rem !important;
    border-top-right-radius: 18.5rem !important;
  }
  .border-radius-b-r-lg-74 {
    border-bottom-left-radius: 18.5rem !important;
    border-bottom-right-radius: 18.5rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-74 {
    margin: 18.5rem !important;
  }
  .mt-r-xl-74 {
    margin-top: 18.5rem !important;
  }
  .mr-r-xl-74 {
    margin-right: 18.5rem !important;
  }
  .mb-r-xl-74 {
    margin-bottom: 18.5rem !important;
  }
  .ml-r-xl-74 {
    margin-left: 18.5rem !important;
  }
  .mx-r-xl-74 {
    margin-left: 18.5rem !important;
    margin-right: 18.5rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-74 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  .p-r-xl-74 {
    padding: 18.5rem !important;
  }
  .pt-r-xl-74 {
    padding-top: 18.5rem !important;
  }
  .pr-r-xl-74 {
    padding-right: 18.5rem !important;
  }
  .pb-r-xl-74 {
    padding-bottom: 18.5rem !important;
  }
  .pl-r-xl-74 {
    padding-left: 18.5rem !important;
  }
  .px-r-xl-74 {
    padding-left: 18.5rem !important;
    padding-right: 18.5rem !important;
  }
  .py-r-xl-74 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  .font-size-xl-74 {
    font-size: 74px;
  }
  .border-radius-r-xl-74 {
    border-radius: 18.5rem !important;
  }
  .border-radius-tl-r-xl-74 {
    border-top-left-radius: 18.5rem !important;
  }
  .border-radius-tr-r-xl-74 {
    border-top-right-radius: 18.5rem !important;
  }
  .border-radius-bl-r-xl-74 {
    border-bottom-left-radius: 18.5rem !important;
  }
  .border-radius-br-r-xl-74 {
    border-bottom-right-radius: 18.5rem !important;
  }
  .border-radius-t-r-xl-74 {
    border-top-left-radius: 18.5rem !important;
    border-top-right-radius: 18.5rem !important;
  }
  .border-radius-b-r-xl-74 {
    border-bottom-left-radius: 18.5rem !important;
    border-bottom-right-radius: 18.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-74 {
    margin: 18.5rem !important;
  }
  .mt-r-contents-74 {
    margin-top: 18.5rem !important;
  }
  .mr-r-contents-74 {
    margin-right: 18.5rem !important;
  }
  .mb-r-contents-74 {
    margin-bottom: 18.5rem !important;
  }
  .ml-r-contents-74 {
    margin-left: 18.5rem !important;
  }
  .mx-r-contents-74 {
    margin-left: 18.5rem !important;
    margin-right: 18.5rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-74 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  .p-r-contents-74 {
    padding: 18.5rem !important;
  }
  .pt-r-contents-74 {
    padding-top: 18.5rem !important;
  }
  .pr-r-contents-74 {
    padding-right: 18.5rem !important;
  }
  .pb-r-contents-74 {
    padding-bottom: 18.5rem !important;
  }
  .pl-r-contents-74 {
    padding-left: 18.5rem !important;
  }
  .px-r-contents-74 {
    padding-left: 18.5rem !important;
    padding-right: 18.5rem !important;
  }
  .py-r-contents-74 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  .font-size-contents-74 {
    font-size: 74px;
  }
  .border-radius-r-contents-74 {
    border-radius: 18.5rem !important;
  }
  .border-radius-tl-r-contents-74 {
    border-top-left-radius: 18.5rem !important;
  }
  .border-radius-tr-r-contents-74 {
    border-top-right-radius: 18.5rem !important;
  }
  .border-radius-bl-r-contents-74 {
    border-bottom-left-radius: 18.5rem !important;
  }
  .border-radius-br-r-contents-74 {
    border-bottom-right-radius: 18.5rem !important;
  }
  .border-radius-t-r-contents-74 {
    border-top-left-radius: 18.5rem !important;
    border-top-right-radius: 18.5rem !important;
  }
  .border-radius-b-r-contents-74 {
    border-bottom-left-radius: 18.5rem !important;
    border-bottom-right-radius: 18.5rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-74 {
    margin: 18.5rem !important;
  }
  .mt-r-screen-74 {
    margin-top: 18.5rem !important;
  }
  .mr-r-screen-74 {
    margin-right: 18.5rem !important;
  }
  .mb-r-screen-74 {
    margin-bottom: 18.5rem !important;
  }
  .ml-r-screen-74 {
    margin-left: 18.5rem !important;
  }
  .mx-r-screen-74 {
    margin-left: 18.5rem !important;
    margin-right: 18.5rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-74 {
    margin-top: 18.5rem !important;
    margin-bottom: 18.5rem !important;
  }
  .p-r-screen-74 {
    padding: 18.5rem !important;
  }
  .pt-r-screen-74 {
    padding-top: 18.5rem !important;
  }
  .pr-r-screen-74 {
    padding-right: 18.5rem !important;
  }
  .pb-r-screen-74 {
    padding-bottom: 18.5rem !important;
  }
  .pl-r-screen-74 {
    padding-left: 18.5rem !important;
  }
  .px-r-screen-74 {
    padding-left: 18.5rem !important;
    padding-right: 18.5rem !important;
  }
  .py-r-screen-74 {
    padding-top: 18.5rem !important;
    padding-bottom: 18.5rem !important;
  }
  .font-size-screen-74 {
    font-size: 74px;
  }
  .border-radius-r-screen-74 {
    border-radius: 18.5rem !important;
  }
  .border-radius-tl-r-screen-74 {
    border-top-left-radius: 18.5rem !important;
  }
  .border-radius-tr-r-screen-74 {
    border-top-right-radius: 18.5rem !important;
  }
  .border-radius-bl-r-screen-74 {
    border-bottom-left-radius: 18.5rem !important;
  }
  .border-radius-br-r-screen-74 {
    border-bottom-right-radius: 18.5rem !important;
  }
  .border-radius-t-r-screen-74 {
    border-top-left-radius: 18.5rem !important;
    border-top-right-radius: 18.5rem !important;
  }
  .border-radius-b-r-screen-74 {
    border-bottom-left-radius: 18.5rem !important;
    border-bottom-right-radius: 18.5rem !important;
  }
}
.z-75 {
  z-index: 75;
}

.m-r-75 {
  margin: 18.75rem;
}

.mt-r-75 {
  margin-top: 18.75rem;
}

.mr-r-75 {
  margin-right: 18.75rem;
}

.mb-r-75 {
  margin-bottom: 18.75rem;
}

.ml-r-75 {
  margin-left: 18.75rem;
}

.mx-r-75 {
  margin-left: 18.75rem;
  margin-right: 18.75rem;
}

.my-r-75 {
  margin-top: 18.75rem;
  margin-bottom: 18.75rem;
}

.p-r-75 {
  padding: 18.75rem;
}

.pt-r-75 {
  padding-top: 18.75rem;
}

.pr-r-75 {
  padding-right: 18.75rem;
}

.pb-r-75 {
  padding-bottom: 18.75rem;
}

.pl-r-75 {
  padding-left: 18.75rem;
}

.px-r-75 {
  padding-left: 18.75rem;
  padding-right: 18.75rem;
}

.py-r-75 {
  padding-top: 18.75rem;
  padding-bottom: 18.75rem;
}

.t-r-75 {
  top: 18.75rem;
}

.l-r-75 {
  left: 18.75rem;
}

.b-r-75 {
  bottom: 18.75rem;
}

.r-r-75 {
  right: 18.75rem;
}

.row-gap-75 {
  margin: -18.75rem;
}

.border-radius-r-75 {
  border-radius: 18.75rem;
}

.border-radius-tl-r-75 {
  border-top-left-radius: 18.75rem;
}

.border-radius-tr-r-75 {
  border-top-right-radius: 18.75rem;
}

.border-radius-bl-r-75 {
  border-bottom-left-radius: 18.75rem;
}

.border-radius-br-r-75 {
  border-bottom-right-radius: 18.75rem;
}

.border-radius-t-r-75 {
  border-top-left-radius: 18.75rem;
  border-top-right-radius: 18.75rem;
}

.border-radius-b-r-75 {
  border-bottom-left-radius: 18.75rem;
  border-bottom-right-radius: 18.75rem;
}

.font-size-75 {
  font-size: 75px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-75 {
    margin: 18.75rem !important;
  }
  .mt-r-xs-75 {
    margin-top: 18.75rem !important;
  }
  .mr-r-xs-75 {
    margin-right: 18.75rem !important;
  }
  .mb-r-xs-75 {
    margin-bottom: 18.75rem !important;
  }
  .ml-r-xs-75 {
    margin-left: 18.75rem !important;
  }
  .mx-r-xs-75 {
    margin-left: 18.75rem !important;
    margin-right: 18.75rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-75 {
    margin-top: 18.75rem !important;
    margin-bottom: 18.75rem !important;
  }
  .p-r-xs-75 {
    padding: 18.75rem !important;
  }
  .pt-r-xs-75 {
    padding-top: 18.75rem !important;
  }
  .pr-r-xs-75 {
    padding-right: 18.75rem !important;
  }
  .pb-r-xs-75 {
    padding-bottom: 18.75rem !important;
  }
  .pl-r-xs-75 {
    padding-left: 18.75rem !important;
  }
  .px-r-xs-75 {
    padding-left: 18.75rem !important;
    padding-right: 18.75rem !important;
  }
  .py-r-xs-75 {
    padding-top: 18.75rem !important;
    padding-bottom: 18.75rem !important;
  }
  .font-size-xs-75 {
    font-size: 75px;
  }
  .border-radius-r-xs-75 {
    border-radius: 18.75rem !important;
  }
  .border-radius-tl-r-xs-75 {
    border-top-left-radius: 18.75rem !important;
  }
  .border-radius-tr-r-xs-75 {
    border-top-right-radius: 18.75rem !important;
  }
  .border-radius-bl-r-xs-75 {
    border-bottom-left-radius: 18.75rem !important;
  }
  .border-radius-br-r-xs-75 {
    border-bottom-right-radius: 18.75rem !important;
  }
  .border-radius-t-r-xs-75 {
    border-top-left-radius: 18.75rem !important;
    border-top-right-radius: 18.75rem !important;
  }
  .border-radius-b-r-xs-75 {
    border-bottom-left-radius: 18.75rem !important;
    border-bottom-right-radius: 18.75rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-75 {
    margin: 18.75rem !important;
  }
  .mt-r-sm-75 {
    margin-top: 18.75rem !important;
  }
  .mr-r-sm-75 {
    margin-right: 18.75rem !important;
  }
  .mb-r-sm-75 {
    margin-bottom: 18.75rem !important;
  }
  .ml-r-sm-75 {
    margin-left: 18.75rem !important;
  }
  .mx-r-sm-75 {
    margin-left: 18.75rem !important;
    margin-right: 18.75rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-75 {
    margin-top: 18.75rem !important;
    margin-bottom: 18.75rem !important;
  }
  .p-r-sm-75 {
    padding: 18.75rem !important;
  }
  .pt-r-sm-75 {
    padding-top: 18.75rem !important;
  }
  .pr-r-sm-75 {
    padding-right: 18.75rem !important;
  }
  .pb-r-sm-75 {
    padding-bottom: 18.75rem !important;
  }
  .pl-r-sm-75 {
    padding-left: 18.75rem !important;
  }
  .px-r-sm-75 {
    padding-left: 18.75rem !important;
    padding-right: 18.75rem !important;
  }
  .py-r-sm-75 {
    padding-top: 18.75rem !important;
    padding-bottom: 18.75rem !important;
  }
  .font-size-sm-75 {
    font-size: 75px;
  }
  .border-radius-r-sm-75 {
    border-radius: 18.75rem !important;
  }
  .border-radius-tl-r-sm-75 {
    border-top-left-radius: 18.75rem !important;
  }
  .border-radius-tr-r-sm-75 {
    border-top-right-radius: 18.75rem !important;
  }
  .border-radius-bl-r-sm-75 {
    border-bottom-left-radius: 18.75rem !important;
  }
  .border-radius-br-r-sm-75 {
    border-bottom-right-radius: 18.75rem !important;
  }
  .border-radius-t-r-sm-75 {
    border-top-left-radius: 18.75rem !important;
    border-top-right-radius: 18.75rem !important;
  }
  .border-radius-b-r-sm-75 {
    border-bottom-left-radius: 18.75rem !important;
    border-bottom-right-radius: 18.75rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-75 {
    margin: 18.75rem !important;
  }
  .mt-r-md-75 {
    margin-top: 18.75rem !important;
  }
  .mr-r-md-75 {
    margin-right: 18.75rem !important;
  }
  .mb-r-md-75 {
    margin-bottom: 18.75rem !important;
  }
  .ml-r-md-75 {
    margin-left: 18.75rem !important;
  }
  .mx-r-md-75 {
    margin-left: 18.75rem !important;
    margin-right: 18.75rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-75 {
    margin-top: 18.75rem !important;
    margin-bottom: 18.75rem !important;
  }
  .p-r-md-75 {
    padding: 18.75rem !important;
  }
  .pt-r-md-75 {
    padding-top: 18.75rem !important;
  }
  .pr-r-md-75 {
    padding-right: 18.75rem !important;
  }
  .pb-r-md-75 {
    padding-bottom: 18.75rem !important;
  }
  .pl-r-md-75 {
    padding-left: 18.75rem !important;
  }
  .px-r-md-75 {
    padding-left: 18.75rem !important;
    padding-right: 18.75rem !important;
  }
  .py-r-md-75 {
    padding-top: 18.75rem !important;
    padding-bottom: 18.75rem !important;
  }
  .font-size-md-75 {
    font-size: 75px;
  }
  .border-radius-r-md-75 {
    border-radius: 18.75rem !important;
  }
  .border-radius-tl-r-md-75 {
    border-top-left-radius: 18.75rem !important;
  }
  .border-radius-tr-r-md-75 {
    border-top-right-radius: 18.75rem !important;
  }
  .border-radius-bl-r-md-75 {
    border-bottom-left-radius: 18.75rem !important;
  }
  .border-radius-br-r-md-75 {
    border-bottom-right-radius: 18.75rem !important;
  }
  .border-radius-t-r-md-75 {
    border-top-left-radius: 18.75rem !important;
    border-top-right-radius: 18.75rem !important;
  }
  .border-radius-b-r-md-75 {
    border-bottom-left-radius: 18.75rem !important;
    border-bottom-right-radius: 18.75rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-75 {
    margin: 18.75rem !important;
  }
  .mt-r-lg-75 {
    margin-top: 18.75rem !important;
  }
  .mr-r-lg-75 {
    margin-right: 18.75rem !important;
  }
  .mb-r-lg-75 {
    margin-bottom: 18.75rem !important;
  }
  .ml-r-lg-75 {
    margin-left: 18.75rem !important;
  }
  .mx-r-lg-75 {
    margin-left: 18.75rem !important;
    margin-right: 18.75rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-75 {
    margin-top: 18.75rem !important;
    margin-bottom: 18.75rem !important;
  }
  .p-r-lg-75 {
    padding: 18.75rem !important;
  }
  .pt-r-lg-75 {
    padding-top: 18.75rem !important;
  }
  .pr-r-lg-75 {
    padding-right: 18.75rem !important;
  }
  .pb-r-lg-75 {
    padding-bottom: 18.75rem !important;
  }
  .pl-r-lg-75 {
    padding-left: 18.75rem !important;
  }
  .px-r-lg-75 {
    padding-left: 18.75rem !important;
    padding-right: 18.75rem !important;
  }
  .py-r-lg-75 {
    padding-top: 18.75rem !important;
    padding-bottom: 18.75rem !important;
  }
  .font-size-lg-75 {
    font-size: 75px;
  }
  .border-radius-r-lg-75 {
    border-radius: 18.75rem !important;
  }
  .border-radius-tl-r-lg-75 {
    border-top-left-radius: 18.75rem !important;
  }
  .border-radius-tr-r-lg-75 {
    border-top-right-radius: 18.75rem !important;
  }
  .border-radius-bl-r-lg-75 {
    border-bottom-left-radius: 18.75rem !important;
  }
  .border-radius-br-r-lg-75 {
    border-bottom-right-radius: 18.75rem !important;
  }
  .border-radius-t-r-lg-75 {
    border-top-left-radius: 18.75rem !important;
    border-top-right-radius: 18.75rem !important;
  }
  .border-radius-b-r-lg-75 {
    border-bottom-left-radius: 18.75rem !important;
    border-bottom-right-radius: 18.75rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-75 {
    margin: 18.75rem !important;
  }
  .mt-r-xl-75 {
    margin-top: 18.75rem !important;
  }
  .mr-r-xl-75 {
    margin-right: 18.75rem !important;
  }
  .mb-r-xl-75 {
    margin-bottom: 18.75rem !important;
  }
  .ml-r-xl-75 {
    margin-left: 18.75rem !important;
  }
  .mx-r-xl-75 {
    margin-left: 18.75rem !important;
    margin-right: 18.75rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-75 {
    margin-top: 18.75rem !important;
    margin-bottom: 18.75rem !important;
  }
  .p-r-xl-75 {
    padding: 18.75rem !important;
  }
  .pt-r-xl-75 {
    padding-top: 18.75rem !important;
  }
  .pr-r-xl-75 {
    padding-right: 18.75rem !important;
  }
  .pb-r-xl-75 {
    padding-bottom: 18.75rem !important;
  }
  .pl-r-xl-75 {
    padding-left: 18.75rem !important;
  }
  .px-r-xl-75 {
    padding-left: 18.75rem !important;
    padding-right: 18.75rem !important;
  }
  .py-r-xl-75 {
    padding-top: 18.75rem !important;
    padding-bottom: 18.75rem !important;
  }
  .font-size-xl-75 {
    font-size: 75px;
  }
  .border-radius-r-xl-75 {
    border-radius: 18.75rem !important;
  }
  .border-radius-tl-r-xl-75 {
    border-top-left-radius: 18.75rem !important;
  }
  .border-radius-tr-r-xl-75 {
    border-top-right-radius: 18.75rem !important;
  }
  .border-radius-bl-r-xl-75 {
    border-bottom-left-radius: 18.75rem !important;
  }
  .border-radius-br-r-xl-75 {
    border-bottom-right-radius: 18.75rem !important;
  }
  .border-radius-t-r-xl-75 {
    border-top-left-radius: 18.75rem !important;
    border-top-right-radius: 18.75rem !important;
  }
  .border-radius-b-r-xl-75 {
    border-bottom-left-radius: 18.75rem !important;
    border-bottom-right-radius: 18.75rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-75 {
    margin: 18.75rem !important;
  }
  .mt-r-contents-75 {
    margin-top: 18.75rem !important;
  }
  .mr-r-contents-75 {
    margin-right: 18.75rem !important;
  }
  .mb-r-contents-75 {
    margin-bottom: 18.75rem !important;
  }
  .ml-r-contents-75 {
    margin-left: 18.75rem !important;
  }
  .mx-r-contents-75 {
    margin-left: 18.75rem !important;
    margin-right: 18.75rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-75 {
    margin-top: 18.75rem !important;
    margin-bottom: 18.75rem !important;
  }
  .p-r-contents-75 {
    padding: 18.75rem !important;
  }
  .pt-r-contents-75 {
    padding-top: 18.75rem !important;
  }
  .pr-r-contents-75 {
    padding-right: 18.75rem !important;
  }
  .pb-r-contents-75 {
    padding-bottom: 18.75rem !important;
  }
  .pl-r-contents-75 {
    padding-left: 18.75rem !important;
  }
  .px-r-contents-75 {
    padding-left: 18.75rem !important;
    padding-right: 18.75rem !important;
  }
  .py-r-contents-75 {
    padding-top: 18.75rem !important;
    padding-bottom: 18.75rem !important;
  }
  .font-size-contents-75 {
    font-size: 75px;
  }
  .border-radius-r-contents-75 {
    border-radius: 18.75rem !important;
  }
  .border-radius-tl-r-contents-75 {
    border-top-left-radius: 18.75rem !important;
  }
  .border-radius-tr-r-contents-75 {
    border-top-right-radius: 18.75rem !important;
  }
  .border-radius-bl-r-contents-75 {
    border-bottom-left-radius: 18.75rem !important;
  }
  .border-radius-br-r-contents-75 {
    border-bottom-right-radius: 18.75rem !important;
  }
  .border-radius-t-r-contents-75 {
    border-top-left-radius: 18.75rem !important;
    border-top-right-radius: 18.75rem !important;
  }
  .border-radius-b-r-contents-75 {
    border-bottom-left-radius: 18.75rem !important;
    border-bottom-right-radius: 18.75rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-75 {
    margin: 18.75rem !important;
  }
  .mt-r-screen-75 {
    margin-top: 18.75rem !important;
  }
  .mr-r-screen-75 {
    margin-right: 18.75rem !important;
  }
  .mb-r-screen-75 {
    margin-bottom: 18.75rem !important;
  }
  .ml-r-screen-75 {
    margin-left: 18.75rem !important;
  }
  .mx-r-screen-75 {
    margin-left: 18.75rem !important;
    margin-right: 18.75rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-75 {
    margin-top: 18.75rem !important;
    margin-bottom: 18.75rem !important;
  }
  .p-r-screen-75 {
    padding: 18.75rem !important;
  }
  .pt-r-screen-75 {
    padding-top: 18.75rem !important;
  }
  .pr-r-screen-75 {
    padding-right: 18.75rem !important;
  }
  .pb-r-screen-75 {
    padding-bottom: 18.75rem !important;
  }
  .pl-r-screen-75 {
    padding-left: 18.75rem !important;
  }
  .px-r-screen-75 {
    padding-left: 18.75rem !important;
    padding-right: 18.75rem !important;
  }
  .py-r-screen-75 {
    padding-top: 18.75rem !important;
    padding-bottom: 18.75rem !important;
  }
  .font-size-screen-75 {
    font-size: 75px;
  }
  .border-radius-r-screen-75 {
    border-radius: 18.75rem !important;
  }
  .border-radius-tl-r-screen-75 {
    border-top-left-radius: 18.75rem !important;
  }
  .border-radius-tr-r-screen-75 {
    border-top-right-radius: 18.75rem !important;
  }
  .border-radius-bl-r-screen-75 {
    border-bottom-left-radius: 18.75rem !important;
  }
  .border-radius-br-r-screen-75 {
    border-bottom-right-radius: 18.75rem !important;
  }
  .border-radius-t-r-screen-75 {
    border-top-left-radius: 18.75rem !important;
    border-top-right-radius: 18.75rem !important;
  }
  .border-radius-b-r-screen-75 {
    border-bottom-left-radius: 18.75rem !important;
    border-bottom-right-radius: 18.75rem !important;
  }
}
.z-76 {
  z-index: 76;
}

.m-r-76 {
  margin: 19rem;
}

.mt-r-76 {
  margin-top: 19rem;
}

.mr-r-76 {
  margin-right: 19rem;
}

.mb-r-76 {
  margin-bottom: 19rem;
}

.ml-r-76 {
  margin-left: 19rem;
}

.mx-r-76 {
  margin-left: 19rem;
  margin-right: 19rem;
}

.my-r-76 {
  margin-top: 19rem;
  margin-bottom: 19rem;
}

.p-r-76 {
  padding: 19rem;
}

.pt-r-76 {
  padding-top: 19rem;
}

.pr-r-76 {
  padding-right: 19rem;
}

.pb-r-76 {
  padding-bottom: 19rem;
}

.pl-r-76 {
  padding-left: 19rem;
}

.px-r-76 {
  padding-left: 19rem;
  padding-right: 19rem;
}

.py-r-76 {
  padding-top: 19rem;
  padding-bottom: 19rem;
}

.t-r-76 {
  top: 19rem;
}

.l-r-76 {
  left: 19rem;
}

.b-r-76 {
  bottom: 19rem;
}

.r-r-76 {
  right: 19rem;
}

.row-gap-76 {
  margin: -19rem;
}

.border-radius-r-76 {
  border-radius: 19rem;
}

.border-radius-tl-r-76 {
  border-top-left-radius: 19rem;
}

.border-radius-tr-r-76 {
  border-top-right-radius: 19rem;
}

.border-radius-bl-r-76 {
  border-bottom-left-radius: 19rem;
}

.border-radius-br-r-76 {
  border-bottom-right-radius: 19rem;
}

.border-radius-t-r-76 {
  border-top-left-radius: 19rem;
  border-top-right-radius: 19rem;
}

.border-radius-b-r-76 {
  border-bottom-left-radius: 19rem;
  border-bottom-right-radius: 19rem;
}

.font-size-76 {
  font-size: 76px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-76 {
    margin: 19rem !important;
  }
  .mt-r-xs-76 {
    margin-top: 19rem !important;
  }
  .mr-r-xs-76 {
    margin-right: 19rem !important;
  }
  .mb-r-xs-76 {
    margin-bottom: 19rem !important;
  }
  .ml-r-xs-76 {
    margin-left: 19rem !important;
  }
  .mx-r-xs-76 {
    margin-left: 19rem !important;
    margin-right: 19rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-76 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }
  .p-r-xs-76 {
    padding: 19rem !important;
  }
  .pt-r-xs-76 {
    padding-top: 19rem !important;
  }
  .pr-r-xs-76 {
    padding-right: 19rem !important;
  }
  .pb-r-xs-76 {
    padding-bottom: 19rem !important;
  }
  .pl-r-xs-76 {
    padding-left: 19rem !important;
  }
  .px-r-xs-76 {
    padding-left: 19rem !important;
    padding-right: 19rem !important;
  }
  .py-r-xs-76 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }
  .font-size-xs-76 {
    font-size: 76px;
  }
  .border-radius-r-xs-76 {
    border-radius: 19rem !important;
  }
  .border-radius-tl-r-xs-76 {
    border-top-left-radius: 19rem !important;
  }
  .border-radius-tr-r-xs-76 {
    border-top-right-radius: 19rem !important;
  }
  .border-radius-bl-r-xs-76 {
    border-bottom-left-radius: 19rem !important;
  }
  .border-radius-br-r-xs-76 {
    border-bottom-right-radius: 19rem !important;
  }
  .border-radius-t-r-xs-76 {
    border-top-left-radius: 19rem !important;
    border-top-right-radius: 19rem !important;
  }
  .border-radius-b-r-xs-76 {
    border-bottom-left-radius: 19rem !important;
    border-bottom-right-radius: 19rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-76 {
    margin: 19rem !important;
  }
  .mt-r-sm-76 {
    margin-top: 19rem !important;
  }
  .mr-r-sm-76 {
    margin-right: 19rem !important;
  }
  .mb-r-sm-76 {
    margin-bottom: 19rem !important;
  }
  .ml-r-sm-76 {
    margin-left: 19rem !important;
  }
  .mx-r-sm-76 {
    margin-left: 19rem !important;
    margin-right: 19rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-76 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }
  .p-r-sm-76 {
    padding: 19rem !important;
  }
  .pt-r-sm-76 {
    padding-top: 19rem !important;
  }
  .pr-r-sm-76 {
    padding-right: 19rem !important;
  }
  .pb-r-sm-76 {
    padding-bottom: 19rem !important;
  }
  .pl-r-sm-76 {
    padding-left: 19rem !important;
  }
  .px-r-sm-76 {
    padding-left: 19rem !important;
    padding-right: 19rem !important;
  }
  .py-r-sm-76 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }
  .font-size-sm-76 {
    font-size: 76px;
  }
  .border-radius-r-sm-76 {
    border-radius: 19rem !important;
  }
  .border-radius-tl-r-sm-76 {
    border-top-left-radius: 19rem !important;
  }
  .border-radius-tr-r-sm-76 {
    border-top-right-radius: 19rem !important;
  }
  .border-radius-bl-r-sm-76 {
    border-bottom-left-radius: 19rem !important;
  }
  .border-radius-br-r-sm-76 {
    border-bottom-right-radius: 19rem !important;
  }
  .border-radius-t-r-sm-76 {
    border-top-left-radius: 19rem !important;
    border-top-right-radius: 19rem !important;
  }
  .border-radius-b-r-sm-76 {
    border-bottom-left-radius: 19rem !important;
    border-bottom-right-radius: 19rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-76 {
    margin: 19rem !important;
  }
  .mt-r-md-76 {
    margin-top: 19rem !important;
  }
  .mr-r-md-76 {
    margin-right: 19rem !important;
  }
  .mb-r-md-76 {
    margin-bottom: 19rem !important;
  }
  .ml-r-md-76 {
    margin-left: 19rem !important;
  }
  .mx-r-md-76 {
    margin-left: 19rem !important;
    margin-right: 19rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-76 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }
  .p-r-md-76 {
    padding: 19rem !important;
  }
  .pt-r-md-76 {
    padding-top: 19rem !important;
  }
  .pr-r-md-76 {
    padding-right: 19rem !important;
  }
  .pb-r-md-76 {
    padding-bottom: 19rem !important;
  }
  .pl-r-md-76 {
    padding-left: 19rem !important;
  }
  .px-r-md-76 {
    padding-left: 19rem !important;
    padding-right: 19rem !important;
  }
  .py-r-md-76 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }
  .font-size-md-76 {
    font-size: 76px;
  }
  .border-radius-r-md-76 {
    border-radius: 19rem !important;
  }
  .border-radius-tl-r-md-76 {
    border-top-left-radius: 19rem !important;
  }
  .border-radius-tr-r-md-76 {
    border-top-right-radius: 19rem !important;
  }
  .border-radius-bl-r-md-76 {
    border-bottom-left-radius: 19rem !important;
  }
  .border-radius-br-r-md-76 {
    border-bottom-right-radius: 19rem !important;
  }
  .border-radius-t-r-md-76 {
    border-top-left-radius: 19rem !important;
    border-top-right-radius: 19rem !important;
  }
  .border-radius-b-r-md-76 {
    border-bottom-left-radius: 19rem !important;
    border-bottom-right-radius: 19rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-76 {
    margin: 19rem !important;
  }
  .mt-r-lg-76 {
    margin-top: 19rem !important;
  }
  .mr-r-lg-76 {
    margin-right: 19rem !important;
  }
  .mb-r-lg-76 {
    margin-bottom: 19rem !important;
  }
  .ml-r-lg-76 {
    margin-left: 19rem !important;
  }
  .mx-r-lg-76 {
    margin-left: 19rem !important;
    margin-right: 19rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-76 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }
  .p-r-lg-76 {
    padding: 19rem !important;
  }
  .pt-r-lg-76 {
    padding-top: 19rem !important;
  }
  .pr-r-lg-76 {
    padding-right: 19rem !important;
  }
  .pb-r-lg-76 {
    padding-bottom: 19rem !important;
  }
  .pl-r-lg-76 {
    padding-left: 19rem !important;
  }
  .px-r-lg-76 {
    padding-left: 19rem !important;
    padding-right: 19rem !important;
  }
  .py-r-lg-76 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }
  .font-size-lg-76 {
    font-size: 76px;
  }
  .border-radius-r-lg-76 {
    border-radius: 19rem !important;
  }
  .border-radius-tl-r-lg-76 {
    border-top-left-radius: 19rem !important;
  }
  .border-radius-tr-r-lg-76 {
    border-top-right-radius: 19rem !important;
  }
  .border-radius-bl-r-lg-76 {
    border-bottom-left-radius: 19rem !important;
  }
  .border-radius-br-r-lg-76 {
    border-bottom-right-radius: 19rem !important;
  }
  .border-radius-t-r-lg-76 {
    border-top-left-radius: 19rem !important;
    border-top-right-radius: 19rem !important;
  }
  .border-radius-b-r-lg-76 {
    border-bottom-left-radius: 19rem !important;
    border-bottom-right-radius: 19rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-76 {
    margin: 19rem !important;
  }
  .mt-r-xl-76 {
    margin-top: 19rem !important;
  }
  .mr-r-xl-76 {
    margin-right: 19rem !important;
  }
  .mb-r-xl-76 {
    margin-bottom: 19rem !important;
  }
  .ml-r-xl-76 {
    margin-left: 19rem !important;
  }
  .mx-r-xl-76 {
    margin-left: 19rem !important;
    margin-right: 19rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-76 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }
  .p-r-xl-76 {
    padding: 19rem !important;
  }
  .pt-r-xl-76 {
    padding-top: 19rem !important;
  }
  .pr-r-xl-76 {
    padding-right: 19rem !important;
  }
  .pb-r-xl-76 {
    padding-bottom: 19rem !important;
  }
  .pl-r-xl-76 {
    padding-left: 19rem !important;
  }
  .px-r-xl-76 {
    padding-left: 19rem !important;
    padding-right: 19rem !important;
  }
  .py-r-xl-76 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }
  .font-size-xl-76 {
    font-size: 76px;
  }
  .border-radius-r-xl-76 {
    border-radius: 19rem !important;
  }
  .border-radius-tl-r-xl-76 {
    border-top-left-radius: 19rem !important;
  }
  .border-radius-tr-r-xl-76 {
    border-top-right-radius: 19rem !important;
  }
  .border-radius-bl-r-xl-76 {
    border-bottom-left-radius: 19rem !important;
  }
  .border-radius-br-r-xl-76 {
    border-bottom-right-radius: 19rem !important;
  }
  .border-radius-t-r-xl-76 {
    border-top-left-radius: 19rem !important;
    border-top-right-radius: 19rem !important;
  }
  .border-radius-b-r-xl-76 {
    border-bottom-left-radius: 19rem !important;
    border-bottom-right-radius: 19rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-76 {
    margin: 19rem !important;
  }
  .mt-r-contents-76 {
    margin-top: 19rem !important;
  }
  .mr-r-contents-76 {
    margin-right: 19rem !important;
  }
  .mb-r-contents-76 {
    margin-bottom: 19rem !important;
  }
  .ml-r-contents-76 {
    margin-left: 19rem !important;
  }
  .mx-r-contents-76 {
    margin-left: 19rem !important;
    margin-right: 19rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-76 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }
  .p-r-contents-76 {
    padding: 19rem !important;
  }
  .pt-r-contents-76 {
    padding-top: 19rem !important;
  }
  .pr-r-contents-76 {
    padding-right: 19rem !important;
  }
  .pb-r-contents-76 {
    padding-bottom: 19rem !important;
  }
  .pl-r-contents-76 {
    padding-left: 19rem !important;
  }
  .px-r-contents-76 {
    padding-left: 19rem !important;
    padding-right: 19rem !important;
  }
  .py-r-contents-76 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }
  .font-size-contents-76 {
    font-size: 76px;
  }
  .border-radius-r-contents-76 {
    border-radius: 19rem !important;
  }
  .border-radius-tl-r-contents-76 {
    border-top-left-radius: 19rem !important;
  }
  .border-radius-tr-r-contents-76 {
    border-top-right-radius: 19rem !important;
  }
  .border-radius-bl-r-contents-76 {
    border-bottom-left-radius: 19rem !important;
  }
  .border-radius-br-r-contents-76 {
    border-bottom-right-radius: 19rem !important;
  }
  .border-radius-t-r-contents-76 {
    border-top-left-radius: 19rem !important;
    border-top-right-radius: 19rem !important;
  }
  .border-radius-b-r-contents-76 {
    border-bottom-left-radius: 19rem !important;
    border-bottom-right-radius: 19rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-76 {
    margin: 19rem !important;
  }
  .mt-r-screen-76 {
    margin-top: 19rem !important;
  }
  .mr-r-screen-76 {
    margin-right: 19rem !important;
  }
  .mb-r-screen-76 {
    margin-bottom: 19rem !important;
  }
  .ml-r-screen-76 {
    margin-left: 19rem !important;
  }
  .mx-r-screen-76 {
    margin-left: 19rem !important;
    margin-right: 19rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-76 {
    margin-top: 19rem !important;
    margin-bottom: 19rem !important;
  }
  .p-r-screen-76 {
    padding: 19rem !important;
  }
  .pt-r-screen-76 {
    padding-top: 19rem !important;
  }
  .pr-r-screen-76 {
    padding-right: 19rem !important;
  }
  .pb-r-screen-76 {
    padding-bottom: 19rem !important;
  }
  .pl-r-screen-76 {
    padding-left: 19rem !important;
  }
  .px-r-screen-76 {
    padding-left: 19rem !important;
    padding-right: 19rem !important;
  }
  .py-r-screen-76 {
    padding-top: 19rem !important;
    padding-bottom: 19rem !important;
  }
  .font-size-screen-76 {
    font-size: 76px;
  }
  .border-radius-r-screen-76 {
    border-radius: 19rem !important;
  }
  .border-radius-tl-r-screen-76 {
    border-top-left-radius: 19rem !important;
  }
  .border-radius-tr-r-screen-76 {
    border-top-right-radius: 19rem !important;
  }
  .border-radius-bl-r-screen-76 {
    border-bottom-left-radius: 19rem !important;
  }
  .border-radius-br-r-screen-76 {
    border-bottom-right-radius: 19rem !important;
  }
  .border-radius-t-r-screen-76 {
    border-top-left-radius: 19rem !important;
    border-top-right-radius: 19rem !important;
  }
  .border-radius-b-r-screen-76 {
    border-bottom-left-radius: 19rem !important;
    border-bottom-right-radius: 19rem !important;
  }
}
.z-77 {
  z-index: 77;
}

.m-r-77 {
  margin: 19.25rem;
}

.mt-r-77 {
  margin-top: 19.25rem;
}

.mr-r-77 {
  margin-right: 19.25rem;
}

.mb-r-77 {
  margin-bottom: 19.25rem;
}

.ml-r-77 {
  margin-left: 19.25rem;
}

.mx-r-77 {
  margin-left: 19.25rem;
  margin-right: 19.25rem;
}

.my-r-77 {
  margin-top: 19.25rem;
  margin-bottom: 19.25rem;
}

.p-r-77 {
  padding: 19.25rem;
}

.pt-r-77 {
  padding-top: 19.25rem;
}

.pr-r-77 {
  padding-right: 19.25rem;
}

.pb-r-77 {
  padding-bottom: 19.25rem;
}

.pl-r-77 {
  padding-left: 19.25rem;
}

.px-r-77 {
  padding-left: 19.25rem;
  padding-right: 19.25rem;
}

.py-r-77 {
  padding-top: 19.25rem;
  padding-bottom: 19.25rem;
}

.t-r-77 {
  top: 19.25rem;
}

.l-r-77 {
  left: 19.25rem;
}

.b-r-77 {
  bottom: 19.25rem;
}

.r-r-77 {
  right: 19.25rem;
}

.row-gap-77 {
  margin: -19.25rem;
}

.border-radius-r-77 {
  border-radius: 19.25rem;
}

.border-radius-tl-r-77 {
  border-top-left-radius: 19.25rem;
}

.border-radius-tr-r-77 {
  border-top-right-radius: 19.25rem;
}

.border-radius-bl-r-77 {
  border-bottom-left-radius: 19.25rem;
}

.border-radius-br-r-77 {
  border-bottom-right-radius: 19.25rem;
}

.border-radius-t-r-77 {
  border-top-left-radius: 19.25rem;
  border-top-right-radius: 19.25rem;
}

.border-radius-b-r-77 {
  border-bottom-left-radius: 19.25rem;
  border-bottom-right-radius: 19.25rem;
}

.font-size-77 {
  font-size: 77px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-77 {
    margin: 19.25rem !important;
  }
  .mt-r-xs-77 {
    margin-top: 19.25rem !important;
  }
  .mr-r-xs-77 {
    margin-right: 19.25rem !important;
  }
  .mb-r-xs-77 {
    margin-bottom: 19.25rem !important;
  }
  .ml-r-xs-77 {
    margin-left: 19.25rem !important;
  }
  .mx-r-xs-77 {
    margin-left: 19.25rem !important;
    margin-right: 19.25rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-77 {
    margin-top: 19.25rem !important;
    margin-bottom: 19.25rem !important;
  }
  .p-r-xs-77 {
    padding: 19.25rem !important;
  }
  .pt-r-xs-77 {
    padding-top: 19.25rem !important;
  }
  .pr-r-xs-77 {
    padding-right: 19.25rem !important;
  }
  .pb-r-xs-77 {
    padding-bottom: 19.25rem !important;
  }
  .pl-r-xs-77 {
    padding-left: 19.25rem !important;
  }
  .px-r-xs-77 {
    padding-left: 19.25rem !important;
    padding-right: 19.25rem !important;
  }
  .py-r-xs-77 {
    padding-top: 19.25rem !important;
    padding-bottom: 19.25rem !important;
  }
  .font-size-xs-77 {
    font-size: 77px;
  }
  .border-radius-r-xs-77 {
    border-radius: 19.25rem !important;
  }
  .border-radius-tl-r-xs-77 {
    border-top-left-radius: 19.25rem !important;
  }
  .border-radius-tr-r-xs-77 {
    border-top-right-radius: 19.25rem !important;
  }
  .border-radius-bl-r-xs-77 {
    border-bottom-left-radius: 19.25rem !important;
  }
  .border-radius-br-r-xs-77 {
    border-bottom-right-radius: 19.25rem !important;
  }
  .border-radius-t-r-xs-77 {
    border-top-left-radius: 19.25rem !important;
    border-top-right-radius: 19.25rem !important;
  }
  .border-radius-b-r-xs-77 {
    border-bottom-left-radius: 19.25rem !important;
    border-bottom-right-radius: 19.25rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-77 {
    margin: 19.25rem !important;
  }
  .mt-r-sm-77 {
    margin-top: 19.25rem !important;
  }
  .mr-r-sm-77 {
    margin-right: 19.25rem !important;
  }
  .mb-r-sm-77 {
    margin-bottom: 19.25rem !important;
  }
  .ml-r-sm-77 {
    margin-left: 19.25rem !important;
  }
  .mx-r-sm-77 {
    margin-left: 19.25rem !important;
    margin-right: 19.25rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-77 {
    margin-top: 19.25rem !important;
    margin-bottom: 19.25rem !important;
  }
  .p-r-sm-77 {
    padding: 19.25rem !important;
  }
  .pt-r-sm-77 {
    padding-top: 19.25rem !important;
  }
  .pr-r-sm-77 {
    padding-right: 19.25rem !important;
  }
  .pb-r-sm-77 {
    padding-bottom: 19.25rem !important;
  }
  .pl-r-sm-77 {
    padding-left: 19.25rem !important;
  }
  .px-r-sm-77 {
    padding-left: 19.25rem !important;
    padding-right: 19.25rem !important;
  }
  .py-r-sm-77 {
    padding-top: 19.25rem !important;
    padding-bottom: 19.25rem !important;
  }
  .font-size-sm-77 {
    font-size: 77px;
  }
  .border-radius-r-sm-77 {
    border-radius: 19.25rem !important;
  }
  .border-radius-tl-r-sm-77 {
    border-top-left-radius: 19.25rem !important;
  }
  .border-radius-tr-r-sm-77 {
    border-top-right-radius: 19.25rem !important;
  }
  .border-radius-bl-r-sm-77 {
    border-bottom-left-radius: 19.25rem !important;
  }
  .border-radius-br-r-sm-77 {
    border-bottom-right-radius: 19.25rem !important;
  }
  .border-radius-t-r-sm-77 {
    border-top-left-radius: 19.25rem !important;
    border-top-right-radius: 19.25rem !important;
  }
  .border-radius-b-r-sm-77 {
    border-bottom-left-radius: 19.25rem !important;
    border-bottom-right-radius: 19.25rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-77 {
    margin: 19.25rem !important;
  }
  .mt-r-md-77 {
    margin-top: 19.25rem !important;
  }
  .mr-r-md-77 {
    margin-right: 19.25rem !important;
  }
  .mb-r-md-77 {
    margin-bottom: 19.25rem !important;
  }
  .ml-r-md-77 {
    margin-left: 19.25rem !important;
  }
  .mx-r-md-77 {
    margin-left: 19.25rem !important;
    margin-right: 19.25rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-77 {
    margin-top: 19.25rem !important;
    margin-bottom: 19.25rem !important;
  }
  .p-r-md-77 {
    padding: 19.25rem !important;
  }
  .pt-r-md-77 {
    padding-top: 19.25rem !important;
  }
  .pr-r-md-77 {
    padding-right: 19.25rem !important;
  }
  .pb-r-md-77 {
    padding-bottom: 19.25rem !important;
  }
  .pl-r-md-77 {
    padding-left: 19.25rem !important;
  }
  .px-r-md-77 {
    padding-left: 19.25rem !important;
    padding-right: 19.25rem !important;
  }
  .py-r-md-77 {
    padding-top: 19.25rem !important;
    padding-bottom: 19.25rem !important;
  }
  .font-size-md-77 {
    font-size: 77px;
  }
  .border-radius-r-md-77 {
    border-radius: 19.25rem !important;
  }
  .border-radius-tl-r-md-77 {
    border-top-left-radius: 19.25rem !important;
  }
  .border-radius-tr-r-md-77 {
    border-top-right-radius: 19.25rem !important;
  }
  .border-radius-bl-r-md-77 {
    border-bottom-left-radius: 19.25rem !important;
  }
  .border-radius-br-r-md-77 {
    border-bottom-right-radius: 19.25rem !important;
  }
  .border-radius-t-r-md-77 {
    border-top-left-radius: 19.25rem !important;
    border-top-right-radius: 19.25rem !important;
  }
  .border-radius-b-r-md-77 {
    border-bottom-left-radius: 19.25rem !important;
    border-bottom-right-radius: 19.25rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-77 {
    margin: 19.25rem !important;
  }
  .mt-r-lg-77 {
    margin-top: 19.25rem !important;
  }
  .mr-r-lg-77 {
    margin-right: 19.25rem !important;
  }
  .mb-r-lg-77 {
    margin-bottom: 19.25rem !important;
  }
  .ml-r-lg-77 {
    margin-left: 19.25rem !important;
  }
  .mx-r-lg-77 {
    margin-left: 19.25rem !important;
    margin-right: 19.25rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-77 {
    margin-top: 19.25rem !important;
    margin-bottom: 19.25rem !important;
  }
  .p-r-lg-77 {
    padding: 19.25rem !important;
  }
  .pt-r-lg-77 {
    padding-top: 19.25rem !important;
  }
  .pr-r-lg-77 {
    padding-right: 19.25rem !important;
  }
  .pb-r-lg-77 {
    padding-bottom: 19.25rem !important;
  }
  .pl-r-lg-77 {
    padding-left: 19.25rem !important;
  }
  .px-r-lg-77 {
    padding-left: 19.25rem !important;
    padding-right: 19.25rem !important;
  }
  .py-r-lg-77 {
    padding-top: 19.25rem !important;
    padding-bottom: 19.25rem !important;
  }
  .font-size-lg-77 {
    font-size: 77px;
  }
  .border-radius-r-lg-77 {
    border-radius: 19.25rem !important;
  }
  .border-radius-tl-r-lg-77 {
    border-top-left-radius: 19.25rem !important;
  }
  .border-radius-tr-r-lg-77 {
    border-top-right-radius: 19.25rem !important;
  }
  .border-radius-bl-r-lg-77 {
    border-bottom-left-radius: 19.25rem !important;
  }
  .border-radius-br-r-lg-77 {
    border-bottom-right-radius: 19.25rem !important;
  }
  .border-radius-t-r-lg-77 {
    border-top-left-radius: 19.25rem !important;
    border-top-right-radius: 19.25rem !important;
  }
  .border-radius-b-r-lg-77 {
    border-bottom-left-radius: 19.25rem !important;
    border-bottom-right-radius: 19.25rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-77 {
    margin: 19.25rem !important;
  }
  .mt-r-xl-77 {
    margin-top: 19.25rem !important;
  }
  .mr-r-xl-77 {
    margin-right: 19.25rem !important;
  }
  .mb-r-xl-77 {
    margin-bottom: 19.25rem !important;
  }
  .ml-r-xl-77 {
    margin-left: 19.25rem !important;
  }
  .mx-r-xl-77 {
    margin-left: 19.25rem !important;
    margin-right: 19.25rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-77 {
    margin-top: 19.25rem !important;
    margin-bottom: 19.25rem !important;
  }
  .p-r-xl-77 {
    padding: 19.25rem !important;
  }
  .pt-r-xl-77 {
    padding-top: 19.25rem !important;
  }
  .pr-r-xl-77 {
    padding-right: 19.25rem !important;
  }
  .pb-r-xl-77 {
    padding-bottom: 19.25rem !important;
  }
  .pl-r-xl-77 {
    padding-left: 19.25rem !important;
  }
  .px-r-xl-77 {
    padding-left: 19.25rem !important;
    padding-right: 19.25rem !important;
  }
  .py-r-xl-77 {
    padding-top: 19.25rem !important;
    padding-bottom: 19.25rem !important;
  }
  .font-size-xl-77 {
    font-size: 77px;
  }
  .border-radius-r-xl-77 {
    border-radius: 19.25rem !important;
  }
  .border-radius-tl-r-xl-77 {
    border-top-left-radius: 19.25rem !important;
  }
  .border-radius-tr-r-xl-77 {
    border-top-right-radius: 19.25rem !important;
  }
  .border-radius-bl-r-xl-77 {
    border-bottom-left-radius: 19.25rem !important;
  }
  .border-radius-br-r-xl-77 {
    border-bottom-right-radius: 19.25rem !important;
  }
  .border-radius-t-r-xl-77 {
    border-top-left-radius: 19.25rem !important;
    border-top-right-radius: 19.25rem !important;
  }
  .border-radius-b-r-xl-77 {
    border-bottom-left-radius: 19.25rem !important;
    border-bottom-right-radius: 19.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-77 {
    margin: 19.25rem !important;
  }
  .mt-r-contents-77 {
    margin-top: 19.25rem !important;
  }
  .mr-r-contents-77 {
    margin-right: 19.25rem !important;
  }
  .mb-r-contents-77 {
    margin-bottom: 19.25rem !important;
  }
  .ml-r-contents-77 {
    margin-left: 19.25rem !important;
  }
  .mx-r-contents-77 {
    margin-left: 19.25rem !important;
    margin-right: 19.25rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-77 {
    margin-top: 19.25rem !important;
    margin-bottom: 19.25rem !important;
  }
  .p-r-contents-77 {
    padding: 19.25rem !important;
  }
  .pt-r-contents-77 {
    padding-top: 19.25rem !important;
  }
  .pr-r-contents-77 {
    padding-right: 19.25rem !important;
  }
  .pb-r-contents-77 {
    padding-bottom: 19.25rem !important;
  }
  .pl-r-contents-77 {
    padding-left: 19.25rem !important;
  }
  .px-r-contents-77 {
    padding-left: 19.25rem !important;
    padding-right: 19.25rem !important;
  }
  .py-r-contents-77 {
    padding-top: 19.25rem !important;
    padding-bottom: 19.25rem !important;
  }
  .font-size-contents-77 {
    font-size: 77px;
  }
  .border-radius-r-contents-77 {
    border-radius: 19.25rem !important;
  }
  .border-radius-tl-r-contents-77 {
    border-top-left-radius: 19.25rem !important;
  }
  .border-radius-tr-r-contents-77 {
    border-top-right-radius: 19.25rem !important;
  }
  .border-radius-bl-r-contents-77 {
    border-bottom-left-radius: 19.25rem !important;
  }
  .border-radius-br-r-contents-77 {
    border-bottom-right-radius: 19.25rem !important;
  }
  .border-radius-t-r-contents-77 {
    border-top-left-radius: 19.25rem !important;
    border-top-right-radius: 19.25rem !important;
  }
  .border-radius-b-r-contents-77 {
    border-bottom-left-radius: 19.25rem !important;
    border-bottom-right-radius: 19.25rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-77 {
    margin: 19.25rem !important;
  }
  .mt-r-screen-77 {
    margin-top: 19.25rem !important;
  }
  .mr-r-screen-77 {
    margin-right: 19.25rem !important;
  }
  .mb-r-screen-77 {
    margin-bottom: 19.25rem !important;
  }
  .ml-r-screen-77 {
    margin-left: 19.25rem !important;
  }
  .mx-r-screen-77 {
    margin-left: 19.25rem !important;
    margin-right: 19.25rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-77 {
    margin-top: 19.25rem !important;
    margin-bottom: 19.25rem !important;
  }
  .p-r-screen-77 {
    padding: 19.25rem !important;
  }
  .pt-r-screen-77 {
    padding-top: 19.25rem !important;
  }
  .pr-r-screen-77 {
    padding-right: 19.25rem !important;
  }
  .pb-r-screen-77 {
    padding-bottom: 19.25rem !important;
  }
  .pl-r-screen-77 {
    padding-left: 19.25rem !important;
  }
  .px-r-screen-77 {
    padding-left: 19.25rem !important;
    padding-right: 19.25rem !important;
  }
  .py-r-screen-77 {
    padding-top: 19.25rem !important;
    padding-bottom: 19.25rem !important;
  }
  .font-size-screen-77 {
    font-size: 77px;
  }
  .border-radius-r-screen-77 {
    border-radius: 19.25rem !important;
  }
  .border-radius-tl-r-screen-77 {
    border-top-left-radius: 19.25rem !important;
  }
  .border-radius-tr-r-screen-77 {
    border-top-right-radius: 19.25rem !important;
  }
  .border-radius-bl-r-screen-77 {
    border-bottom-left-radius: 19.25rem !important;
  }
  .border-radius-br-r-screen-77 {
    border-bottom-right-radius: 19.25rem !important;
  }
  .border-radius-t-r-screen-77 {
    border-top-left-radius: 19.25rem !important;
    border-top-right-radius: 19.25rem !important;
  }
  .border-radius-b-r-screen-77 {
    border-bottom-left-radius: 19.25rem !important;
    border-bottom-right-radius: 19.25rem !important;
  }
}
.z-78 {
  z-index: 78;
}

.m-r-78 {
  margin: 19.5rem;
}

.mt-r-78 {
  margin-top: 19.5rem;
}

.mr-r-78 {
  margin-right: 19.5rem;
}

.mb-r-78 {
  margin-bottom: 19.5rem;
}

.ml-r-78 {
  margin-left: 19.5rem;
}

.mx-r-78 {
  margin-left: 19.5rem;
  margin-right: 19.5rem;
}

.my-r-78 {
  margin-top: 19.5rem;
  margin-bottom: 19.5rem;
}

.p-r-78 {
  padding: 19.5rem;
}

.pt-r-78 {
  padding-top: 19.5rem;
}

.pr-r-78 {
  padding-right: 19.5rem;
}

.pb-r-78 {
  padding-bottom: 19.5rem;
}

.pl-r-78 {
  padding-left: 19.5rem;
}

.px-r-78 {
  padding-left: 19.5rem;
  padding-right: 19.5rem;
}

.py-r-78 {
  padding-top: 19.5rem;
  padding-bottom: 19.5rem;
}

.t-r-78 {
  top: 19.5rem;
}

.l-r-78 {
  left: 19.5rem;
}

.b-r-78 {
  bottom: 19.5rem;
}

.r-r-78 {
  right: 19.5rem;
}

.row-gap-78 {
  margin: -19.5rem;
}

.border-radius-r-78 {
  border-radius: 19.5rem;
}

.border-radius-tl-r-78 {
  border-top-left-radius: 19.5rem;
}

.border-radius-tr-r-78 {
  border-top-right-radius: 19.5rem;
}

.border-radius-bl-r-78 {
  border-bottom-left-radius: 19.5rem;
}

.border-radius-br-r-78 {
  border-bottom-right-radius: 19.5rem;
}

.border-radius-t-r-78 {
  border-top-left-radius: 19.5rem;
  border-top-right-radius: 19.5rem;
}

.border-radius-b-r-78 {
  border-bottom-left-radius: 19.5rem;
  border-bottom-right-radius: 19.5rem;
}

.font-size-78 {
  font-size: 78px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-78 {
    margin: 19.5rem !important;
  }
  .mt-r-xs-78 {
    margin-top: 19.5rem !important;
  }
  .mr-r-xs-78 {
    margin-right: 19.5rem !important;
  }
  .mb-r-xs-78 {
    margin-bottom: 19.5rem !important;
  }
  .ml-r-xs-78 {
    margin-left: 19.5rem !important;
  }
  .mx-r-xs-78 {
    margin-left: 19.5rem !important;
    margin-right: 19.5rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-78 {
    margin-top: 19.5rem !important;
    margin-bottom: 19.5rem !important;
  }
  .p-r-xs-78 {
    padding: 19.5rem !important;
  }
  .pt-r-xs-78 {
    padding-top: 19.5rem !important;
  }
  .pr-r-xs-78 {
    padding-right: 19.5rem !important;
  }
  .pb-r-xs-78 {
    padding-bottom: 19.5rem !important;
  }
  .pl-r-xs-78 {
    padding-left: 19.5rem !important;
  }
  .px-r-xs-78 {
    padding-left: 19.5rem !important;
    padding-right: 19.5rem !important;
  }
  .py-r-xs-78 {
    padding-top: 19.5rem !important;
    padding-bottom: 19.5rem !important;
  }
  .font-size-xs-78 {
    font-size: 78px;
  }
  .border-radius-r-xs-78 {
    border-radius: 19.5rem !important;
  }
  .border-radius-tl-r-xs-78 {
    border-top-left-radius: 19.5rem !important;
  }
  .border-radius-tr-r-xs-78 {
    border-top-right-radius: 19.5rem !important;
  }
  .border-radius-bl-r-xs-78 {
    border-bottom-left-radius: 19.5rem !important;
  }
  .border-radius-br-r-xs-78 {
    border-bottom-right-radius: 19.5rem !important;
  }
  .border-radius-t-r-xs-78 {
    border-top-left-radius: 19.5rem !important;
    border-top-right-radius: 19.5rem !important;
  }
  .border-radius-b-r-xs-78 {
    border-bottom-left-radius: 19.5rem !important;
    border-bottom-right-radius: 19.5rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-78 {
    margin: 19.5rem !important;
  }
  .mt-r-sm-78 {
    margin-top: 19.5rem !important;
  }
  .mr-r-sm-78 {
    margin-right: 19.5rem !important;
  }
  .mb-r-sm-78 {
    margin-bottom: 19.5rem !important;
  }
  .ml-r-sm-78 {
    margin-left: 19.5rem !important;
  }
  .mx-r-sm-78 {
    margin-left: 19.5rem !important;
    margin-right: 19.5rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-78 {
    margin-top: 19.5rem !important;
    margin-bottom: 19.5rem !important;
  }
  .p-r-sm-78 {
    padding: 19.5rem !important;
  }
  .pt-r-sm-78 {
    padding-top: 19.5rem !important;
  }
  .pr-r-sm-78 {
    padding-right: 19.5rem !important;
  }
  .pb-r-sm-78 {
    padding-bottom: 19.5rem !important;
  }
  .pl-r-sm-78 {
    padding-left: 19.5rem !important;
  }
  .px-r-sm-78 {
    padding-left: 19.5rem !important;
    padding-right: 19.5rem !important;
  }
  .py-r-sm-78 {
    padding-top: 19.5rem !important;
    padding-bottom: 19.5rem !important;
  }
  .font-size-sm-78 {
    font-size: 78px;
  }
  .border-radius-r-sm-78 {
    border-radius: 19.5rem !important;
  }
  .border-radius-tl-r-sm-78 {
    border-top-left-radius: 19.5rem !important;
  }
  .border-radius-tr-r-sm-78 {
    border-top-right-radius: 19.5rem !important;
  }
  .border-radius-bl-r-sm-78 {
    border-bottom-left-radius: 19.5rem !important;
  }
  .border-radius-br-r-sm-78 {
    border-bottom-right-radius: 19.5rem !important;
  }
  .border-radius-t-r-sm-78 {
    border-top-left-radius: 19.5rem !important;
    border-top-right-radius: 19.5rem !important;
  }
  .border-radius-b-r-sm-78 {
    border-bottom-left-radius: 19.5rem !important;
    border-bottom-right-radius: 19.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-78 {
    margin: 19.5rem !important;
  }
  .mt-r-md-78 {
    margin-top: 19.5rem !important;
  }
  .mr-r-md-78 {
    margin-right: 19.5rem !important;
  }
  .mb-r-md-78 {
    margin-bottom: 19.5rem !important;
  }
  .ml-r-md-78 {
    margin-left: 19.5rem !important;
  }
  .mx-r-md-78 {
    margin-left: 19.5rem !important;
    margin-right: 19.5rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-78 {
    margin-top: 19.5rem !important;
    margin-bottom: 19.5rem !important;
  }
  .p-r-md-78 {
    padding: 19.5rem !important;
  }
  .pt-r-md-78 {
    padding-top: 19.5rem !important;
  }
  .pr-r-md-78 {
    padding-right: 19.5rem !important;
  }
  .pb-r-md-78 {
    padding-bottom: 19.5rem !important;
  }
  .pl-r-md-78 {
    padding-left: 19.5rem !important;
  }
  .px-r-md-78 {
    padding-left: 19.5rem !important;
    padding-right: 19.5rem !important;
  }
  .py-r-md-78 {
    padding-top: 19.5rem !important;
    padding-bottom: 19.5rem !important;
  }
  .font-size-md-78 {
    font-size: 78px;
  }
  .border-radius-r-md-78 {
    border-radius: 19.5rem !important;
  }
  .border-radius-tl-r-md-78 {
    border-top-left-radius: 19.5rem !important;
  }
  .border-radius-tr-r-md-78 {
    border-top-right-radius: 19.5rem !important;
  }
  .border-radius-bl-r-md-78 {
    border-bottom-left-radius: 19.5rem !important;
  }
  .border-radius-br-r-md-78 {
    border-bottom-right-radius: 19.5rem !important;
  }
  .border-radius-t-r-md-78 {
    border-top-left-radius: 19.5rem !important;
    border-top-right-radius: 19.5rem !important;
  }
  .border-radius-b-r-md-78 {
    border-bottom-left-radius: 19.5rem !important;
    border-bottom-right-radius: 19.5rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-78 {
    margin: 19.5rem !important;
  }
  .mt-r-lg-78 {
    margin-top: 19.5rem !important;
  }
  .mr-r-lg-78 {
    margin-right: 19.5rem !important;
  }
  .mb-r-lg-78 {
    margin-bottom: 19.5rem !important;
  }
  .ml-r-lg-78 {
    margin-left: 19.5rem !important;
  }
  .mx-r-lg-78 {
    margin-left: 19.5rem !important;
    margin-right: 19.5rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-78 {
    margin-top: 19.5rem !important;
    margin-bottom: 19.5rem !important;
  }
  .p-r-lg-78 {
    padding: 19.5rem !important;
  }
  .pt-r-lg-78 {
    padding-top: 19.5rem !important;
  }
  .pr-r-lg-78 {
    padding-right: 19.5rem !important;
  }
  .pb-r-lg-78 {
    padding-bottom: 19.5rem !important;
  }
  .pl-r-lg-78 {
    padding-left: 19.5rem !important;
  }
  .px-r-lg-78 {
    padding-left: 19.5rem !important;
    padding-right: 19.5rem !important;
  }
  .py-r-lg-78 {
    padding-top: 19.5rem !important;
    padding-bottom: 19.5rem !important;
  }
  .font-size-lg-78 {
    font-size: 78px;
  }
  .border-radius-r-lg-78 {
    border-radius: 19.5rem !important;
  }
  .border-radius-tl-r-lg-78 {
    border-top-left-radius: 19.5rem !important;
  }
  .border-radius-tr-r-lg-78 {
    border-top-right-radius: 19.5rem !important;
  }
  .border-radius-bl-r-lg-78 {
    border-bottom-left-radius: 19.5rem !important;
  }
  .border-radius-br-r-lg-78 {
    border-bottom-right-radius: 19.5rem !important;
  }
  .border-radius-t-r-lg-78 {
    border-top-left-radius: 19.5rem !important;
    border-top-right-radius: 19.5rem !important;
  }
  .border-radius-b-r-lg-78 {
    border-bottom-left-radius: 19.5rem !important;
    border-bottom-right-radius: 19.5rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-78 {
    margin: 19.5rem !important;
  }
  .mt-r-xl-78 {
    margin-top: 19.5rem !important;
  }
  .mr-r-xl-78 {
    margin-right: 19.5rem !important;
  }
  .mb-r-xl-78 {
    margin-bottom: 19.5rem !important;
  }
  .ml-r-xl-78 {
    margin-left: 19.5rem !important;
  }
  .mx-r-xl-78 {
    margin-left: 19.5rem !important;
    margin-right: 19.5rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-78 {
    margin-top: 19.5rem !important;
    margin-bottom: 19.5rem !important;
  }
  .p-r-xl-78 {
    padding: 19.5rem !important;
  }
  .pt-r-xl-78 {
    padding-top: 19.5rem !important;
  }
  .pr-r-xl-78 {
    padding-right: 19.5rem !important;
  }
  .pb-r-xl-78 {
    padding-bottom: 19.5rem !important;
  }
  .pl-r-xl-78 {
    padding-left: 19.5rem !important;
  }
  .px-r-xl-78 {
    padding-left: 19.5rem !important;
    padding-right: 19.5rem !important;
  }
  .py-r-xl-78 {
    padding-top: 19.5rem !important;
    padding-bottom: 19.5rem !important;
  }
  .font-size-xl-78 {
    font-size: 78px;
  }
  .border-radius-r-xl-78 {
    border-radius: 19.5rem !important;
  }
  .border-radius-tl-r-xl-78 {
    border-top-left-radius: 19.5rem !important;
  }
  .border-radius-tr-r-xl-78 {
    border-top-right-radius: 19.5rem !important;
  }
  .border-radius-bl-r-xl-78 {
    border-bottom-left-radius: 19.5rem !important;
  }
  .border-radius-br-r-xl-78 {
    border-bottom-right-radius: 19.5rem !important;
  }
  .border-radius-t-r-xl-78 {
    border-top-left-radius: 19.5rem !important;
    border-top-right-radius: 19.5rem !important;
  }
  .border-radius-b-r-xl-78 {
    border-bottom-left-radius: 19.5rem !important;
    border-bottom-right-radius: 19.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-78 {
    margin: 19.5rem !important;
  }
  .mt-r-contents-78 {
    margin-top: 19.5rem !important;
  }
  .mr-r-contents-78 {
    margin-right: 19.5rem !important;
  }
  .mb-r-contents-78 {
    margin-bottom: 19.5rem !important;
  }
  .ml-r-contents-78 {
    margin-left: 19.5rem !important;
  }
  .mx-r-contents-78 {
    margin-left: 19.5rem !important;
    margin-right: 19.5rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-78 {
    margin-top: 19.5rem !important;
    margin-bottom: 19.5rem !important;
  }
  .p-r-contents-78 {
    padding: 19.5rem !important;
  }
  .pt-r-contents-78 {
    padding-top: 19.5rem !important;
  }
  .pr-r-contents-78 {
    padding-right: 19.5rem !important;
  }
  .pb-r-contents-78 {
    padding-bottom: 19.5rem !important;
  }
  .pl-r-contents-78 {
    padding-left: 19.5rem !important;
  }
  .px-r-contents-78 {
    padding-left: 19.5rem !important;
    padding-right: 19.5rem !important;
  }
  .py-r-contents-78 {
    padding-top: 19.5rem !important;
    padding-bottom: 19.5rem !important;
  }
  .font-size-contents-78 {
    font-size: 78px;
  }
  .border-radius-r-contents-78 {
    border-radius: 19.5rem !important;
  }
  .border-radius-tl-r-contents-78 {
    border-top-left-radius: 19.5rem !important;
  }
  .border-radius-tr-r-contents-78 {
    border-top-right-radius: 19.5rem !important;
  }
  .border-radius-bl-r-contents-78 {
    border-bottom-left-radius: 19.5rem !important;
  }
  .border-radius-br-r-contents-78 {
    border-bottom-right-radius: 19.5rem !important;
  }
  .border-radius-t-r-contents-78 {
    border-top-left-radius: 19.5rem !important;
    border-top-right-radius: 19.5rem !important;
  }
  .border-radius-b-r-contents-78 {
    border-bottom-left-radius: 19.5rem !important;
    border-bottom-right-radius: 19.5rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-78 {
    margin: 19.5rem !important;
  }
  .mt-r-screen-78 {
    margin-top: 19.5rem !important;
  }
  .mr-r-screen-78 {
    margin-right: 19.5rem !important;
  }
  .mb-r-screen-78 {
    margin-bottom: 19.5rem !important;
  }
  .ml-r-screen-78 {
    margin-left: 19.5rem !important;
  }
  .mx-r-screen-78 {
    margin-left: 19.5rem !important;
    margin-right: 19.5rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-78 {
    margin-top: 19.5rem !important;
    margin-bottom: 19.5rem !important;
  }
  .p-r-screen-78 {
    padding: 19.5rem !important;
  }
  .pt-r-screen-78 {
    padding-top: 19.5rem !important;
  }
  .pr-r-screen-78 {
    padding-right: 19.5rem !important;
  }
  .pb-r-screen-78 {
    padding-bottom: 19.5rem !important;
  }
  .pl-r-screen-78 {
    padding-left: 19.5rem !important;
  }
  .px-r-screen-78 {
    padding-left: 19.5rem !important;
    padding-right: 19.5rem !important;
  }
  .py-r-screen-78 {
    padding-top: 19.5rem !important;
    padding-bottom: 19.5rem !important;
  }
  .font-size-screen-78 {
    font-size: 78px;
  }
  .border-radius-r-screen-78 {
    border-radius: 19.5rem !important;
  }
  .border-radius-tl-r-screen-78 {
    border-top-left-radius: 19.5rem !important;
  }
  .border-radius-tr-r-screen-78 {
    border-top-right-radius: 19.5rem !important;
  }
  .border-radius-bl-r-screen-78 {
    border-bottom-left-radius: 19.5rem !important;
  }
  .border-radius-br-r-screen-78 {
    border-bottom-right-radius: 19.5rem !important;
  }
  .border-radius-t-r-screen-78 {
    border-top-left-radius: 19.5rem !important;
    border-top-right-radius: 19.5rem !important;
  }
  .border-radius-b-r-screen-78 {
    border-bottom-left-radius: 19.5rem !important;
    border-bottom-right-radius: 19.5rem !important;
  }
}
.z-79 {
  z-index: 79;
}

.m-r-79 {
  margin: 19.75rem;
}

.mt-r-79 {
  margin-top: 19.75rem;
}

.mr-r-79 {
  margin-right: 19.75rem;
}

.mb-r-79 {
  margin-bottom: 19.75rem;
}

.ml-r-79 {
  margin-left: 19.75rem;
}

.mx-r-79 {
  margin-left: 19.75rem;
  margin-right: 19.75rem;
}

.my-r-79 {
  margin-top: 19.75rem;
  margin-bottom: 19.75rem;
}

.p-r-79 {
  padding: 19.75rem;
}

.pt-r-79 {
  padding-top: 19.75rem;
}

.pr-r-79 {
  padding-right: 19.75rem;
}

.pb-r-79 {
  padding-bottom: 19.75rem;
}

.pl-r-79 {
  padding-left: 19.75rem;
}

.px-r-79 {
  padding-left: 19.75rem;
  padding-right: 19.75rem;
}

.py-r-79 {
  padding-top: 19.75rem;
  padding-bottom: 19.75rem;
}

.t-r-79 {
  top: 19.75rem;
}

.l-r-79 {
  left: 19.75rem;
}

.b-r-79 {
  bottom: 19.75rem;
}

.r-r-79 {
  right: 19.75rem;
}

.row-gap-79 {
  margin: -19.75rem;
}

.border-radius-r-79 {
  border-radius: 19.75rem;
}

.border-radius-tl-r-79 {
  border-top-left-radius: 19.75rem;
}

.border-radius-tr-r-79 {
  border-top-right-radius: 19.75rem;
}

.border-radius-bl-r-79 {
  border-bottom-left-radius: 19.75rem;
}

.border-radius-br-r-79 {
  border-bottom-right-radius: 19.75rem;
}

.border-radius-t-r-79 {
  border-top-left-radius: 19.75rem;
  border-top-right-radius: 19.75rem;
}

.border-radius-b-r-79 {
  border-bottom-left-radius: 19.75rem;
  border-bottom-right-radius: 19.75rem;
}

.font-size-79 {
  font-size: 79px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-79 {
    margin: 19.75rem !important;
  }
  .mt-r-xs-79 {
    margin-top: 19.75rem !important;
  }
  .mr-r-xs-79 {
    margin-right: 19.75rem !important;
  }
  .mb-r-xs-79 {
    margin-bottom: 19.75rem !important;
  }
  .ml-r-xs-79 {
    margin-left: 19.75rem !important;
  }
  .mx-r-xs-79 {
    margin-left: 19.75rem !important;
    margin-right: 19.75rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-79 {
    margin-top: 19.75rem !important;
    margin-bottom: 19.75rem !important;
  }
  .p-r-xs-79 {
    padding: 19.75rem !important;
  }
  .pt-r-xs-79 {
    padding-top: 19.75rem !important;
  }
  .pr-r-xs-79 {
    padding-right: 19.75rem !important;
  }
  .pb-r-xs-79 {
    padding-bottom: 19.75rem !important;
  }
  .pl-r-xs-79 {
    padding-left: 19.75rem !important;
  }
  .px-r-xs-79 {
    padding-left: 19.75rem !important;
    padding-right: 19.75rem !important;
  }
  .py-r-xs-79 {
    padding-top: 19.75rem !important;
    padding-bottom: 19.75rem !important;
  }
  .font-size-xs-79 {
    font-size: 79px;
  }
  .border-radius-r-xs-79 {
    border-radius: 19.75rem !important;
  }
  .border-radius-tl-r-xs-79 {
    border-top-left-radius: 19.75rem !important;
  }
  .border-radius-tr-r-xs-79 {
    border-top-right-radius: 19.75rem !important;
  }
  .border-radius-bl-r-xs-79 {
    border-bottom-left-radius: 19.75rem !important;
  }
  .border-radius-br-r-xs-79 {
    border-bottom-right-radius: 19.75rem !important;
  }
  .border-radius-t-r-xs-79 {
    border-top-left-radius: 19.75rem !important;
    border-top-right-radius: 19.75rem !important;
  }
  .border-radius-b-r-xs-79 {
    border-bottom-left-radius: 19.75rem !important;
    border-bottom-right-radius: 19.75rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-79 {
    margin: 19.75rem !important;
  }
  .mt-r-sm-79 {
    margin-top: 19.75rem !important;
  }
  .mr-r-sm-79 {
    margin-right: 19.75rem !important;
  }
  .mb-r-sm-79 {
    margin-bottom: 19.75rem !important;
  }
  .ml-r-sm-79 {
    margin-left: 19.75rem !important;
  }
  .mx-r-sm-79 {
    margin-left: 19.75rem !important;
    margin-right: 19.75rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-79 {
    margin-top: 19.75rem !important;
    margin-bottom: 19.75rem !important;
  }
  .p-r-sm-79 {
    padding: 19.75rem !important;
  }
  .pt-r-sm-79 {
    padding-top: 19.75rem !important;
  }
  .pr-r-sm-79 {
    padding-right: 19.75rem !important;
  }
  .pb-r-sm-79 {
    padding-bottom: 19.75rem !important;
  }
  .pl-r-sm-79 {
    padding-left: 19.75rem !important;
  }
  .px-r-sm-79 {
    padding-left: 19.75rem !important;
    padding-right: 19.75rem !important;
  }
  .py-r-sm-79 {
    padding-top: 19.75rem !important;
    padding-bottom: 19.75rem !important;
  }
  .font-size-sm-79 {
    font-size: 79px;
  }
  .border-radius-r-sm-79 {
    border-radius: 19.75rem !important;
  }
  .border-radius-tl-r-sm-79 {
    border-top-left-radius: 19.75rem !important;
  }
  .border-radius-tr-r-sm-79 {
    border-top-right-radius: 19.75rem !important;
  }
  .border-radius-bl-r-sm-79 {
    border-bottom-left-radius: 19.75rem !important;
  }
  .border-radius-br-r-sm-79 {
    border-bottom-right-radius: 19.75rem !important;
  }
  .border-radius-t-r-sm-79 {
    border-top-left-radius: 19.75rem !important;
    border-top-right-radius: 19.75rem !important;
  }
  .border-radius-b-r-sm-79 {
    border-bottom-left-radius: 19.75rem !important;
    border-bottom-right-radius: 19.75rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-79 {
    margin: 19.75rem !important;
  }
  .mt-r-md-79 {
    margin-top: 19.75rem !important;
  }
  .mr-r-md-79 {
    margin-right: 19.75rem !important;
  }
  .mb-r-md-79 {
    margin-bottom: 19.75rem !important;
  }
  .ml-r-md-79 {
    margin-left: 19.75rem !important;
  }
  .mx-r-md-79 {
    margin-left: 19.75rem !important;
    margin-right: 19.75rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-79 {
    margin-top: 19.75rem !important;
    margin-bottom: 19.75rem !important;
  }
  .p-r-md-79 {
    padding: 19.75rem !important;
  }
  .pt-r-md-79 {
    padding-top: 19.75rem !important;
  }
  .pr-r-md-79 {
    padding-right: 19.75rem !important;
  }
  .pb-r-md-79 {
    padding-bottom: 19.75rem !important;
  }
  .pl-r-md-79 {
    padding-left: 19.75rem !important;
  }
  .px-r-md-79 {
    padding-left: 19.75rem !important;
    padding-right: 19.75rem !important;
  }
  .py-r-md-79 {
    padding-top: 19.75rem !important;
    padding-bottom: 19.75rem !important;
  }
  .font-size-md-79 {
    font-size: 79px;
  }
  .border-radius-r-md-79 {
    border-radius: 19.75rem !important;
  }
  .border-radius-tl-r-md-79 {
    border-top-left-radius: 19.75rem !important;
  }
  .border-radius-tr-r-md-79 {
    border-top-right-radius: 19.75rem !important;
  }
  .border-radius-bl-r-md-79 {
    border-bottom-left-radius: 19.75rem !important;
  }
  .border-radius-br-r-md-79 {
    border-bottom-right-radius: 19.75rem !important;
  }
  .border-radius-t-r-md-79 {
    border-top-left-radius: 19.75rem !important;
    border-top-right-radius: 19.75rem !important;
  }
  .border-radius-b-r-md-79 {
    border-bottom-left-radius: 19.75rem !important;
    border-bottom-right-radius: 19.75rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-79 {
    margin: 19.75rem !important;
  }
  .mt-r-lg-79 {
    margin-top: 19.75rem !important;
  }
  .mr-r-lg-79 {
    margin-right: 19.75rem !important;
  }
  .mb-r-lg-79 {
    margin-bottom: 19.75rem !important;
  }
  .ml-r-lg-79 {
    margin-left: 19.75rem !important;
  }
  .mx-r-lg-79 {
    margin-left: 19.75rem !important;
    margin-right: 19.75rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-79 {
    margin-top: 19.75rem !important;
    margin-bottom: 19.75rem !important;
  }
  .p-r-lg-79 {
    padding: 19.75rem !important;
  }
  .pt-r-lg-79 {
    padding-top: 19.75rem !important;
  }
  .pr-r-lg-79 {
    padding-right: 19.75rem !important;
  }
  .pb-r-lg-79 {
    padding-bottom: 19.75rem !important;
  }
  .pl-r-lg-79 {
    padding-left: 19.75rem !important;
  }
  .px-r-lg-79 {
    padding-left: 19.75rem !important;
    padding-right: 19.75rem !important;
  }
  .py-r-lg-79 {
    padding-top: 19.75rem !important;
    padding-bottom: 19.75rem !important;
  }
  .font-size-lg-79 {
    font-size: 79px;
  }
  .border-radius-r-lg-79 {
    border-radius: 19.75rem !important;
  }
  .border-radius-tl-r-lg-79 {
    border-top-left-radius: 19.75rem !important;
  }
  .border-radius-tr-r-lg-79 {
    border-top-right-radius: 19.75rem !important;
  }
  .border-radius-bl-r-lg-79 {
    border-bottom-left-radius: 19.75rem !important;
  }
  .border-radius-br-r-lg-79 {
    border-bottom-right-radius: 19.75rem !important;
  }
  .border-radius-t-r-lg-79 {
    border-top-left-radius: 19.75rem !important;
    border-top-right-radius: 19.75rem !important;
  }
  .border-radius-b-r-lg-79 {
    border-bottom-left-radius: 19.75rem !important;
    border-bottom-right-radius: 19.75rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-79 {
    margin: 19.75rem !important;
  }
  .mt-r-xl-79 {
    margin-top: 19.75rem !important;
  }
  .mr-r-xl-79 {
    margin-right: 19.75rem !important;
  }
  .mb-r-xl-79 {
    margin-bottom: 19.75rem !important;
  }
  .ml-r-xl-79 {
    margin-left: 19.75rem !important;
  }
  .mx-r-xl-79 {
    margin-left: 19.75rem !important;
    margin-right: 19.75rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-79 {
    margin-top: 19.75rem !important;
    margin-bottom: 19.75rem !important;
  }
  .p-r-xl-79 {
    padding: 19.75rem !important;
  }
  .pt-r-xl-79 {
    padding-top: 19.75rem !important;
  }
  .pr-r-xl-79 {
    padding-right: 19.75rem !important;
  }
  .pb-r-xl-79 {
    padding-bottom: 19.75rem !important;
  }
  .pl-r-xl-79 {
    padding-left: 19.75rem !important;
  }
  .px-r-xl-79 {
    padding-left: 19.75rem !important;
    padding-right: 19.75rem !important;
  }
  .py-r-xl-79 {
    padding-top: 19.75rem !important;
    padding-bottom: 19.75rem !important;
  }
  .font-size-xl-79 {
    font-size: 79px;
  }
  .border-radius-r-xl-79 {
    border-radius: 19.75rem !important;
  }
  .border-radius-tl-r-xl-79 {
    border-top-left-radius: 19.75rem !important;
  }
  .border-radius-tr-r-xl-79 {
    border-top-right-radius: 19.75rem !important;
  }
  .border-radius-bl-r-xl-79 {
    border-bottom-left-radius: 19.75rem !important;
  }
  .border-radius-br-r-xl-79 {
    border-bottom-right-radius: 19.75rem !important;
  }
  .border-radius-t-r-xl-79 {
    border-top-left-radius: 19.75rem !important;
    border-top-right-radius: 19.75rem !important;
  }
  .border-radius-b-r-xl-79 {
    border-bottom-left-radius: 19.75rem !important;
    border-bottom-right-radius: 19.75rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-79 {
    margin: 19.75rem !important;
  }
  .mt-r-contents-79 {
    margin-top: 19.75rem !important;
  }
  .mr-r-contents-79 {
    margin-right: 19.75rem !important;
  }
  .mb-r-contents-79 {
    margin-bottom: 19.75rem !important;
  }
  .ml-r-contents-79 {
    margin-left: 19.75rem !important;
  }
  .mx-r-contents-79 {
    margin-left: 19.75rem !important;
    margin-right: 19.75rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-79 {
    margin-top: 19.75rem !important;
    margin-bottom: 19.75rem !important;
  }
  .p-r-contents-79 {
    padding: 19.75rem !important;
  }
  .pt-r-contents-79 {
    padding-top: 19.75rem !important;
  }
  .pr-r-contents-79 {
    padding-right: 19.75rem !important;
  }
  .pb-r-contents-79 {
    padding-bottom: 19.75rem !important;
  }
  .pl-r-contents-79 {
    padding-left: 19.75rem !important;
  }
  .px-r-contents-79 {
    padding-left: 19.75rem !important;
    padding-right: 19.75rem !important;
  }
  .py-r-contents-79 {
    padding-top: 19.75rem !important;
    padding-bottom: 19.75rem !important;
  }
  .font-size-contents-79 {
    font-size: 79px;
  }
  .border-radius-r-contents-79 {
    border-radius: 19.75rem !important;
  }
  .border-radius-tl-r-contents-79 {
    border-top-left-radius: 19.75rem !important;
  }
  .border-radius-tr-r-contents-79 {
    border-top-right-radius: 19.75rem !important;
  }
  .border-radius-bl-r-contents-79 {
    border-bottom-left-radius: 19.75rem !important;
  }
  .border-radius-br-r-contents-79 {
    border-bottom-right-radius: 19.75rem !important;
  }
  .border-radius-t-r-contents-79 {
    border-top-left-radius: 19.75rem !important;
    border-top-right-radius: 19.75rem !important;
  }
  .border-radius-b-r-contents-79 {
    border-bottom-left-radius: 19.75rem !important;
    border-bottom-right-radius: 19.75rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-79 {
    margin: 19.75rem !important;
  }
  .mt-r-screen-79 {
    margin-top: 19.75rem !important;
  }
  .mr-r-screen-79 {
    margin-right: 19.75rem !important;
  }
  .mb-r-screen-79 {
    margin-bottom: 19.75rem !important;
  }
  .ml-r-screen-79 {
    margin-left: 19.75rem !important;
  }
  .mx-r-screen-79 {
    margin-left: 19.75rem !important;
    margin-right: 19.75rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-79 {
    margin-top: 19.75rem !important;
    margin-bottom: 19.75rem !important;
  }
  .p-r-screen-79 {
    padding: 19.75rem !important;
  }
  .pt-r-screen-79 {
    padding-top: 19.75rem !important;
  }
  .pr-r-screen-79 {
    padding-right: 19.75rem !important;
  }
  .pb-r-screen-79 {
    padding-bottom: 19.75rem !important;
  }
  .pl-r-screen-79 {
    padding-left: 19.75rem !important;
  }
  .px-r-screen-79 {
    padding-left: 19.75rem !important;
    padding-right: 19.75rem !important;
  }
  .py-r-screen-79 {
    padding-top: 19.75rem !important;
    padding-bottom: 19.75rem !important;
  }
  .font-size-screen-79 {
    font-size: 79px;
  }
  .border-radius-r-screen-79 {
    border-radius: 19.75rem !important;
  }
  .border-radius-tl-r-screen-79 {
    border-top-left-radius: 19.75rem !important;
  }
  .border-radius-tr-r-screen-79 {
    border-top-right-radius: 19.75rem !important;
  }
  .border-radius-bl-r-screen-79 {
    border-bottom-left-radius: 19.75rem !important;
  }
  .border-radius-br-r-screen-79 {
    border-bottom-right-radius: 19.75rem !important;
  }
  .border-radius-t-r-screen-79 {
    border-top-left-radius: 19.75rem !important;
    border-top-right-radius: 19.75rem !important;
  }
  .border-radius-b-r-screen-79 {
    border-bottom-left-radius: 19.75rem !important;
    border-bottom-right-radius: 19.75rem !important;
  }
}
.z-80 {
  z-index: 80;
}

.m-r-80 {
  margin: 20rem;
}

.mt-r-80 {
  margin-top: 20rem;
}

.mr-r-80 {
  margin-right: 20rem;
}

.mb-r-80 {
  margin-bottom: 20rem;
}

.ml-r-80 {
  margin-left: 20rem;
}

.mx-r-80 {
  margin-left: 20rem;
  margin-right: 20rem;
}

.my-r-80 {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

.p-r-80 {
  padding: 20rem;
}

.pt-r-80 {
  padding-top: 20rem;
}

.pr-r-80 {
  padding-right: 20rem;
}

.pb-r-80 {
  padding-bottom: 20rem;
}

.pl-r-80 {
  padding-left: 20rem;
}

.px-r-80 {
  padding-left: 20rem;
  padding-right: 20rem;
}

.py-r-80 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.t-r-80 {
  top: 20rem;
}

.l-r-80 {
  left: 20rem;
}

.b-r-80 {
  bottom: 20rem;
}

.r-r-80 {
  right: 20rem;
}

.row-gap-80 {
  margin: -20rem;
}

.border-radius-r-80 {
  border-radius: 20rem;
}

.border-radius-tl-r-80 {
  border-top-left-radius: 20rem;
}

.border-radius-tr-r-80 {
  border-top-right-radius: 20rem;
}

.border-radius-bl-r-80 {
  border-bottom-left-radius: 20rem;
}

.border-radius-br-r-80 {
  border-bottom-right-radius: 20rem;
}

.border-radius-t-r-80 {
  border-top-left-radius: 20rem;
  border-top-right-radius: 20rem;
}

.border-radius-b-r-80 {
  border-bottom-left-radius: 20rem;
  border-bottom-right-radius: 20rem;
}

.font-size-80 {
  font-size: 80px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-80 {
    margin: 20rem !important;
  }
  .mt-r-xs-80 {
    margin-top: 20rem !important;
  }
  .mr-r-xs-80 {
    margin-right: 20rem !important;
  }
  .mb-r-xs-80 {
    margin-bottom: 20rem !important;
  }
  .ml-r-xs-80 {
    margin-left: 20rem !important;
  }
  .mx-r-xs-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .p-r-xs-80 {
    padding: 20rem !important;
  }
  .pt-r-xs-80 {
    padding-top: 20rem !important;
  }
  .pr-r-xs-80 {
    padding-right: 20rem !important;
  }
  .pb-r-xs-80 {
    padding-bottom: 20rem !important;
  }
  .pl-r-xs-80 {
    padding-left: 20rem !important;
  }
  .px-r-xs-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }
  .py-r-xs-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .font-size-xs-80 {
    font-size: 80px;
  }
  .border-radius-r-xs-80 {
    border-radius: 20rem !important;
  }
  .border-radius-tl-r-xs-80 {
    border-top-left-radius: 20rem !important;
  }
  .border-radius-tr-r-xs-80 {
    border-top-right-radius: 20rem !important;
  }
  .border-radius-bl-r-xs-80 {
    border-bottom-left-radius: 20rem !important;
  }
  .border-radius-br-r-xs-80 {
    border-bottom-right-radius: 20rem !important;
  }
  .border-radius-t-r-xs-80 {
    border-top-left-radius: 20rem !important;
    border-top-right-radius: 20rem !important;
  }
  .border-radius-b-r-xs-80 {
    border-bottom-left-radius: 20rem !important;
    border-bottom-right-radius: 20rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-80 {
    margin: 20rem !important;
  }
  .mt-r-sm-80 {
    margin-top: 20rem !important;
  }
  .mr-r-sm-80 {
    margin-right: 20rem !important;
  }
  .mb-r-sm-80 {
    margin-bottom: 20rem !important;
  }
  .ml-r-sm-80 {
    margin-left: 20rem !important;
  }
  .mx-r-sm-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .p-r-sm-80 {
    padding: 20rem !important;
  }
  .pt-r-sm-80 {
    padding-top: 20rem !important;
  }
  .pr-r-sm-80 {
    padding-right: 20rem !important;
  }
  .pb-r-sm-80 {
    padding-bottom: 20rem !important;
  }
  .pl-r-sm-80 {
    padding-left: 20rem !important;
  }
  .px-r-sm-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }
  .py-r-sm-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .font-size-sm-80 {
    font-size: 80px;
  }
  .border-radius-r-sm-80 {
    border-radius: 20rem !important;
  }
  .border-radius-tl-r-sm-80 {
    border-top-left-radius: 20rem !important;
  }
  .border-radius-tr-r-sm-80 {
    border-top-right-radius: 20rem !important;
  }
  .border-radius-bl-r-sm-80 {
    border-bottom-left-radius: 20rem !important;
  }
  .border-radius-br-r-sm-80 {
    border-bottom-right-radius: 20rem !important;
  }
  .border-radius-t-r-sm-80 {
    border-top-left-radius: 20rem !important;
    border-top-right-radius: 20rem !important;
  }
  .border-radius-b-r-sm-80 {
    border-bottom-left-radius: 20rem !important;
    border-bottom-right-radius: 20rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-80 {
    margin: 20rem !important;
  }
  .mt-r-md-80 {
    margin-top: 20rem !important;
  }
  .mr-r-md-80 {
    margin-right: 20rem !important;
  }
  .mb-r-md-80 {
    margin-bottom: 20rem !important;
  }
  .ml-r-md-80 {
    margin-left: 20rem !important;
  }
  .mx-r-md-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .p-r-md-80 {
    padding: 20rem !important;
  }
  .pt-r-md-80 {
    padding-top: 20rem !important;
  }
  .pr-r-md-80 {
    padding-right: 20rem !important;
  }
  .pb-r-md-80 {
    padding-bottom: 20rem !important;
  }
  .pl-r-md-80 {
    padding-left: 20rem !important;
  }
  .px-r-md-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }
  .py-r-md-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .font-size-md-80 {
    font-size: 80px;
  }
  .border-radius-r-md-80 {
    border-radius: 20rem !important;
  }
  .border-radius-tl-r-md-80 {
    border-top-left-radius: 20rem !important;
  }
  .border-radius-tr-r-md-80 {
    border-top-right-radius: 20rem !important;
  }
  .border-radius-bl-r-md-80 {
    border-bottom-left-radius: 20rem !important;
  }
  .border-radius-br-r-md-80 {
    border-bottom-right-radius: 20rem !important;
  }
  .border-radius-t-r-md-80 {
    border-top-left-radius: 20rem !important;
    border-top-right-radius: 20rem !important;
  }
  .border-radius-b-r-md-80 {
    border-bottom-left-radius: 20rem !important;
    border-bottom-right-radius: 20rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-80 {
    margin: 20rem !important;
  }
  .mt-r-lg-80 {
    margin-top: 20rem !important;
  }
  .mr-r-lg-80 {
    margin-right: 20rem !important;
  }
  .mb-r-lg-80 {
    margin-bottom: 20rem !important;
  }
  .ml-r-lg-80 {
    margin-left: 20rem !important;
  }
  .mx-r-lg-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .p-r-lg-80 {
    padding: 20rem !important;
  }
  .pt-r-lg-80 {
    padding-top: 20rem !important;
  }
  .pr-r-lg-80 {
    padding-right: 20rem !important;
  }
  .pb-r-lg-80 {
    padding-bottom: 20rem !important;
  }
  .pl-r-lg-80 {
    padding-left: 20rem !important;
  }
  .px-r-lg-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }
  .py-r-lg-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .font-size-lg-80 {
    font-size: 80px;
  }
  .border-radius-r-lg-80 {
    border-radius: 20rem !important;
  }
  .border-radius-tl-r-lg-80 {
    border-top-left-radius: 20rem !important;
  }
  .border-radius-tr-r-lg-80 {
    border-top-right-radius: 20rem !important;
  }
  .border-radius-bl-r-lg-80 {
    border-bottom-left-radius: 20rem !important;
  }
  .border-radius-br-r-lg-80 {
    border-bottom-right-radius: 20rem !important;
  }
  .border-radius-t-r-lg-80 {
    border-top-left-radius: 20rem !important;
    border-top-right-radius: 20rem !important;
  }
  .border-radius-b-r-lg-80 {
    border-bottom-left-radius: 20rem !important;
    border-bottom-right-radius: 20rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-80 {
    margin: 20rem !important;
  }
  .mt-r-xl-80 {
    margin-top: 20rem !important;
  }
  .mr-r-xl-80 {
    margin-right: 20rem !important;
  }
  .mb-r-xl-80 {
    margin-bottom: 20rem !important;
  }
  .ml-r-xl-80 {
    margin-left: 20rem !important;
  }
  .mx-r-xl-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .p-r-xl-80 {
    padding: 20rem !important;
  }
  .pt-r-xl-80 {
    padding-top: 20rem !important;
  }
  .pr-r-xl-80 {
    padding-right: 20rem !important;
  }
  .pb-r-xl-80 {
    padding-bottom: 20rem !important;
  }
  .pl-r-xl-80 {
    padding-left: 20rem !important;
  }
  .px-r-xl-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }
  .py-r-xl-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .font-size-xl-80 {
    font-size: 80px;
  }
  .border-radius-r-xl-80 {
    border-radius: 20rem !important;
  }
  .border-radius-tl-r-xl-80 {
    border-top-left-radius: 20rem !important;
  }
  .border-radius-tr-r-xl-80 {
    border-top-right-radius: 20rem !important;
  }
  .border-radius-bl-r-xl-80 {
    border-bottom-left-radius: 20rem !important;
  }
  .border-radius-br-r-xl-80 {
    border-bottom-right-radius: 20rem !important;
  }
  .border-radius-t-r-xl-80 {
    border-top-left-radius: 20rem !important;
    border-top-right-radius: 20rem !important;
  }
  .border-radius-b-r-xl-80 {
    border-bottom-left-radius: 20rem !important;
    border-bottom-right-radius: 20rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-80 {
    margin: 20rem !important;
  }
  .mt-r-contents-80 {
    margin-top: 20rem !important;
  }
  .mr-r-contents-80 {
    margin-right: 20rem !important;
  }
  .mb-r-contents-80 {
    margin-bottom: 20rem !important;
  }
  .ml-r-contents-80 {
    margin-left: 20rem !important;
  }
  .mx-r-contents-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .p-r-contents-80 {
    padding: 20rem !important;
  }
  .pt-r-contents-80 {
    padding-top: 20rem !important;
  }
  .pr-r-contents-80 {
    padding-right: 20rem !important;
  }
  .pb-r-contents-80 {
    padding-bottom: 20rem !important;
  }
  .pl-r-contents-80 {
    padding-left: 20rem !important;
  }
  .px-r-contents-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }
  .py-r-contents-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .font-size-contents-80 {
    font-size: 80px;
  }
  .border-radius-r-contents-80 {
    border-radius: 20rem !important;
  }
  .border-radius-tl-r-contents-80 {
    border-top-left-radius: 20rem !important;
  }
  .border-radius-tr-r-contents-80 {
    border-top-right-radius: 20rem !important;
  }
  .border-radius-bl-r-contents-80 {
    border-bottom-left-radius: 20rem !important;
  }
  .border-radius-br-r-contents-80 {
    border-bottom-right-radius: 20rem !important;
  }
  .border-radius-t-r-contents-80 {
    border-top-left-radius: 20rem !important;
    border-top-right-radius: 20rem !important;
  }
  .border-radius-b-r-contents-80 {
    border-bottom-left-radius: 20rem !important;
    border-bottom-right-radius: 20rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-80 {
    margin: 20rem !important;
  }
  .mt-r-screen-80 {
    margin-top: 20rem !important;
  }
  .mr-r-screen-80 {
    margin-right: 20rem !important;
  }
  .mb-r-screen-80 {
    margin-bottom: 20rem !important;
  }
  .ml-r-screen-80 {
    margin-left: 20rem !important;
  }
  .mx-r-screen-80 {
    margin-left: 20rem !important;
    margin-right: 20rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-80 {
    margin-top: 20rem !important;
    margin-bottom: 20rem !important;
  }
  .p-r-screen-80 {
    padding: 20rem !important;
  }
  .pt-r-screen-80 {
    padding-top: 20rem !important;
  }
  .pr-r-screen-80 {
    padding-right: 20rem !important;
  }
  .pb-r-screen-80 {
    padding-bottom: 20rem !important;
  }
  .pl-r-screen-80 {
    padding-left: 20rem !important;
  }
  .px-r-screen-80 {
    padding-left: 20rem !important;
    padding-right: 20rem !important;
  }
  .py-r-screen-80 {
    padding-top: 20rem !important;
    padding-bottom: 20rem !important;
  }
  .font-size-screen-80 {
    font-size: 80px;
  }
  .border-radius-r-screen-80 {
    border-radius: 20rem !important;
  }
  .border-radius-tl-r-screen-80 {
    border-top-left-radius: 20rem !important;
  }
  .border-radius-tr-r-screen-80 {
    border-top-right-radius: 20rem !important;
  }
  .border-radius-bl-r-screen-80 {
    border-bottom-left-radius: 20rem !important;
  }
  .border-radius-br-r-screen-80 {
    border-bottom-right-radius: 20rem !important;
  }
  .border-radius-t-r-screen-80 {
    border-top-left-radius: 20rem !important;
    border-top-right-radius: 20rem !important;
  }
  .border-radius-b-r-screen-80 {
    border-bottom-left-radius: 20rem !important;
    border-bottom-right-radius: 20rem !important;
  }
}
.z-81 {
  z-index: 81;
}

.m-r-81 {
  margin: 20.25rem;
}

.mt-r-81 {
  margin-top: 20.25rem;
}

.mr-r-81 {
  margin-right: 20.25rem;
}

.mb-r-81 {
  margin-bottom: 20.25rem;
}

.ml-r-81 {
  margin-left: 20.25rem;
}

.mx-r-81 {
  margin-left: 20.25rem;
  margin-right: 20.25rem;
}

.my-r-81 {
  margin-top: 20.25rem;
  margin-bottom: 20.25rem;
}

.p-r-81 {
  padding: 20.25rem;
}

.pt-r-81 {
  padding-top: 20.25rem;
}

.pr-r-81 {
  padding-right: 20.25rem;
}

.pb-r-81 {
  padding-bottom: 20.25rem;
}

.pl-r-81 {
  padding-left: 20.25rem;
}

.px-r-81 {
  padding-left: 20.25rem;
  padding-right: 20.25rem;
}

.py-r-81 {
  padding-top: 20.25rem;
  padding-bottom: 20.25rem;
}

.t-r-81 {
  top: 20.25rem;
}

.l-r-81 {
  left: 20.25rem;
}

.b-r-81 {
  bottom: 20.25rem;
}

.r-r-81 {
  right: 20.25rem;
}

.row-gap-81 {
  margin: -20.25rem;
}

.border-radius-r-81 {
  border-radius: 20.25rem;
}

.border-radius-tl-r-81 {
  border-top-left-radius: 20.25rem;
}

.border-radius-tr-r-81 {
  border-top-right-radius: 20.25rem;
}

.border-radius-bl-r-81 {
  border-bottom-left-radius: 20.25rem;
}

.border-radius-br-r-81 {
  border-bottom-right-radius: 20.25rem;
}

.border-radius-t-r-81 {
  border-top-left-radius: 20.25rem;
  border-top-right-radius: 20.25rem;
}

.border-radius-b-r-81 {
  border-bottom-left-radius: 20.25rem;
  border-bottom-right-radius: 20.25rem;
}

.font-size-81 {
  font-size: 81px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-81 {
    margin: 20.25rem !important;
  }
  .mt-r-xs-81 {
    margin-top: 20.25rem !important;
  }
  .mr-r-xs-81 {
    margin-right: 20.25rem !important;
  }
  .mb-r-xs-81 {
    margin-bottom: 20.25rem !important;
  }
  .ml-r-xs-81 {
    margin-left: 20.25rem !important;
  }
  .mx-r-xs-81 {
    margin-left: 20.25rem !important;
    margin-right: 20.25rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-81 {
    margin-top: 20.25rem !important;
    margin-bottom: 20.25rem !important;
  }
  .p-r-xs-81 {
    padding: 20.25rem !important;
  }
  .pt-r-xs-81 {
    padding-top: 20.25rem !important;
  }
  .pr-r-xs-81 {
    padding-right: 20.25rem !important;
  }
  .pb-r-xs-81 {
    padding-bottom: 20.25rem !important;
  }
  .pl-r-xs-81 {
    padding-left: 20.25rem !important;
  }
  .px-r-xs-81 {
    padding-left: 20.25rem !important;
    padding-right: 20.25rem !important;
  }
  .py-r-xs-81 {
    padding-top: 20.25rem !important;
    padding-bottom: 20.25rem !important;
  }
  .font-size-xs-81 {
    font-size: 81px;
  }
  .border-radius-r-xs-81 {
    border-radius: 20.25rem !important;
  }
  .border-radius-tl-r-xs-81 {
    border-top-left-radius: 20.25rem !important;
  }
  .border-radius-tr-r-xs-81 {
    border-top-right-radius: 20.25rem !important;
  }
  .border-radius-bl-r-xs-81 {
    border-bottom-left-radius: 20.25rem !important;
  }
  .border-radius-br-r-xs-81 {
    border-bottom-right-radius: 20.25rem !important;
  }
  .border-radius-t-r-xs-81 {
    border-top-left-radius: 20.25rem !important;
    border-top-right-radius: 20.25rem !important;
  }
  .border-radius-b-r-xs-81 {
    border-bottom-left-radius: 20.25rem !important;
    border-bottom-right-radius: 20.25rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-81 {
    margin: 20.25rem !important;
  }
  .mt-r-sm-81 {
    margin-top: 20.25rem !important;
  }
  .mr-r-sm-81 {
    margin-right: 20.25rem !important;
  }
  .mb-r-sm-81 {
    margin-bottom: 20.25rem !important;
  }
  .ml-r-sm-81 {
    margin-left: 20.25rem !important;
  }
  .mx-r-sm-81 {
    margin-left: 20.25rem !important;
    margin-right: 20.25rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-81 {
    margin-top: 20.25rem !important;
    margin-bottom: 20.25rem !important;
  }
  .p-r-sm-81 {
    padding: 20.25rem !important;
  }
  .pt-r-sm-81 {
    padding-top: 20.25rem !important;
  }
  .pr-r-sm-81 {
    padding-right: 20.25rem !important;
  }
  .pb-r-sm-81 {
    padding-bottom: 20.25rem !important;
  }
  .pl-r-sm-81 {
    padding-left: 20.25rem !important;
  }
  .px-r-sm-81 {
    padding-left: 20.25rem !important;
    padding-right: 20.25rem !important;
  }
  .py-r-sm-81 {
    padding-top: 20.25rem !important;
    padding-bottom: 20.25rem !important;
  }
  .font-size-sm-81 {
    font-size: 81px;
  }
  .border-radius-r-sm-81 {
    border-radius: 20.25rem !important;
  }
  .border-radius-tl-r-sm-81 {
    border-top-left-radius: 20.25rem !important;
  }
  .border-radius-tr-r-sm-81 {
    border-top-right-radius: 20.25rem !important;
  }
  .border-radius-bl-r-sm-81 {
    border-bottom-left-radius: 20.25rem !important;
  }
  .border-radius-br-r-sm-81 {
    border-bottom-right-radius: 20.25rem !important;
  }
  .border-radius-t-r-sm-81 {
    border-top-left-radius: 20.25rem !important;
    border-top-right-radius: 20.25rem !important;
  }
  .border-radius-b-r-sm-81 {
    border-bottom-left-radius: 20.25rem !important;
    border-bottom-right-radius: 20.25rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-81 {
    margin: 20.25rem !important;
  }
  .mt-r-md-81 {
    margin-top: 20.25rem !important;
  }
  .mr-r-md-81 {
    margin-right: 20.25rem !important;
  }
  .mb-r-md-81 {
    margin-bottom: 20.25rem !important;
  }
  .ml-r-md-81 {
    margin-left: 20.25rem !important;
  }
  .mx-r-md-81 {
    margin-left: 20.25rem !important;
    margin-right: 20.25rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-81 {
    margin-top: 20.25rem !important;
    margin-bottom: 20.25rem !important;
  }
  .p-r-md-81 {
    padding: 20.25rem !important;
  }
  .pt-r-md-81 {
    padding-top: 20.25rem !important;
  }
  .pr-r-md-81 {
    padding-right: 20.25rem !important;
  }
  .pb-r-md-81 {
    padding-bottom: 20.25rem !important;
  }
  .pl-r-md-81 {
    padding-left: 20.25rem !important;
  }
  .px-r-md-81 {
    padding-left: 20.25rem !important;
    padding-right: 20.25rem !important;
  }
  .py-r-md-81 {
    padding-top: 20.25rem !important;
    padding-bottom: 20.25rem !important;
  }
  .font-size-md-81 {
    font-size: 81px;
  }
  .border-radius-r-md-81 {
    border-radius: 20.25rem !important;
  }
  .border-radius-tl-r-md-81 {
    border-top-left-radius: 20.25rem !important;
  }
  .border-radius-tr-r-md-81 {
    border-top-right-radius: 20.25rem !important;
  }
  .border-radius-bl-r-md-81 {
    border-bottom-left-radius: 20.25rem !important;
  }
  .border-radius-br-r-md-81 {
    border-bottom-right-radius: 20.25rem !important;
  }
  .border-radius-t-r-md-81 {
    border-top-left-radius: 20.25rem !important;
    border-top-right-radius: 20.25rem !important;
  }
  .border-radius-b-r-md-81 {
    border-bottom-left-radius: 20.25rem !important;
    border-bottom-right-radius: 20.25rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-81 {
    margin: 20.25rem !important;
  }
  .mt-r-lg-81 {
    margin-top: 20.25rem !important;
  }
  .mr-r-lg-81 {
    margin-right: 20.25rem !important;
  }
  .mb-r-lg-81 {
    margin-bottom: 20.25rem !important;
  }
  .ml-r-lg-81 {
    margin-left: 20.25rem !important;
  }
  .mx-r-lg-81 {
    margin-left: 20.25rem !important;
    margin-right: 20.25rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-81 {
    margin-top: 20.25rem !important;
    margin-bottom: 20.25rem !important;
  }
  .p-r-lg-81 {
    padding: 20.25rem !important;
  }
  .pt-r-lg-81 {
    padding-top: 20.25rem !important;
  }
  .pr-r-lg-81 {
    padding-right: 20.25rem !important;
  }
  .pb-r-lg-81 {
    padding-bottom: 20.25rem !important;
  }
  .pl-r-lg-81 {
    padding-left: 20.25rem !important;
  }
  .px-r-lg-81 {
    padding-left: 20.25rem !important;
    padding-right: 20.25rem !important;
  }
  .py-r-lg-81 {
    padding-top: 20.25rem !important;
    padding-bottom: 20.25rem !important;
  }
  .font-size-lg-81 {
    font-size: 81px;
  }
  .border-radius-r-lg-81 {
    border-radius: 20.25rem !important;
  }
  .border-radius-tl-r-lg-81 {
    border-top-left-radius: 20.25rem !important;
  }
  .border-radius-tr-r-lg-81 {
    border-top-right-radius: 20.25rem !important;
  }
  .border-radius-bl-r-lg-81 {
    border-bottom-left-radius: 20.25rem !important;
  }
  .border-radius-br-r-lg-81 {
    border-bottom-right-radius: 20.25rem !important;
  }
  .border-radius-t-r-lg-81 {
    border-top-left-radius: 20.25rem !important;
    border-top-right-radius: 20.25rem !important;
  }
  .border-radius-b-r-lg-81 {
    border-bottom-left-radius: 20.25rem !important;
    border-bottom-right-radius: 20.25rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-81 {
    margin: 20.25rem !important;
  }
  .mt-r-xl-81 {
    margin-top: 20.25rem !important;
  }
  .mr-r-xl-81 {
    margin-right: 20.25rem !important;
  }
  .mb-r-xl-81 {
    margin-bottom: 20.25rem !important;
  }
  .ml-r-xl-81 {
    margin-left: 20.25rem !important;
  }
  .mx-r-xl-81 {
    margin-left: 20.25rem !important;
    margin-right: 20.25rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-81 {
    margin-top: 20.25rem !important;
    margin-bottom: 20.25rem !important;
  }
  .p-r-xl-81 {
    padding: 20.25rem !important;
  }
  .pt-r-xl-81 {
    padding-top: 20.25rem !important;
  }
  .pr-r-xl-81 {
    padding-right: 20.25rem !important;
  }
  .pb-r-xl-81 {
    padding-bottom: 20.25rem !important;
  }
  .pl-r-xl-81 {
    padding-left: 20.25rem !important;
  }
  .px-r-xl-81 {
    padding-left: 20.25rem !important;
    padding-right: 20.25rem !important;
  }
  .py-r-xl-81 {
    padding-top: 20.25rem !important;
    padding-bottom: 20.25rem !important;
  }
  .font-size-xl-81 {
    font-size: 81px;
  }
  .border-radius-r-xl-81 {
    border-radius: 20.25rem !important;
  }
  .border-radius-tl-r-xl-81 {
    border-top-left-radius: 20.25rem !important;
  }
  .border-radius-tr-r-xl-81 {
    border-top-right-radius: 20.25rem !important;
  }
  .border-radius-bl-r-xl-81 {
    border-bottom-left-radius: 20.25rem !important;
  }
  .border-radius-br-r-xl-81 {
    border-bottom-right-radius: 20.25rem !important;
  }
  .border-radius-t-r-xl-81 {
    border-top-left-radius: 20.25rem !important;
    border-top-right-radius: 20.25rem !important;
  }
  .border-radius-b-r-xl-81 {
    border-bottom-left-radius: 20.25rem !important;
    border-bottom-right-radius: 20.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-81 {
    margin: 20.25rem !important;
  }
  .mt-r-contents-81 {
    margin-top: 20.25rem !important;
  }
  .mr-r-contents-81 {
    margin-right: 20.25rem !important;
  }
  .mb-r-contents-81 {
    margin-bottom: 20.25rem !important;
  }
  .ml-r-contents-81 {
    margin-left: 20.25rem !important;
  }
  .mx-r-contents-81 {
    margin-left: 20.25rem !important;
    margin-right: 20.25rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-81 {
    margin-top: 20.25rem !important;
    margin-bottom: 20.25rem !important;
  }
  .p-r-contents-81 {
    padding: 20.25rem !important;
  }
  .pt-r-contents-81 {
    padding-top: 20.25rem !important;
  }
  .pr-r-contents-81 {
    padding-right: 20.25rem !important;
  }
  .pb-r-contents-81 {
    padding-bottom: 20.25rem !important;
  }
  .pl-r-contents-81 {
    padding-left: 20.25rem !important;
  }
  .px-r-contents-81 {
    padding-left: 20.25rem !important;
    padding-right: 20.25rem !important;
  }
  .py-r-contents-81 {
    padding-top: 20.25rem !important;
    padding-bottom: 20.25rem !important;
  }
  .font-size-contents-81 {
    font-size: 81px;
  }
  .border-radius-r-contents-81 {
    border-radius: 20.25rem !important;
  }
  .border-radius-tl-r-contents-81 {
    border-top-left-radius: 20.25rem !important;
  }
  .border-radius-tr-r-contents-81 {
    border-top-right-radius: 20.25rem !important;
  }
  .border-radius-bl-r-contents-81 {
    border-bottom-left-radius: 20.25rem !important;
  }
  .border-radius-br-r-contents-81 {
    border-bottom-right-radius: 20.25rem !important;
  }
  .border-radius-t-r-contents-81 {
    border-top-left-radius: 20.25rem !important;
    border-top-right-radius: 20.25rem !important;
  }
  .border-radius-b-r-contents-81 {
    border-bottom-left-radius: 20.25rem !important;
    border-bottom-right-radius: 20.25rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-81 {
    margin: 20.25rem !important;
  }
  .mt-r-screen-81 {
    margin-top: 20.25rem !important;
  }
  .mr-r-screen-81 {
    margin-right: 20.25rem !important;
  }
  .mb-r-screen-81 {
    margin-bottom: 20.25rem !important;
  }
  .ml-r-screen-81 {
    margin-left: 20.25rem !important;
  }
  .mx-r-screen-81 {
    margin-left: 20.25rem !important;
    margin-right: 20.25rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-81 {
    margin-top: 20.25rem !important;
    margin-bottom: 20.25rem !important;
  }
  .p-r-screen-81 {
    padding: 20.25rem !important;
  }
  .pt-r-screen-81 {
    padding-top: 20.25rem !important;
  }
  .pr-r-screen-81 {
    padding-right: 20.25rem !important;
  }
  .pb-r-screen-81 {
    padding-bottom: 20.25rem !important;
  }
  .pl-r-screen-81 {
    padding-left: 20.25rem !important;
  }
  .px-r-screen-81 {
    padding-left: 20.25rem !important;
    padding-right: 20.25rem !important;
  }
  .py-r-screen-81 {
    padding-top: 20.25rem !important;
    padding-bottom: 20.25rem !important;
  }
  .font-size-screen-81 {
    font-size: 81px;
  }
  .border-radius-r-screen-81 {
    border-radius: 20.25rem !important;
  }
  .border-radius-tl-r-screen-81 {
    border-top-left-radius: 20.25rem !important;
  }
  .border-radius-tr-r-screen-81 {
    border-top-right-radius: 20.25rem !important;
  }
  .border-radius-bl-r-screen-81 {
    border-bottom-left-radius: 20.25rem !important;
  }
  .border-radius-br-r-screen-81 {
    border-bottom-right-radius: 20.25rem !important;
  }
  .border-radius-t-r-screen-81 {
    border-top-left-radius: 20.25rem !important;
    border-top-right-radius: 20.25rem !important;
  }
  .border-radius-b-r-screen-81 {
    border-bottom-left-radius: 20.25rem !important;
    border-bottom-right-radius: 20.25rem !important;
  }
}
.z-82 {
  z-index: 82;
}

.m-r-82 {
  margin: 20.5rem;
}

.mt-r-82 {
  margin-top: 20.5rem;
}

.mr-r-82 {
  margin-right: 20.5rem;
}

.mb-r-82 {
  margin-bottom: 20.5rem;
}

.ml-r-82 {
  margin-left: 20.5rem;
}

.mx-r-82 {
  margin-left: 20.5rem;
  margin-right: 20.5rem;
}

.my-r-82 {
  margin-top: 20.5rem;
  margin-bottom: 20.5rem;
}

.p-r-82 {
  padding: 20.5rem;
}

.pt-r-82 {
  padding-top: 20.5rem;
}

.pr-r-82 {
  padding-right: 20.5rem;
}

.pb-r-82 {
  padding-bottom: 20.5rem;
}

.pl-r-82 {
  padding-left: 20.5rem;
}

.px-r-82 {
  padding-left: 20.5rem;
  padding-right: 20.5rem;
}

.py-r-82 {
  padding-top: 20.5rem;
  padding-bottom: 20.5rem;
}

.t-r-82 {
  top: 20.5rem;
}

.l-r-82 {
  left: 20.5rem;
}

.b-r-82 {
  bottom: 20.5rem;
}

.r-r-82 {
  right: 20.5rem;
}

.row-gap-82 {
  margin: -20.5rem;
}

.border-radius-r-82 {
  border-radius: 20.5rem;
}

.border-radius-tl-r-82 {
  border-top-left-radius: 20.5rem;
}

.border-radius-tr-r-82 {
  border-top-right-radius: 20.5rem;
}

.border-radius-bl-r-82 {
  border-bottom-left-radius: 20.5rem;
}

.border-radius-br-r-82 {
  border-bottom-right-radius: 20.5rem;
}

.border-radius-t-r-82 {
  border-top-left-radius: 20.5rem;
  border-top-right-radius: 20.5rem;
}

.border-radius-b-r-82 {
  border-bottom-left-radius: 20.5rem;
  border-bottom-right-radius: 20.5rem;
}

.font-size-82 {
  font-size: 82px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-82 {
    margin: 20.5rem !important;
  }
  .mt-r-xs-82 {
    margin-top: 20.5rem !important;
  }
  .mr-r-xs-82 {
    margin-right: 20.5rem !important;
  }
  .mb-r-xs-82 {
    margin-bottom: 20.5rem !important;
  }
  .ml-r-xs-82 {
    margin-left: 20.5rem !important;
  }
  .mx-r-xs-82 {
    margin-left: 20.5rem !important;
    margin-right: 20.5rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-82 {
    margin-top: 20.5rem !important;
    margin-bottom: 20.5rem !important;
  }
  .p-r-xs-82 {
    padding: 20.5rem !important;
  }
  .pt-r-xs-82 {
    padding-top: 20.5rem !important;
  }
  .pr-r-xs-82 {
    padding-right: 20.5rem !important;
  }
  .pb-r-xs-82 {
    padding-bottom: 20.5rem !important;
  }
  .pl-r-xs-82 {
    padding-left: 20.5rem !important;
  }
  .px-r-xs-82 {
    padding-left: 20.5rem !important;
    padding-right: 20.5rem !important;
  }
  .py-r-xs-82 {
    padding-top: 20.5rem !important;
    padding-bottom: 20.5rem !important;
  }
  .font-size-xs-82 {
    font-size: 82px;
  }
  .border-radius-r-xs-82 {
    border-radius: 20.5rem !important;
  }
  .border-radius-tl-r-xs-82 {
    border-top-left-radius: 20.5rem !important;
  }
  .border-radius-tr-r-xs-82 {
    border-top-right-radius: 20.5rem !important;
  }
  .border-radius-bl-r-xs-82 {
    border-bottom-left-radius: 20.5rem !important;
  }
  .border-radius-br-r-xs-82 {
    border-bottom-right-radius: 20.5rem !important;
  }
  .border-radius-t-r-xs-82 {
    border-top-left-radius: 20.5rem !important;
    border-top-right-radius: 20.5rem !important;
  }
  .border-radius-b-r-xs-82 {
    border-bottom-left-radius: 20.5rem !important;
    border-bottom-right-radius: 20.5rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-82 {
    margin: 20.5rem !important;
  }
  .mt-r-sm-82 {
    margin-top: 20.5rem !important;
  }
  .mr-r-sm-82 {
    margin-right: 20.5rem !important;
  }
  .mb-r-sm-82 {
    margin-bottom: 20.5rem !important;
  }
  .ml-r-sm-82 {
    margin-left: 20.5rem !important;
  }
  .mx-r-sm-82 {
    margin-left: 20.5rem !important;
    margin-right: 20.5rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-82 {
    margin-top: 20.5rem !important;
    margin-bottom: 20.5rem !important;
  }
  .p-r-sm-82 {
    padding: 20.5rem !important;
  }
  .pt-r-sm-82 {
    padding-top: 20.5rem !important;
  }
  .pr-r-sm-82 {
    padding-right: 20.5rem !important;
  }
  .pb-r-sm-82 {
    padding-bottom: 20.5rem !important;
  }
  .pl-r-sm-82 {
    padding-left: 20.5rem !important;
  }
  .px-r-sm-82 {
    padding-left: 20.5rem !important;
    padding-right: 20.5rem !important;
  }
  .py-r-sm-82 {
    padding-top: 20.5rem !important;
    padding-bottom: 20.5rem !important;
  }
  .font-size-sm-82 {
    font-size: 82px;
  }
  .border-radius-r-sm-82 {
    border-radius: 20.5rem !important;
  }
  .border-radius-tl-r-sm-82 {
    border-top-left-radius: 20.5rem !important;
  }
  .border-radius-tr-r-sm-82 {
    border-top-right-radius: 20.5rem !important;
  }
  .border-radius-bl-r-sm-82 {
    border-bottom-left-radius: 20.5rem !important;
  }
  .border-radius-br-r-sm-82 {
    border-bottom-right-radius: 20.5rem !important;
  }
  .border-radius-t-r-sm-82 {
    border-top-left-radius: 20.5rem !important;
    border-top-right-radius: 20.5rem !important;
  }
  .border-radius-b-r-sm-82 {
    border-bottom-left-radius: 20.5rem !important;
    border-bottom-right-radius: 20.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-82 {
    margin: 20.5rem !important;
  }
  .mt-r-md-82 {
    margin-top: 20.5rem !important;
  }
  .mr-r-md-82 {
    margin-right: 20.5rem !important;
  }
  .mb-r-md-82 {
    margin-bottom: 20.5rem !important;
  }
  .ml-r-md-82 {
    margin-left: 20.5rem !important;
  }
  .mx-r-md-82 {
    margin-left: 20.5rem !important;
    margin-right: 20.5rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-82 {
    margin-top: 20.5rem !important;
    margin-bottom: 20.5rem !important;
  }
  .p-r-md-82 {
    padding: 20.5rem !important;
  }
  .pt-r-md-82 {
    padding-top: 20.5rem !important;
  }
  .pr-r-md-82 {
    padding-right: 20.5rem !important;
  }
  .pb-r-md-82 {
    padding-bottom: 20.5rem !important;
  }
  .pl-r-md-82 {
    padding-left: 20.5rem !important;
  }
  .px-r-md-82 {
    padding-left: 20.5rem !important;
    padding-right: 20.5rem !important;
  }
  .py-r-md-82 {
    padding-top: 20.5rem !important;
    padding-bottom: 20.5rem !important;
  }
  .font-size-md-82 {
    font-size: 82px;
  }
  .border-radius-r-md-82 {
    border-radius: 20.5rem !important;
  }
  .border-radius-tl-r-md-82 {
    border-top-left-radius: 20.5rem !important;
  }
  .border-radius-tr-r-md-82 {
    border-top-right-radius: 20.5rem !important;
  }
  .border-radius-bl-r-md-82 {
    border-bottom-left-radius: 20.5rem !important;
  }
  .border-radius-br-r-md-82 {
    border-bottom-right-radius: 20.5rem !important;
  }
  .border-radius-t-r-md-82 {
    border-top-left-radius: 20.5rem !important;
    border-top-right-radius: 20.5rem !important;
  }
  .border-radius-b-r-md-82 {
    border-bottom-left-radius: 20.5rem !important;
    border-bottom-right-radius: 20.5rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-82 {
    margin: 20.5rem !important;
  }
  .mt-r-lg-82 {
    margin-top: 20.5rem !important;
  }
  .mr-r-lg-82 {
    margin-right: 20.5rem !important;
  }
  .mb-r-lg-82 {
    margin-bottom: 20.5rem !important;
  }
  .ml-r-lg-82 {
    margin-left: 20.5rem !important;
  }
  .mx-r-lg-82 {
    margin-left: 20.5rem !important;
    margin-right: 20.5rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-82 {
    margin-top: 20.5rem !important;
    margin-bottom: 20.5rem !important;
  }
  .p-r-lg-82 {
    padding: 20.5rem !important;
  }
  .pt-r-lg-82 {
    padding-top: 20.5rem !important;
  }
  .pr-r-lg-82 {
    padding-right: 20.5rem !important;
  }
  .pb-r-lg-82 {
    padding-bottom: 20.5rem !important;
  }
  .pl-r-lg-82 {
    padding-left: 20.5rem !important;
  }
  .px-r-lg-82 {
    padding-left: 20.5rem !important;
    padding-right: 20.5rem !important;
  }
  .py-r-lg-82 {
    padding-top: 20.5rem !important;
    padding-bottom: 20.5rem !important;
  }
  .font-size-lg-82 {
    font-size: 82px;
  }
  .border-radius-r-lg-82 {
    border-radius: 20.5rem !important;
  }
  .border-radius-tl-r-lg-82 {
    border-top-left-radius: 20.5rem !important;
  }
  .border-radius-tr-r-lg-82 {
    border-top-right-radius: 20.5rem !important;
  }
  .border-radius-bl-r-lg-82 {
    border-bottom-left-radius: 20.5rem !important;
  }
  .border-radius-br-r-lg-82 {
    border-bottom-right-radius: 20.5rem !important;
  }
  .border-radius-t-r-lg-82 {
    border-top-left-radius: 20.5rem !important;
    border-top-right-radius: 20.5rem !important;
  }
  .border-radius-b-r-lg-82 {
    border-bottom-left-radius: 20.5rem !important;
    border-bottom-right-radius: 20.5rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-82 {
    margin: 20.5rem !important;
  }
  .mt-r-xl-82 {
    margin-top: 20.5rem !important;
  }
  .mr-r-xl-82 {
    margin-right: 20.5rem !important;
  }
  .mb-r-xl-82 {
    margin-bottom: 20.5rem !important;
  }
  .ml-r-xl-82 {
    margin-left: 20.5rem !important;
  }
  .mx-r-xl-82 {
    margin-left: 20.5rem !important;
    margin-right: 20.5rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-82 {
    margin-top: 20.5rem !important;
    margin-bottom: 20.5rem !important;
  }
  .p-r-xl-82 {
    padding: 20.5rem !important;
  }
  .pt-r-xl-82 {
    padding-top: 20.5rem !important;
  }
  .pr-r-xl-82 {
    padding-right: 20.5rem !important;
  }
  .pb-r-xl-82 {
    padding-bottom: 20.5rem !important;
  }
  .pl-r-xl-82 {
    padding-left: 20.5rem !important;
  }
  .px-r-xl-82 {
    padding-left: 20.5rem !important;
    padding-right: 20.5rem !important;
  }
  .py-r-xl-82 {
    padding-top: 20.5rem !important;
    padding-bottom: 20.5rem !important;
  }
  .font-size-xl-82 {
    font-size: 82px;
  }
  .border-radius-r-xl-82 {
    border-radius: 20.5rem !important;
  }
  .border-radius-tl-r-xl-82 {
    border-top-left-radius: 20.5rem !important;
  }
  .border-radius-tr-r-xl-82 {
    border-top-right-radius: 20.5rem !important;
  }
  .border-radius-bl-r-xl-82 {
    border-bottom-left-radius: 20.5rem !important;
  }
  .border-radius-br-r-xl-82 {
    border-bottom-right-radius: 20.5rem !important;
  }
  .border-radius-t-r-xl-82 {
    border-top-left-radius: 20.5rem !important;
    border-top-right-radius: 20.5rem !important;
  }
  .border-radius-b-r-xl-82 {
    border-bottom-left-radius: 20.5rem !important;
    border-bottom-right-radius: 20.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-82 {
    margin: 20.5rem !important;
  }
  .mt-r-contents-82 {
    margin-top: 20.5rem !important;
  }
  .mr-r-contents-82 {
    margin-right: 20.5rem !important;
  }
  .mb-r-contents-82 {
    margin-bottom: 20.5rem !important;
  }
  .ml-r-contents-82 {
    margin-left: 20.5rem !important;
  }
  .mx-r-contents-82 {
    margin-left: 20.5rem !important;
    margin-right: 20.5rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-82 {
    margin-top: 20.5rem !important;
    margin-bottom: 20.5rem !important;
  }
  .p-r-contents-82 {
    padding: 20.5rem !important;
  }
  .pt-r-contents-82 {
    padding-top: 20.5rem !important;
  }
  .pr-r-contents-82 {
    padding-right: 20.5rem !important;
  }
  .pb-r-contents-82 {
    padding-bottom: 20.5rem !important;
  }
  .pl-r-contents-82 {
    padding-left: 20.5rem !important;
  }
  .px-r-contents-82 {
    padding-left: 20.5rem !important;
    padding-right: 20.5rem !important;
  }
  .py-r-contents-82 {
    padding-top: 20.5rem !important;
    padding-bottom: 20.5rem !important;
  }
  .font-size-contents-82 {
    font-size: 82px;
  }
  .border-radius-r-contents-82 {
    border-radius: 20.5rem !important;
  }
  .border-radius-tl-r-contents-82 {
    border-top-left-radius: 20.5rem !important;
  }
  .border-radius-tr-r-contents-82 {
    border-top-right-radius: 20.5rem !important;
  }
  .border-radius-bl-r-contents-82 {
    border-bottom-left-radius: 20.5rem !important;
  }
  .border-radius-br-r-contents-82 {
    border-bottom-right-radius: 20.5rem !important;
  }
  .border-radius-t-r-contents-82 {
    border-top-left-radius: 20.5rem !important;
    border-top-right-radius: 20.5rem !important;
  }
  .border-radius-b-r-contents-82 {
    border-bottom-left-radius: 20.5rem !important;
    border-bottom-right-radius: 20.5rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-82 {
    margin: 20.5rem !important;
  }
  .mt-r-screen-82 {
    margin-top: 20.5rem !important;
  }
  .mr-r-screen-82 {
    margin-right: 20.5rem !important;
  }
  .mb-r-screen-82 {
    margin-bottom: 20.5rem !important;
  }
  .ml-r-screen-82 {
    margin-left: 20.5rem !important;
  }
  .mx-r-screen-82 {
    margin-left: 20.5rem !important;
    margin-right: 20.5rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-82 {
    margin-top: 20.5rem !important;
    margin-bottom: 20.5rem !important;
  }
  .p-r-screen-82 {
    padding: 20.5rem !important;
  }
  .pt-r-screen-82 {
    padding-top: 20.5rem !important;
  }
  .pr-r-screen-82 {
    padding-right: 20.5rem !important;
  }
  .pb-r-screen-82 {
    padding-bottom: 20.5rem !important;
  }
  .pl-r-screen-82 {
    padding-left: 20.5rem !important;
  }
  .px-r-screen-82 {
    padding-left: 20.5rem !important;
    padding-right: 20.5rem !important;
  }
  .py-r-screen-82 {
    padding-top: 20.5rem !important;
    padding-bottom: 20.5rem !important;
  }
  .font-size-screen-82 {
    font-size: 82px;
  }
  .border-radius-r-screen-82 {
    border-radius: 20.5rem !important;
  }
  .border-radius-tl-r-screen-82 {
    border-top-left-radius: 20.5rem !important;
  }
  .border-radius-tr-r-screen-82 {
    border-top-right-radius: 20.5rem !important;
  }
  .border-radius-bl-r-screen-82 {
    border-bottom-left-radius: 20.5rem !important;
  }
  .border-radius-br-r-screen-82 {
    border-bottom-right-radius: 20.5rem !important;
  }
  .border-radius-t-r-screen-82 {
    border-top-left-radius: 20.5rem !important;
    border-top-right-radius: 20.5rem !important;
  }
  .border-radius-b-r-screen-82 {
    border-bottom-left-radius: 20.5rem !important;
    border-bottom-right-radius: 20.5rem !important;
  }
}
.z-83 {
  z-index: 83;
}

.m-r-83 {
  margin: 20.75rem;
}

.mt-r-83 {
  margin-top: 20.75rem;
}

.mr-r-83 {
  margin-right: 20.75rem;
}

.mb-r-83 {
  margin-bottom: 20.75rem;
}

.ml-r-83 {
  margin-left: 20.75rem;
}

.mx-r-83 {
  margin-left: 20.75rem;
  margin-right: 20.75rem;
}

.my-r-83 {
  margin-top: 20.75rem;
  margin-bottom: 20.75rem;
}

.p-r-83 {
  padding: 20.75rem;
}

.pt-r-83 {
  padding-top: 20.75rem;
}

.pr-r-83 {
  padding-right: 20.75rem;
}

.pb-r-83 {
  padding-bottom: 20.75rem;
}

.pl-r-83 {
  padding-left: 20.75rem;
}

.px-r-83 {
  padding-left: 20.75rem;
  padding-right: 20.75rem;
}

.py-r-83 {
  padding-top: 20.75rem;
  padding-bottom: 20.75rem;
}

.t-r-83 {
  top: 20.75rem;
}

.l-r-83 {
  left: 20.75rem;
}

.b-r-83 {
  bottom: 20.75rem;
}

.r-r-83 {
  right: 20.75rem;
}

.row-gap-83 {
  margin: -20.75rem;
}

.border-radius-r-83 {
  border-radius: 20.75rem;
}

.border-radius-tl-r-83 {
  border-top-left-radius: 20.75rem;
}

.border-radius-tr-r-83 {
  border-top-right-radius: 20.75rem;
}

.border-radius-bl-r-83 {
  border-bottom-left-radius: 20.75rem;
}

.border-radius-br-r-83 {
  border-bottom-right-radius: 20.75rem;
}

.border-radius-t-r-83 {
  border-top-left-radius: 20.75rem;
  border-top-right-radius: 20.75rem;
}

.border-radius-b-r-83 {
  border-bottom-left-radius: 20.75rem;
  border-bottom-right-radius: 20.75rem;
}

.font-size-83 {
  font-size: 83px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-83 {
    margin: 20.75rem !important;
  }
  .mt-r-xs-83 {
    margin-top: 20.75rem !important;
  }
  .mr-r-xs-83 {
    margin-right: 20.75rem !important;
  }
  .mb-r-xs-83 {
    margin-bottom: 20.75rem !important;
  }
  .ml-r-xs-83 {
    margin-left: 20.75rem !important;
  }
  .mx-r-xs-83 {
    margin-left: 20.75rem !important;
    margin-right: 20.75rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-83 {
    margin-top: 20.75rem !important;
    margin-bottom: 20.75rem !important;
  }
  .p-r-xs-83 {
    padding: 20.75rem !important;
  }
  .pt-r-xs-83 {
    padding-top: 20.75rem !important;
  }
  .pr-r-xs-83 {
    padding-right: 20.75rem !important;
  }
  .pb-r-xs-83 {
    padding-bottom: 20.75rem !important;
  }
  .pl-r-xs-83 {
    padding-left: 20.75rem !important;
  }
  .px-r-xs-83 {
    padding-left: 20.75rem !important;
    padding-right: 20.75rem !important;
  }
  .py-r-xs-83 {
    padding-top: 20.75rem !important;
    padding-bottom: 20.75rem !important;
  }
  .font-size-xs-83 {
    font-size: 83px;
  }
  .border-radius-r-xs-83 {
    border-radius: 20.75rem !important;
  }
  .border-radius-tl-r-xs-83 {
    border-top-left-radius: 20.75rem !important;
  }
  .border-radius-tr-r-xs-83 {
    border-top-right-radius: 20.75rem !important;
  }
  .border-radius-bl-r-xs-83 {
    border-bottom-left-radius: 20.75rem !important;
  }
  .border-radius-br-r-xs-83 {
    border-bottom-right-radius: 20.75rem !important;
  }
  .border-radius-t-r-xs-83 {
    border-top-left-radius: 20.75rem !important;
    border-top-right-radius: 20.75rem !important;
  }
  .border-radius-b-r-xs-83 {
    border-bottom-left-radius: 20.75rem !important;
    border-bottom-right-radius: 20.75rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-83 {
    margin: 20.75rem !important;
  }
  .mt-r-sm-83 {
    margin-top: 20.75rem !important;
  }
  .mr-r-sm-83 {
    margin-right: 20.75rem !important;
  }
  .mb-r-sm-83 {
    margin-bottom: 20.75rem !important;
  }
  .ml-r-sm-83 {
    margin-left: 20.75rem !important;
  }
  .mx-r-sm-83 {
    margin-left: 20.75rem !important;
    margin-right: 20.75rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-83 {
    margin-top: 20.75rem !important;
    margin-bottom: 20.75rem !important;
  }
  .p-r-sm-83 {
    padding: 20.75rem !important;
  }
  .pt-r-sm-83 {
    padding-top: 20.75rem !important;
  }
  .pr-r-sm-83 {
    padding-right: 20.75rem !important;
  }
  .pb-r-sm-83 {
    padding-bottom: 20.75rem !important;
  }
  .pl-r-sm-83 {
    padding-left: 20.75rem !important;
  }
  .px-r-sm-83 {
    padding-left: 20.75rem !important;
    padding-right: 20.75rem !important;
  }
  .py-r-sm-83 {
    padding-top: 20.75rem !important;
    padding-bottom: 20.75rem !important;
  }
  .font-size-sm-83 {
    font-size: 83px;
  }
  .border-radius-r-sm-83 {
    border-radius: 20.75rem !important;
  }
  .border-radius-tl-r-sm-83 {
    border-top-left-radius: 20.75rem !important;
  }
  .border-radius-tr-r-sm-83 {
    border-top-right-radius: 20.75rem !important;
  }
  .border-radius-bl-r-sm-83 {
    border-bottom-left-radius: 20.75rem !important;
  }
  .border-radius-br-r-sm-83 {
    border-bottom-right-radius: 20.75rem !important;
  }
  .border-radius-t-r-sm-83 {
    border-top-left-radius: 20.75rem !important;
    border-top-right-radius: 20.75rem !important;
  }
  .border-radius-b-r-sm-83 {
    border-bottom-left-radius: 20.75rem !important;
    border-bottom-right-radius: 20.75rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-83 {
    margin: 20.75rem !important;
  }
  .mt-r-md-83 {
    margin-top: 20.75rem !important;
  }
  .mr-r-md-83 {
    margin-right: 20.75rem !important;
  }
  .mb-r-md-83 {
    margin-bottom: 20.75rem !important;
  }
  .ml-r-md-83 {
    margin-left: 20.75rem !important;
  }
  .mx-r-md-83 {
    margin-left: 20.75rem !important;
    margin-right: 20.75rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-83 {
    margin-top: 20.75rem !important;
    margin-bottom: 20.75rem !important;
  }
  .p-r-md-83 {
    padding: 20.75rem !important;
  }
  .pt-r-md-83 {
    padding-top: 20.75rem !important;
  }
  .pr-r-md-83 {
    padding-right: 20.75rem !important;
  }
  .pb-r-md-83 {
    padding-bottom: 20.75rem !important;
  }
  .pl-r-md-83 {
    padding-left: 20.75rem !important;
  }
  .px-r-md-83 {
    padding-left: 20.75rem !important;
    padding-right: 20.75rem !important;
  }
  .py-r-md-83 {
    padding-top: 20.75rem !important;
    padding-bottom: 20.75rem !important;
  }
  .font-size-md-83 {
    font-size: 83px;
  }
  .border-radius-r-md-83 {
    border-radius: 20.75rem !important;
  }
  .border-radius-tl-r-md-83 {
    border-top-left-radius: 20.75rem !important;
  }
  .border-radius-tr-r-md-83 {
    border-top-right-radius: 20.75rem !important;
  }
  .border-radius-bl-r-md-83 {
    border-bottom-left-radius: 20.75rem !important;
  }
  .border-radius-br-r-md-83 {
    border-bottom-right-radius: 20.75rem !important;
  }
  .border-radius-t-r-md-83 {
    border-top-left-radius: 20.75rem !important;
    border-top-right-radius: 20.75rem !important;
  }
  .border-radius-b-r-md-83 {
    border-bottom-left-radius: 20.75rem !important;
    border-bottom-right-radius: 20.75rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-83 {
    margin: 20.75rem !important;
  }
  .mt-r-lg-83 {
    margin-top: 20.75rem !important;
  }
  .mr-r-lg-83 {
    margin-right: 20.75rem !important;
  }
  .mb-r-lg-83 {
    margin-bottom: 20.75rem !important;
  }
  .ml-r-lg-83 {
    margin-left: 20.75rem !important;
  }
  .mx-r-lg-83 {
    margin-left: 20.75rem !important;
    margin-right: 20.75rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-83 {
    margin-top: 20.75rem !important;
    margin-bottom: 20.75rem !important;
  }
  .p-r-lg-83 {
    padding: 20.75rem !important;
  }
  .pt-r-lg-83 {
    padding-top: 20.75rem !important;
  }
  .pr-r-lg-83 {
    padding-right: 20.75rem !important;
  }
  .pb-r-lg-83 {
    padding-bottom: 20.75rem !important;
  }
  .pl-r-lg-83 {
    padding-left: 20.75rem !important;
  }
  .px-r-lg-83 {
    padding-left: 20.75rem !important;
    padding-right: 20.75rem !important;
  }
  .py-r-lg-83 {
    padding-top: 20.75rem !important;
    padding-bottom: 20.75rem !important;
  }
  .font-size-lg-83 {
    font-size: 83px;
  }
  .border-radius-r-lg-83 {
    border-radius: 20.75rem !important;
  }
  .border-radius-tl-r-lg-83 {
    border-top-left-radius: 20.75rem !important;
  }
  .border-radius-tr-r-lg-83 {
    border-top-right-radius: 20.75rem !important;
  }
  .border-radius-bl-r-lg-83 {
    border-bottom-left-radius: 20.75rem !important;
  }
  .border-radius-br-r-lg-83 {
    border-bottom-right-radius: 20.75rem !important;
  }
  .border-radius-t-r-lg-83 {
    border-top-left-radius: 20.75rem !important;
    border-top-right-radius: 20.75rem !important;
  }
  .border-radius-b-r-lg-83 {
    border-bottom-left-radius: 20.75rem !important;
    border-bottom-right-radius: 20.75rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-83 {
    margin: 20.75rem !important;
  }
  .mt-r-xl-83 {
    margin-top: 20.75rem !important;
  }
  .mr-r-xl-83 {
    margin-right: 20.75rem !important;
  }
  .mb-r-xl-83 {
    margin-bottom: 20.75rem !important;
  }
  .ml-r-xl-83 {
    margin-left: 20.75rem !important;
  }
  .mx-r-xl-83 {
    margin-left: 20.75rem !important;
    margin-right: 20.75rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-83 {
    margin-top: 20.75rem !important;
    margin-bottom: 20.75rem !important;
  }
  .p-r-xl-83 {
    padding: 20.75rem !important;
  }
  .pt-r-xl-83 {
    padding-top: 20.75rem !important;
  }
  .pr-r-xl-83 {
    padding-right: 20.75rem !important;
  }
  .pb-r-xl-83 {
    padding-bottom: 20.75rem !important;
  }
  .pl-r-xl-83 {
    padding-left: 20.75rem !important;
  }
  .px-r-xl-83 {
    padding-left: 20.75rem !important;
    padding-right: 20.75rem !important;
  }
  .py-r-xl-83 {
    padding-top: 20.75rem !important;
    padding-bottom: 20.75rem !important;
  }
  .font-size-xl-83 {
    font-size: 83px;
  }
  .border-radius-r-xl-83 {
    border-radius: 20.75rem !important;
  }
  .border-radius-tl-r-xl-83 {
    border-top-left-radius: 20.75rem !important;
  }
  .border-radius-tr-r-xl-83 {
    border-top-right-radius: 20.75rem !important;
  }
  .border-radius-bl-r-xl-83 {
    border-bottom-left-radius: 20.75rem !important;
  }
  .border-radius-br-r-xl-83 {
    border-bottom-right-radius: 20.75rem !important;
  }
  .border-radius-t-r-xl-83 {
    border-top-left-radius: 20.75rem !important;
    border-top-right-radius: 20.75rem !important;
  }
  .border-radius-b-r-xl-83 {
    border-bottom-left-radius: 20.75rem !important;
    border-bottom-right-radius: 20.75rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-83 {
    margin: 20.75rem !important;
  }
  .mt-r-contents-83 {
    margin-top: 20.75rem !important;
  }
  .mr-r-contents-83 {
    margin-right: 20.75rem !important;
  }
  .mb-r-contents-83 {
    margin-bottom: 20.75rem !important;
  }
  .ml-r-contents-83 {
    margin-left: 20.75rem !important;
  }
  .mx-r-contents-83 {
    margin-left: 20.75rem !important;
    margin-right: 20.75rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-83 {
    margin-top: 20.75rem !important;
    margin-bottom: 20.75rem !important;
  }
  .p-r-contents-83 {
    padding: 20.75rem !important;
  }
  .pt-r-contents-83 {
    padding-top: 20.75rem !important;
  }
  .pr-r-contents-83 {
    padding-right: 20.75rem !important;
  }
  .pb-r-contents-83 {
    padding-bottom: 20.75rem !important;
  }
  .pl-r-contents-83 {
    padding-left: 20.75rem !important;
  }
  .px-r-contents-83 {
    padding-left: 20.75rem !important;
    padding-right: 20.75rem !important;
  }
  .py-r-contents-83 {
    padding-top: 20.75rem !important;
    padding-bottom: 20.75rem !important;
  }
  .font-size-contents-83 {
    font-size: 83px;
  }
  .border-radius-r-contents-83 {
    border-radius: 20.75rem !important;
  }
  .border-radius-tl-r-contents-83 {
    border-top-left-radius: 20.75rem !important;
  }
  .border-radius-tr-r-contents-83 {
    border-top-right-radius: 20.75rem !important;
  }
  .border-radius-bl-r-contents-83 {
    border-bottom-left-radius: 20.75rem !important;
  }
  .border-radius-br-r-contents-83 {
    border-bottom-right-radius: 20.75rem !important;
  }
  .border-radius-t-r-contents-83 {
    border-top-left-radius: 20.75rem !important;
    border-top-right-radius: 20.75rem !important;
  }
  .border-radius-b-r-contents-83 {
    border-bottom-left-radius: 20.75rem !important;
    border-bottom-right-radius: 20.75rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-83 {
    margin: 20.75rem !important;
  }
  .mt-r-screen-83 {
    margin-top: 20.75rem !important;
  }
  .mr-r-screen-83 {
    margin-right: 20.75rem !important;
  }
  .mb-r-screen-83 {
    margin-bottom: 20.75rem !important;
  }
  .ml-r-screen-83 {
    margin-left: 20.75rem !important;
  }
  .mx-r-screen-83 {
    margin-left: 20.75rem !important;
    margin-right: 20.75rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-83 {
    margin-top: 20.75rem !important;
    margin-bottom: 20.75rem !important;
  }
  .p-r-screen-83 {
    padding: 20.75rem !important;
  }
  .pt-r-screen-83 {
    padding-top: 20.75rem !important;
  }
  .pr-r-screen-83 {
    padding-right: 20.75rem !important;
  }
  .pb-r-screen-83 {
    padding-bottom: 20.75rem !important;
  }
  .pl-r-screen-83 {
    padding-left: 20.75rem !important;
  }
  .px-r-screen-83 {
    padding-left: 20.75rem !important;
    padding-right: 20.75rem !important;
  }
  .py-r-screen-83 {
    padding-top: 20.75rem !important;
    padding-bottom: 20.75rem !important;
  }
  .font-size-screen-83 {
    font-size: 83px;
  }
  .border-radius-r-screen-83 {
    border-radius: 20.75rem !important;
  }
  .border-radius-tl-r-screen-83 {
    border-top-left-radius: 20.75rem !important;
  }
  .border-radius-tr-r-screen-83 {
    border-top-right-radius: 20.75rem !important;
  }
  .border-radius-bl-r-screen-83 {
    border-bottom-left-radius: 20.75rem !important;
  }
  .border-radius-br-r-screen-83 {
    border-bottom-right-radius: 20.75rem !important;
  }
  .border-radius-t-r-screen-83 {
    border-top-left-radius: 20.75rem !important;
    border-top-right-radius: 20.75rem !important;
  }
  .border-radius-b-r-screen-83 {
    border-bottom-left-radius: 20.75rem !important;
    border-bottom-right-radius: 20.75rem !important;
  }
}
.z-84 {
  z-index: 84;
}

.m-r-84 {
  margin: 21rem;
}

.mt-r-84 {
  margin-top: 21rem;
}

.mr-r-84 {
  margin-right: 21rem;
}

.mb-r-84 {
  margin-bottom: 21rem;
}

.ml-r-84 {
  margin-left: 21rem;
}

.mx-r-84 {
  margin-left: 21rem;
  margin-right: 21rem;
}

.my-r-84 {
  margin-top: 21rem;
  margin-bottom: 21rem;
}

.p-r-84 {
  padding: 21rem;
}

.pt-r-84 {
  padding-top: 21rem;
}

.pr-r-84 {
  padding-right: 21rem;
}

.pb-r-84 {
  padding-bottom: 21rem;
}

.pl-r-84 {
  padding-left: 21rem;
}

.px-r-84 {
  padding-left: 21rem;
  padding-right: 21rem;
}

.py-r-84 {
  padding-top: 21rem;
  padding-bottom: 21rem;
}

.t-r-84 {
  top: 21rem;
}

.l-r-84 {
  left: 21rem;
}

.b-r-84 {
  bottom: 21rem;
}

.r-r-84 {
  right: 21rem;
}

.row-gap-84 {
  margin: -21rem;
}

.border-radius-r-84 {
  border-radius: 21rem;
}

.border-radius-tl-r-84 {
  border-top-left-radius: 21rem;
}

.border-radius-tr-r-84 {
  border-top-right-radius: 21rem;
}

.border-radius-bl-r-84 {
  border-bottom-left-radius: 21rem;
}

.border-radius-br-r-84 {
  border-bottom-right-radius: 21rem;
}

.border-radius-t-r-84 {
  border-top-left-radius: 21rem;
  border-top-right-radius: 21rem;
}

.border-radius-b-r-84 {
  border-bottom-left-radius: 21rem;
  border-bottom-right-radius: 21rem;
}

.font-size-84 {
  font-size: 84px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-84 {
    margin: 21rem !important;
  }
  .mt-r-xs-84 {
    margin-top: 21rem !important;
  }
  .mr-r-xs-84 {
    margin-right: 21rem !important;
  }
  .mb-r-xs-84 {
    margin-bottom: 21rem !important;
  }
  .ml-r-xs-84 {
    margin-left: 21rem !important;
  }
  .mx-r-xs-84 {
    margin-left: 21rem !important;
    margin-right: 21rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-84 {
    margin-top: 21rem !important;
    margin-bottom: 21rem !important;
  }
  .p-r-xs-84 {
    padding: 21rem !important;
  }
  .pt-r-xs-84 {
    padding-top: 21rem !important;
  }
  .pr-r-xs-84 {
    padding-right: 21rem !important;
  }
  .pb-r-xs-84 {
    padding-bottom: 21rem !important;
  }
  .pl-r-xs-84 {
    padding-left: 21rem !important;
  }
  .px-r-xs-84 {
    padding-left: 21rem !important;
    padding-right: 21rem !important;
  }
  .py-r-xs-84 {
    padding-top: 21rem !important;
    padding-bottom: 21rem !important;
  }
  .font-size-xs-84 {
    font-size: 84px;
  }
  .border-radius-r-xs-84 {
    border-radius: 21rem !important;
  }
  .border-radius-tl-r-xs-84 {
    border-top-left-radius: 21rem !important;
  }
  .border-radius-tr-r-xs-84 {
    border-top-right-radius: 21rem !important;
  }
  .border-radius-bl-r-xs-84 {
    border-bottom-left-radius: 21rem !important;
  }
  .border-radius-br-r-xs-84 {
    border-bottom-right-radius: 21rem !important;
  }
  .border-radius-t-r-xs-84 {
    border-top-left-radius: 21rem !important;
    border-top-right-radius: 21rem !important;
  }
  .border-radius-b-r-xs-84 {
    border-bottom-left-radius: 21rem !important;
    border-bottom-right-radius: 21rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-84 {
    margin: 21rem !important;
  }
  .mt-r-sm-84 {
    margin-top: 21rem !important;
  }
  .mr-r-sm-84 {
    margin-right: 21rem !important;
  }
  .mb-r-sm-84 {
    margin-bottom: 21rem !important;
  }
  .ml-r-sm-84 {
    margin-left: 21rem !important;
  }
  .mx-r-sm-84 {
    margin-left: 21rem !important;
    margin-right: 21rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-84 {
    margin-top: 21rem !important;
    margin-bottom: 21rem !important;
  }
  .p-r-sm-84 {
    padding: 21rem !important;
  }
  .pt-r-sm-84 {
    padding-top: 21rem !important;
  }
  .pr-r-sm-84 {
    padding-right: 21rem !important;
  }
  .pb-r-sm-84 {
    padding-bottom: 21rem !important;
  }
  .pl-r-sm-84 {
    padding-left: 21rem !important;
  }
  .px-r-sm-84 {
    padding-left: 21rem !important;
    padding-right: 21rem !important;
  }
  .py-r-sm-84 {
    padding-top: 21rem !important;
    padding-bottom: 21rem !important;
  }
  .font-size-sm-84 {
    font-size: 84px;
  }
  .border-radius-r-sm-84 {
    border-radius: 21rem !important;
  }
  .border-radius-tl-r-sm-84 {
    border-top-left-radius: 21rem !important;
  }
  .border-radius-tr-r-sm-84 {
    border-top-right-radius: 21rem !important;
  }
  .border-radius-bl-r-sm-84 {
    border-bottom-left-radius: 21rem !important;
  }
  .border-radius-br-r-sm-84 {
    border-bottom-right-radius: 21rem !important;
  }
  .border-radius-t-r-sm-84 {
    border-top-left-radius: 21rem !important;
    border-top-right-radius: 21rem !important;
  }
  .border-radius-b-r-sm-84 {
    border-bottom-left-radius: 21rem !important;
    border-bottom-right-radius: 21rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-84 {
    margin: 21rem !important;
  }
  .mt-r-md-84 {
    margin-top: 21rem !important;
  }
  .mr-r-md-84 {
    margin-right: 21rem !important;
  }
  .mb-r-md-84 {
    margin-bottom: 21rem !important;
  }
  .ml-r-md-84 {
    margin-left: 21rem !important;
  }
  .mx-r-md-84 {
    margin-left: 21rem !important;
    margin-right: 21rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-84 {
    margin-top: 21rem !important;
    margin-bottom: 21rem !important;
  }
  .p-r-md-84 {
    padding: 21rem !important;
  }
  .pt-r-md-84 {
    padding-top: 21rem !important;
  }
  .pr-r-md-84 {
    padding-right: 21rem !important;
  }
  .pb-r-md-84 {
    padding-bottom: 21rem !important;
  }
  .pl-r-md-84 {
    padding-left: 21rem !important;
  }
  .px-r-md-84 {
    padding-left: 21rem !important;
    padding-right: 21rem !important;
  }
  .py-r-md-84 {
    padding-top: 21rem !important;
    padding-bottom: 21rem !important;
  }
  .font-size-md-84 {
    font-size: 84px;
  }
  .border-radius-r-md-84 {
    border-radius: 21rem !important;
  }
  .border-radius-tl-r-md-84 {
    border-top-left-radius: 21rem !important;
  }
  .border-radius-tr-r-md-84 {
    border-top-right-radius: 21rem !important;
  }
  .border-radius-bl-r-md-84 {
    border-bottom-left-radius: 21rem !important;
  }
  .border-radius-br-r-md-84 {
    border-bottom-right-radius: 21rem !important;
  }
  .border-radius-t-r-md-84 {
    border-top-left-radius: 21rem !important;
    border-top-right-radius: 21rem !important;
  }
  .border-radius-b-r-md-84 {
    border-bottom-left-radius: 21rem !important;
    border-bottom-right-radius: 21rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-84 {
    margin: 21rem !important;
  }
  .mt-r-lg-84 {
    margin-top: 21rem !important;
  }
  .mr-r-lg-84 {
    margin-right: 21rem !important;
  }
  .mb-r-lg-84 {
    margin-bottom: 21rem !important;
  }
  .ml-r-lg-84 {
    margin-left: 21rem !important;
  }
  .mx-r-lg-84 {
    margin-left: 21rem !important;
    margin-right: 21rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-84 {
    margin-top: 21rem !important;
    margin-bottom: 21rem !important;
  }
  .p-r-lg-84 {
    padding: 21rem !important;
  }
  .pt-r-lg-84 {
    padding-top: 21rem !important;
  }
  .pr-r-lg-84 {
    padding-right: 21rem !important;
  }
  .pb-r-lg-84 {
    padding-bottom: 21rem !important;
  }
  .pl-r-lg-84 {
    padding-left: 21rem !important;
  }
  .px-r-lg-84 {
    padding-left: 21rem !important;
    padding-right: 21rem !important;
  }
  .py-r-lg-84 {
    padding-top: 21rem !important;
    padding-bottom: 21rem !important;
  }
  .font-size-lg-84 {
    font-size: 84px;
  }
  .border-radius-r-lg-84 {
    border-radius: 21rem !important;
  }
  .border-radius-tl-r-lg-84 {
    border-top-left-radius: 21rem !important;
  }
  .border-radius-tr-r-lg-84 {
    border-top-right-radius: 21rem !important;
  }
  .border-radius-bl-r-lg-84 {
    border-bottom-left-radius: 21rem !important;
  }
  .border-radius-br-r-lg-84 {
    border-bottom-right-radius: 21rem !important;
  }
  .border-radius-t-r-lg-84 {
    border-top-left-radius: 21rem !important;
    border-top-right-radius: 21rem !important;
  }
  .border-radius-b-r-lg-84 {
    border-bottom-left-radius: 21rem !important;
    border-bottom-right-radius: 21rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-84 {
    margin: 21rem !important;
  }
  .mt-r-xl-84 {
    margin-top: 21rem !important;
  }
  .mr-r-xl-84 {
    margin-right: 21rem !important;
  }
  .mb-r-xl-84 {
    margin-bottom: 21rem !important;
  }
  .ml-r-xl-84 {
    margin-left: 21rem !important;
  }
  .mx-r-xl-84 {
    margin-left: 21rem !important;
    margin-right: 21rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-84 {
    margin-top: 21rem !important;
    margin-bottom: 21rem !important;
  }
  .p-r-xl-84 {
    padding: 21rem !important;
  }
  .pt-r-xl-84 {
    padding-top: 21rem !important;
  }
  .pr-r-xl-84 {
    padding-right: 21rem !important;
  }
  .pb-r-xl-84 {
    padding-bottom: 21rem !important;
  }
  .pl-r-xl-84 {
    padding-left: 21rem !important;
  }
  .px-r-xl-84 {
    padding-left: 21rem !important;
    padding-right: 21rem !important;
  }
  .py-r-xl-84 {
    padding-top: 21rem !important;
    padding-bottom: 21rem !important;
  }
  .font-size-xl-84 {
    font-size: 84px;
  }
  .border-radius-r-xl-84 {
    border-radius: 21rem !important;
  }
  .border-radius-tl-r-xl-84 {
    border-top-left-radius: 21rem !important;
  }
  .border-radius-tr-r-xl-84 {
    border-top-right-radius: 21rem !important;
  }
  .border-radius-bl-r-xl-84 {
    border-bottom-left-radius: 21rem !important;
  }
  .border-radius-br-r-xl-84 {
    border-bottom-right-radius: 21rem !important;
  }
  .border-radius-t-r-xl-84 {
    border-top-left-radius: 21rem !important;
    border-top-right-radius: 21rem !important;
  }
  .border-radius-b-r-xl-84 {
    border-bottom-left-radius: 21rem !important;
    border-bottom-right-radius: 21rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-84 {
    margin: 21rem !important;
  }
  .mt-r-contents-84 {
    margin-top: 21rem !important;
  }
  .mr-r-contents-84 {
    margin-right: 21rem !important;
  }
  .mb-r-contents-84 {
    margin-bottom: 21rem !important;
  }
  .ml-r-contents-84 {
    margin-left: 21rem !important;
  }
  .mx-r-contents-84 {
    margin-left: 21rem !important;
    margin-right: 21rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-84 {
    margin-top: 21rem !important;
    margin-bottom: 21rem !important;
  }
  .p-r-contents-84 {
    padding: 21rem !important;
  }
  .pt-r-contents-84 {
    padding-top: 21rem !important;
  }
  .pr-r-contents-84 {
    padding-right: 21rem !important;
  }
  .pb-r-contents-84 {
    padding-bottom: 21rem !important;
  }
  .pl-r-contents-84 {
    padding-left: 21rem !important;
  }
  .px-r-contents-84 {
    padding-left: 21rem !important;
    padding-right: 21rem !important;
  }
  .py-r-contents-84 {
    padding-top: 21rem !important;
    padding-bottom: 21rem !important;
  }
  .font-size-contents-84 {
    font-size: 84px;
  }
  .border-radius-r-contents-84 {
    border-radius: 21rem !important;
  }
  .border-radius-tl-r-contents-84 {
    border-top-left-radius: 21rem !important;
  }
  .border-radius-tr-r-contents-84 {
    border-top-right-radius: 21rem !important;
  }
  .border-radius-bl-r-contents-84 {
    border-bottom-left-radius: 21rem !important;
  }
  .border-radius-br-r-contents-84 {
    border-bottom-right-radius: 21rem !important;
  }
  .border-radius-t-r-contents-84 {
    border-top-left-radius: 21rem !important;
    border-top-right-radius: 21rem !important;
  }
  .border-radius-b-r-contents-84 {
    border-bottom-left-radius: 21rem !important;
    border-bottom-right-radius: 21rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-84 {
    margin: 21rem !important;
  }
  .mt-r-screen-84 {
    margin-top: 21rem !important;
  }
  .mr-r-screen-84 {
    margin-right: 21rem !important;
  }
  .mb-r-screen-84 {
    margin-bottom: 21rem !important;
  }
  .ml-r-screen-84 {
    margin-left: 21rem !important;
  }
  .mx-r-screen-84 {
    margin-left: 21rem !important;
    margin-right: 21rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-84 {
    margin-top: 21rem !important;
    margin-bottom: 21rem !important;
  }
  .p-r-screen-84 {
    padding: 21rem !important;
  }
  .pt-r-screen-84 {
    padding-top: 21rem !important;
  }
  .pr-r-screen-84 {
    padding-right: 21rem !important;
  }
  .pb-r-screen-84 {
    padding-bottom: 21rem !important;
  }
  .pl-r-screen-84 {
    padding-left: 21rem !important;
  }
  .px-r-screen-84 {
    padding-left: 21rem !important;
    padding-right: 21rem !important;
  }
  .py-r-screen-84 {
    padding-top: 21rem !important;
    padding-bottom: 21rem !important;
  }
  .font-size-screen-84 {
    font-size: 84px;
  }
  .border-radius-r-screen-84 {
    border-radius: 21rem !important;
  }
  .border-radius-tl-r-screen-84 {
    border-top-left-radius: 21rem !important;
  }
  .border-radius-tr-r-screen-84 {
    border-top-right-radius: 21rem !important;
  }
  .border-radius-bl-r-screen-84 {
    border-bottom-left-radius: 21rem !important;
  }
  .border-radius-br-r-screen-84 {
    border-bottom-right-radius: 21rem !important;
  }
  .border-radius-t-r-screen-84 {
    border-top-left-radius: 21rem !important;
    border-top-right-radius: 21rem !important;
  }
  .border-radius-b-r-screen-84 {
    border-bottom-left-radius: 21rem !important;
    border-bottom-right-radius: 21rem !important;
  }
}
.z-85 {
  z-index: 85;
}

.m-r-85 {
  margin: 21.25rem;
}

.mt-r-85 {
  margin-top: 21.25rem;
}

.mr-r-85 {
  margin-right: 21.25rem;
}

.mb-r-85 {
  margin-bottom: 21.25rem;
}

.ml-r-85 {
  margin-left: 21.25rem;
}

.mx-r-85 {
  margin-left: 21.25rem;
  margin-right: 21.25rem;
}

.my-r-85 {
  margin-top: 21.25rem;
  margin-bottom: 21.25rem;
}

.p-r-85 {
  padding: 21.25rem;
}

.pt-r-85 {
  padding-top: 21.25rem;
}

.pr-r-85 {
  padding-right: 21.25rem;
}

.pb-r-85 {
  padding-bottom: 21.25rem;
}

.pl-r-85 {
  padding-left: 21.25rem;
}

.px-r-85 {
  padding-left: 21.25rem;
  padding-right: 21.25rem;
}

.py-r-85 {
  padding-top: 21.25rem;
  padding-bottom: 21.25rem;
}

.t-r-85 {
  top: 21.25rem;
}

.l-r-85 {
  left: 21.25rem;
}

.b-r-85 {
  bottom: 21.25rem;
}

.r-r-85 {
  right: 21.25rem;
}

.row-gap-85 {
  margin: -21.25rem;
}

.border-radius-r-85 {
  border-radius: 21.25rem;
}

.border-radius-tl-r-85 {
  border-top-left-radius: 21.25rem;
}

.border-radius-tr-r-85 {
  border-top-right-radius: 21.25rem;
}

.border-radius-bl-r-85 {
  border-bottom-left-radius: 21.25rem;
}

.border-radius-br-r-85 {
  border-bottom-right-radius: 21.25rem;
}

.border-radius-t-r-85 {
  border-top-left-radius: 21.25rem;
  border-top-right-radius: 21.25rem;
}

.border-radius-b-r-85 {
  border-bottom-left-radius: 21.25rem;
  border-bottom-right-radius: 21.25rem;
}

.font-size-85 {
  font-size: 85px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-85 {
    margin: 21.25rem !important;
  }
  .mt-r-xs-85 {
    margin-top: 21.25rem !important;
  }
  .mr-r-xs-85 {
    margin-right: 21.25rem !important;
  }
  .mb-r-xs-85 {
    margin-bottom: 21.25rem !important;
  }
  .ml-r-xs-85 {
    margin-left: 21.25rem !important;
  }
  .mx-r-xs-85 {
    margin-left: 21.25rem !important;
    margin-right: 21.25rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-85 {
    margin-top: 21.25rem !important;
    margin-bottom: 21.25rem !important;
  }
  .p-r-xs-85 {
    padding: 21.25rem !important;
  }
  .pt-r-xs-85 {
    padding-top: 21.25rem !important;
  }
  .pr-r-xs-85 {
    padding-right: 21.25rem !important;
  }
  .pb-r-xs-85 {
    padding-bottom: 21.25rem !important;
  }
  .pl-r-xs-85 {
    padding-left: 21.25rem !important;
  }
  .px-r-xs-85 {
    padding-left: 21.25rem !important;
    padding-right: 21.25rem !important;
  }
  .py-r-xs-85 {
    padding-top: 21.25rem !important;
    padding-bottom: 21.25rem !important;
  }
  .font-size-xs-85 {
    font-size: 85px;
  }
  .border-radius-r-xs-85 {
    border-radius: 21.25rem !important;
  }
  .border-radius-tl-r-xs-85 {
    border-top-left-radius: 21.25rem !important;
  }
  .border-radius-tr-r-xs-85 {
    border-top-right-radius: 21.25rem !important;
  }
  .border-radius-bl-r-xs-85 {
    border-bottom-left-radius: 21.25rem !important;
  }
  .border-radius-br-r-xs-85 {
    border-bottom-right-radius: 21.25rem !important;
  }
  .border-radius-t-r-xs-85 {
    border-top-left-radius: 21.25rem !important;
    border-top-right-radius: 21.25rem !important;
  }
  .border-radius-b-r-xs-85 {
    border-bottom-left-radius: 21.25rem !important;
    border-bottom-right-radius: 21.25rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-85 {
    margin: 21.25rem !important;
  }
  .mt-r-sm-85 {
    margin-top: 21.25rem !important;
  }
  .mr-r-sm-85 {
    margin-right: 21.25rem !important;
  }
  .mb-r-sm-85 {
    margin-bottom: 21.25rem !important;
  }
  .ml-r-sm-85 {
    margin-left: 21.25rem !important;
  }
  .mx-r-sm-85 {
    margin-left: 21.25rem !important;
    margin-right: 21.25rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-85 {
    margin-top: 21.25rem !important;
    margin-bottom: 21.25rem !important;
  }
  .p-r-sm-85 {
    padding: 21.25rem !important;
  }
  .pt-r-sm-85 {
    padding-top: 21.25rem !important;
  }
  .pr-r-sm-85 {
    padding-right: 21.25rem !important;
  }
  .pb-r-sm-85 {
    padding-bottom: 21.25rem !important;
  }
  .pl-r-sm-85 {
    padding-left: 21.25rem !important;
  }
  .px-r-sm-85 {
    padding-left: 21.25rem !important;
    padding-right: 21.25rem !important;
  }
  .py-r-sm-85 {
    padding-top: 21.25rem !important;
    padding-bottom: 21.25rem !important;
  }
  .font-size-sm-85 {
    font-size: 85px;
  }
  .border-radius-r-sm-85 {
    border-radius: 21.25rem !important;
  }
  .border-radius-tl-r-sm-85 {
    border-top-left-radius: 21.25rem !important;
  }
  .border-radius-tr-r-sm-85 {
    border-top-right-radius: 21.25rem !important;
  }
  .border-radius-bl-r-sm-85 {
    border-bottom-left-radius: 21.25rem !important;
  }
  .border-radius-br-r-sm-85 {
    border-bottom-right-radius: 21.25rem !important;
  }
  .border-radius-t-r-sm-85 {
    border-top-left-radius: 21.25rem !important;
    border-top-right-radius: 21.25rem !important;
  }
  .border-radius-b-r-sm-85 {
    border-bottom-left-radius: 21.25rem !important;
    border-bottom-right-radius: 21.25rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-85 {
    margin: 21.25rem !important;
  }
  .mt-r-md-85 {
    margin-top: 21.25rem !important;
  }
  .mr-r-md-85 {
    margin-right: 21.25rem !important;
  }
  .mb-r-md-85 {
    margin-bottom: 21.25rem !important;
  }
  .ml-r-md-85 {
    margin-left: 21.25rem !important;
  }
  .mx-r-md-85 {
    margin-left: 21.25rem !important;
    margin-right: 21.25rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-85 {
    margin-top: 21.25rem !important;
    margin-bottom: 21.25rem !important;
  }
  .p-r-md-85 {
    padding: 21.25rem !important;
  }
  .pt-r-md-85 {
    padding-top: 21.25rem !important;
  }
  .pr-r-md-85 {
    padding-right: 21.25rem !important;
  }
  .pb-r-md-85 {
    padding-bottom: 21.25rem !important;
  }
  .pl-r-md-85 {
    padding-left: 21.25rem !important;
  }
  .px-r-md-85 {
    padding-left: 21.25rem !important;
    padding-right: 21.25rem !important;
  }
  .py-r-md-85 {
    padding-top: 21.25rem !important;
    padding-bottom: 21.25rem !important;
  }
  .font-size-md-85 {
    font-size: 85px;
  }
  .border-radius-r-md-85 {
    border-radius: 21.25rem !important;
  }
  .border-radius-tl-r-md-85 {
    border-top-left-radius: 21.25rem !important;
  }
  .border-radius-tr-r-md-85 {
    border-top-right-radius: 21.25rem !important;
  }
  .border-radius-bl-r-md-85 {
    border-bottom-left-radius: 21.25rem !important;
  }
  .border-radius-br-r-md-85 {
    border-bottom-right-radius: 21.25rem !important;
  }
  .border-radius-t-r-md-85 {
    border-top-left-radius: 21.25rem !important;
    border-top-right-radius: 21.25rem !important;
  }
  .border-radius-b-r-md-85 {
    border-bottom-left-radius: 21.25rem !important;
    border-bottom-right-radius: 21.25rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-85 {
    margin: 21.25rem !important;
  }
  .mt-r-lg-85 {
    margin-top: 21.25rem !important;
  }
  .mr-r-lg-85 {
    margin-right: 21.25rem !important;
  }
  .mb-r-lg-85 {
    margin-bottom: 21.25rem !important;
  }
  .ml-r-lg-85 {
    margin-left: 21.25rem !important;
  }
  .mx-r-lg-85 {
    margin-left: 21.25rem !important;
    margin-right: 21.25rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-85 {
    margin-top: 21.25rem !important;
    margin-bottom: 21.25rem !important;
  }
  .p-r-lg-85 {
    padding: 21.25rem !important;
  }
  .pt-r-lg-85 {
    padding-top: 21.25rem !important;
  }
  .pr-r-lg-85 {
    padding-right: 21.25rem !important;
  }
  .pb-r-lg-85 {
    padding-bottom: 21.25rem !important;
  }
  .pl-r-lg-85 {
    padding-left: 21.25rem !important;
  }
  .px-r-lg-85 {
    padding-left: 21.25rem !important;
    padding-right: 21.25rem !important;
  }
  .py-r-lg-85 {
    padding-top: 21.25rem !important;
    padding-bottom: 21.25rem !important;
  }
  .font-size-lg-85 {
    font-size: 85px;
  }
  .border-radius-r-lg-85 {
    border-radius: 21.25rem !important;
  }
  .border-radius-tl-r-lg-85 {
    border-top-left-radius: 21.25rem !important;
  }
  .border-radius-tr-r-lg-85 {
    border-top-right-radius: 21.25rem !important;
  }
  .border-radius-bl-r-lg-85 {
    border-bottom-left-radius: 21.25rem !important;
  }
  .border-radius-br-r-lg-85 {
    border-bottom-right-radius: 21.25rem !important;
  }
  .border-radius-t-r-lg-85 {
    border-top-left-radius: 21.25rem !important;
    border-top-right-radius: 21.25rem !important;
  }
  .border-radius-b-r-lg-85 {
    border-bottom-left-radius: 21.25rem !important;
    border-bottom-right-radius: 21.25rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-85 {
    margin: 21.25rem !important;
  }
  .mt-r-xl-85 {
    margin-top: 21.25rem !important;
  }
  .mr-r-xl-85 {
    margin-right: 21.25rem !important;
  }
  .mb-r-xl-85 {
    margin-bottom: 21.25rem !important;
  }
  .ml-r-xl-85 {
    margin-left: 21.25rem !important;
  }
  .mx-r-xl-85 {
    margin-left: 21.25rem !important;
    margin-right: 21.25rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-85 {
    margin-top: 21.25rem !important;
    margin-bottom: 21.25rem !important;
  }
  .p-r-xl-85 {
    padding: 21.25rem !important;
  }
  .pt-r-xl-85 {
    padding-top: 21.25rem !important;
  }
  .pr-r-xl-85 {
    padding-right: 21.25rem !important;
  }
  .pb-r-xl-85 {
    padding-bottom: 21.25rem !important;
  }
  .pl-r-xl-85 {
    padding-left: 21.25rem !important;
  }
  .px-r-xl-85 {
    padding-left: 21.25rem !important;
    padding-right: 21.25rem !important;
  }
  .py-r-xl-85 {
    padding-top: 21.25rem !important;
    padding-bottom: 21.25rem !important;
  }
  .font-size-xl-85 {
    font-size: 85px;
  }
  .border-radius-r-xl-85 {
    border-radius: 21.25rem !important;
  }
  .border-radius-tl-r-xl-85 {
    border-top-left-radius: 21.25rem !important;
  }
  .border-radius-tr-r-xl-85 {
    border-top-right-radius: 21.25rem !important;
  }
  .border-radius-bl-r-xl-85 {
    border-bottom-left-radius: 21.25rem !important;
  }
  .border-radius-br-r-xl-85 {
    border-bottom-right-radius: 21.25rem !important;
  }
  .border-radius-t-r-xl-85 {
    border-top-left-radius: 21.25rem !important;
    border-top-right-radius: 21.25rem !important;
  }
  .border-radius-b-r-xl-85 {
    border-bottom-left-radius: 21.25rem !important;
    border-bottom-right-radius: 21.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-85 {
    margin: 21.25rem !important;
  }
  .mt-r-contents-85 {
    margin-top: 21.25rem !important;
  }
  .mr-r-contents-85 {
    margin-right: 21.25rem !important;
  }
  .mb-r-contents-85 {
    margin-bottom: 21.25rem !important;
  }
  .ml-r-contents-85 {
    margin-left: 21.25rem !important;
  }
  .mx-r-contents-85 {
    margin-left: 21.25rem !important;
    margin-right: 21.25rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-85 {
    margin-top: 21.25rem !important;
    margin-bottom: 21.25rem !important;
  }
  .p-r-contents-85 {
    padding: 21.25rem !important;
  }
  .pt-r-contents-85 {
    padding-top: 21.25rem !important;
  }
  .pr-r-contents-85 {
    padding-right: 21.25rem !important;
  }
  .pb-r-contents-85 {
    padding-bottom: 21.25rem !important;
  }
  .pl-r-contents-85 {
    padding-left: 21.25rem !important;
  }
  .px-r-contents-85 {
    padding-left: 21.25rem !important;
    padding-right: 21.25rem !important;
  }
  .py-r-contents-85 {
    padding-top: 21.25rem !important;
    padding-bottom: 21.25rem !important;
  }
  .font-size-contents-85 {
    font-size: 85px;
  }
  .border-radius-r-contents-85 {
    border-radius: 21.25rem !important;
  }
  .border-radius-tl-r-contents-85 {
    border-top-left-radius: 21.25rem !important;
  }
  .border-radius-tr-r-contents-85 {
    border-top-right-radius: 21.25rem !important;
  }
  .border-radius-bl-r-contents-85 {
    border-bottom-left-radius: 21.25rem !important;
  }
  .border-radius-br-r-contents-85 {
    border-bottom-right-radius: 21.25rem !important;
  }
  .border-radius-t-r-contents-85 {
    border-top-left-radius: 21.25rem !important;
    border-top-right-radius: 21.25rem !important;
  }
  .border-radius-b-r-contents-85 {
    border-bottom-left-radius: 21.25rem !important;
    border-bottom-right-radius: 21.25rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-85 {
    margin: 21.25rem !important;
  }
  .mt-r-screen-85 {
    margin-top: 21.25rem !important;
  }
  .mr-r-screen-85 {
    margin-right: 21.25rem !important;
  }
  .mb-r-screen-85 {
    margin-bottom: 21.25rem !important;
  }
  .ml-r-screen-85 {
    margin-left: 21.25rem !important;
  }
  .mx-r-screen-85 {
    margin-left: 21.25rem !important;
    margin-right: 21.25rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-85 {
    margin-top: 21.25rem !important;
    margin-bottom: 21.25rem !important;
  }
  .p-r-screen-85 {
    padding: 21.25rem !important;
  }
  .pt-r-screen-85 {
    padding-top: 21.25rem !important;
  }
  .pr-r-screen-85 {
    padding-right: 21.25rem !important;
  }
  .pb-r-screen-85 {
    padding-bottom: 21.25rem !important;
  }
  .pl-r-screen-85 {
    padding-left: 21.25rem !important;
  }
  .px-r-screen-85 {
    padding-left: 21.25rem !important;
    padding-right: 21.25rem !important;
  }
  .py-r-screen-85 {
    padding-top: 21.25rem !important;
    padding-bottom: 21.25rem !important;
  }
  .font-size-screen-85 {
    font-size: 85px;
  }
  .border-radius-r-screen-85 {
    border-radius: 21.25rem !important;
  }
  .border-radius-tl-r-screen-85 {
    border-top-left-radius: 21.25rem !important;
  }
  .border-radius-tr-r-screen-85 {
    border-top-right-radius: 21.25rem !important;
  }
  .border-radius-bl-r-screen-85 {
    border-bottom-left-radius: 21.25rem !important;
  }
  .border-radius-br-r-screen-85 {
    border-bottom-right-radius: 21.25rem !important;
  }
  .border-radius-t-r-screen-85 {
    border-top-left-radius: 21.25rem !important;
    border-top-right-radius: 21.25rem !important;
  }
  .border-radius-b-r-screen-85 {
    border-bottom-left-radius: 21.25rem !important;
    border-bottom-right-radius: 21.25rem !important;
  }
}
.z-86 {
  z-index: 86;
}

.m-r-86 {
  margin: 21.5rem;
}

.mt-r-86 {
  margin-top: 21.5rem;
}

.mr-r-86 {
  margin-right: 21.5rem;
}

.mb-r-86 {
  margin-bottom: 21.5rem;
}

.ml-r-86 {
  margin-left: 21.5rem;
}

.mx-r-86 {
  margin-left: 21.5rem;
  margin-right: 21.5rem;
}

.my-r-86 {
  margin-top: 21.5rem;
  margin-bottom: 21.5rem;
}

.p-r-86 {
  padding: 21.5rem;
}

.pt-r-86 {
  padding-top: 21.5rem;
}

.pr-r-86 {
  padding-right: 21.5rem;
}

.pb-r-86 {
  padding-bottom: 21.5rem;
}

.pl-r-86 {
  padding-left: 21.5rem;
}

.px-r-86 {
  padding-left: 21.5rem;
  padding-right: 21.5rem;
}

.py-r-86 {
  padding-top: 21.5rem;
  padding-bottom: 21.5rem;
}

.t-r-86 {
  top: 21.5rem;
}

.l-r-86 {
  left: 21.5rem;
}

.b-r-86 {
  bottom: 21.5rem;
}

.r-r-86 {
  right: 21.5rem;
}

.row-gap-86 {
  margin: -21.5rem;
}

.border-radius-r-86 {
  border-radius: 21.5rem;
}

.border-radius-tl-r-86 {
  border-top-left-radius: 21.5rem;
}

.border-radius-tr-r-86 {
  border-top-right-radius: 21.5rem;
}

.border-radius-bl-r-86 {
  border-bottom-left-radius: 21.5rem;
}

.border-radius-br-r-86 {
  border-bottom-right-radius: 21.5rem;
}

.border-radius-t-r-86 {
  border-top-left-radius: 21.5rem;
  border-top-right-radius: 21.5rem;
}

.border-radius-b-r-86 {
  border-bottom-left-radius: 21.5rem;
  border-bottom-right-radius: 21.5rem;
}

.font-size-86 {
  font-size: 86px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-86 {
    margin: 21.5rem !important;
  }
  .mt-r-xs-86 {
    margin-top: 21.5rem !important;
  }
  .mr-r-xs-86 {
    margin-right: 21.5rem !important;
  }
  .mb-r-xs-86 {
    margin-bottom: 21.5rem !important;
  }
  .ml-r-xs-86 {
    margin-left: 21.5rem !important;
  }
  .mx-r-xs-86 {
    margin-left: 21.5rem !important;
    margin-right: 21.5rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-86 {
    margin-top: 21.5rem !important;
    margin-bottom: 21.5rem !important;
  }
  .p-r-xs-86 {
    padding: 21.5rem !important;
  }
  .pt-r-xs-86 {
    padding-top: 21.5rem !important;
  }
  .pr-r-xs-86 {
    padding-right: 21.5rem !important;
  }
  .pb-r-xs-86 {
    padding-bottom: 21.5rem !important;
  }
  .pl-r-xs-86 {
    padding-left: 21.5rem !important;
  }
  .px-r-xs-86 {
    padding-left: 21.5rem !important;
    padding-right: 21.5rem !important;
  }
  .py-r-xs-86 {
    padding-top: 21.5rem !important;
    padding-bottom: 21.5rem !important;
  }
  .font-size-xs-86 {
    font-size: 86px;
  }
  .border-radius-r-xs-86 {
    border-radius: 21.5rem !important;
  }
  .border-radius-tl-r-xs-86 {
    border-top-left-radius: 21.5rem !important;
  }
  .border-radius-tr-r-xs-86 {
    border-top-right-radius: 21.5rem !important;
  }
  .border-radius-bl-r-xs-86 {
    border-bottom-left-radius: 21.5rem !important;
  }
  .border-radius-br-r-xs-86 {
    border-bottom-right-radius: 21.5rem !important;
  }
  .border-radius-t-r-xs-86 {
    border-top-left-radius: 21.5rem !important;
    border-top-right-radius: 21.5rem !important;
  }
  .border-radius-b-r-xs-86 {
    border-bottom-left-radius: 21.5rem !important;
    border-bottom-right-radius: 21.5rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-86 {
    margin: 21.5rem !important;
  }
  .mt-r-sm-86 {
    margin-top: 21.5rem !important;
  }
  .mr-r-sm-86 {
    margin-right: 21.5rem !important;
  }
  .mb-r-sm-86 {
    margin-bottom: 21.5rem !important;
  }
  .ml-r-sm-86 {
    margin-left: 21.5rem !important;
  }
  .mx-r-sm-86 {
    margin-left: 21.5rem !important;
    margin-right: 21.5rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-86 {
    margin-top: 21.5rem !important;
    margin-bottom: 21.5rem !important;
  }
  .p-r-sm-86 {
    padding: 21.5rem !important;
  }
  .pt-r-sm-86 {
    padding-top: 21.5rem !important;
  }
  .pr-r-sm-86 {
    padding-right: 21.5rem !important;
  }
  .pb-r-sm-86 {
    padding-bottom: 21.5rem !important;
  }
  .pl-r-sm-86 {
    padding-left: 21.5rem !important;
  }
  .px-r-sm-86 {
    padding-left: 21.5rem !important;
    padding-right: 21.5rem !important;
  }
  .py-r-sm-86 {
    padding-top: 21.5rem !important;
    padding-bottom: 21.5rem !important;
  }
  .font-size-sm-86 {
    font-size: 86px;
  }
  .border-radius-r-sm-86 {
    border-radius: 21.5rem !important;
  }
  .border-radius-tl-r-sm-86 {
    border-top-left-radius: 21.5rem !important;
  }
  .border-radius-tr-r-sm-86 {
    border-top-right-radius: 21.5rem !important;
  }
  .border-radius-bl-r-sm-86 {
    border-bottom-left-radius: 21.5rem !important;
  }
  .border-radius-br-r-sm-86 {
    border-bottom-right-radius: 21.5rem !important;
  }
  .border-radius-t-r-sm-86 {
    border-top-left-radius: 21.5rem !important;
    border-top-right-radius: 21.5rem !important;
  }
  .border-radius-b-r-sm-86 {
    border-bottom-left-radius: 21.5rem !important;
    border-bottom-right-radius: 21.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-86 {
    margin: 21.5rem !important;
  }
  .mt-r-md-86 {
    margin-top: 21.5rem !important;
  }
  .mr-r-md-86 {
    margin-right: 21.5rem !important;
  }
  .mb-r-md-86 {
    margin-bottom: 21.5rem !important;
  }
  .ml-r-md-86 {
    margin-left: 21.5rem !important;
  }
  .mx-r-md-86 {
    margin-left: 21.5rem !important;
    margin-right: 21.5rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-86 {
    margin-top: 21.5rem !important;
    margin-bottom: 21.5rem !important;
  }
  .p-r-md-86 {
    padding: 21.5rem !important;
  }
  .pt-r-md-86 {
    padding-top: 21.5rem !important;
  }
  .pr-r-md-86 {
    padding-right: 21.5rem !important;
  }
  .pb-r-md-86 {
    padding-bottom: 21.5rem !important;
  }
  .pl-r-md-86 {
    padding-left: 21.5rem !important;
  }
  .px-r-md-86 {
    padding-left: 21.5rem !important;
    padding-right: 21.5rem !important;
  }
  .py-r-md-86 {
    padding-top: 21.5rem !important;
    padding-bottom: 21.5rem !important;
  }
  .font-size-md-86 {
    font-size: 86px;
  }
  .border-radius-r-md-86 {
    border-radius: 21.5rem !important;
  }
  .border-radius-tl-r-md-86 {
    border-top-left-radius: 21.5rem !important;
  }
  .border-radius-tr-r-md-86 {
    border-top-right-radius: 21.5rem !important;
  }
  .border-radius-bl-r-md-86 {
    border-bottom-left-radius: 21.5rem !important;
  }
  .border-radius-br-r-md-86 {
    border-bottom-right-radius: 21.5rem !important;
  }
  .border-radius-t-r-md-86 {
    border-top-left-radius: 21.5rem !important;
    border-top-right-radius: 21.5rem !important;
  }
  .border-radius-b-r-md-86 {
    border-bottom-left-radius: 21.5rem !important;
    border-bottom-right-radius: 21.5rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-86 {
    margin: 21.5rem !important;
  }
  .mt-r-lg-86 {
    margin-top: 21.5rem !important;
  }
  .mr-r-lg-86 {
    margin-right: 21.5rem !important;
  }
  .mb-r-lg-86 {
    margin-bottom: 21.5rem !important;
  }
  .ml-r-lg-86 {
    margin-left: 21.5rem !important;
  }
  .mx-r-lg-86 {
    margin-left: 21.5rem !important;
    margin-right: 21.5rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-86 {
    margin-top: 21.5rem !important;
    margin-bottom: 21.5rem !important;
  }
  .p-r-lg-86 {
    padding: 21.5rem !important;
  }
  .pt-r-lg-86 {
    padding-top: 21.5rem !important;
  }
  .pr-r-lg-86 {
    padding-right: 21.5rem !important;
  }
  .pb-r-lg-86 {
    padding-bottom: 21.5rem !important;
  }
  .pl-r-lg-86 {
    padding-left: 21.5rem !important;
  }
  .px-r-lg-86 {
    padding-left: 21.5rem !important;
    padding-right: 21.5rem !important;
  }
  .py-r-lg-86 {
    padding-top: 21.5rem !important;
    padding-bottom: 21.5rem !important;
  }
  .font-size-lg-86 {
    font-size: 86px;
  }
  .border-radius-r-lg-86 {
    border-radius: 21.5rem !important;
  }
  .border-radius-tl-r-lg-86 {
    border-top-left-radius: 21.5rem !important;
  }
  .border-radius-tr-r-lg-86 {
    border-top-right-radius: 21.5rem !important;
  }
  .border-radius-bl-r-lg-86 {
    border-bottom-left-radius: 21.5rem !important;
  }
  .border-radius-br-r-lg-86 {
    border-bottom-right-radius: 21.5rem !important;
  }
  .border-radius-t-r-lg-86 {
    border-top-left-radius: 21.5rem !important;
    border-top-right-radius: 21.5rem !important;
  }
  .border-radius-b-r-lg-86 {
    border-bottom-left-radius: 21.5rem !important;
    border-bottom-right-radius: 21.5rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-86 {
    margin: 21.5rem !important;
  }
  .mt-r-xl-86 {
    margin-top: 21.5rem !important;
  }
  .mr-r-xl-86 {
    margin-right: 21.5rem !important;
  }
  .mb-r-xl-86 {
    margin-bottom: 21.5rem !important;
  }
  .ml-r-xl-86 {
    margin-left: 21.5rem !important;
  }
  .mx-r-xl-86 {
    margin-left: 21.5rem !important;
    margin-right: 21.5rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-86 {
    margin-top: 21.5rem !important;
    margin-bottom: 21.5rem !important;
  }
  .p-r-xl-86 {
    padding: 21.5rem !important;
  }
  .pt-r-xl-86 {
    padding-top: 21.5rem !important;
  }
  .pr-r-xl-86 {
    padding-right: 21.5rem !important;
  }
  .pb-r-xl-86 {
    padding-bottom: 21.5rem !important;
  }
  .pl-r-xl-86 {
    padding-left: 21.5rem !important;
  }
  .px-r-xl-86 {
    padding-left: 21.5rem !important;
    padding-right: 21.5rem !important;
  }
  .py-r-xl-86 {
    padding-top: 21.5rem !important;
    padding-bottom: 21.5rem !important;
  }
  .font-size-xl-86 {
    font-size: 86px;
  }
  .border-radius-r-xl-86 {
    border-radius: 21.5rem !important;
  }
  .border-radius-tl-r-xl-86 {
    border-top-left-radius: 21.5rem !important;
  }
  .border-radius-tr-r-xl-86 {
    border-top-right-radius: 21.5rem !important;
  }
  .border-radius-bl-r-xl-86 {
    border-bottom-left-radius: 21.5rem !important;
  }
  .border-radius-br-r-xl-86 {
    border-bottom-right-radius: 21.5rem !important;
  }
  .border-radius-t-r-xl-86 {
    border-top-left-radius: 21.5rem !important;
    border-top-right-radius: 21.5rem !important;
  }
  .border-radius-b-r-xl-86 {
    border-bottom-left-radius: 21.5rem !important;
    border-bottom-right-radius: 21.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-86 {
    margin: 21.5rem !important;
  }
  .mt-r-contents-86 {
    margin-top: 21.5rem !important;
  }
  .mr-r-contents-86 {
    margin-right: 21.5rem !important;
  }
  .mb-r-contents-86 {
    margin-bottom: 21.5rem !important;
  }
  .ml-r-contents-86 {
    margin-left: 21.5rem !important;
  }
  .mx-r-contents-86 {
    margin-left: 21.5rem !important;
    margin-right: 21.5rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-86 {
    margin-top: 21.5rem !important;
    margin-bottom: 21.5rem !important;
  }
  .p-r-contents-86 {
    padding: 21.5rem !important;
  }
  .pt-r-contents-86 {
    padding-top: 21.5rem !important;
  }
  .pr-r-contents-86 {
    padding-right: 21.5rem !important;
  }
  .pb-r-contents-86 {
    padding-bottom: 21.5rem !important;
  }
  .pl-r-contents-86 {
    padding-left: 21.5rem !important;
  }
  .px-r-contents-86 {
    padding-left: 21.5rem !important;
    padding-right: 21.5rem !important;
  }
  .py-r-contents-86 {
    padding-top: 21.5rem !important;
    padding-bottom: 21.5rem !important;
  }
  .font-size-contents-86 {
    font-size: 86px;
  }
  .border-radius-r-contents-86 {
    border-radius: 21.5rem !important;
  }
  .border-radius-tl-r-contents-86 {
    border-top-left-radius: 21.5rem !important;
  }
  .border-radius-tr-r-contents-86 {
    border-top-right-radius: 21.5rem !important;
  }
  .border-radius-bl-r-contents-86 {
    border-bottom-left-radius: 21.5rem !important;
  }
  .border-radius-br-r-contents-86 {
    border-bottom-right-radius: 21.5rem !important;
  }
  .border-radius-t-r-contents-86 {
    border-top-left-radius: 21.5rem !important;
    border-top-right-radius: 21.5rem !important;
  }
  .border-radius-b-r-contents-86 {
    border-bottom-left-radius: 21.5rem !important;
    border-bottom-right-radius: 21.5rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-86 {
    margin: 21.5rem !important;
  }
  .mt-r-screen-86 {
    margin-top: 21.5rem !important;
  }
  .mr-r-screen-86 {
    margin-right: 21.5rem !important;
  }
  .mb-r-screen-86 {
    margin-bottom: 21.5rem !important;
  }
  .ml-r-screen-86 {
    margin-left: 21.5rem !important;
  }
  .mx-r-screen-86 {
    margin-left: 21.5rem !important;
    margin-right: 21.5rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-86 {
    margin-top: 21.5rem !important;
    margin-bottom: 21.5rem !important;
  }
  .p-r-screen-86 {
    padding: 21.5rem !important;
  }
  .pt-r-screen-86 {
    padding-top: 21.5rem !important;
  }
  .pr-r-screen-86 {
    padding-right: 21.5rem !important;
  }
  .pb-r-screen-86 {
    padding-bottom: 21.5rem !important;
  }
  .pl-r-screen-86 {
    padding-left: 21.5rem !important;
  }
  .px-r-screen-86 {
    padding-left: 21.5rem !important;
    padding-right: 21.5rem !important;
  }
  .py-r-screen-86 {
    padding-top: 21.5rem !important;
    padding-bottom: 21.5rem !important;
  }
  .font-size-screen-86 {
    font-size: 86px;
  }
  .border-radius-r-screen-86 {
    border-radius: 21.5rem !important;
  }
  .border-radius-tl-r-screen-86 {
    border-top-left-radius: 21.5rem !important;
  }
  .border-radius-tr-r-screen-86 {
    border-top-right-radius: 21.5rem !important;
  }
  .border-radius-bl-r-screen-86 {
    border-bottom-left-radius: 21.5rem !important;
  }
  .border-radius-br-r-screen-86 {
    border-bottom-right-radius: 21.5rem !important;
  }
  .border-radius-t-r-screen-86 {
    border-top-left-radius: 21.5rem !important;
    border-top-right-radius: 21.5rem !important;
  }
  .border-radius-b-r-screen-86 {
    border-bottom-left-radius: 21.5rem !important;
    border-bottom-right-radius: 21.5rem !important;
  }
}
.z-87 {
  z-index: 87;
}

.m-r-87 {
  margin: 21.75rem;
}

.mt-r-87 {
  margin-top: 21.75rem;
}

.mr-r-87 {
  margin-right: 21.75rem;
}

.mb-r-87 {
  margin-bottom: 21.75rem;
}

.ml-r-87 {
  margin-left: 21.75rem;
}

.mx-r-87 {
  margin-left: 21.75rem;
  margin-right: 21.75rem;
}

.my-r-87 {
  margin-top: 21.75rem;
  margin-bottom: 21.75rem;
}

.p-r-87 {
  padding: 21.75rem;
}

.pt-r-87 {
  padding-top: 21.75rem;
}

.pr-r-87 {
  padding-right: 21.75rem;
}

.pb-r-87 {
  padding-bottom: 21.75rem;
}

.pl-r-87 {
  padding-left: 21.75rem;
}

.px-r-87 {
  padding-left: 21.75rem;
  padding-right: 21.75rem;
}

.py-r-87 {
  padding-top: 21.75rem;
  padding-bottom: 21.75rem;
}

.t-r-87 {
  top: 21.75rem;
}

.l-r-87 {
  left: 21.75rem;
}

.b-r-87 {
  bottom: 21.75rem;
}

.r-r-87 {
  right: 21.75rem;
}

.row-gap-87 {
  margin: -21.75rem;
}

.border-radius-r-87 {
  border-radius: 21.75rem;
}

.border-radius-tl-r-87 {
  border-top-left-radius: 21.75rem;
}

.border-radius-tr-r-87 {
  border-top-right-radius: 21.75rem;
}

.border-radius-bl-r-87 {
  border-bottom-left-radius: 21.75rem;
}

.border-radius-br-r-87 {
  border-bottom-right-radius: 21.75rem;
}

.border-radius-t-r-87 {
  border-top-left-radius: 21.75rem;
  border-top-right-radius: 21.75rem;
}

.border-radius-b-r-87 {
  border-bottom-left-radius: 21.75rem;
  border-bottom-right-radius: 21.75rem;
}

.font-size-87 {
  font-size: 87px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-87 {
    margin: 21.75rem !important;
  }
  .mt-r-xs-87 {
    margin-top: 21.75rem !important;
  }
  .mr-r-xs-87 {
    margin-right: 21.75rem !important;
  }
  .mb-r-xs-87 {
    margin-bottom: 21.75rem !important;
  }
  .ml-r-xs-87 {
    margin-left: 21.75rem !important;
  }
  .mx-r-xs-87 {
    margin-left: 21.75rem !important;
    margin-right: 21.75rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-87 {
    margin-top: 21.75rem !important;
    margin-bottom: 21.75rem !important;
  }
  .p-r-xs-87 {
    padding: 21.75rem !important;
  }
  .pt-r-xs-87 {
    padding-top: 21.75rem !important;
  }
  .pr-r-xs-87 {
    padding-right: 21.75rem !important;
  }
  .pb-r-xs-87 {
    padding-bottom: 21.75rem !important;
  }
  .pl-r-xs-87 {
    padding-left: 21.75rem !important;
  }
  .px-r-xs-87 {
    padding-left: 21.75rem !important;
    padding-right: 21.75rem !important;
  }
  .py-r-xs-87 {
    padding-top: 21.75rem !important;
    padding-bottom: 21.75rem !important;
  }
  .font-size-xs-87 {
    font-size: 87px;
  }
  .border-radius-r-xs-87 {
    border-radius: 21.75rem !important;
  }
  .border-radius-tl-r-xs-87 {
    border-top-left-radius: 21.75rem !important;
  }
  .border-radius-tr-r-xs-87 {
    border-top-right-radius: 21.75rem !important;
  }
  .border-radius-bl-r-xs-87 {
    border-bottom-left-radius: 21.75rem !important;
  }
  .border-radius-br-r-xs-87 {
    border-bottom-right-radius: 21.75rem !important;
  }
  .border-radius-t-r-xs-87 {
    border-top-left-radius: 21.75rem !important;
    border-top-right-radius: 21.75rem !important;
  }
  .border-radius-b-r-xs-87 {
    border-bottom-left-radius: 21.75rem !important;
    border-bottom-right-radius: 21.75rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-87 {
    margin: 21.75rem !important;
  }
  .mt-r-sm-87 {
    margin-top: 21.75rem !important;
  }
  .mr-r-sm-87 {
    margin-right: 21.75rem !important;
  }
  .mb-r-sm-87 {
    margin-bottom: 21.75rem !important;
  }
  .ml-r-sm-87 {
    margin-left: 21.75rem !important;
  }
  .mx-r-sm-87 {
    margin-left: 21.75rem !important;
    margin-right: 21.75rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-87 {
    margin-top: 21.75rem !important;
    margin-bottom: 21.75rem !important;
  }
  .p-r-sm-87 {
    padding: 21.75rem !important;
  }
  .pt-r-sm-87 {
    padding-top: 21.75rem !important;
  }
  .pr-r-sm-87 {
    padding-right: 21.75rem !important;
  }
  .pb-r-sm-87 {
    padding-bottom: 21.75rem !important;
  }
  .pl-r-sm-87 {
    padding-left: 21.75rem !important;
  }
  .px-r-sm-87 {
    padding-left: 21.75rem !important;
    padding-right: 21.75rem !important;
  }
  .py-r-sm-87 {
    padding-top: 21.75rem !important;
    padding-bottom: 21.75rem !important;
  }
  .font-size-sm-87 {
    font-size: 87px;
  }
  .border-radius-r-sm-87 {
    border-radius: 21.75rem !important;
  }
  .border-radius-tl-r-sm-87 {
    border-top-left-radius: 21.75rem !important;
  }
  .border-radius-tr-r-sm-87 {
    border-top-right-radius: 21.75rem !important;
  }
  .border-radius-bl-r-sm-87 {
    border-bottom-left-radius: 21.75rem !important;
  }
  .border-radius-br-r-sm-87 {
    border-bottom-right-radius: 21.75rem !important;
  }
  .border-radius-t-r-sm-87 {
    border-top-left-radius: 21.75rem !important;
    border-top-right-radius: 21.75rem !important;
  }
  .border-radius-b-r-sm-87 {
    border-bottom-left-radius: 21.75rem !important;
    border-bottom-right-radius: 21.75rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-87 {
    margin: 21.75rem !important;
  }
  .mt-r-md-87 {
    margin-top: 21.75rem !important;
  }
  .mr-r-md-87 {
    margin-right: 21.75rem !important;
  }
  .mb-r-md-87 {
    margin-bottom: 21.75rem !important;
  }
  .ml-r-md-87 {
    margin-left: 21.75rem !important;
  }
  .mx-r-md-87 {
    margin-left: 21.75rem !important;
    margin-right: 21.75rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-87 {
    margin-top: 21.75rem !important;
    margin-bottom: 21.75rem !important;
  }
  .p-r-md-87 {
    padding: 21.75rem !important;
  }
  .pt-r-md-87 {
    padding-top: 21.75rem !important;
  }
  .pr-r-md-87 {
    padding-right: 21.75rem !important;
  }
  .pb-r-md-87 {
    padding-bottom: 21.75rem !important;
  }
  .pl-r-md-87 {
    padding-left: 21.75rem !important;
  }
  .px-r-md-87 {
    padding-left: 21.75rem !important;
    padding-right: 21.75rem !important;
  }
  .py-r-md-87 {
    padding-top: 21.75rem !important;
    padding-bottom: 21.75rem !important;
  }
  .font-size-md-87 {
    font-size: 87px;
  }
  .border-radius-r-md-87 {
    border-radius: 21.75rem !important;
  }
  .border-radius-tl-r-md-87 {
    border-top-left-radius: 21.75rem !important;
  }
  .border-radius-tr-r-md-87 {
    border-top-right-radius: 21.75rem !important;
  }
  .border-radius-bl-r-md-87 {
    border-bottom-left-radius: 21.75rem !important;
  }
  .border-radius-br-r-md-87 {
    border-bottom-right-radius: 21.75rem !important;
  }
  .border-radius-t-r-md-87 {
    border-top-left-radius: 21.75rem !important;
    border-top-right-radius: 21.75rem !important;
  }
  .border-radius-b-r-md-87 {
    border-bottom-left-radius: 21.75rem !important;
    border-bottom-right-radius: 21.75rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-87 {
    margin: 21.75rem !important;
  }
  .mt-r-lg-87 {
    margin-top: 21.75rem !important;
  }
  .mr-r-lg-87 {
    margin-right: 21.75rem !important;
  }
  .mb-r-lg-87 {
    margin-bottom: 21.75rem !important;
  }
  .ml-r-lg-87 {
    margin-left: 21.75rem !important;
  }
  .mx-r-lg-87 {
    margin-left: 21.75rem !important;
    margin-right: 21.75rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-87 {
    margin-top: 21.75rem !important;
    margin-bottom: 21.75rem !important;
  }
  .p-r-lg-87 {
    padding: 21.75rem !important;
  }
  .pt-r-lg-87 {
    padding-top: 21.75rem !important;
  }
  .pr-r-lg-87 {
    padding-right: 21.75rem !important;
  }
  .pb-r-lg-87 {
    padding-bottom: 21.75rem !important;
  }
  .pl-r-lg-87 {
    padding-left: 21.75rem !important;
  }
  .px-r-lg-87 {
    padding-left: 21.75rem !important;
    padding-right: 21.75rem !important;
  }
  .py-r-lg-87 {
    padding-top: 21.75rem !important;
    padding-bottom: 21.75rem !important;
  }
  .font-size-lg-87 {
    font-size: 87px;
  }
  .border-radius-r-lg-87 {
    border-radius: 21.75rem !important;
  }
  .border-radius-tl-r-lg-87 {
    border-top-left-radius: 21.75rem !important;
  }
  .border-radius-tr-r-lg-87 {
    border-top-right-radius: 21.75rem !important;
  }
  .border-radius-bl-r-lg-87 {
    border-bottom-left-radius: 21.75rem !important;
  }
  .border-radius-br-r-lg-87 {
    border-bottom-right-radius: 21.75rem !important;
  }
  .border-radius-t-r-lg-87 {
    border-top-left-radius: 21.75rem !important;
    border-top-right-radius: 21.75rem !important;
  }
  .border-radius-b-r-lg-87 {
    border-bottom-left-radius: 21.75rem !important;
    border-bottom-right-radius: 21.75rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-87 {
    margin: 21.75rem !important;
  }
  .mt-r-xl-87 {
    margin-top: 21.75rem !important;
  }
  .mr-r-xl-87 {
    margin-right: 21.75rem !important;
  }
  .mb-r-xl-87 {
    margin-bottom: 21.75rem !important;
  }
  .ml-r-xl-87 {
    margin-left: 21.75rem !important;
  }
  .mx-r-xl-87 {
    margin-left: 21.75rem !important;
    margin-right: 21.75rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-87 {
    margin-top: 21.75rem !important;
    margin-bottom: 21.75rem !important;
  }
  .p-r-xl-87 {
    padding: 21.75rem !important;
  }
  .pt-r-xl-87 {
    padding-top: 21.75rem !important;
  }
  .pr-r-xl-87 {
    padding-right: 21.75rem !important;
  }
  .pb-r-xl-87 {
    padding-bottom: 21.75rem !important;
  }
  .pl-r-xl-87 {
    padding-left: 21.75rem !important;
  }
  .px-r-xl-87 {
    padding-left: 21.75rem !important;
    padding-right: 21.75rem !important;
  }
  .py-r-xl-87 {
    padding-top: 21.75rem !important;
    padding-bottom: 21.75rem !important;
  }
  .font-size-xl-87 {
    font-size: 87px;
  }
  .border-radius-r-xl-87 {
    border-radius: 21.75rem !important;
  }
  .border-radius-tl-r-xl-87 {
    border-top-left-radius: 21.75rem !important;
  }
  .border-radius-tr-r-xl-87 {
    border-top-right-radius: 21.75rem !important;
  }
  .border-radius-bl-r-xl-87 {
    border-bottom-left-radius: 21.75rem !important;
  }
  .border-radius-br-r-xl-87 {
    border-bottom-right-radius: 21.75rem !important;
  }
  .border-radius-t-r-xl-87 {
    border-top-left-radius: 21.75rem !important;
    border-top-right-radius: 21.75rem !important;
  }
  .border-radius-b-r-xl-87 {
    border-bottom-left-radius: 21.75rem !important;
    border-bottom-right-radius: 21.75rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-87 {
    margin: 21.75rem !important;
  }
  .mt-r-contents-87 {
    margin-top: 21.75rem !important;
  }
  .mr-r-contents-87 {
    margin-right: 21.75rem !important;
  }
  .mb-r-contents-87 {
    margin-bottom: 21.75rem !important;
  }
  .ml-r-contents-87 {
    margin-left: 21.75rem !important;
  }
  .mx-r-contents-87 {
    margin-left: 21.75rem !important;
    margin-right: 21.75rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-87 {
    margin-top: 21.75rem !important;
    margin-bottom: 21.75rem !important;
  }
  .p-r-contents-87 {
    padding: 21.75rem !important;
  }
  .pt-r-contents-87 {
    padding-top: 21.75rem !important;
  }
  .pr-r-contents-87 {
    padding-right: 21.75rem !important;
  }
  .pb-r-contents-87 {
    padding-bottom: 21.75rem !important;
  }
  .pl-r-contents-87 {
    padding-left: 21.75rem !important;
  }
  .px-r-contents-87 {
    padding-left: 21.75rem !important;
    padding-right: 21.75rem !important;
  }
  .py-r-contents-87 {
    padding-top: 21.75rem !important;
    padding-bottom: 21.75rem !important;
  }
  .font-size-contents-87 {
    font-size: 87px;
  }
  .border-radius-r-contents-87 {
    border-radius: 21.75rem !important;
  }
  .border-radius-tl-r-contents-87 {
    border-top-left-radius: 21.75rem !important;
  }
  .border-radius-tr-r-contents-87 {
    border-top-right-radius: 21.75rem !important;
  }
  .border-radius-bl-r-contents-87 {
    border-bottom-left-radius: 21.75rem !important;
  }
  .border-radius-br-r-contents-87 {
    border-bottom-right-radius: 21.75rem !important;
  }
  .border-radius-t-r-contents-87 {
    border-top-left-radius: 21.75rem !important;
    border-top-right-radius: 21.75rem !important;
  }
  .border-radius-b-r-contents-87 {
    border-bottom-left-radius: 21.75rem !important;
    border-bottom-right-radius: 21.75rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-87 {
    margin: 21.75rem !important;
  }
  .mt-r-screen-87 {
    margin-top: 21.75rem !important;
  }
  .mr-r-screen-87 {
    margin-right: 21.75rem !important;
  }
  .mb-r-screen-87 {
    margin-bottom: 21.75rem !important;
  }
  .ml-r-screen-87 {
    margin-left: 21.75rem !important;
  }
  .mx-r-screen-87 {
    margin-left: 21.75rem !important;
    margin-right: 21.75rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-87 {
    margin-top: 21.75rem !important;
    margin-bottom: 21.75rem !important;
  }
  .p-r-screen-87 {
    padding: 21.75rem !important;
  }
  .pt-r-screen-87 {
    padding-top: 21.75rem !important;
  }
  .pr-r-screen-87 {
    padding-right: 21.75rem !important;
  }
  .pb-r-screen-87 {
    padding-bottom: 21.75rem !important;
  }
  .pl-r-screen-87 {
    padding-left: 21.75rem !important;
  }
  .px-r-screen-87 {
    padding-left: 21.75rem !important;
    padding-right: 21.75rem !important;
  }
  .py-r-screen-87 {
    padding-top: 21.75rem !important;
    padding-bottom: 21.75rem !important;
  }
  .font-size-screen-87 {
    font-size: 87px;
  }
  .border-radius-r-screen-87 {
    border-radius: 21.75rem !important;
  }
  .border-radius-tl-r-screen-87 {
    border-top-left-radius: 21.75rem !important;
  }
  .border-radius-tr-r-screen-87 {
    border-top-right-radius: 21.75rem !important;
  }
  .border-radius-bl-r-screen-87 {
    border-bottom-left-radius: 21.75rem !important;
  }
  .border-radius-br-r-screen-87 {
    border-bottom-right-radius: 21.75rem !important;
  }
  .border-radius-t-r-screen-87 {
    border-top-left-radius: 21.75rem !important;
    border-top-right-radius: 21.75rem !important;
  }
  .border-radius-b-r-screen-87 {
    border-bottom-left-radius: 21.75rem !important;
    border-bottom-right-radius: 21.75rem !important;
  }
}
.z-88 {
  z-index: 88;
}

.m-r-88 {
  margin: 22rem;
}

.mt-r-88 {
  margin-top: 22rem;
}

.mr-r-88 {
  margin-right: 22rem;
}

.mb-r-88 {
  margin-bottom: 22rem;
}

.ml-r-88 {
  margin-left: 22rem;
}

.mx-r-88 {
  margin-left: 22rem;
  margin-right: 22rem;
}

.my-r-88 {
  margin-top: 22rem;
  margin-bottom: 22rem;
}

.p-r-88 {
  padding: 22rem;
}

.pt-r-88 {
  padding-top: 22rem;
}

.pr-r-88 {
  padding-right: 22rem;
}

.pb-r-88 {
  padding-bottom: 22rem;
}

.pl-r-88 {
  padding-left: 22rem;
}

.px-r-88 {
  padding-left: 22rem;
  padding-right: 22rem;
}

.py-r-88 {
  padding-top: 22rem;
  padding-bottom: 22rem;
}

.t-r-88 {
  top: 22rem;
}

.l-r-88 {
  left: 22rem;
}

.b-r-88 {
  bottom: 22rem;
}

.r-r-88 {
  right: 22rem;
}

.row-gap-88 {
  margin: -22rem;
}

.border-radius-r-88 {
  border-radius: 22rem;
}

.border-radius-tl-r-88 {
  border-top-left-radius: 22rem;
}

.border-radius-tr-r-88 {
  border-top-right-radius: 22rem;
}

.border-radius-bl-r-88 {
  border-bottom-left-radius: 22rem;
}

.border-radius-br-r-88 {
  border-bottom-right-radius: 22rem;
}

.border-radius-t-r-88 {
  border-top-left-radius: 22rem;
  border-top-right-radius: 22rem;
}

.border-radius-b-r-88 {
  border-bottom-left-radius: 22rem;
  border-bottom-right-radius: 22rem;
}

.font-size-88 {
  font-size: 88px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-88 {
    margin: 22rem !important;
  }
  .mt-r-xs-88 {
    margin-top: 22rem !important;
  }
  .mr-r-xs-88 {
    margin-right: 22rem !important;
  }
  .mb-r-xs-88 {
    margin-bottom: 22rem !important;
  }
  .ml-r-xs-88 {
    margin-left: 22rem !important;
  }
  .mx-r-xs-88 {
    margin-left: 22rem !important;
    margin-right: 22rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-88 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  .p-r-xs-88 {
    padding: 22rem !important;
  }
  .pt-r-xs-88 {
    padding-top: 22rem !important;
  }
  .pr-r-xs-88 {
    padding-right: 22rem !important;
  }
  .pb-r-xs-88 {
    padding-bottom: 22rem !important;
  }
  .pl-r-xs-88 {
    padding-left: 22rem !important;
  }
  .px-r-xs-88 {
    padding-left: 22rem !important;
    padding-right: 22rem !important;
  }
  .py-r-xs-88 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  .font-size-xs-88 {
    font-size: 88px;
  }
  .border-radius-r-xs-88 {
    border-radius: 22rem !important;
  }
  .border-radius-tl-r-xs-88 {
    border-top-left-radius: 22rem !important;
  }
  .border-radius-tr-r-xs-88 {
    border-top-right-radius: 22rem !important;
  }
  .border-radius-bl-r-xs-88 {
    border-bottom-left-radius: 22rem !important;
  }
  .border-radius-br-r-xs-88 {
    border-bottom-right-radius: 22rem !important;
  }
  .border-radius-t-r-xs-88 {
    border-top-left-radius: 22rem !important;
    border-top-right-radius: 22rem !important;
  }
  .border-radius-b-r-xs-88 {
    border-bottom-left-radius: 22rem !important;
    border-bottom-right-radius: 22rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-88 {
    margin: 22rem !important;
  }
  .mt-r-sm-88 {
    margin-top: 22rem !important;
  }
  .mr-r-sm-88 {
    margin-right: 22rem !important;
  }
  .mb-r-sm-88 {
    margin-bottom: 22rem !important;
  }
  .ml-r-sm-88 {
    margin-left: 22rem !important;
  }
  .mx-r-sm-88 {
    margin-left: 22rem !important;
    margin-right: 22rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-88 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  .p-r-sm-88 {
    padding: 22rem !important;
  }
  .pt-r-sm-88 {
    padding-top: 22rem !important;
  }
  .pr-r-sm-88 {
    padding-right: 22rem !important;
  }
  .pb-r-sm-88 {
    padding-bottom: 22rem !important;
  }
  .pl-r-sm-88 {
    padding-left: 22rem !important;
  }
  .px-r-sm-88 {
    padding-left: 22rem !important;
    padding-right: 22rem !important;
  }
  .py-r-sm-88 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  .font-size-sm-88 {
    font-size: 88px;
  }
  .border-radius-r-sm-88 {
    border-radius: 22rem !important;
  }
  .border-radius-tl-r-sm-88 {
    border-top-left-radius: 22rem !important;
  }
  .border-radius-tr-r-sm-88 {
    border-top-right-radius: 22rem !important;
  }
  .border-radius-bl-r-sm-88 {
    border-bottom-left-radius: 22rem !important;
  }
  .border-radius-br-r-sm-88 {
    border-bottom-right-radius: 22rem !important;
  }
  .border-radius-t-r-sm-88 {
    border-top-left-radius: 22rem !important;
    border-top-right-radius: 22rem !important;
  }
  .border-radius-b-r-sm-88 {
    border-bottom-left-radius: 22rem !important;
    border-bottom-right-radius: 22rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-88 {
    margin: 22rem !important;
  }
  .mt-r-md-88 {
    margin-top: 22rem !important;
  }
  .mr-r-md-88 {
    margin-right: 22rem !important;
  }
  .mb-r-md-88 {
    margin-bottom: 22rem !important;
  }
  .ml-r-md-88 {
    margin-left: 22rem !important;
  }
  .mx-r-md-88 {
    margin-left: 22rem !important;
    margin-right: 22rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-88 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  .p-r-md-88 {
    padding: 22rem !important;
  }
  .pt-r-md-88 {
    padding-top: 22rem !important;
  }
  .pr-r-md-88 {
    padding-right: 22rem !important;
  }
  .pb-r-md-88 {
    padding-bottom: 22rem !important;
  }
  .pl-r-md-88 {
    padding-left: 22rem !important;
  }
  .px-r-md-88 {
    padding-left: 22rem !important;
    padding-right: 22rem !important;
  }
  .py-r-md-88 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  .font-size-md-88 {
    font-size: 88px;
  }
  .border-radius-r-md-88 {
    border-radius: 22rem !important;
  }
  .border-radius-tl-r-md-88 {
    border-top-left-radius: 22rem !important;
  }
  .border-radius-tr-r-md-88 {
    border-top-right-radius: 22rem !important;
  }
  .border-radius-bl-r-md-88 {
    border-bottom-left-radius: 22rem !important;
  }
  .border-radius-br-r-md-88 {
    border-bottom-right-radius: 22rem !important;
  }
  .border-radius-t-r-md-88 {
    border-top-left-radius: 22rem !important;
    border-top-right-radius: 22rem !important;
  }
  .border-radius-b-r-md-88 {
    border-bottom-left-radius: 22rem !important;
    border-bottom-right-radius: 22rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-88 {
    margin: 22rem !important;
  }
  .mt-r-lg-88 {
    margin-top: 22rem !important;
  }
  .mr-r-lg-88 {
    margin-right: 22rem !important;
  }
  .mb-r-lg-88 {
    margin-bottom: 22rem !important;
  }
  .ml-r-lg-88 {
    margin-left: 22rem !important;
  }
  .mx-r-lg-88 {
    margin-left: 22rem !important;
    margin-right: 22rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-88 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  .p-r-lg-88 {
    padding: 22rem !important;
  }
  .pt-r-lg-88 {
    padding-top: 22rem !important;
  }
  .pr-r-lg-88 {
    padding-right: 22rem !important;
  }
  .pb-r-lg-88 {
    padding-bottom: 22rem !important;
  }
  .pl-r-lg-88 {
    padding-left: 22rem !important;
  }
  .px-r-lg-88 {
    padding-left: 22rem !important;
    padding-right: 22rem !important;
  }
  .py-r-lg-88 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  .font-size-lg-88 {
    font-size: 88px;
  }
  .border-radius-r-lg-88 {
    border-radius: 22rem !important;
  }
  .border-radius-tl-r-lg-88 {
    border-top-left-radius: 22rem !important;
  }
  .border-radius-tr-r-lg-88 {
    border-top-right-radius: 22rem !important;
  }
  .border-radius-bl-r-lg-88 {
    border-bottom-left-radius: 22rem !important;
  }
  .border-radius-br-r-lg-88 {
    border-bottom-right-radius: 22rem !important;
  }
  .border-radius-t-r-lg-88 {
    border-top-left-radius: 22rem !important;
    border-top-right-radius: 22rem !important;
  }
  .border-radius-b-r-lg-88 {
    border-bottom-left-radius: 22rem !important;
    border-bottom-right-radius: 22rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-88 {
    margin: 22rem !important;
  }
  .mt-r-xl-88 {
    margin-top: 22rem !important;
  }
  .mr-r-xl-88 {
    margin-right: 22rem !important;
  }
  .mb-r-xl-88 {
    margin-bottom: 22rem !important;
  }
  .ml-r-xl-88 {
    margin-left: 22rem !important;
  }
  .mx-r-xl-88 {
    margin-left: 22rem !important;
    margin-right: 22rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-88 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  .p-r-xl-88 {
    padding: 22rem !important;
  }
  .pt-r-xl-88 {
    padding-top: 22rem !important;
  }
  .pr-r-xl-88 {
    padding-right: 22rem !important;
  }
  .pb-r-xl-88 {
    padding-bottom: 22rem !important;
  }
  .pl-r-xl-88 {
    padding-left: 22rem !important;
  }
  .px-r-xl-88 {
    padding-left: 22rem !important;
    padding-right: 22rem !important;
  }
  .py-r-xl-88 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  .font-size-xl-88 {
    font-size: 88px;
  }
  .border-radius-r-xl-88 {
    border-radius: 22rem !important;
  }
  .border-radius-tl-r-xl-88 {
    border-top-left-radius: 22rem !important;
  }
  .border-radius-tr-r-xl-88 {
    border-top-right-radius: 22rem !important;
  }
  .border-radius-bl-r-xl-88 {
    border-bottom-left-radius: 22rem !important;
  }
  .border-radius-br-r-xl-88 {
    border-bottom-right-radius: 22rem !important;
  }
  .border-radius-t-r-xl-88 {
    border-top-left-radius: 22rem !important;
    border-top-right-radius: 22rem !important;
  }
  .border-radius-b-r-xl-88 {
    border-bottom-left-radius: 22rem !important;
    border-bottom-right-radius: 22rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-88 {
    margin: 22rem !important;
  }
  .mt-r-contents-88 {
    margin-top: 22rem !important;
  }
  .mr-r-contents-88 {
    margin-right: 22rem !important;
  }
  .mb-r-contents-88 {
    margin-bottom: 22rem !important;
  }
  .ml-r-contents-88 {
    margin-left: 22rem !important;
  }
  .mx-r-contents-88 {
    margin-left: 22rem !important;
    margin-right: 22rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-88 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  .p-r-contents-88 {
    padding: 22rem !important;
  }
  .pt-r-contents-88 {
    padding-top: 22rem !important;
  }
  .pr-r-contents-88 {
    padding-right: 22rem !important;
  }
  .pb-r-contents-88 {
    padding-bottom: 22rem !important;
  }
  .pl-r-contents-88 {
    padding-left: 22rem !important;
  }
  .px-r-contents-88 {
    padding-left: 22rem !important;
    padding-right: 22rem !important;
  }
  .py-r-contents-88 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  .font-size-contents-88 {
    font-size: 88px;
  }
  .border-radius-r-contents-88 {
    border-radius: 22rem !important;
  }
  .border-radius-tl-r-contents-88 {
    border-top-left-radius: 22rem !important;
  }
  .border-radius-tr-r-contents-88 {
    border-top-right-radius: 22rem !important;
  }
  .border-radius-bl-r-contents-88 {
    border-bottom-left-radius: 22rem !important;
  }
  .border-radius-br-r-contents-88 {
    border-bottom-right-radius: 22rem !important;
  }
  .border-radius-t-r-contents-88 {
    border-top-left-radius: 22rem !important;
    border-top-right-radius: 22rem !important;
  }
  .border-radius-b-r-contents-88 {
    border-bottom-left-radius: 22rem !important;
    border-bottom-right-radius: 22rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-88 {
    margin: 22rem !important;
  }
  .mt-r-screen-88 {
    margin-top: 22rem !important;
  }
  .mr-r-screen-88 {
    margin-right: 22rem !important;
  }
  .mb-r-screen-88 {
    margin-bottom: 22rem !important;
  }
  .ml-r-screen-88 {
    margin-left: 22rem !important;
  }
  .mx-r-screen-88 {
    margin-left: 22rem !important;
    margin-right: 22rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-88 {
    margin-top: 22rem !important;
    margin-bottom: 22rem !important;
  }
  .p-r-screen-88 {
    padding: 22rem !important;
  }
  .pt-r-screen-88 {
    padding-top: 22rem !important;
  }
  .pr-r-screen-88 {
    padding-right: 22rem !important;
  }
  .pb-r-screen-88 {
    padding-bottom: 22rem !important;
  }
  .pl-r-screen-88 {
    padding-left: 22rem !important;
  }
  .px-r-screen-88 {
    padding-left: 22rem !important;
    padding-right: 22rem !important;
  }
  .py-r-screen-88 {
    padding-top: 22rem !important;
    padding-bottom: 22rem !important;
  }
  .font-size-screen-88 {
    font-size: 88px;
  }
  .border-radius-r-screen-88 {
    border-radius: 22rem !important;
  }
  .border-radius-tl-r-screen-88 {
    border-top-left-radius: 22rem !important;
  }
  .border-radius-tr-r-screen-88 {
    border-top-right-radius: 22rem !important;
  }
  .border-radius-bl-r-screen-88 {
    border-bottom-left-radius: 22rem !important;
  }
  .border-radius-br-r-screen-88 {
    border-bottom-right-radius: 22rem !important;
  }
  .border-radius-t-r-screen-88 {
    border-top-left-radius: 22rem !important;
    border-top-right-radius: 22rem !important;
  }
  .border-radius-b-r-screen-88 {
    border-bottom-left-radius: 22rem !important;
    border-bottom-right-radius: 22rem !important;
  }
}
.z-89 {
  z-index: 89;
}

.m-r-89 {
  margin: 22.25rem;
}

.mt-r-89 {
  margin-top: 22.25rem;
}

.mr-r-89 {
  margin-right: 22.25rem;
}

.mb-r-89 {
  margin-bottom: 22.25rem;
}

.ml-r-89 {
  margin-left: 22.25rem;
}

.mx-r-89 {
  margin-left: 22.25rem;
  margin-right: 22.25rem;
}

.my-r-89 {
  margin-top: 22.25rem;
  margin-bottom: 22.25rem;
}

.p-r-89 {
  padding: 22.25rem;
}

.pt-r-89 {
  padding-top: 22.25rem;
}

.pr-r-89 {
  padding-right: 22.25rem;
}

.pb-r-89 {
  padding-bottom: 22.25rem;
}

.pl-r-89 {
  padding-left: 22.25rem;
}

.px-r-89 {
  padding-left: 22.25rem;
  padding-right: 22.25rem;
}

.py-r-89 {
  padding-top: 22.25rem;
  padding-bottom: 22.25rem;
}

.t-r-89 {
  top: 22.25rem;
}

.l-r-89 {
  left: 22.25rem;
}

.b-r-89 {
  bottom: 22.25rem;
}

.r-r-89 {
  right: 22.25rem;
}

.row-gap-89 {
  margin: -22.25rem;
}

.border-radius-r-89 {
  border-radius: 22.25rem;
}

.border-radius-tl-r-89 {
  border-top-left-radius: 22.25rem;
}

.border-radius-tr-r-89 {
  border-top-right-radius: 22.25rem;
}

.border-radius-bl-r-89 {
  border-bottom-left-radius: 22.25rem;
}

.border-radius-br-r-89 {
  border-bottom-right-radius: 22.25rem;
}

.border-radius-t-r-89 {
  border-top-left-radius: 22.25rem;
  border-top-right-radius: 22.25rem;
}

.border-radius-b-r-89 {
  border-bottom-left-radius: 22.25rem;
  border-bottom-right-radius: 22.25rem;
}

.font-size-89 {
  font-size: 89px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-89 {
    margin: 22.25rem !important;
  }
  .mt-r-xs-89 {
    margin-top: 22.25rem !important;
  }
  .mr-r-xs-89 {
    margin-right: 22.25rem !important;
  }
  .mb-r-xs-89 {
    margin-bottom: 22.25rem !important;
  }
  .ml-r-xs-89 {
    margin-left: 22.25rem !important;
  }
  .mx-r-xs-89 {
    margin-left: 22.25rem !important;
    margin-right: 22.25rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-89 {
    margin-top: 22.25rem !important;
    margin-bottom: 22.25rem !important;
  }
  .p-r-xs-89 {
    padding: 22.25rem !important;
  }
  .pt-r-xs-89 {
    padding-top: 22.25rem !important;
  }
  .pr-r-xs-89 {
    padding-right: 22.25rem !important;
  }
  .pb-r-xs-89 {
    padding-bottom: 22.25rem !important;
  }
  .pl-r-xs-89 {
    padding-left: 22.25rem !important;
  }
  .px-r-xs-89 {
    padding-left: 22.25rem !important;
    padding-right: 22.25rem !important;
  }
  .py-r-xs-89 {
    padding-top: 22.25rem !important;
    padding-bottom: 22.25rem !important;
  }
  .font-size-xs-89 {
    font-size: 89px;
  }
  .border-radius-r-xs-89 {
    border-radius: 22.25rem !important;
  }
  .border-radius-tl-r-xs-89 {
    border-top-left-radius: 22.25rem !important;
  }
  .border-radius-tr-r-xs-89 {
    border-top-right-radius: 22.25rem !important;
  }
  .border-radius-bl-r-xs-89 {
    border-bottom-left-radius: 22.25rem !important;
  }
  .border-radius-br-r-xs-89 {
    border-bottom-right-radius: 22.25rem !important;
  }
  .border-radius-t-r-xs-89 {
    border-top-left-radius: 22.25rem !important;
    border-top-right-radius: 22.25rem !important;
  }
  .border-radius-b-r-xs-89 {
    border-bottom-left-radius: 22.25rem !important;
    border-bottom-right-radius: 22.25rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-89 {
    margin: 22.25rem !important;
  }
  .mt-r-sm-89 {
    margin-top: 22.25rem !important;
  }
  .mr-r-sm-89 {
    margin-right: 22.25rem !important;
  }
  .mb-r-sm-89 {
    margin-bottom: 22.25rem !important;
  }
  .ml-r-sm-89 {
    margin-left: 22.25rem !important;
  }
  .mx-r-sm-89 {
    margin-left: 22.25rem !important;
    margin-right: 22.25rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-89 {
    margin-top: 22.25rem !important;
    margin-bottom: 22.25rem !important;
  }
  .p-r-sm-89 {
    padding: 22.25rem !important;
  }
  .pt-r-sm-89 {
    padding-top: 22.25rem !important;
  }
  .pr-r-sm-89 {
    padding-right: 22.25rem !important;
  }
  .pb-r-sm-89 {
    padding-bottom: 22.25rem !important;
  }
  .pl-r-sm-89 {
    padding-left: 22.25rem !important;
  }
  .px-r-sm-89 {
    padding-left: 22.25rem !important;
    padding-right: 22.25rem !important;
  }
  .py-r-sm-89 {
    padding-top: 22.25rem !important;
    padding-bottom: 22.25rem !important;
  }
  .font-size-sm-89 {
    font-size: 89px;
  }
  .border-radius-r-sm-89 {
    border-radius: 22.25rem !important;
  }
  .border-radius-tl-r-sm-89 {
    border-top-left-radius: 22.25rem !important;
  }
  .border-radius-tr-r-sm-89 {
    border-top-right-radius: 22.25rem !important;
  }
  .border-radius-bl-r-sm-89 {
    border-bottom-left-radius: 22.25rem !important;
  }
  .border-radius-br-r-sm-89 {
    border-bottom-right-radius: 22.25rem !important;
  }
  .border-radius-t-r-sm-89 {
    border-top-left-radius: 22.25rem !important;
    border-top-right-radius: 22.25rem !important;
  }
  .border-radius-b-r-sm-89 {
    border-bottom-left-radius: 22.25rem !important;
    border-bottom-right-radius: 22.25rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-89 {
    margin: 22.25rem !important;
  }
  .mt-r-md-89 {
    margin-top: 22.25rem !important;
  }
  .mr-r-md-89 {
    margin-right: 22.25rem !important;
  }
  .mb-r-md-89 {
    margin-bottom: 22.25rem !important;
  }
  .ml-r-md-89 {
    margin-left: 22.25rem !important;
  }
  .mx-r-md-89 {
    margin-left: 22.25rem !important;
    margin-right: 22.25rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-89 {
    margin-top: 22.25rem !important;
    margin-bottom: 22.25rem !important;
  }
  .p-r-md-89 {
    padding: 22.25rem !important;
  }
  .pt-r-md-89 {
    padding-top: 22.25rem !important;
  }
  .pr-r-md-89 {
    padding-right: 22.25rem !important;
  }
  .pb-r-md-89 {
    padding-bottom: 22.25rem !important;
  }
  .pl-r-md-89 {
    padding-left: 22.25rem !important;
  }
  .px-r-md-89 {
    padding-left: 22.25rem !important;
    padding-right: 22.25rem !important;
  }
  .py-r-md-89 {
    padding-top: 22.25rem !important;
    padding-bottom: 22.25rem !important;
  }
  .font-size-md-89 {
    font-size: 89px;
  }
  .border-radius-r-md-89 {
    border-radius: 22.25rem !important;
  }
  .border-radius-tl-r-md-89 {
    border-top-left-radius: 22.25rem !important;
  }
  .border-radius-tr-r-md-89 {
    border-top-right-radius: 22.25rem !important;
  }
  .border-radius-bl-r-md-89 {
    border-bottom-left-radius: 22.25rem !important;
  }
  .border-radius-br-r-md-89 {
    border-bottom-right-radius: 22.25rem !important;
  }
  .border-radius-t-r-md-89 {
    border-top-left-radius: 22.25rem !important;
    border-top-right-radius: 22.25rem !important;
  }
  .border-radius-b-r-md-89 {
    border-bottom-left-radius: 22.25rem !important;
    border-bottom-right-radius: 22.25rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-89 {
    margin: 22.25rem !important;
  }
  .mt-r-lg-89 {
    margin-top: 22.25rem !important;
  }
  .mr-r-lg-89 {
    margin-right: 22.25rem !important;
  }
  .mb-r-lg-89 {
    margin-bottom: 22.25rem !important;
  }
  .ml-r-lg-89 {
    margin-left: 22.25rem !important;
  }
  .mx-r-lg-89 {
    margin-left: 22.25rem !important;
    margin-right: 22.25rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-89 {
    margin-top: 22.25rem !important;
    margin-bottom: 22.25rem !important;
  }
  .p-r-lg-89 {
    padding: 22.25rem !important;
  }
  .pt-r-lg-89 {
    padding-top: 22.25rem !important;
  }
  .pr-r-lg-89 {
    padding-right: 22.25rem !important;
  }
  .pb-r-lg-89 {
    padding-bottom: 22.25rem !important;
  }
  .pl-r-lg-89 {
    padding-left: 22.25rem !important;
  }
  .px-r-lg-89 {
    padding-left: 22.25rem !important;
    padding-right: 22.25rem !important;
  }
  .py-r-lg-89 {
    padding-top: 22.25rem !important;
    padding-bottom: 22.25rem !important;
  }
  .font-size-lg-89 {
    font-size: 89px;
  }
  .border-radius-r-lg-89 {
    border-radius: 22.25rem !important;
  }
  .border-radius-tl-r-lg-89 {
    border-top-left-radius: 22.25rem !important;
  }
  .border-radius-tr-r-lg-89 {
    border-top-right-radius: 22.25rem !important;
  }
  .border-radius-bl-r-lg-89 {
    border-bottom-left-radius: 22.25rem !important;
  }
  .border-radius-br-r-lg-89 {
    border-bottom-right-radius: 22.25rem !important;
  }
  .border-radius-t-r-lg-89 {
    border-top-left-radius: 22.25rem !important;
    border-top-right-radius: 22.25rem !important;
  }
  .border-radius-b-r-lg-89 {
    border-bottom-left-radius: 22.25rem !important;
    border-bottom-right-radius: 22.25rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-89 {
    margin: 22.25rem !important;
  }
  .mt-r-xl-89 {
    margin-top: 22.25rem !important;
  }
  .mr-r-xl-89 {
    margin-right: 22.25rem !important;
  }
  .mb-r-xl-89 {
    margin-bottom: 22.25rem !important;
  }
  .ml-r-xl-89 {
    margin-left: 22.25rem !important;
  }
  .mx-r-xl-89 {
    margin-left: 22.25rem !important;
    margin-right: 22.25rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-89 {
    margin-top: 22.25rem !important;
    margin-bottom: 22.25rem !important;
  }
  .p-r-xl-89 {
    padding: 22.25rem !important;
  }
  .pt-r-xl-89 {
    padding-top: 22.25rem !important;
  }
  .pr-r-xl-89 {
    padding-right: 22.25rem !important;
  }
  .pb-r-xl-89 {
    padding-bottom: 22.25rem !important;
  }
  .pl-r-xl-89 {
    padding-left: 22.25rem !important;
  }
  .px-r-xl-89 {
    padding-left: 22.25rem !important;
    padding-right: 22.25rem !important;
  }
  .py-r-xl-89 {
    padding-top: 22.25rem !important;
    padding-bottom: 22.25rem !important;
  }
  .font-size-xl-89 {
    font-size: 89px;
  }
  .border-radius-r-xl-89 {
    border-radius: 22.25rem !important;
  }
  .border-radius-tl-r-xl-89 {
    border-top-left-radius: 22.25rem !important;
  }
  .border-radius-tr-r-xl-89 {
    border-top-right-radius: 22.25rem !important;
  }
  .border-radius-bl-r-xl-89 {
    border-bottom-left-radius: 22.25rem !important;
  }
  .border-radius-br-r-xl-89 {
    border-bottom-right-radius: 22.25rem !important;
  }
  .border-radius-t-r-xl-89 {
    border-top-left-radius: 22.25rem !important;
    border-top-right-radius: 22.25rem !important;
  }
  .border-radius-b-r-xl-89 {
    border-bottom-left-radius: 22.25rem !important;
    border-bottom-right-radius: 22.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-89 {
    margin: 22.25rem !important;
  }
  .mt-r-contents-89 {
    margin-top: 22.25rem !important;
  }
  .mr-r-contents-89 {
    margin-right: 22.25rem !important;
  }
  .mb-r-contents-89 {
    margin-bottom: 22.25rem !important;
  }
  .ml-r-contents-89 {
    margin-left: 22.25rem !important;
  }
  .mx-r-contents-89 {
    margin-left: 22.25rem !important;
    margin-right: 22.25rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-89 {
    margin-top: 22.25rem !important;
    margin-bottom: 22.25rem !important;
  }
  .p-r-contents-89 {
    padding: 22.25rem !important;
  }
  .pt-r-contents-89 {
    padding-top: 22.25rem !important;
  }
  .pr-r-contents-89 {
    padding-right: 22.25rem !important;
  }
  .pb-r-contents-89 {
    padding-bottom: 22.25rem !important;
  }
  .pl-r-contents-89 {
    padding-left: 22.25rem !important;
  }
  .px-r-contents-89 {
    padding-left: 22.25rem !important;
    padding-right: 22.25rem !important;
  }
  .py-r-contents-89 {
    padding-top: 22.25rem !important;
    padding-bottom: 22.25rem !important;
  }
  .font-size-contents-89 {
    font-size: 89px;
  }
  .border-radius-r-contents-89 {
    border-radius: 22.25rem !important;
  }
  .border-radius-tl-r-contents-89 {
    border-top-left-radius: 22.25rem !important;
  }
  .border-radius-tr-r-contents-89 {
    border-top-right-radius: 22.25rem !important;
  }
  .border-radius-bl-r-contents-89 {
    border-bottom-left-radius: 22.25rem !important;
  }
  .border-radius-br-r-contents-89 {
    border-bottom-right-radius: 22.25rem !important;
  }
  .border-radius-t-r-contents-89 {
    border-top-left-radius: 22.25rem !important;
    border-top-right-radius: 22.25rem !important;
  }
  .border-radius-b-r-contents-89 {
    border-bottom-left-radius: 22.25rem !important;
    border-bottom-right-radius: 22.25rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-89 {
    margin: 22.25rem !important;
  }
  .mt-r-screen-89 {
    margin-top: 22.25rem !important;
  }
  .mr-r-screen-89 {
    margin-right: 22.25rem !important;
  }
  .mb-r-screen-89 {
    margin-bottom: 22.25rem !important;
  }
  .ml-r-screen-89 {
    margin-left: 22.25rem !important;
  }
  .mx-r-screen-89 {
    margin-left: 22.25rem !important;
    margin-right: 22.25rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-89 {
    margin-top: 22.25rem !important;
    margin-bottom: 22.25rem !important;
  }
  .p-r-screen-89 {
    padding: 22.25rem !important;
  }
  .pt-r-screen-89 {
    padding-top: 22.25rem !important;
  }
  .pr-r-screen-89 {
    padding-right: 22.25rem !important;
  }
  .pb-r-screen-89 {
    padding-bottom: 22.25rem !important;
  }
  .pl-r-screen-89 {
    padding-left: 22.25rem !important;
  }
  .px-r-screen-89 {
    padding-left: 22.25rem !important;
    padding-right: 22.25rem !important;
  }
  .py-r-screen-89 {
    padding-top: 22.25rem !important;
    padding-bottom: 22.25rem !important;
  }
  .font-size-screen-89 {
    font-size: 89px;
  }
  .border-radius-r-screen-89 {
    border-radius: 22.25rem !important;
  }
  .border-radius-tl-r-screen-89 {
    border-top-left-radius: 22.25rem !important;
  }
  .border-radius-tr-r-screen-89 {
    border-top-right-radius: 22.25rem !important;
  }
  .border-radius-bl-r-screen-89 {
    border-bottom-left-radius: 22.25rem !important;
  }
  .border-radius-br-r-screen-89 {
    border-bottom-right-radius: 22.25rem !important;
  }
  .border-radius-t-r-screen-89 {
    border-top-left-radius: 22.25rem !important;
    border-top-right-radius: 22.25rem !important;
  }
  .border-radius-b-r-screen-89 {
    border-bottom-left-radius: 22.25rem !important;
    border-bottom-right-radius: 22.25rem !important;
  }
}
.z-90 {
  z-index: 90;
}

.m-r-90 {
  margin: 22.5rem;
}

.mt-r-90 {
  margin-top: 22.5rem;
}

.mr-r-90 {
  margin-right: 22.5rem;
}

.mb-r-90 {
  margin-bottom: 22.5rem;
}

.ml-r-90 {
  margin-left: 22.5rem;
}

.mx-r-90 {
  margin-left: 22.5rem;
  margin-right: 22.5rem;
}

.my-r-90 {
  margin-top: 22.5rem;
  margin-bottom: 22.5rem;
}

.p-r-90 {
  padding: 22.5rem;
}

.pt-r-90 {
  padding-top: 22.5rem;
}

.pr-r-90 {
  padding-right: 22.5rem;
}

.pb-r-90 {
  padding-bottom: 22.5rem;
}

.pl-r-90 {
  padding-left: 22.5rem;
}

.px-r-90 {
  padding-left: 22.5rem;
  padding-right: 22.5rem;
}

.py-r-90 {
  padding-top: 22.5rem;
  padding-bottom: 22.5rem;
}

.t-r-90 {
  top: 22.5rem;
}

.l-r-90 {
  left: 22.5rem;
}

.b-r-90 {
  bottom: 22.5rem;
}

.r-r-90 {
  right: 22.5rem;
}

.row-gap-90 {
  margin: -22.5rem;
}

.border-radius-r-90 {
  border-radius: 22.5rem;
}

.border-radius-tl-r-90 {
  border-top-left-radius: 22.5rem;
}

.border-radius-tr-r-90 {
  border-top-right-radius: 22.5rem;
}

.border-radius-bl-r-90 {
  border-bottom-left-radius: 22.5rem;
}

.border-radius-br-r-90 {
  border-bottom-right-radius: 22.5rem;
}

.border-radius-t-r-90 {
  border-top-left-radius: 22.5rem;
  border-top-right-radius: 22.5rem;
}

.border-radius-b-r-90 {
  border-bottom-left-radius: 22.5rem;
  border-bottom-right-radius: 22.5rem;
}

.font-size-90 {
  font-size: 90px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-90 {
    margin: 22.5rem !important;
  }
  .mt-r-xs-90 {
    margin-top: 22.5rem !important;
  }
  .mr-r-xs-90 {
    margin-right: 22.5rem !important;
  }
  .mb-r-xs-90 {
    margin-bottom: 22.5rem !important;
  }
  .ml-r-xs-90 {
    margin-left: 22.5rem !important;
  }
  .mx-r-xs-90 {
    margin-left: 22.5rem !important;
    margin-right: 22.5rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-90 {
    margin-top: 22.5rem !important;
    margin-bottom: 22.5rem !important;
  }
  .p-r-xs-90 {
    padding: 22.5rem !important;
  }
  .pt-r-xs-90 {
    padding-top: 22.5rem !important;
  }
  .pr-r-xs-90 {
    padding-right: 22.5rem !important;
  }
  .pb-r-xs-90 {
    padding-bottom: 22.5rem !important;
  }
  .pl-r-xs-90 {
    padding-left: 22.5rem !important;
  }
  .px-r-xs-90 {
    padding-left: 22.5rem !important;
    padding-right: 22.5rem !important;
  }
  .py-r-xs-90 {
    padding-top: 22.5rem !important;
    padding-bottom: 22.5rem !important;
  }
  .font-size-xs-90 {
    font-size: 90px;
  }
  .border-radius-r-xs-90 {
    border-radius: 22.5rem !important;
  }
  .border-radius-tl-r-xs-90 {
    border-top-left-radius: 22.5rem !important;
  }
  .border-radius-tr-r-xs-90 {
    border-top-right-radius: 22.5rem !important;
  }
  .border-radius-bl-r-xs-90 {
    border-bottom-left-radius: 22.5rem !important;
  }
  .border-radius-br-r-xs-90 {
    border-bottom-right-radius: 22.5rem !important;
  }
  .border-radius-t-r-xs-90 {
    border-top-left-radius: 22.5rem !important;
    border-top-right-radius: 22.5rem !important;
  }
  .border-radius-b-r-xs-90 {
    border-bottom-left-radius: 22.5rem !important;
    border-bottom-right-radius: 22.5rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-90 {
    margin: 22.5rem !important;
  }
  .mt-r-sm-90 {
    margin-top: 22.5rem !important;
  }
  .mr-r-sm-90 {
    margin-right: 22.5rem !important;
  }
  .mb-r-sm-90 {
    margin-bottom: 22.5rem !important;
  }
  .ml-r-sm-90 {
    margin-left: 22.5rem !important;
  }
  .mx-r-sm-90 {
    margin-left: 22.5rem !important;
    margin-right: 22.5rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-90 {
    margin-top: 22.5rem !important;
    margin-bottom: 22.5rem !important;
  }
  .p-r-sm-90 {
    padding: 22.5rem !important;
  }
  .pt-r-sm-90 {
    padding-top: 22.5rem !important;
  }
  .pr-r-sm-90 {
    padding-right: 22.5rem !important;
  }
  .pb-r-sm-90 {
    padding-bottom: 22.5rem !important;
  }
  .pl-r-sm-90 {
    padding-left: 22.5rem !important;
  }
  .px-r-sm-90 {
    padding-left: 22.5rem !important;
    padding-right: 22.5rem !important;
  }
  .py-r-sm-90 {
    padding-top: 22.5rem !important;
    padding-bottom: 22.5rem !important;
  }
  .font-size-sm-90 {
    font-size: 90px;
  }
  .border-radius-r-sm-90 {
    border-radius: 22.5rem !important;
  }
  .border-radius-tl-r-sm-90 {
    border-top-left-radius: 22.5rem !important;
  }
  .border-radius-tr-r-sm-90 {
    border-top-right-radius: 22.5rem !important;
  }
  .border-radius-bl-r-sm-90 {
    border-bottom-left-radius: 22.5rem !important;
  }
  .border-radius-br-r-sm-90 {
    border-bottom-right-radius: 22.5rem !important;
  }
  .border-radius-t-r-sm-90 {
    border-top-left-radius: 22.5rem !important;
    border-top-right-radius: 22.5rem !important;
  }
  .border-radius-b-r-sm-90 {
    border-bottom-left-radius: 22.5rem !important;
    border-bottom-right-radius: 22.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-90 {
    margin: 22.5rem !important;
  }
  .mt-r-md-90 {
    margin-top: 22.5rem !important;
  }
  .mr-r-md-90 {
    margin-right: 22.5rem !important;
  }
  .mb-r-md-90 {
    margin-bottom: 22.5rem !important;
  }
  .ml-r-md-90 {
    margin-left: 22.5rem !important;
  }
  .mx-r-md-90 {
    margin-left: 22.5rem !important;
    margin-right: 22.5rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-90 {
    margin-top: 22.5rem !important;
    margin-bottom: 22.5rem !important;
  }
  .p-r-md-90 {
    padding: 22.5rem !important;
  }
  .pt-r-md-90 {
    padding-top: 22.5rem !important;
  }
  .pr-r-md-90 {
    padding-right: 22.5rem !important;
  }
  .pb-r-md-90 {
    padding-bottom: 22.5rem !important;
  }
  .pl-r-md-90 {
    padding-left: 22.5rem !important;
  }
  .px-r-md-90 {
    padding-left: 22.5rem !important;
    padding-right: 22.5rem !important;
  }
  .py-r-md-90 {
    padding-top: 22.5rem !important;
    padding-bottom: 22.5rem !important;
  }
  .font-size-md-90 {
    font-size: 90px;
  }
  .border-radius-r-md-90 {
    border-radius: 22.5rem !important;
  }
  .border-radius-tl-r-md-90 {
    border-top-left-radius: 22.5rem !important;
  }
  .border-radius-tr-r-md-90 {
    border-top-right-radius: 22.5rem !important;
  }
  .border-radius-bl-r-md-90 {
    border-bottom-left-radius: 22.5rem !important;
  }
  .border-radius-br-r-md-90 {
    border-bottom-right-radius: 22.5rem !important;
  }
  .border-radius-t-r-md-90 {
    border-top-left-radius: 22.5rem !important;
    border-top-right-radius: 22.5rem !important;
  }
  .border-radius-b-r-md-90 {
    border-bottom-left-radius: 22.5rem !important;
    border-bottom-right-radius: 22.5rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-90 {
    margin: 22.5rem !important;
  }
  .mt-r-lg-90 {
    margin-top: 22.5rem !important;
  }
  .mr-r-lg-90 {
    margin-right: 22.5rem !important;
  }
  .mb-r-lg-90 {
    margin-bottom: 22.5rem !important;
  }
  .ml-r-lg-90 {
    margin-left: 22.5rem !important;
  }
  .mx-r-lg-90 {
    margin-left: 22.5rem !important;
    margin-right: 22.5rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-90 {
    margin-top: 22.5rem !important;
    margin-bottom: 22.5rem !important;
  }
  .p-r-lg-90 {
    padding: 22.5rem !important;
  }
  .pt-r-lg-90 {
    padding-top: 22.5rem !important;
  }
  .pr-r-lg-90 {
    padding-right: 22.5rem !important;
  }
  .pb-r-lg-90 {
    padding-bottom: 22.5rem !important;
  }
  .pl-r-lg-90 {
    padding-left: 22.5rem !important;
  }
  .px-r-lg-90 {
    padding-left: 22.5rem !important;
    padding-right: 22.5rem !important;
  }
  .py-r-lg-90 {
    padding-top: 22.5rem !important;
    padding-bottom: 22.5rem !important;
  }
  .font-size-lg-90 {
    font-size: 90px;
  }
  .border-radius-r-lg-90 {
    border-radius: 22.5rem !important;
  }
  .border-radius-tl-r-lg-90 {
    border-top-left-radius: 22.5rem !important;
  }
  .border-radius-tr-r-lg-90 {
    border-top-right-radius: 22.5rem !important;
  }
  .border-radius-bl-r-lg-90 {
    border-bottom-left-radius: 22.5rem !important;
  }
  .border-radius-br-r-lg-90 {
    border-bottom-right-radius: 22.5rem !important;
  }
  .border-radius-t-r-lg-90 {
    border-top-left-radius: 22.5rem !important;
    border-top-right-radius: 22.5rem !important;
  }
  .border-radius-b-r-lg-90 {
    border-bottom-left-radius: 22.5rem !important;
    border-bottom-right-radius: 22.5rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-90 {
    margin: 22.5rem !important;
  }
  .mt-r-xl-90 {
    margin-top: 22.5rem !important;
  }
  .mr-r-xl-90 {
    margin-right: 22.5rem !important;
  }
  .mb-r-xl-90 {
    margin-bottom: 22.5rem !important;
  }
  .ml-r-xl-90 {
    margin-left: 22.5rem !important;
  }
  .mx-r-xl-90 {
    margin-left: 22.5rem !important;
    margin-right: 22.5rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-90 {
    margin-top: 22.5rem !important;
    margin-bottom: 22.5rem !important;
  }
  .p-r-xl-90 {
    padding: 22.5rem !important;
  }
  .pt-r-xl-90 {
    padding-top: 22.5rem !important;
  }
  .pr-r-xl-90 {
    padding-right: 22.5rem !important;
  }
  .pb-r-xl-90 {
    padding-bottom: 22.5rem !important;
  }
  .pl-r-xl-90 {
    padding-left: 22.5rem !important;
  }
  .px-r-xl-90 {
    padding-left: 22.5rem !important;
    padding-right: 22.5rem !important;
  }
  .py-r-xl-90 {
    padding-top: 22.5rem !important;
    padding-bottom: 22.5rem !important;
  }
  .font-size-xl-90 {
    font-size: 90px;
  }
  .border-radius-r-xl-90 {
    border-radius: 22.5rem !important;
  }
  .border-radius-tl-r-xl-90 {
    border-top-left-radius: 22.5rem !important;
  }
  .border-radius-tr-r-xl-90 {
    border-top-right-radius: 22.5rem !important;
  }
  .border-radius-bl-r-xl-90 {
    border-bottom-left-radius: 22.5rem !important;
  }
  .border-radius-br-r-xl-90 {
    border-bottom-right-radius: 22.5rem !important;
  }
  .border-radius-t-r-xl-90 {
    border-top-left-radius: 22.5rem !important;
    border-top-right-radius: 22.5rem !important;
  }
  .border-radius-b-r-xl-90 {
    border-bottom-left-radius: 22.5rem !important;
    border-bottom-right-radius: 22.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-90 {
    margin: 22.5rem !important;
  }
  .mt-r-contents-90 {
    margin-top: 22.5rem !important;
  }
  .mr-r-contents-90 {
    margin-right: 22.5rem !important;
  }
  .mb-r-contents-90 {
    margin-bottom: 22.5rem !important;
  }
  .ml-r-contents-90 {
    margin-left: 22.5rem !important;
  }
  .mx-r-contents-90 {
    margin-left: 22.5rem !important;
    margin-right: 22.5rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-90 {
    margin-top: 22.5rem !important;
    margin-bottom: 22.5rem !important;
  }
  .p-r-contents-90 {
    padding: 22.5rem !important;
  }
  .pt-r-contents-90 {
    padding-top: 22.5rem !important;
  }
  .pr-r-contents-90 {
    padding-right: 22.5rem !important;
  }
  .pb-r-contents-90 {
    padding-bottom: 22.5rem !important;
  }
  .pl-r-contents-90 {
    padding-left: 22.5rem !important;
  }
  .px-r-contents-90 {
    padding-left: 22.5rem !important;
    padding-right: 22.5rem !important;
  }
  .py-r-contents-90 {
    padding-top: 22.5rem !important;
    padding-bottom: 22.5rem !important;
  }
  .font-size-contents-90 {
    font-size: 90px;
  }
  .border-radius-r-contents-90 {
    border-radius: 22.5rem !important;
  }
  .border-radius-tl-r-contents-90 {
    border-top-left-radius: 22.5rem !important;
  }
  .border-radius-tr-r-contents-90 {
    border-top-right-radius: 22.5rem !important;
  }
  .border-radius-bl-r-contents-90 {
    border-bottom-left-radius: 22.5rem !important;
  }
  .border-radius-br-r-contents-90 {
    border-bottom-right-radius: 22.5rem !important;
  }
  .border-radius-t-r-contents-90 {
    border-top-left-radius: 22.5rem !important;
    border-top-right-radius: 22.5rem !important;
  }
  .border-radius-b-r-contents-90 {
    border-bottom-left-radius: 22.5rem !important;
    border-bottom-right-radius: 22.5rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-90 {
    margin: 22.5rem !important;
  }
  .mt-r-screen-90 {
    margin-top: 22.5rem !important;
  }
  .mr-r-screen-90 {
    margin-right: 22.5rem !important;
  }
  .mb-r-screen-90 {
    margin-bottom: 22.5rem !important;
  }
  .ml-r-screen-90 {
    margin-left: 22.5rem !important;
  }
  .mx-r-screen-90 {
    margin-left: 22.5rem !important;
    margin-right: 22.5rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-90 {
    margin-top: 22.5rem !important;
    margin-bottom: 22.5rem !important;
  }
  .p-r-screen-90 {
    padding: 22.5rem !important;
  }
  .pt-r-screen-90 {
    padding-top: 22.5rem !important;
  }
  .pr-r-screen-90 {
    padding-right: 22.5rem !important;
  }
  .pb-r-screen-90 {
    padding-bottom: 22.5rem !important;
  }
  .pl-r-screen-90 {
    padding-left: 22.5rem !important;
  }
  .px-r-screen-90 {
    padding-left: 22.5rem !important;
    padding-right: 22.5rem !important;
  }
  .py-r-screen-90 {
    padding-top: 22.5rem !important;
    padding-bottom: 22.5rem !important;
  }
  .font-size-screen-90 {
    font-size: 90px;
  }
  .border-radius-r-screen-90 {
    border-radius: 22.5rem !important;
  }
  .border-radius-tl-r-screen-90 {
    border-top-left-radius: 22.5rem !important;
  }
  .border-radius-tr-r-screen-90 {
    border-top-right-radius: 22.5rem !important;
  }
  .border-radius-bl-r-screen-90 {
    border-bottom-left-radius: 22.5rem !important;
  }
  .border-radius-br-r-screen-90 {
    border-bottom-right-radius: 22.5rem !important;
  }
  .border-radius-t-r-screen-90 {
    border-top-left-radius: 22.5rem !important;
    border-top-right-radius: 22.5rem !important;
  }
  .border-radius-b-r-screen-90 {
    border-bottom-left-radius: 22.5rem !important;
    border-bottom-right-radius: 22.5rem !important;
  }
}
.z-91 {
  z-index: 91;
}

.m-r-91 {
  margin: 22.75rem;
}

.mt-r-91 {
  margin-top: 22.75rem;
}

.mr-r-91 {
  margin-right: 22.75rem;
}

.mb-r-91 {
  margin-bottom: 22.75rem;
}

.ml-r-91 {
  margin-left: 22.75rem;
}

.mx-r-91 {
  margin-left: 22.75rem;
  margin-right: 22.75rem;
}

.my-r-91 {
  margin-top: 22.75rem;
  margin-bottom: 22.75rem;
}

.p-r-91 {
  padding: 22.75rem;
}

.pt-r-91 {
  padding-top: 22.75rem;
}

.pr-r-91 {
  padding-right: 22.75rem;
}

.pb-r-91 {
  padding-bottom: 22.75rem;
}

.pl-r-91 {
  padding-left: 22.75rem;
}

.px-r-91 {
  padding-left: 22.75rem;
  padding-right: 22.75rem;
}

.py-r-91 {
  padding-top: 22.75rem;
  padding-bottom: 22.75rem;
}

.t-r-91 {
  top: 22.75rem;
}

.l-r-91 {
  left: 22.75rem;
}

.b-r-91 {
  bottom: 22.75rem;
}

.r-r-91 {
  right: 22.75rem;
}

.row-gap-91 {
  margin: -22.75rem;
}

.border-radius-r-91 {
  border-radius: 22.75rem;
}

.border-radius-tl-r-91 {
  border-top-left-radius: 22.75rem;
}

.border-radius-tr-r-91 {
  border-top-right-radius: 22.75rem;
}

.border-radius-bl-r-91 {
  border-bottom-left-radius: 22.75rem;
}

.border-radius-br-r-91 {
  border-bottom-right-radius: 22.75rem;
}

.border-radius-t-r-91 {
  border-top-left-radius: 22.75rem;
  border-top-right-radius: 22.75rem;
}

.border-radius-b-r-91 {
  border-bottom-left-radius: 22.75rem;
  border-bottom-right-radius: 22.75rem;
}

.font-size-91 {
  font-size: 91px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-91 {
    margin: 22.75rem !important;
  }
  .mt-r-xs-91 {
    margin-top: 22.75rem !important;
  }
  .mr-r-xs-91 {
    margin-right: 22.75rem !important;
  }
  .mb-r-xs-91 {
    margin-bottom: 22.75rem !important;
  }
  .ml-r-xs-91 {
    margin-left: 22.75rem !important;
  }
  .mx-r-xs-91 {
    margin-left: 22.75rem !important;
    margin-right: 22.75rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-91 {
    margin-top: 22.75rem !important;
    margin-bottom: 22.75rem !important;
  }
  .p-r-xs-91 {
    padding: 22.75rem !important;
  }
  .pt-r-xs-91 {
    padding-top: 22.75rem !important;
  }
  .pr-r-xs-91 {
    padding-right: 22.75rem !important;
  }
  .pb-r-xs-91 {
    padding-bottom: 22.75rem !important;
  }
  .pl-r-xs-91 {
    padding-left: 22.75rem !important;
  }
  .px-r-xs-91 {
    padding-left: 22.75rem !important;
    padding-right: 22.75rem !important;
  }
  .py-r-xs-91 {
    padding-top: 22.75rem !important;
    padding-bottom: 22.75rem !important;
  }
  .font-size-xs-91 {
    font-size: 91px;
  }
  .border-radius-r-xs-91 {
    border-radius: 22.75rem !important;
  }
  .border-radius-tl-r-xs-91 {
    border-top-left-radius: 22.75rem !important;
  }
  .border-radius-tr-r-xs-91 {
    border-top-right-radius: 22.75rem !important;
  }
  .border-radius-bl-r-xs-91 {
    border-bottom-left-radius: 22.75rem !important;
  }
  .border-radius-br-r-xs-91 {
    border-bottom-right-radius: 22.75rem !important;
  }
  .border-radius-t-r-xs-91 {
    border-top-left-radius: 22.75rem !important;
    border-top-right-radius: 22.75rem !important;
  }
  .border-radius-b-r-xs-91 {
    border-bottom-left-radius: 22.75rem !important;
    border-bottom-right-radius: 22.75rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-91 {
    margin: 22.75rem !important;
  }
  .mt-r-sm-91 {
    margin-top: 22.75rem !important;
  }
  .mr-r-sm-91 {
    margin-right: 22.75rem !important;
  }
  .mb-r-sm-91 {
    margin-bottom: 22.75rem !important;
  }
  .ml-r-sm-91 {
    margin-left: 22.75rem !important;
  }
  .mx-r-sm-91 {
    margin-left: 22.75rem !important;
    margin-right: 22.75rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-91 {
    margin-top: 22.75rem !important;
    margin-bottom: 22.75rem !important;
  }
  .p-r-sm-91 {
    padding: 22.75rem !important;
  }
  .pt-r-sm-91 {
    padding-top: 22.75rem !important;
  }
  .pr-r-sm-91 {
    padding-right: 22.75rem !important;
  }
  .pb-r-sm-91 {
    padding-bottom: 22.75rem !important;
  }
  .pl-r-sm-91 {
    padding-left: 22.75rem !important;
  }
  .px-r-sm-91 {
    padding-left: 22.75rem !important;
    padding-right: 22.75rem !important;
  }
  .py-r-sm-91 {
    padding-top: 22.75rem !important;
    padding-bottom: 22.75rem !important;
  }
  .font-size-sm-91 {
    font-size: 91px;
  }
  .border-radius-r-sm-91 {
    border-radius: 22.75rem !important;
  }
  .border-radius-tl-r-sm-91 {
    border-top-left-radius: 22.75rem !important;
  }
  .border-radius-tr-r-sm-91 {
    border-top-right-radius: 22.75rem !important;
  }
  .border-radius-bl-r-sm-91 {
    border-bottom-left-radius: 22.75rem !important;
  }
  .border-radius-br-r-sm-91 {
    border-bottom-right-radius: 22.75rem !important;
  }
  .border-radius-t-r-sm-91 {
    border-top-left-radius: 22.75rem !important;
    border-top-right-radius: 22.75rem !important;
  }
  .border-radius-b-r-sm-91 {
    border-bottom-left-radius: 22.75rem !important;
    border-bottom-right-radius: 22.75rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-91 {
    margin: 22.75rem !important;
  }
  .mt-r-md-91 {
    margin-top: 22.75rem !important;
  }
  .mr-r-md-91 {
    margin-right: 22.75rem !important;
  }
  .mb-r-md-91 {
    margin-bottom: 22.75rem !important;
  }
  .ml-r-md-91 {
    margin-left: 22.75rem !important;
  }
  .mx-r-md-91 {
    margin-left: 22.75rem !important;
    margin-right: 22.75rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-91 {
    margin-top: 22.75rem !important;
    margin-bottom: 22.75rem !important;
  }
  .p-r-md-91 {
    padding: 22.75rem !important;
  }
  .pt-r-md-91 {
    padding-top: 22.75rem !important;
  }
  .pr-r-md-91 {
    padding-right: 22.75rem !important;
  }
  .pb-r-md-91 {
    padding-bottom: 22.75rem !important;
  }
  .pl-r-md-91 {
    padding-left: 22.75rem !important;
  }
  .px-r-md-91 {
    padding-left: 22.75rem !important;
    padding-right: 22.75rem !important;
  }
  .py-r-md-91 {
    padding-top: 22.75rem !important;
    padding-bottom: 22.75rem !important;
  }
  .font-size-md-91 {
    font-size: 91px;
  }
  .border-radius-r-md-91 {
    border-radius: 22.75rem !important;
  }
  .border-radius-tl-r-md-91 {
    border-top-left-radius: 22.75rem !important;
  }
  .border-radius-tr-r-md-91 {
    border-top-right-radius: 22.75rem !important;
  }
  .border-radius-bl-r-md-91 {
    border-bottom-left-radius: 22.75rem !important;
  }
  .border-radius-br-r-md-91 {
    border-bottom-right-radius: 22.75rem !important;
  }
  .border-radius-t-r-md-91 {
    border-top-left-radius: 22.75rem !important;
    border-top-right-radius: 22.75rem !important;
  }
  .border-radius-b-r-md-91 {
    border-bottom-left-radius: 22.75rem !important;
    border-bottom-right-radius: 22.75rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-91 {
    margin: 22.75rem !important;
  }
  .mt-r-lg-91 {
    margin-top: 22.75rem !important;
  }
  .mr-r-lg-91 {
    margin-right: 22.75rem !important;
  }
  .mb-r-lg-91 {
    margin-bottom: 22.75rem !important;
  }
  .ml-r-lg-91 {
    margin-left: 22.75rem !important;
  }
  .mx-r-lg-91 {
    margin-left: 22.75rem !important;
    margin-right: 22.75rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-91 {
    margin-top: 22.75rem !important;
    margin-bottom: 22.75rem !important;
  }
  .p-r-lg-91 {
    padding: 22.75rem !important;
  }
  .pt-r-lg-91 {
    padding-top: 22.75rem !important;
  }
  .pr-r-lg-91 {
    padding-right: 22.75rem !important;
  }
  .pb-r-lg-91 {
    padding-bottom: 22.75rem !important;
  }
  .pl-r-lg-91 {
    padding-left: 22.75rem !important;
  }
  .px-r-lg-91 {
    padding-left: 22.75rem !important;
    padding-right: 22.75rem !important;
  }
  .py-r-lg-91 {
    padding-top: 22.75rem !important;
    padding-bottom: 22.75rem !important;
  }
  .font-size-lg-91 {
    font-size: 91px;
  }
  .border-radius-r-lg-91 {
    border-radius: 22.75rem !important;
  }
  .border-radius-tl-r-lg-91 {
    border-top-left-radius: 22.75rem !important;
  }
  .border-radius-tr-r-lg-91 {
    border-top-right-radius: 22.75rem !important;
  }
  .border-radius-bl-r-lg-91 {
    border-bottom-left-radius: 22.75rem !important;
  }
  .border-radius-br-r-lg-91 {
    border-bottom-right-radius: 22.75rem !important;
  }
  .border-radius-t-r-lg-91 {
    border-top-left-radius: 22.75rem !important;
    border-top-right-radius: 22.75rem !important;
  }
  .border-radius-b-r-lg-91 {
    border-bottom-left-radius: 22.75rem !important;
    border-bottom-right-radius: 22.75rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-91 {
    margin: 22.75rem !important;
  }
  .mt-r-xl-91 {
    margin-top: 22.75rem !important;
  }
  .mr-r-xl-91 {
    margin-right: 22.75rem !important;
  }
  .mb-r-xl-91 {
    margin-bottom: 22.75rem !important;
  }
  .ml-r-xl-91 {
    margin-left: 22.75rem !important;
  }
  .mx-r-xl-91 {
    margin-left: 22.75rem !important;
    margin-right: 22.75rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-91 {
    margin-top: 22.75rem !important;
    margin-bottom: 22.75rem !important;
  }
  .p-r-xl-91 {
    padding: 22.75rem !important;
  }
  .pt-r-xl-91 {
    padding-top: 22.75rem !important;
  }
  .pr-r-xl-91 {
    padding-right: 22.75rem !important;
  }
  .pb-r-xl-91 {
    padding-bottom: 22.75rem !important;
  }
  .pl-r-xl-91 {
    padding-left: 22.75rem !important;
  }
  .px-r-xl-91 {
    padding-left: 22.75rem !important;
    padding-right: 22.75rem !important;
  }
  .py-r-xl-91 {
    padding-top: 22.75rem !important;
    padding-bottom: 22.75rem !important;
  }
  .font-size-xl-91 {
    font-size: 91px;
  }
  .border-radius-r-xl-91 {
    border-radius: 22.75rem !important;
  }
  .border-radius-tl-r-xl-91 {
    border-top-left-radius: 22.75rem !important;
  }
  .border-radius-tr-r-xl-91 {
    border-top-right-radius: 22.75rem !important;
  }
  .border-radius-bl-r-xl-91 {
    border-bottom-left-radius: 22.75rem !important;
  }
  .border-radius-br-r-xl-91 {
    border-bottom-right-radius: 22.75rem !important;
  }
  .border-radius-t-r-xl-91 {
    border-top-left-radius: 22.75rem !important;
    border-top-right-radius: 22.75rem !important;
  }
  .border-radius-b-r-xl-91 {
    border-bottom-left-radius: 22.75rem !important;
    border-bottom-right-radius: 22.75rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-91 {
    margin: 22.75rem !important;
  }
  .mt-r-contents-91 {
    margin-top: 22.75rem !important;
  }
  .mr-r-contents-91 {
    margin-right: 22.75rem !important;
  }
  .mb-r-contents-91 {
    margin-bottom: 22.75rem !important;
  }
  .ml-r-contents-91 {
    margin-left: 22.75rem !important;
  }
  .mx-r-contents-91 {
    margin-left: 22.75rem !important;
    margin-right: 22.75rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-91 {
    margin-top: 22.75rem !important;
    margin-bottom: 22.75rem !important;
  }
  .p-r-contents-91 {
    padding: 22.75rem !important;
  }
  .pt-r-contents-91 {
    padding-top: 22.75rem !important;
  }
  .pr-r-contents-91 {
    padding-right: 22.75rem !important;
  }
  .pb-r-contents-91 {
    padding-bottom: 22.75rem !important;
  }
  .pl-r-contents-91 {
    padding-left: 22.75rem !important;
  }
  .px-r-contents-91 {
    padding-left: 22.75rem !important;
    padding-right: 22.75rem !important;
  }
  .py-r-contents-91 {
    padding-top: 22.75rem !important;
    padding-bottom: 22.75rem !important;
  }
  .font-size-contents-91 {
    font-size: 91px;
  }
  .border-radius-r-contents-91 {
    border-radius: 22.75rem !important;
  }
  .border-radius-tl-r-contents-91 {
    border-top-left-radius: 22.75rem !important;
  }
  .border-radius-tr-r-contents-91 {
    border-top-right-radius: 22.75rem !important;
  }
  .border-radius-bl-r-contents-91 {
    border-bottom-left-radius: 22.75rem !important;
  }
  .border-radius-br-r-contents-91 {
    border-bottom-right-radius: 22.75rem !important;
  }
  .border-radius-t-r-contents-91 {
    border-top-left-radius: 22.75rem !important;
    border-top-right-radius: 22.75rem !important;
  }
  .border-radius-b-r-contents-91 {
    border-bottom-left-radius: 22.75rem !important;
    border-bottom-right-radius: 22.75rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-91 {
    margin: 22.75rem !important;
  }
  .mt-r-screen-91 {
    margin-top: 22.75rem !important;
  }
  .mr-r-screen-91 {
    margin-right: 22.75rem !important;
  }
  .mb-r-screen-91 {
    margin-bottom: 22.75rem !important;
  }
  .ml-r-screen-91 {
    margin-left: 22.75rem !important;
  }
  .mx-r-screen-91 {
    margin-left: 22.75rem !important;
    margin-right: 22.75rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-91 {
    margin-top: 22.75rem !important;
    margin-bottom: 22.75rem !important;
  }
  .p-r-screen-91 {
    padding: 22.75rem !important;
  }
  .pt-r-screen-91 {
    padding-top: 22.75rem !important;
  }
  .pr-r-screen-91 {
    padding-right: 22.75rem !important;
  }
  .pb-r-screen-91 {
    padding-bottom: 22.75rem !important;
  }
  .pl-r-screen-91 {
    padding-left: 22.75rem !important;
  }
  .px-r-screen-91 {
    padding-left: 22.75rem !important;
    padding-right: 22.75rem !important;
  }
  .py-r-screen-91 {
    padding-top: 22.75rem !important;
    padding-bottom: 22.75rem !important;
  }
  .font-size-screen-91 {
    font-size: 91px;
  }
  .border-radius-r-screen-91 {
    border-radius: 22.75rem !important;
  }
  .border-radius-tl-r-screen-91 {
    border-top-left-radius: 22.75rem !important;
  }
  .border-radius-tr-r-screen-91 {
    border-top-right-radius: 22.75rem !important;
  }
  .border-radius-bl-r-screen-91 {
    border-bottom-left-radius: 22.75rem !important;
  }
  .border-radius-br-r-screen-91 {
    border-bottom-right-radius: 22.75rem !important;
  }
  .border-radius-t-r-screen-91 {
    border-top-left-radius: 22.75rem !important;
    border-top-right-radius: 22.75rem !important;
  }
  .border-radius-b-r-screen-91 {
    border-bottom-left-radius: 22.75rem !important;
    border-bottom-right-radius: 22.75rem !important;
  }
}
.z-92 {
  z-index: 92;
}

.m-r-92 {
  margin: 23rem;
}

.mt-r-92 {
  margin-top: 23rem;
}

.mr-r-92 {
  margin-right: 23rem;
}

.mb-r-92 {
  margin-bottom: 23rem;
}

.ml-r-92 {
  margin-left: 23rem;
}

.mx-r-92 {
  margin-left: 23rem;
  margin-right: 23rem;
}

.my-r-92 {
  margin-top: 23rem;
  margin-bottom: 23rem;
}

.p-r-92 {
  padding: 23rem;
}

.pt-r-92 {
  padding-top: 23rem;
}

.pr-r-92 {
  padding-right: 23rem;
}

.pb-r-92 {
  padding-bottom: 23rem;
}

.pl-r-92 {
  padding-left: 23rem;
}

.px-r-92 {
  padding-left: 23rem;
  padding-right: 23rem;
}

.py-r-92 {
  padding-top: 23rem;
  padding-bottom: 23rem;
}

.t-r-92 {
  top: 23rem;
}

.l-r-92 {
  left: 23rem;
}

.b-r-92 {
  bottom: 23rem;
}

.r-r-92 {
  right: 23rem;
}

.row-gap-92 {
  margin: -23rem;
}

.border-radius-r-92 {
  border-radius: 23rem;
}

.border-radius-tl-r-92 {
  border-top-left-radius: 23rem;
}

.border-radius-tr-r-92 {
  border-top-right-radius: 23rem;
}

.border-radius-bl-r-92 {
  border-bottom-left-radius: 23rem;
}

.border-radius-br-r-92 {
  border-bottom-right-radius: 23rem;
}

.border-radius-t-r-92 {
  border-top-left-radius: 23rem;
  border-top-right-radius: 23rem;
}

.border-radius-b-r-92 {
  border-bottom-left-radius: 23rem;
  border-bottom-right-radius: 23rem;
}

.font-size-92 {
  font-size: 92px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-92 {
    margin: 23rem !important;
  }
  .mt-r-xs-92 {
    margin-top: 23rem !important;
  }
  .mr-r-xs-92 {
    margin-right: 23rem !important;
  }
  .mb-r-xs-92 {
    margin-bottom: 23rem !important;
  }
  .ml-r-xs-92 {
    margin-left: 23rem !important;
  }
  .mx-r-xs-92 {
    margin-left: 23rem !important;
    margin-right: 23rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-92 {
    margin-top: 23rem !important;
    margin-bottom: 23rem !important;
  }
  .p-r-xs-92 {
    padding: 23rem !important;
  }
  .pt-r-xs-92 {
    padding-top: 23rem !important;
  }
  .pr-r-xs-92 {
    padding-right: 23rem !important;
  }
  .pb-r-xs-92 {
    padding-bottom: 23rem !important;
  }
  .pl-r-xs-92 {
    padding-left: 23rem !important;
  }
  .px-r-xs-92 {
    padding-left: 23rem !important;
    padding-right: 23rem !important;
  }
  .py-r-xs-92 {
    padding-top: 23rem !important;
    padding-bottom: 23rem !important;
  }
  .font-size-xs-92 {
    font-size: 92px;
  }
  .border-radius-r-xs-92 {
    border-radius: 23rem !important;
  }
  .border-radius-tl-r-xs-92 {
    border-top-left-radius: 23rem !important;
  }
  .border-radius-tr-r-xs-92 {
    border-top-right-radius: 23rem !important;
  }
  .border-radius-bl-r-xs-92 {
    border-bottom-left-radius: 23rem !important;
  }
  .border-radius-br-r-xs-92 {
    border-bottom-right-radius: 23rem !important;
  }
  .border-radius-t-r-xs-92 {
    border-top-left-radius: 23rem !important;
    border-top-right-radius: 23rem !important;
  }
  .border-radius-b-r-xs-92 {
    border-bottom-left-radius: 23rem !important;
    border-bottom-right-radius: 23rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-92 {
    margin: 23rem !important;
  }
  .mt-r-sm-92 {
    margin-top: 23rem !important;
  }
  .mr-r-sm-92 {
    margin-right: 23rem !important;
  }
  .mb-r-sm-92 {
    margin-bottom: 23rem !important;
  }
  .ml-r-sm-92 {
    margin-left: 23rem !important;
  }
  .mx-r-sm-92 {
    margin-left: 23rem !important;
    margin-right: 23rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-92 {
    margin-top: 23rem !important;
    margin-bottom: 23rem !important;
  }
  .p-r-sm-92 {
    padding: 23rem !important;
  }
  .pt-r-sm-92 {
    padding-top: 23rem !important;
  }
  .pr-r-sm-92 {
    padding-right: 23rem !important;
  }
  .pb-r-sm-92 {
    padding-bottom: 23rem !important;
  }
  .pl-r-sm-92 {
    padding-left: 23rem !important;
  }
  .px-r-sm-92 {
    padding-left: 23rem !important;
    padding-right: 23rem !important;
  }
  .py-r-sm-92 {
    padding-top: 23rem !important;
    padding-bottom: 23rem !important;
  }
  .font-size-sm-92 {
    font-size: 92px;
  }
  .border-radius-r-sm-92 {
    border-radius: 23rem !important;
  }
  .border-radius-tl-r-sm-92 {
    border-top-left-radius: 23rem !important;
  }
  .border-radius-tr-r-sm-92 {
    border-top-right-radius: 23rem !important;
  }
  .border-radius-bl-r-sm-92 {
    border-bottom-left-radius: 23rem !important;
  }
  .border-radius-br-r-sm-92 {
    border-bottom-right-radius: 23rem !important;
  }
  .border-radius-t-r-sm-92 {
    border-top-left-radius: 23rem !important;
    border-top-right-radius: 23rem !important;
  }
  .border-radius-b-r-sm-92 {
    border-bottom-left-radius: 23rem !important;
    border-bottom-right-radius: 23rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-92 {
    margin: 23rem !important;
  }
  .mt-r-md-92 {
    margin-top: 23rem !important;
  }
  .mr-r-md-92 {
    margin-right: 23rem !important;
  }
  .mb-r-md-92 {
    margin-bottom: 23rem !important;
  }
  .ml-r-md-92 {
    margin-left: 23rem !important;
  }
  .mx-r-md-92 {
    margin-left: 23rem !important;
    margin-right: 23rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-92 {
    margin-top: 23rem !important;
    margin-bottom: 23rem !important;
  }
  .p-r-md-92 {
    padding: 23rem !important;
  }
  .pt-r-md-92 {
    padding-top: 23rem !important;
  }
  .pr-r-md-92 {
    padding-right: 23rem !important;
  }
  .pb-r-md-92 {
    padding-bottom: 23rem !important;
  }
  .pl-r-md-92 {
    padding-left: 23rem !important;
  }
  .px-r-md-92 {
    padding-left: 23rem !important;
    padding-right: 23rem !important;
  }
  .py-r-md-92 {
    padding-top: 23rem !important;
    padding-bottom: 23rem !important;
  }
  .font-size-md-92 {
    font-size: 92px;
  }
  .border-radius-r-md-92 {
    border-radius: 23rem !important;
  }
  .border-radius-tl-r-md-92 {
    border-top-left-radius: 23rem !important;
  }
  .border-radius-tr-r-md-92 {
    border-top-right-radius: 23rem !important;
  }
  .border-radius-bl-r-md-92 {
    border-bottom-left-radius: 23rem !important;
  }
  .border-radius-br-r-md-92 {
    border-bottom-right-radius: 23rem !important;
  }
  .border-radius-t-r-md-92 {
    border-top-left-radius: 23rem !important;
    border-top-right-radius: 23rem !important;
  }
  .border-radius-b-r-md-92 {
    border-bottom-left-radius: 23rem !important;
    border-bottom-right-radius: 23rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-92 {
    margin: 23rem !important;
  }
  .mt-r-lg-92 {
    margin-top: 23rem !important;
  }
  .mr-r-lg-92 {
    margin-right: 23rem !important;
  }
  .mb-r-lg-92 {
    margin-bottom: 23rem !important;
  }
  .ml-r-lg-92 {
    margin-left: 23rem !important;
  }
  .mx-r-lg-92 {
    margin-left: 23rem !important;
    margin-right: 23rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-92 {
    margin-top: 23rem !important;
    margin-bottom: 23rem !important;
  }
  .p-r-lg-92 {
    padding: 23rem !important;
  }
  .pt-r-lg-92 {
    padding-top: 23rem !important;
  }
  .pr-r-lg-92 {
    padding-right: 23rem !important;
  }
  .pb-r-lg-92 {
    padding-bottom: 23rem !important;
  }
  .pl-r-lg-92 {
    padding-left: 23rem !important;
  }
  .px-r-lg-92 {
    padding-left: 23rem !important;
    padding-right: 23rem !important;
  }
  .py-r-lg-92 {
    padding-top: 23rem !important;
    padding-bottom: 23rem !important;
  }
  .font-size-lg-92 {
    font-size: 92px;
  }
  .border-radius-r-lg-92 {
    border-radius: 23rem !important;
  }
  .border-radius-tl-r-lg-92 {
    border-top-left-radius: 23rem !important;
  }
  .border-radius-tr-r-lg-92 {
    border-top-right-radius: 23rem !important;
  }
  .border-radius-bl-r-lg-92 {
    border-bottom-left-radius: 23rem !important;
  }
  .border-radius-br-r-lg-92 {
    border-bottom-right-radius: 23rem !important;
  }
  .border-radius-t-r-lg-92 {
    border-top-left-radius: 23rem !important;
    border-top-right-radius: 23rem !important;
  }
  .border-radius-b-r-lg-92 {
    border-bottom-left-radius: 23rem !important;
    border-bottom-right-radius: 23rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-92 {
    margin: 23rem !important;
  }
  .mt-r-xl-92 {
    margin-top: 23rem !important;
  }
  .mr-r-xl-92 {
    margin-right: 23rem !important;
  }
  .mb-r-xl-92 {
    margin-bottom: 23rem !important;
  }
  .ml-r-xl-92 {
    margin-left: 23rem !important;
  }
  .mx-r-xl-92 {
    margin-left: 23rem !important;
    margin-right: 23rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-92 {
    margin-top: 23rem !important;
    margin-bottom: 23rem !important;
  }
  .p-r-xl-92 {
    padding: 23rem !important;
  }
  .pt-r-xl-92 {
    padding-top: 23rem !important;
  }
  .pr-r-xl-92 {
    padding-right: 23rem !important;
  }
  .pb-r-xl-92 {
    padding-bottom: 23rem !important;
  }
  .pl-r-xl-92 {
    padding-left: 23rem !important;
  }
  .px-r-xl-92 {
    padding-left: 23rem !important;
    padding-right: 23rem !important;
  }
  .py-r-xl-92 {
    padding-top: 23rem !important;
    padding-bottom: 23rem !important;
  }
  .font-size-xl-92 {
    font-size: 92px;
  }
  .border-radius-r-xl-92 {
    border-radius: 23rem !important;
  }
  .border-radius-tl-r-xl-92 {
    border-top-left-radius: 23rem !important;
  }
  .border-radius-tr-r-xl-92 {
    border-top-right-radius: 23rem !important;
  }
  .border-radius-bl-r-xl-92 {
    border-bottom-left-radius: 23rem !important;
  }
  .border-radius-br-r-xl-92 {
    border-bottom-right-radius: 23rem !important;
  }
  .border-radius-t-r-xl-92 {
    border-top-left-radius: 23rem !important;
    border-top-right-radius: 23rem !important;
  }
  .border-radius-b-r-xl-92 {
    border-bottom-left-radius: 23rem !important;
    border-bottom-right-radius: 23rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-92 {
    margin: 23rem !important;
  }
  .mt-r-contents-92 {
    margin-top: 23rem !important;
  }
  .mr-r-contents-92 {
    margin-right: 23rem !important;
  }
  .mb-r-contents-92 {
    margin-bottom: 23rem !important;
  }
  .ml-r-contents-92 {
    margin-left: 23rem !important;
  }
  .mx-r-contents-92 {
    margin-left: 23rem !important;
    margin-right: 23rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-92 {
    margin-top: 23rem !important;
    margin-bottom: 23rem !important;
  }
  .p-r-contents-92 {
    padding: 23rem !important;
  }
  .pt-r-contents-92 {
    padding-top: 23rem !important;
  }
  .pr-r-contents-92 {
    padding-right: 23rem !important;
  }
  .pb-r-contents-92 {
    padding-bottom: 23rem !important;
  }
  .pl-r-contents-92 {
    padding-left: 23rem !important;
  }
  .px-r-contents-92 {
    padding-left: 23rem !important;
    padding-right: 23rem !important;
  }
  .py-r-contents-92 {
    padding-top: 23rem !important;
    padding-bottom: 23rem !important;
  }
  .font-size-contents-92 {
    font-size: 92px;
  }
  .border-radius-r-contents-92 {
    border-radius: 23rem !important;
  }
  .border-radius-tl-r-contents-92 {
    border-top-left-radius: 23rem !important;
  }
  .border-radius-tr-r-contents-92 {
    border-top-right-radius: 23rem !important;
  }
  .border-radius-bl-r-contents-92 {
    border-bottom-left-radius: 23rem !important;
  }
  .border-radius-br-r-contents-92 {
    border-bottom-right-radius: 23rem !important;
  }
  .border-radius-t-r-contents-92 {
    border-top-left-radius: 23rem !important;
    border-top-right-radius: 23rem !important;
  }
  .border-radius-b-r-contents-92 {
    border-bottom-left-radius: 23rem !important;
    border-bottom-right-radius: 23rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-92 {
    margin: 23rem !important;
  }
  .mt-r-screen-92 {
    margin-top: 23rem !important;
  }
  .mr-r-screen-92 {
    margin-right: 23rem !important;
  }
  .mb-r-screen-92 {
    margin-bottom: 23rem !important;
  }
  .ml-r-screen-92 {
    margin-left: 23rem !important;
  }
  .mx-r-screen-92 {
    margin-left: 23rem !important;
    margin-right: 23rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-92 {
    margin-top: 23rem !important;
    margin-bottom: 23rem !important;
  }
  .p-r-screen-92 {
    padding: 23rem !important;
  }
  .pt-r-screen-92 {
    padding-top: 23rem !important;
  }
  .pr-r-screen-92 {
    padding-right: 23rem !important;
  }
  .pb-r-screen-92 {
    padding-bottom: 23rem !important;
  }
  .pl-r-screen-92 {
    padding-left: 23rem !important;
  }
  .px-r-screen-92 {
    padding-left: 23rem !important;
    padding-right: 23rem !important;
  }
  .py-r-screen-92 {
    padding-top: 23rem !important;
    padding-bottom: 23rem !important;
  }
  .font-size-screen-92 {
    font-size: 92px;
  }
  .border-radius-r-screen-92 {
    border-radius: 23rem !important;
  }
  .border-radius-tl-r-screen-92 {
    border-top-left-radius: 23rem !important;
  }
  .border-radius-tr-r-screen-92 {
    border-top-right-radius: 23rem !important;
  }
  .border-radius-bl-r-screen-92 {
    border-bottom-left-radius: 23rem !important;
  }
  .border-radius-br-r-screen-92 {
    border-bottom-right-radius: 23rem !important;
  }
  .border-radius-t-r-screen-92 {
    border-top-left-radius: 23rem !important;
    border-top-right-radius: 23rem !important;
  }
  .border-radius-b-r-screen-92 {
    border-bottom-left-radius: 23rem !important;
    border-bottom-right-radius: 23rem !important;
  }
}
.z-93 {
  z-index: 93;
}

.m-r-93 {
  margin: 23.25rem;
}

.mt-r-93 {
  margin-top: 23.25rem;
}

.mr-r-93 {
  margin-right: 23.25rem;
}

.mb-r-93 {
  margin-bottom: 23.25rem;
}

.ml-r-93 {
  margin-left: 23.25rem;
}

.mx-r-93 {
  margin-left: 23.25rem;
  margin-right: 23.25rem;
}

.my-r-93 {
  margin-top: 23.25rem;
  margin-bottom: 23.25rem;
}

.p-r-93 {
  padding: 23.25rem;
}

.pt-r-93 {
  padding-top: 23.25rem;
}

.pr-r-93 {
  padding-right: 23.25rem;
}

.pb-r-93 {
  padding-bottom: 23.25rem;
}

.pl-r-93 {
  padding-left: 23.25rem;
}

.px-r-93 {
  padding-left: 23.25rem;
  padding-right: 23.25rem;
}

.py-r-93 {
  padding-top: 23.25rem;
  padding-bottom: 23.25rem;
}

.t-r-93 {
  top: 23.25rem;
}

.l-r-93 {
  left: 23.25rem;
}

.b-r-93 {
  bottom: 23.25rem;
}

.r-r-93 {
  right: 23.25rem;
}

.row-gap-93 {
  margin: -23.25rem;
}

.border-radius-r-93 {
  border-radius: 23.25rem;
}

.border-radius-tl-r-93 {
  border-top-left-radius: 23.25rem;
}

.border-radius-tr-r-93 {
  border-top-right-radius: 23.25rem;
}

.border-radius-bl-r-93 {
  border-bottom-left-radius: 23.25rem;
}

.border-radius-br-r-93 {
  border-bottom-right-radius: 23.25rem;
}

.border-radius-t-r-93 {
  border-top-left-radius: 23.25rem;
  border-top-right-radius: 23.25rem;
}

.border-radius-b-r-93 {
  border-bottom-left-radius: 23.25rem;
  border-bottom-right-radius: 23.25rem;
}

.font-size-93 {
  font-size: 93px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-93 {
    margin: 23.25rem !important;
  }
  .mt-r-xs-93 {
    margin-top: 23.25rem !important;
  }
  .mr-r-xs-93 {
    margin-right: 23.25rem !important;
  }
  .mb-r-xs-93 {
    margin-bottom: 23.25rem !important;
  }
  .ml-r-xs-93 {
    margin-left: 23.25rem !important;
  }
  .mx-r-xs-93 {
    margin-left: 23.25rem !important;
    margin-right: 23.25rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-93 {
    margin-top: 23.25rem !important;
    margin-bottom: 23.25rem !important;
  }
  .p-r-xs-93 {
    padding: 23.25rem !important;
  }
  .pt-r-xs-93 {
    padding-top: 23.25rem !important;
  }
  .pr-r-xs-93 {
    padding-right: 23.25rem !important;
  }
  .pb-r-xs-93 {
    padding-bottom: 23.25rem !important;
  }
  .pl-r-xs-93 {
    padding-left: 23.25rem !important;
  }
  .px-r-xs-93 {
    padding-left: 23.25rem !important;
    padding-right: 23.25rem !important;
  }
  .py-r-xs-93 {
    padding-top: 23.25rem !important;
    padding-bottom: 23.25rem !important;
  }
  .font-size-xs-93 {
    font-size: 93px;
  }
  .border-radius-r-xs-93 {
    border-radius: 23.25rem !important;
  }
  .border-radius-tl-r-xs-93 {
    border-top-left-radius: 23.25rem !important;
  }
  .border-radius-tr-r-xs-93 {
    border-top-right-radius: 23.25rem !important;
  }
  .border-radius-bl-r-xs-93 {
    border-bottom-left-radius: 23.25rem !important;
  }
  .border-radius-br-r-xs-93 {
    border-bottom-right-radius: 23.25rem !important;
  }
  .border-radius-t-r-xs-93 {
    border-top-left-radius: 23.25rem !important;
    border-top-right-radius: 23.25rem !important;
  }
  .border-radius-b-r-xs-93 {
    border-bottom-left-radius: 23.25rem !important;
    border-bottom-right-radius: 23.25rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-93 {
    margin: 23.25rem !important;
  }
  .mt-r-sm-93 {
    margin-top: 23.25rem !important;
  }
  .mr-r-sm-93 {
    margin-right: 23.25rem !important;
  }
  .mb-r-sm-93 {
    margin-bottom: 23.25rem !important;
  }
  .ml-r-sm-93 {
    margin-left: 23.25rem !important;
  }
  .mx-r-sm-93 {
    margin-left: 23.25rem !important;
    margin-right: 23.25rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-93 {
    margin-top: 23.25rem !important;
    margin-bottom: 23.25rem !important;
  }
  .p-r-sm-93 {
    padding: 23.25rem !important;
  }
  .pt-r-sm-93 {
    padding-top: 23.25rem !important;
  }
  .pr-r-sm-93 {
    padding-right: 23.25rem !important;
  }
  .pb-r-sm-93 {
    padding-bottom: 23.25rem !important;
  }
  .pl-r-sm-93 {
    padding-left: 23.25rem !important;
  }
  .px-r-sm-93 {
    padding-left: 23.25rem !important;
    padding-right: 23.25rem !important;
  }
  .py-r-sm-93 {
    padding-top: 23.25rem !important;
    padding-bottom: 23.25rem !important;
  }
  .font-size-sm-93 {
    font-size: 93px;
  }
  .border-radius-r-sm-93 {
    border-radius: 23.25rem !important;
  }
  .border-radius-tl-r-sm-93 {
    border-top-left-radius: 23.25rem !important;
  }
  .border-radius-tr-r-sm-93 {
    border-top-right-radius: 23.25rem !important;
  }
  .border-radius-bl-r-sm-93 {
    border-bottom-left-radius: 23.25rem !important;
  }
  .border-radius-br-r-sm-93 {
    border-bottom-right-radius: 23.25rem !important;
  }
  .border-radius-t-r-sm-93 {
    border-top-left-radius: 23.25rem !important;
    border-top-right-radius: 23.25rem !important;
  }
  .border-radius-b-r-sm-93 {
    border-bottom-left-radius: 23.25rem !important;
    border-bottom-right-radius: 23.25rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-93 {
    margin: 23.25rem !important;
  }
  .mt-r-md-93 {
    margin-top: 23.25rem !important;
  }
  .mr-r-md-93 {
    margin-right: 23.25rem !important;
  }
  .mb-r-md-93 {
    margin-bottom: 23.25rem !important;
  }
  .ml-r-md-93 {
    margin-left: 23.25rem !important;
  }
  .mx-r-md-93 {
    margin-left: 23.25rem !important;
    margin-right: 23.25rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-93 {
    margin-top: 23.25rem !important;
    margin-bottom: 23.25rem !important;
  }
  .p-r-md-93 {
    padding: 23.25rem !important;
  }
  .pt-r-md-93 {
    padding-top: 23.25rem !important;
  }
  .pr-r-md-93 {
    padding-right: 23.25rem !important;
  }
  .pb-r-md-93 {
    padding-bottom: 23.25rem !important;
  }
  .pl-r-md-93 {
    padding-left: 23.25rem !important;
  }
  .px-r-md-93 {
    padding-left: 23.25rem !important;
    padding-right: 23.25rem !important;
  }
  .py-r-md-93 {
    padding-top: 23.25rem !important;
    padding-bottom: 23.25rem !important;
  }
  .font-size-md-93 {
    font-size: 93px;
  }
  .border-radius-r-md-93 {
    border-radius: 23.25rem !important;
  }
  .border-radius-tl-r-md-93 {
    border-top-left-radius: 23.25rem !important;
  }
  .border-radius-tr-r-md-93 {
    border-top-right-radius: 23.25rem !important;
  }
  .border-radius-bl-r-md-93 {
    border-bottom-left-radius: 23.25rem !important;
  }
  .border-radius-br-r-md-93 {
    border-bottom-right-radius: 23.25rem !important;
  }
  .border-radius-t-r-md-93 {
    border-top-left-radius: 23.25rem !important;
    border-top-right-radius: 23.25rem !important;
  }
  .border-radius-b-r-md-93 {
    border-bottom-left-radius: 23.25rem !important;
    border-bottom-right-radius: 23.25rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-93 {
    margin: 23.25rem !important;
  }
  .mt-r-lg-93 {
    margin-top: 23.25rem !important;
  }
  .mr-r-lg-93 {
    margin-right: 23.25rem !important;
  }
  .mb-r-lg-93 {
    margin-bottom: 23.25rem !important;
  }
  .ml-r-lg-93 {
    margin-left: 23.25rem !important;
  }
  .mx-r-lg-93 {
    margin-left: 23.25rem !important;
    margin-right: 23.25rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-93 {
    margin-top: 23.25rem !important;
    margin-bottom: 23.25rem !important;
  }
  .p-r-lg-93 {
    padding: 23.25rem !important;
  }
  .pt-r-lg-93 {
    padding-top: 23.25rem !important;
  }
  .pr-r-lg-93 {
    padding-right: 23.25rem !important;
  }
  .pb-r-lg-93 {
    padding-bottom: 23.25rem !important;
  }
  .pl-r-lg-93 {
    padding-left: 23.25rem !important;
  }
  .px-r-lg-93 {
    padding-left: 23.25rem !important;
    padding-right: 23.25rem !important;
  }
  .py-r-lg-93 {
    padding-top: 23.25rem !important;
    padding-bottom: 23.25rem !important;
  }
  .font-size-lg-93 {
    font-size: 93px;
  }
  .border-radius-r-lg-93 {
    border-radius: 23.25rem !important;
  }
  .border-radius-tl-r-lg-93 {
    border-top-left-radius: 23.25rem !important;
  }
  .border-radius-tr-r-lg-93 {
    border-top-right-radius: 23.25rem !important;
  }
  .border-radius-bl-r-lg-93 {
    border-bottom-left-radius: 23.25rem !important;
  }
  .border-radius-br-r-lg-93 {
    border-bottom-right-radius: 23.25rem !important;
  }
  .border-radius-t-r-lg-93 {
    border-top-left-radius: 23.25rem !important;
    border-top-right-radius: 23.25rem !important;
  }
  .border-radius-b-r-lg-93 {
    border-bottom-left-radius: 23.25rem !important;
    border-bottom-right-radius: 23.25rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-93 {
    margin: 23.25rem !important;
  }
  .mt-r-xl-93 {
    margin-top: 23.25rem !important;
  }
  .mr-r-xl-93 {
    margin-right: 23.25rem !important;
  }
  .mb-r-xl-93 {
    margin-bottom: 23.25rem !important;
  }
  .ml-r-xl-93 {
    margin-left: 23.25rem !important;
  }
  .mx-r-xl-93 {
    margin-left: 23.25rem !important;
    margin-right: 23.25rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-93 {
    margin-top: 23.25rem !important;
    margin-bottom: 23.25rem !important;
  }
  .p-r-xl-93 {
    padding: 23.25rem !important;
  }
  .pt-r-xl-93 {
    padding-top: 23.25rem !important;
  }
  .pr-r-xl-93 {
    padding-right: 23.25rem !important;
  }
  .pb-r-xl-93 {
    padding-bottom: 23.25rem !important;
  }
  .pl-r-xl-93 {
    padding-left: 23.25rem !important;
  }
  .px-r-xl-93 {
    padding-left: 23.25rem !important;
    padding-right: 23.25rem !important;
  }
  .py-r-xl-93 {
    padding-top: 23.25rem !important;
    padding-bottom: 23.25rem !important;
  }
  .font-size-xl-93 {
    font-size: 93px;
  }
  .border-radius-r-xl-93 {
    border-radius: 23.25rem !important;
  }
  .border-radius-tl-r-xl-93 {
    border-top-left-radius: 23.25rem !important;
  }
  .border-radius-tr-r-xl-93 {
    border-top-right-radius: 23.25rem !important;
  }
  .border-radius-bl-r-xl-93 {
    border-bottom-left-radius: 23.25rem !important;
  }
  .border-radius-br-r-xl-93 {
    border-bottom-right-radius: 23.25rem !important;
  }
  .border-radius-t-r-xl-93 {
    border-top-left-radius: 23.25rem !important;
    border-top-right-radius: 23.25rem !important;
  }
  .border-radius-b-r-xl-93 {
    border-bottom-left-radius: 23.25rem !important;
    border-bottom-right-radius: 23.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-93 {
    margin: 23.25rem !important;
  }
  .mt-r-contents-93 {
    margin-top: 23.25rem !important;
  }
  .mr-r-contents-93 {
    margin-right: 23.25rem !important;
  }
  .mb-r-contents-93 {
    margin-bottom: 23.25rem !important;
  }
  .ml-r-contents-93 {
    margin-left: 23.25rem !important;
  }
  .mx-r-contents-93 {
    margin-left: 23.25rem !important;
    margin-right: 23.25rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-93 {
    margin-top: 23.25rem !important;
    margin-bottom: 23.25rem !important;
  }
  .p-r-contents-93 {
    padding: 23.25rem !important;
  }
  .pt-r-contents-93 {
    padding-top: 23.25rem !important;
  }
  .pr-r-contents-93 {
    padding-right: 23.25rem !important;
  }
  .pb-r-contents-93 {
    padding-bottom: 23.25rem !important;
  }
  .pl-r-contents-93 {
    padding-left: 23.25rem !important;
  }
  .px-r-contents-93 {
    padding-left: 23.25rem !important;
    padding-right: 23.25rem !important;
  }
  .py-r-contents-93 {
    padding-top: 23.25rem !important;
    padding-bottom: 23.25rem !important;
  }
  .font-size-contents-93 {
    font-size: 93px;
  }
  .border-radius-r-contents-93 {
    border-radius: 23.25rem !important;
  }
  .border-radius-tl-r-contents-93 {
    border-top-left-radius: 23.25rem !important;
  }
  .border-radius-tr-r-contents-93 {
    border-top-right-radius: 23.25rem !important;
  }
  .border-radius-bl-r-contents-93 {
    border-bottom-left-radius: 23.25rem !important;
  }
  .border-radius-br-r-contents-93 {
    border-bottom-right-radius: 23.25rem !important;
  }
  .border-radius-t-r-contents-93 {
    border-top-left-radius: 23.25rem !important;
    border-top-right-radius: 23.25rem !important;
  }
  .border-radius-b-r-contents-93 {
    border-bottom-left-radius: 23.25rem !important;
    border-bottom-right-radius: 23.25rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-93 {
    margin: 23.25rem !important;
  }
  .mt-r-screen-93 {
    margin-top: 23.25rem !important;
  }
  .mr-r-screen-93 {
    margin-right: 23.25rem !important;
  }
  .mb-r-screen-93 {
    margin-bottom: 23.25rem !important;
  }
  .ml-r-screen-93 {
    margin-left: 23.25rem !important;
  }
  .mx-r-screen-93 {
    margin-left: 23.25rem !important;
    margin-right: 23.25rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-93 {
    margin-top: 23.25rem !important;
    margin-bottom: 23.25rem !important;
  }
  .p-r-screen-93 {
    padding: 23.25rem !important;
  }
  .pt-r-screen-93 {
    padding-top: 23.25rem !important;
  }
  .pr-r-screen-93 {
    padding-right: 23.25rem !important;
  }
  .pb-r-screen-93 {
    padding-bottom: 23.25rem !important;
  }
  .pl-r-screen-93 {
    padding-left: 23.25rem !important;
  }
  .px-r-screen-93 {
    padding-left: 23.25rem !important;
    padding-right: 23.25rem !important;
  }
  .py-r-screen-93 {
    padding-top: 23.25rem !important;
    padding-bottom: 23.25rem !important;
  }
  .font-size-screen-93 {
    font-size: 93px;
  }
  .border-radius-r-screen-93 {
    border-radius: 23.25rem !important;
  }
  .border-radius-tl-r-screen-93 {
    border-top-left-radius: 23.25rem !important;
  }
  .border-radius-tr-r-screen-93 {
    border-top-right-radius: 23.25rem !important;
  }
  .border-radius-bl-r-screen-93 {
    border-bottom-left-radius: 23.25rem !important;
  }
  .border-radius-br-r-screen-93 {
    border-bottom-right-radius: 23.25rem !important;
  }
  .border-radius-t-r-screen-93 {
    border-top-left-radius: 23.25rem !important;
    border-top-right-radius: 23.25rem !important;
  }
  .border-radius-b-r-screen-93 {
    border-bottom-left-radius: 23.25rem !important;
    border-bottom-right-radius: 23.25rem !important;
  }
}
.z-94 {
  z-index: 94;
}

.m-r-94 {
  margin: 23.5rem;
}

.mt-r-94 {
  margin-top: 23.5rem;
}

.mr-r-94 {
  margin-right: 23.5rem;
}

.mb-r-94 {
  margin-bottom: 23.5rem;
}

.ml-r-94 {
  margin-left: 23.5rem;
}

.mx-r-94 {
  margin-left: 23.5rem;
  margin-right: 23.5rem;
}

.my-r-94 {
  margin-top: 23.5rem;
  margin-bottom: 23.5rem;
}

.p-r-94 {
  padding: 23.5rem;
}

.pt-r-94 {
  padding-top: 23.5rem;
}

.pr-r-94 {
  padding-right: 23.5rem;
}

.pb-r-94 {
  padding-bottom: 23.5rem;
}

.pl-r-94 {
  padding-left: 23.5rem;
}

.px-r-94 {
  padding-left: 23.5rem;
  padding-right: 23.5rem;
}

.py-r-94 {
  padding-top: 23.5rem;
  padding-bottom: 23.5rem;
}

.t-r-94 {
  top: 23.5rem;
}

.l-r-94 {
  left: 23.5rem;
}

.b-r-94 {
  bottom: 23.5rem;
}

.r-r-94 {
  right: 23.5rem;
}

.row-gap-94 {
  margin: -23.5rem;
}

.border-radius-r-94 {
  border-radius: 23.5rem;
}

.border-radius-tl-r-94 {
  border-top-left-radius: 23.5rem;
}

.border-radius-tr-r-94 {
  border-top-right-radius: 23.5rem;
}

.border-radius-bl-r-94 {
  border-bottom-left-radius: 23.5rem;
}

.border-radius-br-r-94 {
  border-bottom-right-radius: 23.5rem;
}

.border-radius-t-r-94 {
  border-top-left-radius: 23.5rem;
  border-top-right-radius: 23.5rem;
}

.border-radius-b-r-94 {
  border-bottom-left-radius: 23.5rem;
  border-bottom-right-radius: 23.5rem;
}

.font-size-94 {
  font-size: 94px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-94 {
    margin: 23.5rem !important;
  }
  .mt-r-xs-94 {
    margin-top: 23.5rem !important;
  }
  .mr-r-xs-94 {
    margin-right: 23.5rem !important;
  }
  .mb-r-xs-94 {
    margin-bottom: 23.5rem !important;
  }
  .ml-r-xs-94 {
    margin-left: 23.5rem !important;
  }
  .mx-r-xs-94 {
    margin-left: 23.5rem !important;
    margin-right: 23.5rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-94 {
    margin-top: 23.5rem !important;
    margin-bottom: 23.5rem !important;
  }
  .p-r-xs-94 {
    padding: 23.5rem !important;
  }
  .pt-r-xs-94 {
    padding-top: 23.5rem !important;
  }
  .pr-r-xs-94 {
    padding-right: 23.5rem !important;
  }
  .pb-r-xs-94 {
    padding-bottom: 23.5rem !important;
  }
  .pl-r-xs-94 {
    padding-left: 23.5rem !important;
  }
  .px-r-xs-94 {
    padding-left: 23.5rem !important;
    padding-right: 23.5rem !important;
  }
  .py-r-xs-94 {
    padding-top: 23.5rem !important;
    padding-bottom: 23.5rem !important;
  }
  .font-size-xs-94 {
    font-size: 94px;
  }
  .border-radius-r-xs-94 {
    border-radius: 23.5rem !important;
  }
  .border-radius-tl-r-xs-94 {
    border-top-left-radius: 23.5rem !important;
  }
  .border-radius-tr-r-xs-94 {
    border-top-right-radius: 23.5rem !important;
  }
  .border-radius-bl-r-xs-94 {
    border-bottom-left-radius: 23.5rem !important;
  }
  .border-radius-br-r-xs-94 {
    border-bottom-right-radius: 23.5rem !important;
  }
  .border-radius-t-r-xs-94 {
    border-top-left-radius: 23.5rem !important;
    border-top-right-radius: 23.5rem !important;
  }
  .border-radius-b-r-xs-94 {
    border-bottom-left-radius: 23.5rem !important;
    border-bottom-right-radius: 23.5rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-94 {
    margin: 23.5rem !important;
  }
  .mt-r-sm-94 {
    margin-top: 23.5rem !important;
  }
  .mr-r-sm-94 {
    margin-right: 23.5rem !important;
  }
  .mb-r-sm-94 {
    margin-bottom: 23.5rem !important;
  }
  .ml-r-sm-94 {
    margin-left: 23.5rem !important;
  }
  .mx-r-sm-94 {
    margin-left: 23.5rem !important;
    margin-right: 23.5rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-94 {
    margin-top: 23.5rem !important;
    margin-bottom: 23.5rem !important;
  }
  .p-r-sm-94 {
    padding: 23.5rem !important;
  }
  .pt-r-sm-94 {
    padding-top: 23.5rem !important;
  }
  .pr-r-sm-94 {
    padding-right: 23.5rem !important;
  }
  .pb-r-sm-94 {
    padding-bottom: 23.5rem !important;
  }
  .pl-r-sm-94 {
    padding-left: 23.5rem !important;
  }
  .px-r-sm-94 {
    padding-left: 23.5rem !important;
    padding-right: 23.5rem !important;
  }
  .py-r-sm-94 {
    padding-top: 23.5rem !important;
    padding-bottom: 23.5rem !important;
  }
  .font-size-sm-94 {
    font-size: 94px;
  }
  .border-radius-r-sm-94 {
    border-radius: 23.5rem !important;
  }
  .border-radius-tl-r-sm-94 {
    border-top-left-radius: 23.5rem !important;
  }
  .border-radius-tr-r-sm-94 {
    border-top-right-radius: 23.5rem !important;
  }
  .border-radius-bl-r-sm-94 {
    border-bottom-left-radius: 23.5rem !important;
  }
  .border-radius-br-r-sm-94 {
    border-bottom-right-radius: 23.5rem !important;
  }
  .border-radius-t-r-sm-94 {
    border-top-left-radius: 23.5rem !important;
    border-top-right-radius: 23.5rem !important;
  }
  .border-radius-b-r-sm-94 {
    border-bottom-left-radius: 23.5rem !important;
    border-bottom-right-radius: 23.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-94 {
    margin: 23.5rem !important;
  }
  .mt-r-md-94 {
    margin-top: 23.5rem !important;
  }
  .mr-r-md-94 {
    margin-right: 23.5rem !important;
  }
  .mb-r-md-94 {
    margin-bottom: 23.5rem !important;
  }
  .ml-r-md-94 {
    margin-left: 23.5rem !important;
  }
  .mx-r-md-94 {
    margin-left: 23.5rem !important;
    margin-right: 23.5rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-94 {
    margin-top: 23.5rem !important;
    margin-bottom: 23.5rem !important;
  }
  .p-r-md-94 {
    padding: 23.5rem !important;
  }
  .pt-r-md-94 {
    padding-top: 23.5rem !important;
  }
  .pr-r-md-94 {
    padding-right: 23.5rem !important;
  }
  .pb-r-md-94 {
    padding-bottom: 23.5rem !important;
  }
  .pl-r-md-94 {
    padding-left: 23.5rem !important;
  }
  .px-r-md-94 {
    padding-left: 23.5rem !important;
    padding-right: 23.5rem !important;
  }
  .py-r-md-94 {
    padding-top: 23.5rem !important;
    padding-bottom: 23.5rem !important;
  }
  .font-size-md-94 {
    font-size: 94px;
  }
  .border-radius-r-md-94 {
    border-radius: 23.5rem !important;
  }
  .border-radius-tl-r-md-94 {
    border-top-left-radius: 23.5rem !important;
  }
  .border-radius-tr-r-md-94 {
    border-top-right-radius: 23.5rem !important;
  }
  .border-radius-bl-r-md-94 {
    border-bottom-left-radius: 23.5rem !important;
  }
  .border-radius-br-r-md-94 {
    border-bottom-right-radius: 23.5rem !important;
  }
  .border-radius-t-r-md-94 {
    border-top-left-radius: 23.5rem !important;
    border-top-right-radius: 23.5rem !important;
  }
  .border-radius-b-r-md-94 {
    border-bottom-left-radius: 23.5rem !important;
    border-bottom-right-radius: 23.5rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-94 {
    margin: 23.5rem !important;
  }
  .mt-r-lg-94 {
    margin-top: 23.5rem !important;
  }
  .mr-r-lg-94 {
    margin-right: 23.5rem !important;
  }
  .mb-r-lg-94 {
    margin-bottom: 23.5rem !important;
  }
  .ml-r-lg-94 {
    margin-left: 23.5rem !important;
  }
  .mx-r-lg-94 {
    margin-left: 23.5rem !important;
    margin-right: 23.5rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-94 {
    margin-top: 23.5rem !important;
    margin-bottom: 23.5rem !important;
  }
  .p-r-lg-94 {
    padding: 23.5rem !important;
  }
  .pt-r-lg-94 {
    padding-top: 23.5rem !important;
  }
  .pr-r-lg-94 {
    padding-right: 23.5rem !important;
  }
  .pb-r-lg-94 {
    padding-bottom: 23.5rem !important;
  }
  .pl-r-lg-94 {
    padding-left: 23.5rem !important;
  }
  .px-r-lg-94 {
    padding-left: 23.5rem !important;
    padding-right: 23.5rem !important;
  }
  .py-r-lg-94 {
    padding-top: 23.5rem !important;
    padding-bottom: 23.5rem !important;
  }
  .font-size-lg-94 {
    font-size: 94px;
  }
  .border-radius-r-lg-94 {
    border-radius: 23.5rem !important;
  }
  .border-radius-tl-r-lg-94 {
    border-top-left-radius: 23.5rem !important;
  }
  .border-radius-tr-r-lg-94 {
    border-top-right-radius: 23.5rem !important;
  }
  .border-radius-bl-r-lg-94 {
    border-bottom-left-radius: 23.5rem !important;
  }
  .border-radius-br-r-lg-94 {
    border-bottom-right-radius: 23.5rem !important;
  }
  .border-radius-t-r-lg-94 {
    border-top-left-radius: 23.5rem !important;
    border-top-right-radius: 23.5rem !important;
  }
  .border-radius-b-r-lg-94 {
    border-bottom-left-radius: 23.5rem !important;
    border-bottom-right-radius: 23.5rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-94 {
    margin: 23.5rem !important;
  }
  .mt-r-xl-94 {
    margin-top: 23.5rem !important;
  }
  .mr-r-xl-94 {
    margin-right: 23.5rem !important;
  }
  .mb-r-xl-94 {
    margin-bottom: 23.5rem !important;
  }
  .ml-r-xl-94 {
    margin-left: 23.5rem !important;
  }
  .mx-r-xl-94 {
    margin-left: 23.5rem !important;
    margin-right: 23.5rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-94 {
    margin-top: 23.5rem !important;
    margin-bottom: 23.5rem !important;
  }
  .p-r-xl-94 {
    padding: 23.5rem !important;
  }
  .pt-r-xl-94 {
    padding-top: 23.5rem !important;
  }
  .pr-r-xl-94 {
    padding-right: 23.5rem !important;
  }
  .pb-r-xl-94 {
    padding-bottom: 23.5rem !important;
  }
  .pl-r-xl-94 {
    padding-left: 23.5rem !important;
  }
  .px-r-xl-94 {
    padding-left: 23.5rem !important;
    padding-right: 23.5rem !important;
  }
  .py-r-xl-94 {
    padding-top: 23.5rem !important;
    padding-bottom: 23.5rem !important;
  }
  .font-size-xl-94 {
    font-size: 94px;
  }
  .border-radius-r-xl-94 {
    border-radius: 23.5rem !important;
  }
  .border-radius-tl-r-xl-94 {
    border-top-left-radius: 23.5rem !important;
  }
  .border-radius-tr-r-xl-94 {
    border-top-right-radius: 23.5rem !important;
  }
  .border-radius-bl-r-xl-94 {
    border-bottom-left-radius: 23.5rem !important;
  }
  .border-radius-br-r-xl-94 {
    border-bottom-right-radius: 23.5rem !important;
  }
  .border-radius-t-r-xl-94 {
    border-top-left-radius: 23.5rem !important;
    border-top-right-radius: 23.5rem !important;
  }
  .border-radius-b-r-xl-94 {
    border-bottom-left-radius: 23.5rem !important;
    border-bottom-right-radius: 23.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-94 {
    margin: 23.5rem !important;
  }
  .mt-r-contents-94 {
    margin-top: 23.5rem !important;
  }
  .mr-r-contents-94 {
    margin-right: 23.5rem !important;
  }
  .mb-r-contents-94 {
    margin-bottom: 23.5rem !important;
  }
  .ml-r-contents-94 {
    margin-left: 23.5rem !important;
  }
  .mx-r-contents-94 {
    margin-left: 23.5rem !important;
    margin-right: 23.5rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-94 {
    margin-top: 23.5rem !important;
    margin-bottom: 23.5rem !important;
  }
  .p-r-contents-94 {
    padding: 23.5rem !important;
  }
  .pt-r-contents-94 {
    padding-top: 23.5rem !important;
  }
  .pr-r-contents-94 {
    padding-right: 23.5rem !important;
  }
  .pb-r-contents-94 {
    padding-bottom: 23.5rem !important;
  }
  .pl-r-contents-94 {
    padding-left: 23.5rem !important;
  }
  .px-r-contents-94 {
    padding-left: 23.5rem !important;
    padding-right: 23.5rem !important;
  }
  .py-r-contents-94 {
    padding-top: 23.5rem !important;
    padding-bottom: 23.5rem !important;
  }
  .font-size-contents-94 {
    font-size: 94px;
  }
  .border-radius-r-contents-94 {
    border-radius: 23.5rem !important;
  }
  .border-radius-tl-r-contents-94 {
    border-top-left-radius: 23.5rem !important;
  }
  .border-radius-tr-r-contents-94 {
    border-top-right-radius: 23.5rem !important;
  }
  .border-radius-bl-r-contents-94 {
    border-bottom-left-radius: 23.5rem !important;
  }
  .border-radius-br-r-contents-94 {
    border-bottom-right-radius: 23.5rem !important;
  }
  .border-radius-t-r-contents-94 {
    border-top-left-radius: 23.5rem !important;
    border-top-right-radius: 23.5rem !important;
  }
  .border-radius-b-r-contents-94 {
    border-bottom-left-radius: 23.5rem !important;
    border-bottom-right-radius: 23.5rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-94 {
    margin: 23.5rem !important;
  }
  .mt-r-screen-94 {
    margin-top: 23.5rem !important;
  }
  .mr-r-screen-94 {
    margin-right: 23.5rem !important;
  }
  .mb-r-screen-94 {
    margin-bottom: 23.5rem !important;
  }
  .ml-r-screen-94 {
    margin-left: 23.5rem !important;
  }
  .mx-r-screen-94 {
    margin-left: 23.5rem !important;
    margin-right: 23.5rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-94 {
    margin-top: 23.5rem !important;
    margin-bottom: 23.5rem !important;
  }
  .p-r-screen-94 {
    padding: 23.5rem !important;
  }
  .pt-r-screen-94 {
    padding-top: 23.5rem !important;
  }
  .pr-r-screen-94 {
    padding-right: 23.5rem !important;
  }
  .pb-r-screen-94 {
    padding-bottom: 23.5rem !important;
  }
  .pl-r-screen-94 {
    padding-left: 23.5rem !important;
  }
  .px-r-screen-94 {
    padding-left: 23.5rem !important;
    padding-right: 23.5rem !important;
  }
  .py-r-screen-94 {
    padding-top: 23.5rem !important;
    padding-bottom: 23.5rem !important;
  }
  .font-size-screen-94 {
    font-size: 94px;
  }
  .border-radius-r-screen-94 {
    border-radius: 23.5rem !important;
  }
  .border-radius-tl-r-screen-94 {
    border-top-left-radius: 23.5rem !important;
  }
  .border-radius-tr-r-screen-94 {
    border-top-right-radius: 23.5rem !important;
  }
  .border-radius-bl-r-screen-94 {
    border-bottom-left-radius: 23.5rem !important;
  }
  .border-radius-br-r-screen-94 {
    border-bottom-right-radius: 23.5rem !important;
  }
  .border-radius-t-r-screen-94 {
    border-top-left-radius: 23.5rem !important;
    border-top-right-radius: 23.5rem !important;
  }
  .border-radius-b-r-screen-94 {
    border-bottom-left-radius: 23.5rem !important;
    border-bottom-right-radius: 23.5rem !important;
  }
}
.z-95 {
  z-index: 95;
}

.m-r-95 {
  margin: 23.75rem;
}

.mt-r-95 {
  margin-top: 23.75rem;
}

.mr-r-95 {
  margin-right: 23.75rem;
}

.mb-r-95 {
  margin-bottom: 23.75rem;
}

.ml-r-95 {
  margin-left: 23.75rem;
}

.mx-r-95 {
  margin-left: 23.75rem;
  margin-right: 23.75rem;
}

.my-r-95 {
  margin-top: 23.75rem;
  margin-bottom: 23.75rem;
}

.p-r-95 {
  padding: 23.75rem;
}

.pt-r-95 {
  padding-top: 23.75rem;
}

.pr-r-95 {
  padding-right: 23.75rem;
}

.pb-r-95 {
  padding-bottom: 23.75rem;
}

.pl-r-95 {
  padding-left: 23.75rem;
}

.px-r-95 {
  padding-left: 23.75rem;
  padding-right: 23.75rem;
}

.py-r-95 {
  padding-top: 23.75rem;
  padding-bottom: 23.75rem;
}

.t-r-95 {
  top: 23.75rem;
}

.l-r-95 {
  left: 23.75rem;
}

.b-r-95 {
  bottom: 23.75rem;
}

.r-r-95 {
  right: 23.75rem;
}

.row-gap-95 {
  margin: -23.75rem;
}

.border-radius-r-95 {
  border-radius: 23.75rem;
}

.border-radius-tl-r-95 {
  border-top-left-radius: 23.75rem;
}

.border-radius-tr-r-95 {
  border-top-right-radius: 23.75rem;
}

.border-radius-bl-r-95 {
  border-bottom-left-radius: 23.75rem;
}

.border-radius-br-r-95 {
  border-bottom-right-radius: 23.75rem;
}

.border-radius-t-r-95 {
  border-top-left-radius: 23.75rem;
  border-top-right-radius: 23.75rem;
}

.border-radius-b-r-95 {
  border-bottom-left-radius: 23.75rem;
  border-bottom-right-radius: 23.75rem;
}

.font-size-95 {
  font-size: 95px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-95 {
    margin: 23.75rem !important;
  }
  .mt-r-xs-95 {
    margin-top: 23.75rem !important;
  }
  .mr-r-xs-95 {
    margin-right: 23.75rem !important;
  }
  .mb-r-xs-95 {
    margin-bottom: 23.75rem !important;
  }
  .ml-r-xs-95 {
    margin-left: 23.75rem !important;
  }
  .mx-r-xs-95 {
    margin-left: 23.75rem !important;
    margin-right: 23.75rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-95 {
    margin-top: 23.75rem !important;
    margin-bottom: 23.75rem !important;
  }
  .p-r-xs-95 {
    padding: 23.75rem !important;
  }
  .pt-r-xs-95 {
    padding-top: 23.75rem !important;
  }
  .pr-r-xs-95 {
    padding-right: 23.75rem !important;
  }
  .pb-r-xs-95 {
    padding-bottom: 23.75rem !important;
  }
  .pl-r-xs-95 {
    padding-left: 23.75rem !important;
  }
  .px-r-xs-95 {
    padding-left: 23.75rem !important;
    padding-right: 23.75rem !important;
  }
  .py-r-xs-95 {
    padding-top: 23.75rem !important;
    padding-bottom: 23.75rem !important;
  }
  .font-size-xs-95 {
    font-size: 95px;
  }
  .border-radius-r-xs-95 {
    border-radius: 23.75rem !important;
  }
  .border-radius-tl-r-xs-95 {
    border-top-left-radius: 23.75rem !important;
  }
  .border-radius-tr-r-xs-95 {
    border-top-right-radius: 23.75rem !important;
  }
  .border-radius-bl-r-xs-95 {
    border-bottom-left-radius: 23.75rem !important;
  }
  .border-radius-br-r-xs-95 {
    border-bottom-right-radius: 23.75rem !important;
  }
  .border-radius-t-r-xs-95 {
    border-top-left-radius: 23.75rem !important;
    border-top-right-radius: 23.75rem !important;
  }
  .border-radius-b-r-xs-95 {
    border-bottom-left-radius: 23.75rem !important;
    border-bottom-right-radius: 23.75rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-95 {
    margin: 23.75rem !important;
  }
  .mt-r-sm-95 {
    margin-top: 23.75rem !important;
  }
  .mr-r-sm-95 {
    margin-right: 23.75rem !important;
  }
  .mb-r-sm-95 {
    margin-bottom: 23.75rem !important;
  }
  .ml-r-sm-95 {
    margin-left: 23.75rem !important;
  }
  .mx-r-sm-95 {
    margin-left: 23.75rem !important;
    margin-right: 23.75rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-95 {
    margin-top: 23.75rem !important;
    margin-bottom: 23.75rem !important;
  }
  .p-r-sm-95 {
    padding: 23.75rem !important;
  }
  .pt-r-sm-95 {
    padding-top: 23.75rem !important;
  }
  .pr-r-sm-95 {
    padding-right: 23.75rem !important;
  }
  .pb-r-sm-95 {
    padding-bottom: 23.75rem !important;
  }
  .pl-r-sm-95 {
    padding-left: 23.75rem !important;
  }
  .px-r-sm-95 {
    padding-left: 23.75rem !important;
    padding-right: 23.75rem !important;
  }
  .py-r-sm-95 {
    padding-top: 23.75rem !important;
    padding-bottom: 23.75rem !important;
  }
  .font-size-sm-95 {
    font-size: 95px;
  }
  .border-radius-r-sm-95 {
    border-radius: 23.75rem !important;
  }
  .border-radius-tl-r-sm-95 {
    border-top-left-radius: 23.75rem !important;
  }
  .border-radius-tr-r-sm-95 {
    border-top-right-radius: 23.75rem !important;
  }
  .border-radius-bl-r-sm-95 {
    border-bottom-left-radius: 23.75rem !important;
  }
  .border-radius-br-r-sm-95 {
    border-bottom-right-radius: 23.75rem !important;
  }
  .border-radius-t-r-sm-95 {
    border-top-left-radius: 23.75rem !important;
    border-top-right-radius: 23.75rem !important;
  }
  .border-radius-b-r-sm-95 {
    border-bottom-left-radius: 23.75rem !important;
    border-bottom-right-radius: 23.75rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-95 {
    margin: 23.75rem !important;
  }
  .mt-r-md-95 {
    margin-top: 23.75rem !important;
  }
  .mr-r-md-95 {
    margin-right: 23.75rem !important;
  }
  .mb-r-md-95 {
    margin-bottom: 23.75rem !important;
  }
  .ml-r-md-95 {
    margin-left: 23.75rem !important;
  }
  .mx-r-md-95 {
    margin-left: 23.75rem !important;
    margin-right: 23.75rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-95 {
    margin-top: 23.75rem !important;
    margin-bottom: 23.75rem !important;
  }
  .p-r-md-95 {
    padding: 23.75rem !important;
  }
  .pt-r-md-95 {
    padding-top: 23.75rem !important;
  }
  .pr-r-md-95 {
    padding-right: 23.75rem !important;
  }
  .pb-r-md-95 {
    padding-bottom: 23.75rem !important;
  }
  .pl-r-md-95 {
    padding-left: 23.75rem !important;
  }
  .px-r-md-95 {
    padding-left: 23.75rem !important;
    padding-right: 23.75rem !important;
  }
  .py-r-md-95 {
    padding-top: 23.75rem !important;
    padding-bottom: 23.75rem !important;
  }
  .font-size-md-95 {
    font-size: 95px;
  }
  .border-radius-r-md-95 {
    border-radius: 23.75rem !important;
  }
  .border-radius-tl-r-md-95 {
    border-top-left-radius: 23.75rem !important;
  }
  .border-radius-tr-r-md-95 {
    border-top-right-radius: 23.75rem !important;
  }
  .border-radius-bl-r-md-95 {
    border-bottom-left-radius: 23.75rem !important;
  }
  .border-radius-br-r-md-95 {
    border-bottom-right-radius: 23.75rem !important;
  }
  .border-radius-t-r-md-95 {
    border-top-left-radius: 23.75rem !important;
    border-top-right-radius: 23.75rem !important;
  }
  .border-radius-b-r-md-95 {
    border-bottom-left-radius: 23.75rem !important;
    border-bottom-right-radius: 23.75rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-95 {
    margin: 23.75rem !important;
  }
  .mt-r-lg-95 {
    margin-top: 23.75rem !important;
  }
  .mr-r-lg-95 {
    margin-right: 23.75rem !important;
  }
  .mb-r-lg-95 {
    margin-bottom: 23.75rem !important;
  }
  .ml-r-lg-95 {
    margin-left: 23.75rem !important;
  }
  .mx-r-lg-95 {
    margin-left: 23.75rem !important;
    margin-right: 23.75rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-95 {
    margin-top: 23.75rem !important;
    margin-bottom: 23.75rem !important;
  }
  .p-r-lg-95 {
    padding: 23.75rem !important;
  }
  .pt-r-lg-95 {
    padding-top: 23.75rem !important;
  }
  .pr-r-lg-95 {
    padding-right: 23.75rem !important;
  }
  .pb-r-lg-95 {
    padding-bottom: 23.75rem !important;
  }
  .pl-r-lg-95 {
    padding-left: 23.75rem !important;
  }
  .px-r-lg-95 {
    padding-left: 23.75rem !important;
    padding-right: 23.75rem !important;
  }
  .py-r-lg-95 {
    padding-top: 23.75rem !important;
    padding-bottom: 23.75rem !important;
  }
  .font-size-lg-95 {
    font-size: 95px;
  }
  .border-radius-r-lg-95 {
    border-radius: 23.75rem !important;
  }
  .border-radius-tl-r-lg-95 {
    border-top-left-radius: 23.75rem !important;
  }
  .border-radius-tr-r-lg-95 {
    border-top-right-radius: 23.75rem !important;
  }
  .border-radius-bl-r-lg-95 {
    border-bottom-left-radius: 23.75rem !important;
  }
  .border-radius-br-r-lg-95 {
    border-bottom-right-radius: 23.75rem !important;
  }
  .border-radius-t-r-lg-95 {
    border-top-left-radius: 23.75rem !important;
    border-top-right-radius: 23.75rem !important;
  }
  .border-radius-b-r-lg-95 {
    border-bottom-left-radius: 23.75rem !important;
    border-bottom-right-radius: 23.75rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-95 {
    margin: 23.75rem !important;
  }
  .mt-r-xl-95 {
    margin-top: 23.75rem !important;
  }
  .mr-r-xl-95 {
    margin-right: 23.75rem !important;
  }
  .mb-r-xl-95 {
    margin-bottom: 23.75rem !important;
  }
  .ml-r-xl-95 {
    margin-left: 23.75rem !important;
  }
  .mx-r-xl-95 {
    margin-left: 23.75rem !important;
    margin-right: 23.75rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-95 {
    margin-top: 23.75rem !important;
    margin-bottom: 23.75rem !important;
  }
  .p-r-xl-95 {
    padding: 23.75rem !important;
  }
  .pt-r-xl-95 {
    padding-top: 23.75rem !important;
  }
  .pr-r-xl-95 {
    padding-right: 23.75rem !important;
  }
  .pb-r-xl-95 {
    padding-bottom: 23.75rem !important;
  }
  .pl-r-xl-95 {
    padding-left: 23.75rem !important;
  }
  .px-r-xl-95 {
    padding-left: 23.75rem !important;
    padding-right: 23.75rem !important;
  }
  .py-r-xl-95 {
    padding-top: 23.75rem !important;
    padding-bottom: 23.75rem !important;
  }
  .font-size-xl-95 {
    font-size: 95px;
  }
  .border-radius-r-xl-95 {
    border-radius: 23.75rem !important;
  }
  .border-radius-tl-r-xl-95 {
    border-top-left-radius: 23.75rem !important;
  }
  .border-radius-tr-r-xl-95 {
    border-top-right-radius: 23.75rem !important;
  }
  .border-radius-bl-r-xl-95 {
    border-bottom-left-radius: 23.75rem !important;
  }
  .border-radius-br-r-xl-95 {
    border-bottom-right-radius: 23.75rem !important;
  }
  .border-radius-t-r-xl-95 {
    border-top-left-radius: 23.75rem !important;
    border-top-right-radius: 23.75rem !important;
  }
  .border-radius-b-r-xl-95 {
    border-bottom-left-radius: 23.75rem !important;
    border-bottom-right-radius: 23.75rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-95 {
    margin: 23.75rem !important;
  }
  .mt-r-contents-95 {
    margin-top: 23.75rem !important;
  }
  .mr-r-contents-95 {
    margin-right: 23.75rem !important;
  }
  .mb-r-contents-95 {
    margin-bottom: 23.75rem !important;
  }
  .ml-r-contents-95 {
    margin-left: 23.75rem !important;
  }
  .mx-r-contents-95 {
    margin-left: 23.75rem !important;
    margin-right: 23.75rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-95 {
    margin-top: 23.75rem !important;
    margin-bottom: 23.75rem !important;
  }
  .p-r-contents-95 {
    padding: 23.75rem !important;
  }
  .pt-r-contents-95 {
    padding-top: 23.75rem !important;
  }
  .pr-r-contents-95 {
    padding-right: 23.75rem !important;
  }
  .pb-r-contents-95 {
    padding-bottom: 23.75rem !important;
  }
  .pl-r-contents-95 {
    padding-left: 23.75rem !important;
  }
  .px-r-contents-95 {
    padding-left: 23.75rem !important;
    padding-right: 23.75rem !important;
  }
  .py-r-contents-95 {
    padding-top: 23.75rem !important;
    padding-bottom: 23.75rem !important;
  }
  .font-size-contents-95 {
    font-size: 95px;
  }
  .border-radius-r-contents-95 {
    border-radius: 23.75rem !important;
  }
  .border-radius-tl-r-contents-95 {
    border-top-left-radius: 23.75rem !important;
  }
  .border-radius-tr-r-contents-95 {
    border-top-right-radius: 23.75rem !important;
  }
  .border-radius-bl-r-contents-95 {
    border-bottom-left-radius: 23.75rem !important;
  }
  .border-radius-br-r-contents-95 {
    border-bottom-right-radius: 23.75rem !important;
  }
  .border-radius-t-r-contents-95 {
    border-top-left-radius: 23.75rem !important;
    border-top-right-radius: 23.75rem !important;
  }
  .border-radius-b-r-contents-95 {
    border-bottom-left-radius: 23.75rem !important;
    border-bottom-right-radius: 23.75rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-95 {
    margin: 23.75rem !important;
  }
  .mt-r-screen-95 {
    margin-top: 23.75rem !important;
  }
  .mr-r-screen-95 {
    margin-right: 23.75rem !important;
  }
  .mb-r-screen-95 {
    margin-bottom: 23.75rem !important;
  }
  .ml-r-screen-95 {
    margin-left: 23.75rem !important;
  }
  .mx-r-screen-95 {
    margin-left: 23.75rem !important;
    margin-right: 23.75rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-95 {
    margin-top: 23.75rem !important;
    margin-bottom: 23.75rem !important;
  }
  .p-r-screen-95 {
    padding: 23.75rem !important;
  }
  .pt-r-screen-95 {
    padding-top: 23.75rem !important;
  }
  .pr-r-screen-95 {
    padding-right: 23.75rem !important;
  }
  .pb-r-screen-95 {
    padding-bottom: 23.75rem !important;
  }
  .pl-r-screen-95 {
    padding-left: 23.75rem !important;
  }
  .px-r-screen-95 {
    padding-left: 23.75rem !important;
    padding-right: 23.75rem !important;
  }
  .py-r-screen-95 {
    padding-top: 23.75rem !important;
    padding-bottom: 23.75rem !important;
  }
  .font-size-screen-95 {
    font-size: 95px;
  }
  .border-radius-r-screen-95 {
    border-radius: 23.75rem !important;
  }
  .border-radius-tl-r-screen-95 {
    border-top-left-radius: 23.75rem !important;
  }
  .border-radius-tr-r-screen-95 {
    border-top-right-radius: 23.75rem !important;
  }
  .border-radius-bl-r-screen-95 {
    border-bottom-left-radius: 23.75rem !important;
  }
  .border-radius-br-r-screen-95 {
    border-bottom-right-radius: 23.75rem !important;
  }
  .border-radius-t-r-screen-95 {
    border-top-left-radius: 23.75rem !important;
    border-top-right-radius: 23.75rem !important;
  }
  .border-radius-b-r-screen-95 {
    border-bottom-left-radius: 23.75rem !important;
    border-bottom-right-radius: 23.75rem !important;
  }
}
.z-96 {
  z-index: 96;
}

.m-r-96 {
  margin: 24rem;
}

.mt-r-96 {
  margin-top: 24rem;
}

.mr-r-96 {
  margin-right: 24rem;
}

.mb-r-96 {
  margin-bottom: 24rem;
}

.ml-r-96 {
  margin-left: 24rem;
}

.mx-r-96 {
  margin-left: 24rem;
  margin-right: 24rem;
}

.my-r-96 {
  margin-top: 24rem;
  margin-bottom: 24rem;
}

.p-r-96 {
  padding: 24rem;
}

.pt-r-96 {
  padding-top: 24rem;
}

.pr-r-96 {
  padding-right: 24rem;
}

.pb-r-96 {
  padding-bottom: 24rem;
}

.pl-r-96 {
  padding-left: 24rem;
}

.px-r-96 {
  padding-left: 24rem;
  padding-right: 24rem;
}

.py-r-96 {
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.t-r-96 {
  top: 24rem;
}

.l-r-96 {
  left: 24rem;
}

.b-r-96 {
  bottom: 24rem;
}

.r-r-96 {
  right: 24rem;
}

.row-gap-96 {
  margin: -24rem;
}

.border-radius-r-96 {
  border-radius: 24rem;
}

.border-radius-tl-r-96 {
  border-top-left-radius: 24rem;
}

.border-radius-tr-r-96 {
  border-top-right-radius: 24rem;
}

.border-radius-bl-r-96 {
  border-bottom-left-radius: 24rem;
}

.border-radius-br-r-96 {
  border-bottom-right-radius: 24rem;
}

.border-radius-t-r-96 {
  border-top-left-radius: 24rem;
  border-top-right-radius: 24rem;
}

.border-radius-b-r-96 {
  border-bottom-left-radius: 24rem;
  border-bottom-right-radius: 24rem;
}

.font-size-96 {
  font-size: 96px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-96 {
    margin: 24rem !important;
  }
  .mt-r-xs-96 {
    margin-top: 24rem !important;
  }
  .mr-r-xs-96 {
    margin-right: 24rem !important;
  }
  .mb-r-xs-96 {
    margin-bottom: 24rem !important;
  }
  .ml-r-xs-96 {
    margin-left: 24rem !important;
  }
  .mx-r-xs-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }
  .p-r-xs-96 {
    padding: 24rem !important;
  }
  .pt-r-xs-96 {
    padding-top: 24rem !important;
  }
  .pr-r-xs-96 {
    padding-right: 24rem !important;
  }
  .pb-r-xs-96 {
    padding-bottom: 24rem !important;
  }
  .pl-r-xs-96 {
    padding-left: 24rem !important;
  }
  .px-r-xs-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }
  .py-r-xs-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }
  .font-size-xs-96 {
    font-size: 96px;
  }
  .border-radius-r-xs-96 {
    border-radius: 24rem !important;
  }
  .border-radius-tl-r-xs-96 {
    border-top-left-radius: 24rem !important;
  }
  .border-radius-tr-r-xs-96 {
    border-top-right-radius: 24rem !important;
  }
  .border-radius-bl-r-xs-96 {
    border-bottom-left-radius: 24rem !important;
  }
  .border-radius-br-r-xs-96 {
    border-bottom-right-radius: 24rem !important;
  }
  .border-radius-t-r-xs-96 {
    border-top-left-radius: 24rem !important;
    border-top-right-radius: 24rem !important;
  }
  .border-radius-b-r-xs-96 {
    border-bottom-left-radius: 24rem !important;
    border-bottom-right-radius: 24rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-96 {
    margin: 24rem !important;
  }
  .mt-r-sm-96 {
    margin-top: 24rem !important;
  }
  .mr-r-sm-96 {
    margin-right: 24rem !important;
  }
  .mb-r-sm-96 {
    margin-bottom: 24rem !important;
  }
  .ml-r-sm-96 {
    margin-left: 24rem !important;
  }
  .mx-r-sm-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }
  .p-r-sm-96 {
    padding: 24rem !important;
  }
  .pt-r-sm-96 {
    padding-top: 24rem !important;
  }
  .pr-r-sm-96 {
    padding-right: 24rem !important;
  }
  .pb-r-sm-96 {
    padding-bottom: 24rem !important;
  }
  .pl-r-sm-96 {
    padding-left: 24rem !important;
  }
  .px-r-sm-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }
  .py-r-sm-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }
  .font-size-sm-96 {
    font-size: 96px;
  }
  .border-radius-r-sm-96 {
    border-radius: 24rem !important;
  }
  .border-radius-tl-r-sm-96 {
    border-top-left-radius: 24rem !important;
  }
  .border-radius-tr-r-sm-96 {
    border-top-right-radius: 24rem !important;
  }
  .border-radius-bl-r-sm-96 {
    border-bottom-left-radius: 24rem !important;
  }
  .border-radius-br-r-sm-96 {
    border-bottom-right-radius: 24rem !important;
  }
  .border-radius-t-r-sm-96 {
    border-top-left-radius: 24rem !important;
    border-top-right-radius: 24rem !important;
  }
  .border-radius-b-r-sm-96 {
    border-bottom-left-radius: 24rem !important;
    border-bottom-right-radius: 24rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-96 {
    margin: 24rem !important;
  }
  .mt-r-md-96 {
    margin-top: 24rem !important;
  }
  .mr-r-md-96 {
    margin-right: 24rem !important;
  }
  .mb-r-md-96 {
    margin-bottom: 24rem !important;
  }
  .ml-r-md-96 {
    margin-left: 24rem !important;
  }
  .mx-r-md-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }
  .p-r-md-96 {
    padding: 24rem !important;
  }
  .pt-r-md-96 {
    padding-top: 24rem !important;
  }
  .pr-r-md-96 {
    padding-right: 24rem !important;
  }
  .pb-r-md-96 {
    padding-bottom: 24rem !important;
  }
  .pl-r-md-96 {
    padding-left: 24rem !important;
  }
  .px-r-md-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }
  .py-r-md-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }
  .font-size-md-96 {
    font-size: 96px;
  }
  .border-radius-r-md-96 {
    border-radius: 24rem !important;
  }
  .border-radius-tl-r-md-96 {
    border-top-left-radius: 24rem !important;
  }
  .border-radius-tr-r-md-96 {
    border-top-right-radius: 24rem !important;
  }
  .border-radius-bl-r-md-96 {
    border-bottom-left-radius: 24rem !important;
  }
  .border-radius-br-r-md-96 {
    border-bottom-right-radius: 24rem !important;
  }
  .border-radius-t-r-md-96 {
    border-top-left-radius: 24rem !important;
    border-top-right-radius: 24rem !important;
  }
  .border-radius-b-r-md-96 {
    border-bottom-left-radius: 24rem !important;
    border-bottom-right-radius: 24rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-96 {
    margin: 24rem !important;
  }
  .mt-r-lg-96 {
    margin-top: 24rem !important;
  }
  .mr-r-lg-96 {
    margin-right: 24rem !important;
  }
  .mb-r-lg-96 {
    margin-bottom: 24rem !important;
  }
  .ml-r-lg-96 {
    margin-left: 24rem !important;
  }
  .mx-r-lg-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }
  .p-r-lg-96 {
    padding: 24rem !important;
  }
  .pt-r-lg-96 {
    padding-top: 24rem !important;
  }
  .pr-r-lg-96 {
    padding-right: 24rem !important;
  }
  .pb-r-lg-96 {
    padding-bottom: 24rem !important;
  }
  .pl-r-lg-96 {
    padding-left: 24rem !important;
  }
  .px-r-lg-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }
  .py-r-lg-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }
  .font-size-lg-96 {
    font-size: 96px;
  }
  .border-radius-r-lg-96 {
    border-radius: 24rem !important;
  }
  .border-radius-tl-r-lg-96 {
    border-top-left-radius: 24rem !important;
  }
  .border-radius-tr-r-lg-96 {
    border-top-right-radius: 24rem !important;
  }
  .border-radius-bl-r-lg-96 {
    border-bottom-left-radius: 24rem !important;
  }
  .border-radius-br-r-lg-96 {
    border-bottom-right-radius: 24rem !important;
  }
  .border-radius-t-r-lg-96 {
    border-top-left-radius: 24rem !important;
    border-top-right-radius: 24rem !important;
  }
  .border-radius-b-r-lg-96 {
    border-bottom-left-radius: 24rem !important;
    border-bottom-right-radius: 24rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-96 {
    margin: 24rem !important;
  }
  .mt-r-xl-96 {
    margin-top: 24rem !important;
  }
  .mr-r-xl-96 {
    margin-right: 24rem !important;
  }
  .mb-r-xl-96 {
    margin-bottom: 24rem !important;
  }
  .ml-r-xl-96 {
    margin-left: 24rem !important;
  }
  .mx-r-xl-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }
  .p-r-xl-96 {
    padding: 24rem !important;
  }
  .pt-r-xl-96 {
    padding-top: 24rem !important;
  }
  .pr-r-xl-96 {
    padding-right: 24rem !important;
  }
  .pb-r-xl-96 {
    padding-bottom: 24rem !important;
  }
  .pl-r-xl-96 {
    padding-left: 24rem !important;
  }
  .px-r-xl-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }
  .py-r-xl-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }
  .font-size-xl-96 {
    font-size: 96px;
  }
  .border-radius-r-xl-96 {
    border-radius: 24rem !important;
  }
  .border-radius-tl-r-xl-96 {
    border-top-left-radius: 24rem !important;
  }
  .border-radius-tr-r-xl-96 {
    border-top-right-radius: 24rem !important;
  }
  .border-radius-bl-r-xl-96 {
    border-bottom-left-radius: 24rem !important;
  }
  .border-radius-br-r-xl-96 {
    border-bottom-right-radius: 24rem !important;
  }
  .border-radius-t-r-xl-96 {
    border-top-left-radius: 24rem !important;
    border-top-right-radius: 24rem !important;
  }
  .border-radius-b-r-xl-96 {
    border-bottom-left-radius: 24rem !important;
    border-bottom-right-radius: 24rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-96 {
    margin: 24rem !important;
  }
  .mt-r-contents-96 {
    margin-top: 24rem !important;
  }
  .mr-r-contents-96 {
    margin-right: 24rem !important;
  }
  .mb-r-contents-96 {
    margin-bottom: 24rem !important;
  }
  .ml-r-contents-96 {
    margin-left: 24rem !important;
  }
  .mx-r-contents-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }
  .p-r-contents-96 {
    padding: 24rem !important;
  }
  .pt-r-contents-96 {
    padding-top: 24rem !important;
  }
  .pr-r-contents-96 {
    padding-right: 24rem !important;
  }
  .pb-r-contents-96 {
    padding-bottom: 24rem !important;
  }
  .pl-r-contents-96 {
    padding-left: 24rem !important;
  }
  .px-r-contents-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }
  .py-r-contents-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }
  .font-size-contents-96 {
    font-size: 96px;
  }
  .border-radius-r-contents-96 {
    border-radius: 24rem !important;
  }
  .border-radius-tl-r-contents-96 {
    border-top-left-radius: 24rem !important;
  }
  .border-radius-tr-r-contents-96 {
    border-top-right-radius: 24rem !important;
  }
  .border-radius-bl-r-contents-96 {
    border-bottom-left-radius: 24rem !important;
  }
  .border-radius-br-r-contents-96 {
    border-bottom-right-radius: 24rem !important;
  }
  .border-radius-t-r-contents-96 {
    border-top-left-radius: 24rem !important;
    border-top-right-radius: 24rem !important;
  }
  .border-radius-b-r-contents-96 {
    border-bottom-left-radius: 24rem !important;
    border-bottom-right-radius: 24rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-96 {
    margin: 24rem !important;
  }
  .mt-r-screen-96 {
    margin-top: 24rem !important;
  }
  .mr-r-screen-96 {
    margin-right: 24rem !important;
  }
  .mb-r-screen-96 {
    margin-bottom: 24rem !important;
  }
  .ml-r-screen-96 {
    margin-left: 24rem !important;
  }
  .mx-r-screen-96 {
    margin-left: 24rem !important;
    margin-right: 24rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-96 {
    margin-top: 24rem !important;
    margin-bottom: 24rem !important;
  }
  .p-r-screen-96 {
    padding: 24rem !important;
  }
  .pt-r-screen-96 {
    padding-top: 24rem !important;
  }
  .pr-r-screen-96 {
    padding-right: 24rem !important;
  }
  .pb-r-screen-96 {
    padding-bottom: 24rem !important;
  }
  .pl-r-screen-96 {
    padding-left: 24rem !important;
  }
  .px-r-screen-96 {
    padding-left: 24rem !important;
    padding-right: 24rem !important;
  }
  .py-r-screen-96 {
    padding-top: 24rem !important;
    padding-bottom: 24rem !important;
  }
  .font-size-screen-96 {
    font-size: 96px;
  }
  .border-radius-r-screen-96 {
    border-radius: 24rem !important;
  }
  .border-radius-tl-r-screen-96 {
    border-top-left-radius: 24rem !important;
  }
  .border-radius-tr-r-screen-96 {
    border-top-right-radius: 24rem !important;
  }
  .border-radius-bl-r-screen-96 {
    border-bottom-left-radius: 24rem !important;
  }
  .border-radius-br-r-screen-96 {
    border-bottom-right-radius: 24rem !important;
  }
  .border-radius-t-r-screen-96 {
    border-top-left-radius: 24rem !important;
    border-top-right-radius: 24rem !important;
  }
  .border-radius-b-r-screen-96 {
    border-bottom-left-radius: 24rem !important;
    border-bottom-right-radius: 24rem !important;
  }
}
.z-97 {
  z-index: 97;
}

.m-r-97 {
  margin: 24.25rem;
}

.mt-r-97 {
  margin-top: 24.25rem;
}

.mr-r-97 {
  margin-right: 24.25rem;
}

.mb-r-97 {
  margin-bottom: 24.25rem;
}

.ml-r-97 {
  margin-left: 24.25rem;
}

.mx-r-97 {
  margin-left: 24.25rem;
  margin-right: 24.25rem;
}

.my-r-97 {
  margin-top: 24.25rem;
  margin-bottom: 24.25rem;
}

.p-r-97 {
  padding: 24.25rem;
}

.pt-r-97 {
  padding-top: 24.25rem;
}

.pr-r-97 {
  padding-right: 24.25rem;
}

.pb-r-97 {
  padding-bottom: 24.25rem;
}

.pl-r-97 {
  padding-left: 24.25rem;
}

.px-r-97 {
  padding-left: 24.25rem;
  padding-right: 24.25rem;
}

.py-r-97 {
  padding-top: 24.25rem;
  padding-bottom: 24.25rem;
}

.t-r-97 {
  top: 24.25rem;
}

.l-r-97 {
  left: 24.25rem;
}

.b-r-97 {
  bottom: 24.25rem;
}

.r-r-97 {
  right: 24.25rem;
}

.row-gap-97 {
  margin: -24.25rem;
}

.border-radius-r-97 {
  border-radius: 24.25rem;
}

.border-radius-tl-r-97 {
  border-top-left-radius: 24.25rem;
}

.border-radius-tr-r-97 {
  border-top-right-radius: 24.25rem;
}

.border-radius-bl-r-97 {
  border-bottom-left-radius: 24.25rem;
}

.border-radius-br-r-97 {
  border-bottom-right-radius: 24.25rem;
}

.border-radius-t-r-97 {
  border-top-left-radius: 24.25rem;
  border-top-right-radius: 24.25rem;
}

.border-radius-b-r-97 {
  border-bottom-left-radius: 24.25rem;
  border-bottom-right-radius: 24.25rem;
}

.font-size-97 {
  font-size: 97px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-97 {
    margin: 24.25rem !important;
  }
  .mt-r-xs-97 {
    margin-top: 24.25rem !important;
  }
  .mr-r-xs-97 {
    margin-right: 24.25rem !important;
  }
  .mb-r-xs-97 {
    margin-bottom: 24.25rem !important;
  }
  .ml-r-xs-97 {
    margin-left: 24.25rem !important;
  }
  .mx-r-xs-97 {
    margin-left: 24.25rem !important;
    margin-right: 24.25rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-97 {
    margin-top: 24.25rem !important;
    margin-bottom: 24.25rem !important;
  }
  .p-r-xs-97 {
    padding: 24.25rem !important;
  }
  .pt-r-xs-97 {
    padding-top: 24.25rem !important;
  }
  .pr-r-xs-97 {
    padding-right: 24.25rem !important;
  }
  .pb-r-xs-97 {
    padding-bottom: 24.25rem !important;
  }
  .pl-r-xs-97 {
    padding-left: 24.25rem !important;
  }
  .px-r-xs-97 {
    padding-left: 24.25rem !important;
    padding-right: 24.25rem !important;
  }
  .py-r-xs-97 {
    padding-top: 24.25rem !important;
    padding-bottom: 24.25rem !important;
  }
  .font-size-xs-97 {
    font-size: 97px;
  }
  .border-radius-r-xs-97 {
    border-radius: 24.25rem !important;
  }
  .border-radius-tl-r-xs-97 {
    border-top-left-radius: 24.25rem !important;
  }
  .border-radius-tr-r-xs-97 {
    border-top-right-radius: 24.25rem !important;
  }
  .border-radius-bl-r-xs-97 {
    border-bottom-left-radius: 24.25rem !important;
  }
  .border-radius-br-r-xs-97 {
    border-bottom-right-radius: 24.25rem !important;
  }
  .border-radius-t-r-xs-97 {
    border-top-left-radius: 24.25rem !important;
    border-top-right-radius: 24.25rem !important;
  }
  .border-radius-b-r-xs-97 {
    border-bottom-left-radius: 24.25rem !important;
    border-bottom-right-radius: 24.25rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-97 {
    margin: 24.25rem !important;
  }
  .mt-r-sm-97 {
    margin-top: 24.25rem !important;
  }
  .mr-r-sm-97 {
    margin-right: 24.25rem !important;
  }
  .mb-r-sm-97 {
    margin-bottom: 24.25rem !important;
  }
  .ml-r-sm-97 {
    margin-left: 24.25rem !important;
  }
  .mx-r-sm-97 {
    margin-left: 24.25rem !important;
    margin-right: 24.25rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-97 {
    margin-top: 24.25rem !important;
    margin-bottom: 24.25rem !important;
  }
  .p-r-sm-97 {
    padding: 24.25rem !important;
  }
  .pt-r-sm-97 {
    padding-top: 24.25rem !important;
  }
  .pr-r-sm-97 {
    padding-right: 24.25rem !important;
  }
  .pb-r-sm-97 {
    padding-bottom: 24.25rem !important;
  }
  .pl-r-sm-97 {
    padding-left: 24.25rem !important;
  }
  .px-r-sm-97 {
    padding-left: 24.25rem !important;
    padding-right: 24.25rem !important;
  }
  .py-r-sm-97 {
    padding-top: 24.25rem !important;
    padding-bottom: 24.25rem !important;
  }
  .font-size-sm-97 {
    font-size: 97px;
  }
  .border-radius-r-sm-97 {
    border-radius: 24.25rem !important;
  }
  .border-radius-tl-r-sm-97 {
    border-top-left-radius: 24.25rem !important;
  }
  .border-radius-tr-r-sm-97 {
    border-top-right-radius: 24.25rem !important;
  }
  .border-radius-bl-r-sm-97 {
    border-bottom-left-radius: 24.25rem !important;
  }
  .border-radius-br-r-sm-97 {
    border-bottom-right-radius: 24.25rem !important;
  }
  .border-radius-t-r-sm-97 {
    border-top-left-radius: 24.25rem !important;
    border-top-right-radius: 24.25rem !important;
  }
  .border-radius-b-r-sm-97 {
    border-bottom-left-radius: 24.25rem !important;
    border-bottom-right-radius: 24.25rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-97 {
    margin: 24.25rem !important;
  }
  .mt-r-md-97 {
    margin-top: 24.25rem !important;
  }
  .mr-r-md-97 {
    margin-right: 24.25rem !important;
  }
  .mb-r-md-97 {
    margin-bottom: 24.25rem !important;
  }
  .ml-r-md-97 {
    margin-left: 24.25rem !important;
  }
  .mx-r-md-97 {
    margin-left: 24.25rem !important;
    margin-right: 24.25rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-97 {
    margin-top: 24.25rem !important;
    margin-bottom: 24.25rem !important;
  }
  .p-r-md-97 {
    padding: 24.25rem !important;
  }
  .pt-r-md-97 {
    padding-top: 24.25rem !important;
  }
  .pr-r-md-97 {
    padding-right: 24.25rem !important;
  }
  .pb-r-md-97 {
    padding-bottom: 24.25rem !important;
  }
  .pl-r-md-97 {
    padding-left: 24.25rem !important;
  }
  .px-r-md-97 {
    padding-left: 24.25rem !important;
    padding-right: 24.25rem !important;
  }
  .py-r-md-97 {
    padding-top: 24.25rem !important;
    padding-bottom: 24.25rem !important;
  }
  .font-size-md-97 {
    font-size: 97px;
  }
  .border-radius-r-md-97 {
    border-radius: 24.25rem !important;
  }
  .border-radius-tl-r-md-97 {
    border-top-left-radius: 24.25rem !important;
  }
  .border-radius-tr-r-md-97 {
    border-top-right-radius: 24.25rem !important;
  }
  .border-radius-bl-r-md-97 {
    border-bottom-left-radius: 24.25rem !important;
  }
  .border-radius-br-r-md-97 {
    border-bottom-right-radius: 24.25rem !important;
  }
  .border-radius-t-r-md-97 {
    border-top-left-radius: 24.25rem !important;
    border-top-right-radius: 24.25rem !important;
  }
  .border-radius-b-r-md-97 {
    border-bottom-left-radius: 24.25rem !important;
    border-bottom-right-radius: 24.25rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-97 {
    margin: 24.25rem !important;
  }
  .mt-r-lg-97 {
    margin-top: 24.25rem !important;
  }
  .mr-r-lg-97 {
    margin-right: 24.25rem !important;
  }
  .mb-r-lg-97 {
    margin-bottom: 24.25rem !important;
  }
  .ml-r-lg-97 {
    margin-left: 24.25rem !important;
  }
  .mx-r-lg-97 {
    margin-left: 24.25rem !important;
    margin-right: 24.25rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-97 {
    margin-top: 24.25rem !important;
    margin-bottom: 24.25rem !important;
  }
  .p-r-lg-97 {
    padding: 24.25rem !important;
  }
  .pt-r-lg-97 {
    padding-top: 24.25rem !important;
  }
  .pr-r-lg-97 {
    padding-right: 24.25rem !important;
  }
  .pb-r-lg-97 {
    padding-bottom: 24.25rem !important;
  }
  .pl-r-lg-97 {
    padding-left: 24.25rem !important;
  }
  .px-r-lg-97 {
    padding-left: 24.25rem !important;
    padding-right: 24.25rem !important;
  }
  .py-r-lg-97 {
    padding-top: 24.25rem !important;
    padding-bottom: 24.25rem !important;
  }
  .font-size-lg-97 {
    font-size: 97px;
  }
  .border-radius-r-lg-97 {
    border-radius: 24.25rem !important;
  }
  .border-radius-tl-r-lg-97 {
    border-top-left-radius: 24.25rem !important;
  }
  .border-radius-tr-r-lg-97 {
    border-top-right-radius: 24.25rem !important;
  }
  .border-radius-bl-r-lg-97 {
    border-bottom-left-radius: 24.25rem !important;
  }
  .border-radius-br-r-lg-97 {
    border-bottom-right-radius: 24.25rem !important;
  }
  .border-radius-t-r-lg-97 {
    border-top-left-radius: 24.25rem !important;
    border-top-right-radius: 24.25rem !important;
  }
  .border-radius-b-r-lg-97 {
    border-bottom-left-radius: 24.25rem !important;
    border-bottom-right-radius: 24.25rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-97 {
    margin: 24.25rem !important;
  }
  .mt-r-xl-97 {
    margin-top: 24.25rem !important;
  }
  .mr-r-xl-97 {
    margin-right: 24.25rem !important;
  }
  .mb-r-xl-97 {
    margin-bottom: 24.25rem !important;
  }
  .ml-r-xl-97 {
    margin-left: 24.25rem !important;
  }
  .mx-r-xl-97 {
    margin-left: 24.25rem !important;
    margin-right: 24.25rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-97 {
    margin-top: 24.25rem !important;
    margin-bottom: 24.25rem !important;
  }
  .p-r-xl-97 {
    padding: 24.25rem !important;
  }
  .pt-r-xl-97 {
    padding-top: 24.25rem !important;
  }
  .pr-r-xl-97 {
    padding-right: 24.25rem !important;
  }
  .pb-r-xl-97 {
    padding-bottom: 24.25rem !important;
  }
  .pl-r-xl-97 {
    padding-left: 24.25rem !important;
  }
  .px-r-xl-97 {
    padding-left: 24.25rem !important;
    padding-right: 24.25rem !important;
  }
  .py-r-xl-97 {
    padding-top: 24.25rem !important;
    padding-bottom: 24.25rem !important;
  }
  .font-size-xl-97 {
    font-size: 97px;
  }
  .border-radius-r-xl-97 {
    border-radius: 24.25rem !important;
  }
  .border-radius-tl-r-xl-97 {
    border-top-left-radius: 24.25rem !important;
  }
  .border-radius-tr-r-xl-97 {
    border-top-right-radius: 24.25rem !important;
  }
  .border-radius-bl-r-xl-97 {
    border-bottom-left-radius: 24.25rem !important;
  }
  .border-radius-br-r-xl-97 {
    border-bottom-right-radius: 24.25rem !important;
  }
  .border-radius-t-r-xl-97 {
    border-top-left-radius: 24.25rem !important;
    border-top-right-radius: 24.25rem !important;
  }
  .border-radius-b-r-xl-97 {
    border-bottom-left-radius: 24.25rem !important;
    border-bottom-right-radius: 24.25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-97 {
    margin: 24.25rem !important;
  }
  .mt-r-contents-97 {
    margin-top: 24.25rem !important;
  }
  .mr-r-contents-97 {
    margin-right: 24.25rem !important;
  }
  .mb-r-contents-97 {
    margin-bottom: 24.25rem !important;
  }
  .ml-r-contents-97 {
    margin-left: 24.25rem !important;
  }
  .mx-r-contents-97 {
    margin-left: 24.25rem !important;
    margin-right: 24.25rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-97 {
    margin-top: 24.25rem !important;
    margin-bottom: 24.25rem !important;
  }
  .p-r-contents-97 {
    padding: 24.25rem !important;
  }
  .pt-r-contents-97 {
    padding-top: 24.25rem !important;
  }
  .pr-r-contents-97 {
    padding-right: 24.25rem !important;
  }
  .pb-r-contents-97 {
    padding-bottom: 24.25rem !important;
  }
  .pl-r-contents-97 {
    padding-left: 24.25rem !important;
  }
  .px-r-contents-97 {
    padding-left: 24.25rem !important;
    padding-right: 24.25rem !important;
  }
  .py-r-contents-97 {
    padding-top: 24.25rem !important;
    padding-bottom: 24.25rem !important;
  }
  .font-size-contents-97 {
    font-size: 97px;
  }
  .border-radius-r-contents-97 {
    border-radius: 24.25rem !important;
  }
  .border-radius-tl-r-contents-97 {
    border-top-left-radius: 24.25rem !important;
  }
  .border-radius-tr-r-contents-97 {
    border-top-right-radius: 24.25rem !important;
  }
  .border-radius-bl-r-contents-97 {
    border-bottom-left-radius: 24.25rem !important;
  }
  .border-radius-br-r-contents-97 {
    border-bottom-right-radius: 24.25rem !important;
  }
  .border-radius-t-r-contents-97 {
    border-top-left-radius: 24.25rem !important;
    border-top-right-radius: 24.25rem !important;
  }
  .border-radius-b-r-contents-97 {
    border-bottom-left-radius: 24.25rem !important;
    border-bottom-right-radius: 24.25rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-97 {
    margin: 24.25rem !important;
  }
  .mt-r-screen-97 {
    margin-top: 24.25rem !important;
  }
  .mr-r-screen-97 {
    margin-right: 24.25rem !important;
  }
  .mb-r-screen-97 {
    margin-bottom: 24.25rem !important;
  }
  .ml-r-screen-97 {
    margin-left: 24.25rem !important;
  }
  .mx-r-screen-97 {
    margin-left: 24.25rem !important;
    margin-right: 24.25rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-97 {
    margin-top: 24.25rem !important;
    margin-bottom: 24.25rem !important;
  }
  .p-r-screen-97 {
    padding: 24.25rem !important;
  }
  .pt-r-screen-97 {
    padding-top: 24.25rem !important;
  }
  .pr-r-screen-97 {
    padding-right: 24.25rem !important;
  }
  .pb-r-screen-97 {
    padding-bottom: 24.25rem !important;
  }
  .pl-r-screen-97 {
    padding-left: 24.25rem !important;
  }
  .px-r-screen-97 {
    padding-left: 24.25rem !important;
    padding-right: 24.25rem !important;
  }
  .py-r-screen-97 {
    padding-top: 24.25rem !important;
    padding-bottom: 24.25rem !important;
  }
  .font-size-screen-97 {
    font-size: 97px;
  }
  .border-radius-r-screen-97 {
    border-radius: 24.25rem !important;
  }
  .border-radius-tl-r-screen-97 {
    border-top-left-radius: 24.25rem !important;
  }
  .border-radius-tr-r-screen-97 {
    border-top-right-radius: 24.25rem !important;
  }
  .border-radius-bl-r-screen-97 {
    border-bottom-left-radius: 24.25rem !important;
  }
  .border-radius-br-r-screen-97 {
    border-bottom-right-radius: 24.25rem !important;
  }
  .border-radius-t-r-screen-97 {
    border-top-left-radius: 24.25rem !important;
    border-top-right-radius: 24.25rem !important;
  }
  .border-radius-b-r-screen-97 {
    border-bottom-left-radius: 24.25rem !important;
    border-bottom-right-radius: 24.25rem !important;
  }
}
.z-98 {
  z-index: 98;
}

.m-r-98 {
  margin: 24.5rem;
}

.mt-r-98 {
  margin-top: 24.5rem;
}

.mr-r-98 {
  margin-right: 24.5rem;
}

.mb-r-98 {
  margin-bottom: 24.5rem;
}

.ml-r-98 {
  margin-left: 24.5rem;
}

.mx-r-98 {
  margin-left: 24.5rem;
  margin-right: 24.5rem;
}

.my-r-98 {
  margin-top: 24.5rem;
  margin-bottom: 24.5rem;
}

.p-r-98 {
  padding: 24.5rem;
}

.pt-r-98 {
  padding-top: 24.5rem;
}

.pr-r-98 {
  padding-right: 24.5rem;
}

.pb-r-98 {
  padding-bottom: 24.5rem;
}

.pl-r-98 {
  padding-left: 24.5rem;
}

.px-r-98 {
  padding-left: 24.5rem;
  padding-right: 24.5rem;
}

.py-r-98 {
  padding-top: 24.5rem;
  padding-bottom: 24.5rem;
}

.t-r-98 {
  top: 24.5rem;
}

.l-r-98 {
  left: 24.5rem;
}

.b-r-98 {
  bottom: 24.5rem;
}

.r-r-98 {
  right: 24.5rem;
}

.row-gap-98 {
  margin: -24.5rem;
}

.border-radius-r-98 {
  border-radius: 24.5rem;
}

.border-radius-tl-r-98 {
  border-top-left-radius: 24.5rem;
}

.border-radius-tr-r-98 {
  border-top-right-radius: 24.5rem;
}

.border-radius-bl-r-98 {
  border-bottom-left-radius: 24.5rem;
}

.border-radius-br-r-98 {
  border-bottom-right-radius: 24.5rem;
}

.border-radius-t-r-98 {
  border-top-left-radius: 24.5rem;
  border-top-right-radius: 24.5rem;
}

.border-radius-b-r-98 {
  border-bottom-left-radius: 24.5rem;
  border-bottom-right-radius: 24.5rem;
}

.font-size-98 {
  font-size: 98px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-98 {
    margin: 24.5rem !important;
  }
  .mt-r-xs-98 {
    margin-top: 24.5rem !important;
  }
  .mr-r-xs-98 {
    margin-right: 24.5rem !important;
  }
  .mb-r-xs-98 {
    margin-bottom: 24.5rem !important;
  }
  .ml-r-xs-98 {
    margin-left: 24.5rem !important;
  }
  .mx-r-xs-98 {
    margin-left: 24.5rem !important;
    margin-right: 24.5rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-98 {
    margin-top: 24.5rem !important;
    margin-bottom: 24.5rem !important;
  }
  .p-r-xs-98 {
    padding: 24.5rem !important;
  }
  .pt-r-xs-98 {
    padding-top: 24.5rem !important;
  }
  .pr-r-xs-98 {
    padding-right: 24.5rem !important;
  }
  .pb-r-xs-98 {
    padding-bottom: 24.5rem !important;
  }
  .pl-r-xs-98 {
    padding-left: 24.5rem !important;
  }
  .px-r-xs-98 {
    padding-left: 24.5rem !important;
    padding-right: 24.5rem !important;
  }
  .py-r-xs-98 {
    padding-top: 24.5rem !important;
    padding-bottom: 24.5rem !important;
  }
  .font-size-xs-98 {
    font-size: 98px;
  }
  .border-radius-r-xs-98 {
    border-radius: 24.5rem !important;
  }
  .border-radius-tl-r-xs-98 {
    border-top-left-radius: 24.5rem !important;
  }
  .border-radius-tr-r-xs-98 {
    border-top-right-radius: 24.5rem !important;
  }
  .border-radius-bl-r-xs-98 {
    border-bottom-left-radius: 24.5rem !important;
  }
  .border-radius-br-r-xs-98 {
    border-bottom-right-radius: 24.5rem !important;
  }
  .border-radius-t-r-xs-98 {
    border-top-left-radius: 24.5rem !important;
    border-top-right-radius: 24.5rem !important;
  }
  .border-radius-b-r-xs-98 {
    border-bottom-left-radius: 24.5rem !important;
    border-bottom-right-radius: 24.5rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-98 {
    margin: 24.5rem !important;
  }
  .mt-r-sm-98 {
    margin-top: 24.5rem !important;
  }
  .mr-r-sm-98 {
    margin-right: 24.5rem !important;
  }
  .mb-r-sm-98 {
    margin-bottom: 24.5rem !important;
  }
  .ml-r-sm-98 {
    margin-left: 24.5rem !important;
  }
  .mx-r-sm-98 {
    margin-left: 24.5rem !important;
    margin-right: 24.5rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-98 {
    margin-top: 24.5rem !important;
    margin-bottom: 24.5rem !important;
  }
  .p-r-sm-98 {
    padding: 24.5rem !important;
  }
  .pt-r-sm-98 {
    padding-top: 24.5rem !important;
  }
  .pr-r-sm-98 {
    padding-right: 24.5rem !important;
  }
  .pb-r-sm-98 {
    padding-bottom: 24.5rem !important;
  }
  .pl-r-sm-98 {
    padding-left: 24.5rem !important;
  }
  .px-r-sm-98 {
    padding-left: 24.5rem !important;
    padding-right: 24.5rem !important;
  }
  .py-r-sm-98 {
    padding-top: 24.5rem !important;
    padding-bottom: 24.5rem !important;
  }
  .font-size-sm-98 {
    font-size: 98px;
  }
  .border-radius-r-sm-98 {
    border-radius: 24.5rem !important;
  }
  .border-radius-tl-r-sm-98 {
    border-top-left-radius: 24.5rem !important;
  }
  .border-radius-tr-r-sm-98 {
    border-top-right-radius: 24.5rem !important;
  }
  .border-radius-bl-r-sm-98 {
    border-bottom-left-radius: 24.5rem !important;
  }
  .border-radius-br-r-sm-98 {
    border-bottom-right-radius: 24.5rem !important;
  }
  .border-radius-t-r-sm-98 {
    border-top-left-radius: 24.5rem !important;
    border-top-right-radius: 24.5rem !important;
  }
  .border-radius-b-r-sm-98 {
    border-bottom-left-radius: 24.5rem !important;
    border-bottom-right-radius: 24.5rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-98 {
    margin: 24.5rem !important;
  }
  .mt-r-md-98 {
    margin-top: 24.5rem !important;
  }
  .mr-r-md-98 {
    margin-right: 24.5rem !important;
  }
  .mb-r-md-98 {
    margin-bottom: 24.5rem !important;
  }
  .ml-r-md-98 {
    margin-left: 24.5rem !important;
  }
  .mx-r-md-98 {
    margin-left: 24.5rem !important;
    margin-right: 24.5rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-98 {
    margin-top: 24.5rem !important;
    margin-bottom: 24.5rem !important;
  }
  .p-r-md-98 {
    padding: 24.5rem !important;
  }
  .pt-r-md-98 {
    padding-top: 24.5rem !important;
  }
  .pr-r-md-98 {
    padding-right: 24.5rem !important;
  }
  .pb-r-md-98 {
    padding-bottom: 24.5rem !important;
  }
  .pl-r-md-98 {
    padding-left: 24.5rem !important;
  }
  .px-r-md-98 {
    padding-left: 24.5rem !important;
    padding-right: 24.5rem !important;
  }
  .py-r-md-98 {
    padding-top: 24.5rem !important;
    padding-bottom: 24.5rem !important;
  }
  .font-size-md-98 {
    font-size: 98px;
  }
  .border-radius-r-md-98 {
    border-radius: 24.5rem !important;
  }
  .border-radius-tl-r-md-98 {
    border-top-left-radius: 24.5rem !important;
  }
  .border-radius-tr-r-md-98 {
    border-top-right-radius: 24.5rem !important;
  }
  .border-radius-bl-r-md-98 {
    border-bottom-left-radius: 24.5rem !important;
  }
  .border-radius-br-r-md-98 {
    border-bottom-right-radius: 24.5rem !important;
  }
  .border-radius-t-r-md-98 {
    border-top-left-radius: 24.5rem !important;
    border-top-right-radius: 24.5rem !important;
  }
  .border-radius-b-r-md-98 {
    border-bottom-left-radius: 24.5rem !important;
    border-bottom-right-radius: 24.5rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-98 {
    margin: 24.5rem !important;
  }
  .mt-r-lg-98 {
    margin-top: 24.5rem !important;
  }
  .mr-r-lg-98 {
    margin-right: 24.5rem !important;
  }
  .mb-r-lg-98 {
    margin-bottom: 24.5rem !important;
  }
  .ml-r-lg-98 {
    margin-left: 24.5rem !important;
  }
  .mx-r-lg-98 {
    margin-left: 24.5rem !important;
    margin-right: 24.5rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-98 {
    margin-top: 24.5rem !important;
    margin-bottom: 24.5rem !important;
  }
  .p-r-lg-98 {
    padding: 24.5rem !important;
  }
  .pt-r-lg-98 {
    padding-top: 24.5rem !important;
  }
  .pr-r-lg-98 {
    padding-right: 24.5rem !important;
  }
  .pb-r-lg-98 {
    padding-bottom: 24.5rem !important;
  }
  .pl-r-lg-98 {
    padding-left: 24.5rem !important;
  }
  .px-r-lg-98 {
    padding-left: 24.5rem !important;
    padding-right: 24.5rem !important;
  }
  .py-r-lg-98 {
    padding-top: 24.5rem !important;
    padding-bottom: 24.5rem !important;
  }
  .font-size-lg-98 {
    font-size: 98px;
  }
  .border-radius-r-lg-98 {
    border-radius: 24.5rem !important;
  }
  .border-radius-tl-r-lg-98 {
    border-top-left-radius: 24.5rem !important;
  }
  .border-radius-tr-r-lg-98 {
    border-top-right-radius: 24.5rem !important;
  }
  .border-radius-bl-r-lg-98 {
    border-bottom-left-radius: 24.5rem !important;
  }
  .border-radius-br-r-lg-98 {
    border-bottom-right-radius: 24.5rem !important;
  }
  .border-radius-t-r-lg-98 {
    border-top-left-radius: 24.5rem !important;
    border-top-right-radius: 24.5rem !important;
  }
  .border-radius-b-r-lg-98 {
    border-bottom-left-radius: 24.5rem !important;
    border-bottom-right-radius: 24.5rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-98 {
    margin: 24.5rem !important;
  }
  .mt-r-xl-98 {
    margin-top: 24.5rem !important;
  }
  .mr-r-xl-98 {
    margin-right: 24.5rem !important;
  }
  .mb-r-xl-98 {
    margin-bottom: 24.5rem !important;
  }
  .ml-r-xl-98 {
    margin-left: 24.5rem !important;
  }
  .mx-r-xl-98 {
    margin-left: 24.5rem !important;
    margin-right: 24.5rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-98 {
    margin-top: 24.5rem !important;
    margin-bottom: 24.5rem !important;
  }
  .p-r-xl-98 {
    padding: 24.5rem !important;
  }
  .pt-r-xl-98 {
    padding-top: 24.5rem !important;
  }
  .pr-r-xl-98 {
    padding-right: 24.5rem !important;
  }
  .pb-r-xl-98 {
    padding-bottom: 24.5rem !important;
  }
  .pl-r-xl-98 {
    padding-left: 24.5rem !important;
  }
  .px-r-xl-98 {
    padding-left: 24.5rem !important;
    padding-right: 24.5rem !important;
  }
  .py-r-xl-98 {
    padding-top: 24.5rem !important;
    padding-bottom: 24.5rem !important;
  }
  .font-size-xl-98 {
    font-size: 98px;
  }
  .border-radius-r-xl-98 {
    border-radius: 24.5rem !important;
  }
  .border-radius-tl-r-xl-98 {
    border-top-left-radius: 24.5rem !important;
  }
  .border-radius-tr-r-xl-98 {
    border-top-right-radius: 24.5rem !important;
  }
  .border-radius-bl-r-xl-98 {
    border-bottom-left-radius: 24.5rem !important;
  }
  .border-radius-br-r-xl-98 {
    border-bottom-right-radius: 24.5rem !important;
  }
  .border-radius-t-r-xl-98 {
    border-top-left-radius: 24.5rem !important;
    border-top-right-radius: 24.5rem !important;
  }
  .border-radius-b-r-xl-98 {
    border-bottom-left-radius: 24.5rem !important;
    border-bottom-right-radius: 24.5rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-98 {
    margin: 24.5rem !important;
  }
  .mt-r-contents-98 {
    margin-top: 24.5rem !important;
  }
  .mr-r-contents-98 {
    margin-right: 24.5rem !important;
  }
  .mb-r-contents-98 {
    margin-bottom: 24.5rem !important;
  }
  .ml-r-contents-98 {
    margin-left: 24.5rem !important;
  }
  .mx-r-contents-98 {
    margin-left: 24.5rem !important;
    margin-right: 24.5rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-98 {
    margin-top: 24.5rem !important;
    margin-bottom: 24.5rem !important;
  }
  .p-r-contents-98 {
    padding: 24.5rem !important;
  }
  .pt-r-contents-98 {
    padding-top: 24.5rem !important;
  }
  .pr-r-contents-98 {
    padding-right: 24.5rem !important;
  }
  .pb-r-contents-98 {
    padding-bottom: 24.5rem !important;
  }
  .pl-r-contents-98 {
    padding-left: 24.5rem !important;
  }
  .px-r-contents-98 {
    padding-left: 24.5rem !important;
    padding-right: 24.5rem !important;
  }
  .py-r-contents-98 {
    padding-top: 24.5rem !important;
    padding-bottom: 24.5rem !important;
  }
  .font-size-contents-98 {
    font-size: 98px;
  }
  .border-radius-r-contents-98 {
    border-radius: 24.5rem !important;
  }
  .border-radius-tl-r-contents-98 {
    border-top-left-radius: 24.5rem !important;
  }
  .border-radius-tr-r-contents-98 {
    border-top-right-radius: 24.5rem !important;
  }
  .border-radius-bl-r-contents-98 {
    border-bottom-left-radius: 24.5rem !important;
  }
  .border-radius-br-r-contents-98 {
    border-bottom-right-radius: 24.5rem !important;
  }
  .border-radius-t-r-contents-98 {
    border-top-left-radius: 24.5rem !important;
    border-top-right-radius: 24.5rem !important;
  }
  .border-radius-b-r-contents-98 {
    border-bottom-left-radius: 24.5rem !important;
    border-bottom-right-radius: 24.5rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-98 {
    margin: 24.5rem !important;
  }
  .mt-r-screen-98 {
    margin-top: 24.5rem !important;
  }
  .mr-r-screen-98 {
    margin-right: 24.5rem !important;
  }
  .mb-r-screen-98 {
    margin-bottom: 24.5rem !important;
  }
  .ml-r-screen-98 {
    margin-left: 24.5rem !important;
  }
  .mx-r-screen-98 {
    margin-left: 24.5rem !important;
    margin-right: 24.5rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-98 {
    margin-top: 24.5rem !important;
    margin-bottom: 24.5rem !important;
  }
  .p-r-screen-98 {
    padding: 24.5rem !important;
  }
  .pt-r-screen-98 {
    padding-top: 24.5rem !important;
  }
  .pr-r-screen-98 {
    padding-right: 24.5rem !important;
  }
  .pb-r-screen-98 {
    padding-bottom: 24.5rem !important;
  }
  .pl-r-screen-98 {
    padding-left: 24.5rem !important;
  }
  .px-r-screen-98 {
    padding-left: 24.5rem !important;
    padding-right: 24.5rem !important;
  }
  .py-r-screen-98 {
    padding-top: 24.5rem !important;
    padding-bottom: 24.5rem !important;
  }
  .font-size-screen-98 {
    font-size: 98px;
  }
  .border-radius-r-screen-98 {
    border-radius: 24.5rem !important;
  }
  .border-radius-tl-r-screen-98 {
    border-top-left-radius: 24.5rem !important;
  }
  .border-radius-tr-r-screen-98 {
    border-top-right-radius: 24.5rem !important;
  }
  .border-radius-bl-r-screen-98 {
    border-bottom-left-radius: 24.5rem !important;
  }
  .border-radius-br-r-screen-98 {
    border-bottom-right-radius: 24.5rem !important;
  }
  .border-radius-t-r-screen-98 {
    border-top-left-radius: 24.5rem !important;
    border-top-right-radius: 24.5rem !important;
  }
  .border-radius-b-r-screen-98 {
    border-bottom-left-radius: 24.5rem !important;
    border-bottom-right-radius: 24.5rem !important;
  }
}
.z-99 {
  z-index: 99;
}

.m-r-99 {
  margin: 24.75rem;
}

.mt-r-99 {
  margin-top: 24.75rem;
}

.mr-r-99 {
  margin-right: 24.75rem;
}

.mb-r-99 {
  margin-bottom: 24.75rem;
}

.ml-r-99 {
  margin-left: 24.75rem;
}

.mx-r-99 {
  margin-left: 24.75rem;
  margin-right: 24.75rem;
}

.my-r-99 {
  margin-top: 24.75rem;
  margin-bottom: 24.75rem;
}

.p-r-99 {
  padding: 24.75rem;
}

.pt-r-99 {
  padding-top: 24.75rem;
}

.pr-r-99 {
  padding-right: 24.75rem;
}

.pb-r-99 {
  padding-bottom: 24.75rem;
}

.pl-r-99 {
  padding-left: 24.75rem;
}

.px-r-99 {
  padding-left: 24.75rem;
  padding-right: 24.75rem;
}

.py-r-99 {
  padding-top: 24.75rem;
  padding-bottom: 24.75rem;
}

.t-r-99 {
  top: 24.75rem;
}

.l-r-99 {
  left: 24.75rem;
}

.b-r-99 {
  bottom: 24.75rem;
}

.r-r-99 {
  right: 24.75rem;
}

.row-gap-99 {
  margin: -24.75rem;
}

.border-radius-r-99 {
  border-radius: 24.75rem;
}

.border-radius-tl-r-99 {
  border-top-left-radius: 24.75rem;
}

.border-radius-tr-r-99 {
  border-top-right-radius: 24.75rem;
}

.border-radius-bl-r-99 {
  border-bottom-left-radius: 24.75rem;
}

.border-radius-br-r-99 {
  border-bottom-right-radius: 24.75rem;
}

.border-radius-t-r-99 {
  border-top-left-radius: 24.75rem;
  border-top-right-radius: 24.75rem;
}

.border-radius-b-r-99 {
  border-bottom-left-radius: 24.75rem;
  border-bottom-right-radius: 24.75rem;
}

.font-size-99 {
  font-size: 99px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-99 {
    margin: 24.75rem !important;
  }
  .mt-r-xs-99 {
    margin-top: 24.75rem !important;
  }
  .mr-r-xs-99 {
    margin-right: 24.75rem !important;
  }
  .mb-r-xs-99 {
    margin-bottom: 24.75rem !important;
  }
  .ml-r-xs-99 {
    margin-left: 24.75rem !important;
  }
  .mx-r-xs-99 {
    margin-left: 24.75rem !important;
    margin-right: 24.75rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-99 {
    margin-top: 24.75rem !important;
    margin-bottom: 24.75rem !important;
  }
  .p-r-xs-99 {
    padding: 24.75rem !important;
  }
  .pt-r-xs-99 {
    padding-top: 24.75rem !important;
  }
  .pr-r-xs-99 {
    padding-right: 24.75rem !important;
  }
  .pb-r-xs-99 {
    padding-bottom: 24.75rem !important;
  }
  .pl-r-xs-99 {
    padding-left: 24.75rem !important;
  }
  .px-r-xs-99 {
    padding-left: 24.75rem !important;
    padding-right: 24.75rem !important;
  }
  .py-r-xs-99 {
    padding-top: 24.75rem !important;
    padding-bottom: 24.75rem !important;
  }
  .font-size-xs-99 {
    font-size: 99px;
  }
  .border-radius-r-xs-99 {
    border-radius: 24.75rem !important;
  }
  .border-radius-tl-r-xs-99 {
    border-top-left-radius: 24.75rem !important;
  }
  .border-radius-tr-r-xs-99 {
    border-top-right-radius: 24.75rem !important;
  }
  .border-radius-bl-r-xs-99 {
    border-bottom-left-radius: 24.75rem !important;
  }
  .border-radius-br-r-xs-99 {
    border-bottom-right-radius: 24.75rem !important;
  }
  .border-radius-t-r-xs-99 {
    border-top-left-radius: 24.75rem !important;
    border-top-right-radius: 24.75rem !important;
  }
  .border-radius-b-r-xs-99 {
    border-bottom-left-radius: 24.75rem !important;
    border-bottom-right-radius: 24.75rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-99 {
    margin: 24.75rem !important;
  }
  .mt-r-sm-99 {
    margin-top: 24.75rem !important;
  }
  .mr-r-sm-99 {
    margin-right: 24.75rem !important;
  }
  .mb-r-sm-99 {
    margin-bottom: 24.75rem !important;
  }
  .ml-r-sm-99 {
    margin-left: 24.75rem !important;
  }
  .mx-r-sm-99 {
    margin-left: 24.75rem !important;
    margin-right: 24.75rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-99 {
    margin-top: 24.75rem !important;
    margin-bottom: 24.75rem !important;
  }
  .p-r-sm-99 {
    padding: 24.75rem !important;
  }
  .pt-r-sm-99 {
    padding-top: 24.75rem !important;
  }
  .pr-r-sm-99 {
    padding-right: 24.75rem !important;
  }
  .pb-r-sm-99 {
    padding-bottom: 24.75rem !important;
  }
  .pl-r-sm-99 {
    padding-left: 24.75rem !important;
  }
  .px-r-sm-99 {
    padding-left: 24.75rem !important;
    padding-right: 24.75rem !important;
  }
  .py-r-sm-99 {
    padding-top: 24.75rem !important;
    padding-bottom: 24.75rem !important;
  }
  .font-size-sm-99 {
    font-size: 99px;
  }
  .border-radius-r-sm-99 {
    border-radius: 24.75rem !important;
  }
  .border-radius-tl-r-sm-99 {
    border-top-left-radius: 24.75rem !important;
  }
  .border-radius-tr-r-sm-99 {
    border-top-right-radius: 24.75rem !important;
  }
  .border-radius-bl-r-sm-99 {
    border-bottom-left-radius: 24.75rem !important;
  }
  .border-radius-br-r-sm-99 {
    border-bottom-right-radius: 24.75rem !important;
  }
  .border-radius-t-r-sm-99 {
    border-top-left-radius: 24.75rem !important;
    border-top-right-radius: 24.75rem !important;
  }
  .border-radius-b-r-sm-99 {
    border-bottom-left-radius: 24.75rem !important;
    border-bottom-right-radius: 24.75rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-99 {
    margin: 24.75rem !important;
  }
  .mt-r-md-99 {
    margin-top: 24.75rem !important;
  }
  .mr-r-md-99 {
    margin-right: 24.75rem !important;
  }
  .mb-r-md-99 {
    margin-bottom: 24.75rem !important;
  }
  .ml-r-md-99 {
    margin-left: 24.75rem !important;
  }
  .mx-r-md-99 {
    margin-left: 24.75rem !important;
    margin-right: 24.75rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-99 {
    margin-top: 24.75rem !important;
    margin-bottom: 24.75rem !important;
  }
  .p-r-md-99 {
    padding: 24.75rem !important;
  }
  .pt-r-md-99 {
    padding-top: 24.75rem !important;
  }
  .pr-r-md-99 {
    padding-right: 24.75rem !important;
  }
  .pb-r-md-99 {
    padding-bottom: 24.75rem !important;
  }
  .pl-r-md-99 {
    padding-left: 24.75rem !important;
  }
  .px-r-md-99 {
    padding-left: 24.75rem !important;
    padding-right: 24.75rem !important;
  }
  .py-r-md-99 {
    padding-top: 24.75rem !important;
    padding-bottom: 24.75rem !important;
  }
  .font-size-md-99 {
    font-size: 99px;
  }
  .border-radius-r-md-99 {
    border-radius: 24.75rem !important;
  }
  .border-radius-tl-r-md-99 {
    border-top-left-radius: 24.75rem !important;
  }
  .border-radius-tr-r-md-99 {
    border-top-right-radius: 24.75rem !important;
  }
  .border-radius-bl-r-md-99 {
    border-bottom-left-radius: 24.75rem !important;
  }
  .border-radius-br-r-md-99 {
    border-bottom-right-radius: 24.75rem !important;
  }
  .border-radius-t-r-md-99 {
    border-top-left-radius: 24.75rem !important;
    border-top-right-radius: 24.75rem !important;
  }
  .border-radius-b-r-md-99 {
    border-bottom-left-radius: 24.75rem !important;
    border-bottom-right-radius: 24.75rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-99 {
    margin: 24.75rem !important;
  }
  .mt-r-lg-99 {
    margin-top: 24.75rem !important;
  }
  .mr-r-lg-99 {
    margin-right: 24.75rem !important;
  }
  .mb-r-lg-99 {
    margin-bottom: 24.75rem !important;
  }
  .ml-r-lg-99 {
    margin-left: 24.75rem !important;
  }
  .mx-r-lg-99 {
    margin-left: 24.75rem !important;
    margin-right: 24.75rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-99 {
    margin-top: 24.75rem !important;
    margin-bottom: 24.75rem !important;
  }
  .p-r-lg-99 {
    padding: 24.75rem !important;
  }
  .pt-r-lg-99 {
    padding-top: 24.75rem !important;
  }
  .pr-r-lg-99 {
    padding-right: 24.75rem !important;
  }
  .pb-r-lg-99 {
    padding-bottom: 24.75rem !important;
  }
  .pl-r-lg-99 {
    padding-left: 24.75rem !important;
  }
  .px-r-lg-99 {
    padding-left: 24.75rem !important;
    padding-right: 24.75rem !important;
  }
  .py-r-lg-99 {
    padding-top: 24.75rem !important;
    padding-bottom: 24.75rem !important;
  }
  .font-size-lg-99 {
    font-size: 99px;
  }
  .border-radius-r-lg-99 {
    border-radius: 24.75rem !important;
  }
  .border-radius-tl-r-lg-99 {
    border-top-left-radius: 24.75rem !important;
  }
  .border-radius-tr-r-lg-99 {
    border-top-right-radius: 24.75rem !important;
  }
  .border-radius-bl-r-lg-99 {
    border-bottom-left-radius: 24.75rem !important;
  }
  .border-radius-br-r-lg-99 {
    border-bottom-right-radius: 24.75rem !important;
  }
  .border-radius-t-r-lg-99 {
    border-top-left-radius: 24.75rem !important;
    border-top-right-radius: 24.75rem !important;
  }
  .border-radius-b-r-lg-99 {
    border-bottom-left-radius: 24.75rem !important;
    border-bottom-right-radius: 24.75rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-99 {
    margin: 24.75rem !important;
  }
  .mt-r-xl-99 {
    margin-top: 24.75rem !important;
  }
  .mr-r-xl-99 {
    margin-right: 24.75rem !important;
  }
  .mb-r-xl-99 {
    margin-bottom: 24.75rem !important;
  }
  .ml-r-xl-99 {
    margin-left: 24.75rem !important;
  }
  .mx-r-xl-99 {
    margin-left: 24.75rem !important;
    margin-right: 24.75rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-99 {
    margin-top: 24.75rem !important;
    margin-bottom: 24.75rem !important;
  }
  .p-r-xl-99 {
    padding: 24.75rem !important;
  }
  .pt-r-xl-99 {
    padding-top: 24.75rem !important;
  }
  .pr-r-xl-99 {
    padding-right: 24.75rem !important;
  }
  .pb-r-xl-99 {
    padding-bottom: 24.75rem !important;
  }
  .pl-r-xl-99 {
    padding-left: 24.75rem !important;
  }
  .px-r-xl-99 {
    padding-left: 24.75rem !important;
    padding-right: 24.75rem !important;
  }
  .py-r-xl-99 {
    padding-top: 24.75rem !important;
    padding-bottom: 24.75rem !important;
  }
  .font-size-xl-99 {
    font-size: 99px;
  }
  .border-radius-r-xl-99 {
    border-radius: 24.75rem !important;
  }
  .border-radius-tl-r-xl-99 {
    border-top-left-radius: 24.75rem !important;
  }
  .border-radius-tr-r-xl-99 {
    border-top-right-radius: 24.75rem !important;
  }
  .border-radius-bl-r-xl-99 {
    border-bottom-left-radius: 24.75rem !important;
  }
  .border-radius-br-r-xl-99 {
    border-bottom-right-radius: 24.75rem !important;
  }
  .border-radius-t-r-xl-99 {
    border-top-left-radius: 24.75rem !important;
    border-top-right-radius: 24.75rem !important;
  }
  .border-radius-b-r-xl-99 {
    border-bottom-left-radius: 24.75rem !important;
    border-bottom-right-radius: 24.75rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-99 {
    margin: 24.75rem !important;
  }
  .mt-r-contents-99 {
    margin-top: 24.75rem !important;
  }
  .mr-r-contents-99 {
    margin-right: 24.75rem !important;
  }
  .mb-r-contents-99 {
    margin-bottom: 24.75rem !important;
  }
  .ml-r-contents-99 {
    margin-left: 24.75rem !important;
  }
  .mx-r-contents-99 {
    margin-left: 24.75rem !important;
    margin-right: 24.75rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-99 {
    margin-top: 24.75rem !important;
    margin-bottom: 24.75rem !important;
  }
  .p-r-contents-99 {
    padding: 24.75rem !important;
  }
  .pt-r-contents-99 {
    padding-top: 24.75rem !important;
  }
  .pr-r-contents-99 {
    padding-right: 24.75rem !important;
  }
  .pb-r-contents-99 {
    padding-bottom: 24.75rem !important;
  }
  .pl-r-contents-99 {
    padding-left: 24.75rem !important;
  }
  .px-r-contents-99 {
    padding-left: 24.75rem !important;
    padding-right: 24.75rem !important;
  }
  .py-r-contents-99 {
    padding-top: 24.75rem !important;
    padding-bottom: 24.75rem !important;
  }
  .font-size-contents-99 {
    font-size: 99px;
  }
  .border-radius-r-contents-99 {
    border-radius: 24.75rem !important;
  }
  .border-radius-tl-r-contents-99 {
    border-top-left-radius: 24.75rem !important;
  }
  .border-radius-tr-r-contents-99 {
    border-top-right-radius: 24.75rem !important;
  }
  .border-radius-bl-r-contents-99 {
    border-bottom-left-radius: 24.75rem !important;
  }
  .border-radius-br-r-contents-99 {
    border-bottom-right-radius: 24.75rem !important;
  }
  .border-radius-t-r-contents-99 {
    border-top-left-radius: 24.75rem !important;
    border-top-right-radius: 24.75rem !important;
  }
  .border-radius-b-r-contents-99 {
    border-bottom-left-radius: 24.75rem !important;
    border-bottom-right-radius: 24.75rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-99 {
    margin: 24.75rem !important;
  }
  .mt-r-screen-99 {
    margin-top: 24.75rem !important;
  }
  .mr-r-screen-99 {
    margin-right: 24.75rem !important;
  }
  .mb-r-screen-99 {
    margin-bottom: 24.75rem !important;
  }
  .ml-r-screen-99 {
    margin-left: 24.75rem !important;
  }
  .mx-r-screen-99 {
    margin-left: 24.75rem !important;
    margin-right: 24.75rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-99 {
    margin-top: 24.75rem !important;
    margin-bottom: 24.75rem !important;
  }
  .p-r-screen-99 {
    padding: 24.75rem !important;
  }
  .pt-r-screen-99 {
    padding-top: 24.75rem !important;
  }
  .pr-r-screen-99 {
    padding-right: 24.75rem !important;
  }
  .pb-r-screen-99 {
    padding-bottom: 24.75rem !important;
  }
  .pl-r-screen-99 {
    padding-left: 24.75rem !important;
  }
  .px-r-screen-99 {
    padding-left: 24.75rem !important;
    padding-right: 24.75rem !important;
  }
  .py-r-screen-99 {
    padding-top: 24.75rem !important;
    padding-bottom: 24.75rem !important;
  }
  .font-size-screen-99 {
    font-size: 99px;
  }
  .border-radius-r-screen-99 {
    border-radius: 24.75rem !important;
  }
  .border-radius-tl-r-screen-99 {
    border-top-left-radius: 24.75rem !important;
  }
  .border-radius-tr-r-screen-99 {
    border-top-right-radius: 24.75rem !important;
  }
  .border-radius-bl-r-screen-99 {
    border-bottom-left-radius: 24.75rem !important;
  }
  .border-radius-br-r-screen-99 {
    border-bottom-right-radius: 24.75rem !important;
  }
  .border-radius-t-r-screen-99 {
    border-top-left-radius: 24.75rem !important;
    border-top-right-radius: 24.75rem !important;
  }
  .border-radius-b-r-screen-99 {
    border-bottom-left-radius: 24.75rem !important;
    border-bottom-right-radius: 24.75rem !important;
  }
}
.z-100 {
  z-index: 100;
}

.m-r-100 {
  margin: 25rem;
}

.mt-r-100 {
  margin-top: 25rem;
}

.mr-r-100 {
  margin-right: 25rem;
}

.mb-r-100 {
  margin-bottom: 25rem;
}

.ml-r-100 {
  margin-left: 25rem;
}

.mx-r-100 {
  margin-left: 25rem;
  margin-right: 25rem;
}

.my-r-100 {
  margin-top: 25rem;
  margin-bottom: 25rem;
}

.p-r-100 {
  padding: 25rem;
}

.pt-r-100 {
  padding-top: 25rem;
}

.pr-r-100 {
  padding-right: 25rem;
}

.pb-r-100 {
  padding-bottom: 25rem;
}

.pl-r-100 {
  padding-left: 25rem;
}

.px-r-100 {
  padding-left: 25rem;
  padding-right: 25rem;
}

.py-r-100 {
  padding-top: 25rem;
  padding-bottom: 25rem;
}

.t-r-100 {
  top: 25rem;
}

.l-r-100 {
  left: 25rem;
}

.b-r-100 {
  bottom: 25rem;
}

.r-r-100 {
  right: 25rem;
}

.row-gap-100 {
  margin: -25rem;
}

.border-radius-r-100 {
  border-radius: 25rem;
}

.border-radius-tl-r-100 {
  border-top-left-radius: 25rem;
}

.border-radius-tr-r-100 {
  border-top-right-radius: 25rem;
}

.border-radius-bl-r-100 {
  border-bottom-left-radius: 25rem;
}

.border-radius-br-r-100 {
  border-bottom-right-radius: 25rem;
}

.border-radius-t-r-100 {
  border-top-left-radius: 25rem;
  border-top-right-radius: 25rem;
}

.border-radius-b-r-100 {
  border-bottom-left-radius: 25rem;
  border-bottom-right-radius: 25rem;
}

.font-size-100 {
  font-size: 100px;
}

@media screen and (min-width: 0px) {
  .m-r-xs-100 {
    margin: 25rem !important;
  }
  .mt-r-xs-100 {
    margin-top: 25rem !important;
  }
  .mr-r-xs-100 {
    margin-right: 25rem !important;
  }
  .mb-r-xs-100 {
    margin-bottom: 25rem !important;
  }
  .ml-r-xs-100 {
    margin-left: 25rem !important;
  }
  .mx-r-xs-100 {
    margin-left: 25rem !important;
    margin-right: 25rem !important;
  }
  .mx-r-xs-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xs-100 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }
  .p-r-xs-100 {
    padding: 25rem !important;
  }
  .pt-r-xs-100 {
    padding-top: 25rem !important;
  }
  .pr-r-xs-100 {
    padding-right: 25rem !important;
  }
  .pb-r-xs-100 {
    padding-bottom: 25rem !important;
  }
  .pl-r-xs-100 {
    padding-left: 25rem !important;
  }
  .px-r-xs-100 {
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }
  .py-r-xs-100 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }
  .font-size-xs-100 {
    font-size: 100px;
  }
  .border-radius-r-xs-100 {
    border-radius: 25rem !important;
  }
  .border-radius-tl-r-xs-100 {
    border-top-left-radius: 25rem !important;
  }
  .border-radius-tr-r-xs-100 {
    border-top-right-radius: 25rem !important;
  }
  .border-radius-bl-r-xs-100 {
    border-bottom-left-radius: 25rem !important;
  }
  .border-radius-br-r-xs-100 {
    border-bottom-right-radius: 25rem !important;
  }
  .border-radius-t-r-xs-100 {
    border-top-left-radius: 25rem !important;
    border-top-right-radius: 25rem !important;
  }
  .border-radius-b-r-xs-100 {
    border-bottom-left-radius: 25rem !important;
    border-bottom-right-radius: 25rem !important;
  }
}
@media screen and (min-width: 640px) {
  .m-r-sm-100 {
    margin: 25rem !important;
  }
  .mt-r-sm-100 {
    margin-top: 25rem !important;
  }
  .mr-r-sm-100 {
    margin-right: 25rem !important;
  }
  .mb-r-sm-100 {
    margin-bottom: 25rem !important;
  }
  .ml-r-sm-100 {
    margin-left: 25rem !important;
  }
  .mx-r-sm-100 {
    margin-left: 25rem !important;
    margin-right: 25rem !important;
  }
  .mx-r-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-sm-100 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }
  .p-r-sm-100 {
    padding: 25rem !important;
  }
  .pt-r-sm-100 {
    padding-top: 25rem !important;
  }
  .pr-r-sm-100 {
    padding-right: 25rem !important;
  }
  .pb-r-sm-100 {
    padding-bottom: 25rem !important;
  }
  .pl-r-sm-100 {
    padding-left: 25rem !important;
  }
  .px-r-sm-100 {
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }
  .py-r-sm-100 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }
  .font-size-sm-100 {
    font-size: 100px;
  }
  .border-radius-r-sm-100 {
    border-radius: 25rem !important;
  }
  .border-radius-tl-r-sm-100 {
    border-top-left-radius: 25rem !important;
  }
  .border-radius-tr-r-sm-100 {
    border-top-right-radius: 25rem !important;
  }
  .border-radius-bl-r-sm-100 {
    border-bottom-left-radius: 25rem !important;
  }
  .border-radius-br-r-sm-100 {
    border-bottom-right-radius: 25rem !important;
  }
  .border-radius-t-r-sm-100 {
    border-top-left-radius: 25rem !important;
    border-top-right-radius: 25rem !important;
  }
  .border-radius-b-r-sm-100 {
    border-bottom-left-radius: 25rem !important;
    border-bottom-right-radius: 25rem !important;
  }
}
@media screen and (min-width: 768px) {
  .m-r-md-100 {
    margin: 25rem !important;
  }
  .mt-r-md-100 {
    margin-top: 25rem !important;
  }
  .mr-r-md-100 {
    margin-right: 25rem !important;
  }
  .mb-r-md-100 {
    margin-bottom: 25rem !important;
  }
  .ml-r-md-100 {
    margin-left: 25rem !important;
  }
  .mx-r-md-100 {
    margin-left: 25rem !important;
    margin-right: 25rem !important;
  }
  .mx-r-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-md-100 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }
  .p-r-md-100 {
    padding: 25rem !important;
  }
  .pt-r-md-100 {
    padding-top: 25rem !important;
  }
  .pr-r-md-100 {
    padding-right: 25rem !important;
  }
  .pb-r-md-100 {
    padding-bottom: 25rem !important;
  }
  .pl-r-md-100 {
    padding-left: 25rem !important;
  }
  .px-r-md-100 {
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }
  .py-r-md-100 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }
  .font-size-md-100 {
    font-size: 100px;
  }
  .border-radius-r-md-100 {
    border-radius: 25rem !important;
  }
  .border-radius-tl-r-md-100 {
    border-top-left-radius: 25rem !important;
  }
  .border-radius-tr-r-md-100 {
    border-top-right-radius: 25rem !important;
  }
  .border-radius-bl-r-md-100 {
    border-bottom-left-radius: 25rem !important;
  }
  .border-radius-br-r-md-100 {
    border-bottom-right-radius: 25rem !important;
  }
  .border-radius-t-r-md-100 {
    border-top-left-radius: 25rem !important;
    border-top-right-radius: 25rem !important;
  }
  .border-radius-b-r-md-100 {
    border-bottom-left-radius: 25rem !important;
    border-bottom-right-radius: 25rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .m-r-lg-100 {
    margin: 25rem !important;
  }
  .mt-r-lg-100 {
    margin-top: 25rem !important;
  }
  .mr-r-lg-100 {
    margin-right: 25rem !important;
  }
  .mb-r-lg-100 {
    margin-bottom: 25rem !important;
  }
  .ml-r-lg-100 {
    margin-left: 25rem !important;
  }
  .mx-r-lg-100 {
    margin-left: 25rem !important;
    margin-right: 25rem !important;
  }
  .mx-r-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-lg-100 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }
  .p-r-lg-100 {
    padding: 25rem !important;
  }
  .pt-r-lg-100 {
    padding-top: 25rem !important;
  }
  .pr-r-lg-100 {
    padding-right: 25rem !important;
  }
  .pb-r-lg-100 {
    padding-bottom: 25rem !important;
  }
  .pl-r-lg-100 {
    padding-left: 25rem !important;
  }
  .px-r-lg-100 {
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }
  .py-r-lg-100 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }
  .font-size-lg-100 {
    font-size: 100px;
  }
  .border-radius-r-lg-100 {
    border-radius: 25rem !important;
  }
  .border-radius-tl-r-lg-100 {
    border-top-left-radius: 25rem !important;
  }
  .border-radius-tr-r-lg-100 {
    border-top-right-radius: 25rem !important;
  }
  .border-radius-bl-r-lg-100 {
    border-bottom-left-radius: 25rem !important;
  }
  .border-radius-br-r-lg-100 {
    border-bottom-right-radius: 25rem !important;
  }
  .border-radius-t-r-lg-100 {
    border-top-left-radius: 25rem !important;
    border-top-right-radius: 25rem !important;
  }
  .border-radius-b-r-lg-100 {
    border-bottom-left-radius: 25rem !important;
    border-bottom-right-radius: 25rem !important;
  }
}
@media screen and (min-width: 1560px) {
  .m-r-xl-100 {
    margin: 25rem !important;
  }
  .mt-r-xl-100 {
    margin-top: 25rem !important;
  }
  .mr-r-xl-100 {
    margin-right: 25rem !important;
  }
  .mb-r-xl-100 {
    margin-bottom: 25rem !important;
  }
  .ml-r-xl-100 {
    margin-left: 25rem !important;
  }
  .mx-r-xl-100 {
    margin-left: 25rem !important;
    margin-right: 25rem !important;
  }
  .mx-r-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-xl-100 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }
  .p-r-xl-100 {
    padding: 25rem !important;
  }
  .pt-r-xl-100 {
    padding-top: 25rem !important;
  }
  .pr-r-xl-100 {
    padding-right: 25rem !important;
  }
  .pb-r-xl-100 {
    padding-bottom: 25rem !important;
  }
  .pl-r-xl-100 {
    padding-left: 25rem !important;
  }
  .px-r-xl-100 {
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }
  .py-r-xl-100 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }
  .font-size-xl-100 {
    font-size: 100px;
  }
  .border-radius-r-xl-100 {
    border-radius: 25rem !important;
  }
  .border-radius-tl-r-xl-100 {
    border-top-left-radius: 25rem !important;
  }
  .border-radius-tr-r-xl-100 {
    border-top-right-radius: 25rem !important;
  }
  .border-radius-bl-r-xl-100 {
    border-bottom-left-radius: 25rem !important;
  }
  .border-radius-br-r-xl-100 {
    border-bottom-right-radius: 25rem !important;
  }
  .border-radius-t-r-xl-100 {
    border-top-left-radius: 25rem !important;
    border-top-right-radius: 25rem !important;
  }
  .border-radius-b-r-xl-100 {
    border-bottom-left-radius: 25rem !important;
    border-bottom-right-radius: 25rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .m-r-contents-100 {
    margin: 25rem !important;
  }
  .mt-r-contents-100 {
    margin-top: 25rem !important;
  }
  .mr-r-contents-100 {
    margin-right: 25rem !important;
  }
  .mb-r-contents-100 {
    margin-bottom: 25rem !important;
  }
  .ml-r-contents-100 {
    margin-left: 25rem !important;
  }
  .mx-r-contents-100 {
    margin-left: 25rem !important;
    margin-right: 25rem !important;
  }
  .mx-r-contents-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-contents-100 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }
  .p-r-contents-100 {
    padding: 25rem !important;
  }
  .pt-r-contents-100 {
    padding-top: 25rem !important;
  }
  .pr-r-contents-100 {
    padding-right: 25rem !important;
  }
  .pb-r-contents-100 {
    padding-bottom: 25rem !important;
  }
  .pl-r-contents-100 {
    padding-left: 25rem !important;
  }
  .px-r-contents-100 {
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }
  .py-r-contents-100 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }
  .font-size-contents-100 {
    font-size: 100px;
  }
  .border-radius-r-contents-100 {
    border-radius: 25rem !important;
  }
  .border-radius-tl-r-contents-100 {
    border-top-left-radius: 25rem !important;
  }
  .border-radius-tr-r-contents-100 {
    border-top-right-radius: 25rem !important;
  }
  .border-radius-bl-r-contents-100 {
    border-bottom-left-radius: 25rem !important;
  }
  .border-radius-br-r-contents-100 {
    border-bottom-right-radius: 25rem !important;
  }
  .border-radius-t-r-contents-100 {
    border-top-left-radius: 25rem !important;
    border-top-right-radius: 25rem !important;
  }
  .border-radius-b-r-contents-100 {
    border-bottom-left-radius: 25rem !important;
    border-bottom-right-radius: 25rem !important;
  }
}
@media screen and (min-width: 1920px) {
  .m-r-screen-100 {
    margin: 25rem !important;
  }
  .mt-r-screen-100 {
    margin-top: 25rem !important;
  }
  .mr-r-screen-100 {
    margin-right: 25rem !important;
  }
  .mb-r-screen-100 {
    margin-bottom: 25rem !important;
  }
  .ml-r-screen-100 {
    margin-left: 25rem !important;
  }
  .mx-r-screen-100 {
    margin-left: 25rem !important;
    margin-right: 25rem !important;
  }
  .mx-r-screen-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .my-r-screen-100 {
    margin-top: 25rem !important;
    margin-bottom: 25rem !important;
  }
  .p-r-screen-100 {
    padding: 25rem !important;
  }
  .pt-r-screen-100 {
    padding-top: 25rem !important;
  }
  .pr-r-screen-100 {
    padding-right: 25rem !important;
  }
  .pb-r-screen-100 {
    padding-bottom: 25rem !important;
  }
  .pl-r-screen-100 {
    padding-left: 25rem !important;
  }
  .px-r-screen-100 {
    padding-left: 25rem !important;
    padding-right: 25rem !important;
  }
  .py-r-screen-100 {
    padding-top: 25rem !important;
    padding-bottom: 25rem !important;
  }
  .font-size-screen-100 {
    font-size: 100px;
  }
  .border-radius-r-screen-100 {
    border-radius: 25rem !important;
  }
  .border-radius-tl-r-screen-100 {
    border-top-left-radius: 25rem !important;
  }
  .border-radius-tr-r-screen-100 {
    border-top-right-radius: 25rem !important;
  }
  .border-radius-bl-r-screen-100 {
    border-bottom-left-radius: 25rem !important;
  }
  .border-radius-br-r-screen-100 {
    border-bottom-right-radius: 25rem !important;
  }
  .border-radius-t-r-screen-100 {
    border-top-left-radius: 25rem !important;
    border-top-right-radius: 25rem !important;
  }
  .border-radius-b-r-screen-100 {
    border-bottom-left-radius: 25rem !important;
    border-bottom-right-radius: 25rem !important;
  }
}
.border-t {
  border-top: 1px solid #dee2e6;
}

.border-b {
  border-bottom: 1px solid #dee2e6;
}

.border-l {
  border-left: 1px solid #dee2e6;
}

.border-r {
  border-right: 1px solid #dee2e6;
}

.border-t-2 {
  border-top: 2px solid #dee2e6;
}

.border-b-2 {
  border-bottom: 2px solid #dee2e6;
}

.border-l-2 {
  border-left: 2px solid #dee2e6;
}

.border-r-2 {
  border-right: 2px solid #dee2e6;
}

.w-0 {
  width: 0%;
}

.h-0 {
  height: 0%;
}

@media screen and (min-width: 0px) {
  .w-xs-0 {
    width: 0% !important;
  }
  .h-xs-0 {
    height: 0% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-0 {
    width: 0% !important;
  }
  .h-sm-0 {
    height: 0% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-0 {
    width: 0% !important;
  }
  .h-md-0 {
    height: 0% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-0 {
    width: 0% !important;
  }
  .h-lg-0 {
    height: 0% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-0 {
    width: 0% !important;
  }
  .h-xl-0 {
    height: 0% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-0 {
    width: 0% !important;
  }
  .h-contents-0 {
    height: 0% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-0 {
    width: 0% !important;
  }
  .h-screen-0 {
    height: 0% !important;
  }
}
.w-1 {
  width: 1%;
}

.h-1 {
  height: 1%;
}

@media screen and (min-width: 0px) {
  .w-xs-1 {
    width: 1% !important;
  }
  .h-xs-1 {
    height: 1% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-1 {
    width: 1% !important;
  }
  .h-sm-1 {
    height: 1% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-1 {
    width: 1% !important;
  }
  .h-md-1 {
    height: 1% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-1 {
    width: 1% !important;
  }
  .h-lg-1 {
    height: 1% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-1 {
    width: 1% !important;
  }
  .h-xl-1 {
    height: 1% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-1 {
    width: 1% !important;
  }
  .h-contents-1 {
    height: 1% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-1 {
    width: 1% !important;
  }
  .h-screen-1 {
    height: 1% !important;
  }
}
.w-2 {
  width: 2%;
}

.h-2 {
  height: 2%;
}

@media screen and (min-width: 0px) {
  .w-xs-2 {
    width: 2% !important;
  }
  .h-xs-2 {
    height: 2% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-2 {
    width: 2% !important;
  }
  .h-sm-2 {
    height: 2% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-2 {
    width: 2% !important;
  }
  .h-md-2 {
    height: 2% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-2 {
    width: 2% !important;
  }
  .h-lg-2 {
    height: 2% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-2 {
    width: 2% !important;
  }
  .h-xl-2 {
    height: 2% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-2 {
    width: 2% !important;
  }
  .h-contents-2 {
    height: 2% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-2 {
    width: 2% !important;
  }
  .h-screen-2 {
    height: 2% !important;
  }
}
.w-3 {
  width: 3%;
}

.h-3 {
  height: 3%;
}

@media screen and (min-width: 0px) {
  .w-xs-3 {
    width: 3% !important;
  }
  .h-xs-3 {
    height: 3% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-3 {
    width: 3% !important;
  }
  .h-sm-3 {
    height: 3% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-3 {
    width: 3% !important;
  }
  .h-md-3 {
    height: 3% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-3 {
    width: 3% !important;
  }
  .h-lg-3 {
    height: 3% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-3 {
    width: 3% !important;
  }
  .h-xl-3 {
    height: 3% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-3 {
    width: 3% !important;
  }
  .h-contents-3 {
    height: 3% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-3 {
    width: 3% !important;
  }
  .h-screen-3 {
    height: 3% !important;
  }
}
.w-4 {
  width: 4%;
}

.h-4 {
  height: 4%;
}

@media screen and (min-width: 0px) {
  .w-xs-4 {
    width: 4% !important;
  }
  .h-xs-4 {
    height: 4% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-4 {
    width: 4% !important;
  }
  .h-sm-4 {
    height: 4% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-4 {
    width: 4% !important;
  }
  .h-md-4 {
    height: 4% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-4 {
    width: 4% !important;
  }
  .h-lg-4 {
    height: 4% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-4 {
    width: 4% !important;
  }
  .h-xl-4 {
    height: 4% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-4 {
    width: 4% !important;
  }
  .h-contents-4 {
    height: 4% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-4 {
    width: 4% !important;
  }
  .h-screen-4 {
    height: 4% !important;
  }
}
.w-5 {
  width: 5%;
}

.h-5 {
  height: 5%;
}

@media screen and (min-width: 0px) {
  .w-xs-5 {
    width: 5% !important;
  }
  .h-xs-5 {
    height: 5% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-5 {
    width: 5% !important;
  }
  .h-sm-5 {
    height: 5% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-5 {
    width: 5% !important;
  }
  .h-md-5 {
    height: 5% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-5 {
    width: 5% !important;
  }
  .h-lg-5 {
    height: 5% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-5 {
    width: 5% !important;
  }
  .h-xl-5 {
    height: 5% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-5 {
    width: 5% !important;
  }
  .h-contents-5 {
    height: 5% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-5 {
    width: 5% !important;
  }
  .h-screen-5 {
    height: 5% !important;
  }
}
.w-6 {
  width: 6%;
}

.h-6 {
  height: 6%;
}

@media screen and (min-width: 0px) {
  .w-xs-6 {
    width: 6% !important;
  }
  .h-xs-6 {
    height: 6% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-6 {
    width: 6% !important;
  }
  .h-sm-6 {
    height: 6% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-6 {
    width: 6% !important;
  }
  .h-md-6 {
    height: 6% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-6 {
    width: 6% !important;
  }
  .h-lg-6 {
    height: 6% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-6 {
    width: 6% !important;
  }
  .h-xl-6 {
    height: 6% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-6 {
    width: 6% !important;
  }
  .h-contents-6 {
    height: 6% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-6 {
    width: 6% !important;
  }
  .h-screen-6 {
    height: 6% !important;
  }
}
.w-7 {
  width: 7%;
}

.h-7 {
  height: 7%;
}

@media screen and (min-width: 0px) {
  .w-xs-7 {
    width: 7% !important;
  }
  .h-xs-7 {
    height: 7% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-7 {
    width: 7% !important;
  }
  .h-sm-7 {
    height: 7% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-7 {
    width: 7% !important;
  }
  .h-md-7 {
    height: 7% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-7 {
    width: 7% !important;
  }
  .h-lg-7 {
    height: 7% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-7 {
    width: 7% !important;
  }
  .h-xl-7 {
    height: 7% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-7 {
    width: 7% !important;
  }
  .h-contents-7 {
    height: 7% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-7 {
    width: 7% !important;
  }
  .h-screen-7 {
    height: 7% !important;
  }
}
.w-8 {
  width: 8%;
}

.h-8 {
  height: 8%;
}

@media screen and (min-width: 0px) {
  .w-xs-8 {
    width: 8% !important;
  }
  .h-xs-8 {
    height: 8% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-8 {
    width: 8% !important;
  }
  .h-sm-8 {
    height: 8% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-8 {
    width: 8% !important;
  }
  .h-md-8 {
    height: 8% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-8 {
    width: 8% !important;
  }
  .h-lg-8 {
    height: 8% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-8 {
    width: 8% !important;
  }
  .h-xl-8 {
    height: 8% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-8 {
    width: 8% !important;
  }
  .h-contents-8 {
    height: 8% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-8 {
    width: 8% !important;
  }
  .h-screen-8 {
    height: 8% !important;
  }
}
.w-9 {
  width: 9%;
}

.h-9 {
  height: 9%;
}

@media screen and (min-width: 0px) {
  .w-xs-9 {
    width: 9% !important;
  }
  .h-xs-9 {
    height: 9% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-9 {
    width: 9% !important;
  }
  .h-sm-9 {
    height: 9% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-9 {
    width: 9% !important;
  }
  .h-md-9 {
    height: 9% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-9 {
    width: 9% !important;
  }
  .h-lg-9 {
    height: 9% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-9 {
    width: 9% !important;
  }
  .h-xl-9 {
    height: 9% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-9 {
    width: 9% !important;
  }
  .h-contents-9 {
    height: 9% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-9 {
    width: 9% !important;
  }
  .h-screen-9 {
    height: 9% !important;
  }
}
.w-10 {
  width: 10%;
}

.h-10 {
  height: 10%;
}

@media screen and (min-width: 0px) {
  .w-xs-10 {
    width: 10% !important;
  }
  .h-xs-10 {
    height: 10% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-10 {
    width: 10% !important;
  }
  .h-sm-10 {
    height: 10% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-10 {
    width: 10% !important;
  }
  .h-md-10 {
    height: 10% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-10 {
    width: 10% !important;
  }
  .h-lg-10 {
    height: 10% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-10 {
    width: 10% !important;
  }
  .h-xl-10 {
    height: 10% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-10 {
    width: 10% !important;
  }
  .h-contents-10 {
    height: 10% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-10 {
    width: 10% !important;
  }
  .h-screen-10 {
    height: 10% !important;
  }
}
.w-11 {
  width: 11%;
}

.h-11 {
  height: 11%;
}

@media screen and (min-width: 0px) {
  .w-xs-11 {
    width: 11% !important;
  }
  .h-xs-11 {
    height: 11% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-11 {
    width: 11% !important;
  }
  .h-sm-11 {
    height: 11% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-11 {
    width: 11% !important;
  }
  .h-md-11 {
    height: 11% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-11 {
    width: 11% !important;
  }
  .h-lg-11 {
    height: 11% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-11 {
    width: 11% !important;
  }
  .h-xl-11 {
    height: 11% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-11 {
    width: 11% !important;
  }
  .h-contents-11 {
    height: 11% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-11 {
    width: 11% !important;
  }
  .h-screen-11 {
    height: 11% !important;
  }
}
.w-12 {
  width: 12%;
}

.h-12 {
  height: 12%;
}

@media screen and (min-width: 0px) {
  .w-xs-12 {
    width: 12% !important;
  }
  .h-xs-12 {
    height: 12% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-12 {
    width: 12% !important;
  }
  .h-sm-12 {
    height: 12% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-12 {
    width: 12% !important;
  }
  .h-md-12 {
    height: 12% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-12 {
    width: 12% !important;
  }
  .h-lg-12 {
    height: 12% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-12 {
    width: 12% !important;
  }
  .h-xl-12 {
    height: 12% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-12 {
    width: 12% !important;
  }
  .h-contents-12 {
    height: 12% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-12 {
    width: 12% !important;
  }
  .h-screen-12 {
    height: 12% !important;
  }
}
.w-13 {
  width: 13%;
}

.h-13 {
  height: 13%;
}

@media screen and (min-width: 0px) {
  .w-xs-13 {
    width: 13% !important;
  }
  .h-xs-13 {
    height: 13% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-13 {
    width: 13% !important;
  }
  .h-sm-13 {
    height: 13% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-13 {
    width: 13% !important;
  }
  .h-md-13 {
    height: 13% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-13 {
    width: 13% !important;
  }
  .h-lg-13 {
    height: 13% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-13 {
    width: 13% !important;
  }
  .h-xl-13 {
    height: 13% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-13 {
    width: 13% !important;
  }
  .h-contents-13 {
    height: 13% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-13 {
    width: 13% !important;
  }
  .h-screen-13 {
    height: 13% !important;
  }
}
.w-14 {
  width: 14%;
}

.h-14 {
  height: 14%;
}

@media screen and (min-width: 0px) {
  .w-xs-14 {
    width: 14% !important;
  }
  .h-xs-14 {
    height: 14% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-14 {
    width: 14% !important;
  }
  .h-sm-14 {
    height: 14% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-14 {
    width: 14% !important;
  }
  .h-md-14 {
    height: 14% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-14 {
    width: 14% !important;
  }
  .h-lg-14 {
    height: 14% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-14 {
    width: 14% !important;
  }
  .h-xl-14 {
    height: 14% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-14 {
    width: 14% !important;
  }
  .h-contents-14 {
    height: 14% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-14 {
    width: 14% !important;
  }
  .h-screen-14 {
    height: 14% !important;
  }
}
.w-15 {
  width: 15%;
}

.h-15 {
  height: 15%;
}

@media screen and (min-width: 0px) {
  .w-xs-15 {
    width: 15% !important;
  }
  .h-xs-15 {
    height: 15% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-15 {
    width: 15% !important;
  }
  .h-sm-15 {
    height: 15% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-15 {
    width: 15% !important;
  }
  .h-md-15 {
    height: 15% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-15 {
    width: 15% !important;
  }
  .h-lg-15 {
    height: 15% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-15 {
    width: 15% !important;
  }
  .h-xl-15 {
    height: 15% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-15 {
    width: 15% !important;
  }
  .h-contents-15 {
    height: 15% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-15 {
    width: 15% !important;
  }
  .h-screen-15 {
    height: 15% !important;
  }
}
.w-16 {
  width: 16%;
}

.h-16 {
  height: 16%;
}

@media screen and (min-width: 0px) {
  .w-xs-16 {
    width: 16% !important;
  }
  .h-xs-16 {
    height: 16% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-16 {
    width: 16% !important;
  }
  .h-sm-16 {
    height: 16% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-16 {
    width: 16% !important;
  }
  .h-md-16 {
    height: 16% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-16 {
    width: 16% !important;
  }
  .h-lg-16 {
    height: 16% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-16 {
    width: 16% !important;
  }
  .h-xl-16 {
    height: 16% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-16 {
    width: 16% !important;
  }
  .h-contents-16 {
    height: 16% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-16 {
    width: 16% !important;
  }
  .h-screen-16 {
    height: 16% !important;
  }
}
.w-17 {
  width: 17%;
}

.h-17 {
  height: 17%;
}

@media screen and (min-width: 0px) {
  .w-xs-17 {
    width: 17% !important;
  }
  .h-xs-17 {
    height: 17% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-17 {
    width: 17% !important;
  }
  .h-sm-17 {
    height: 17% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-17 {
    width: 17% !important;
  }
  .h-md-17 {
    height: 17% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-17 {
    width: 17% !important;
  }
  .h-lg-17 {
    height: 17% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-17 {
    width: 17% !important;
  }
  .h-xl-17 {
    height: 17% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-17 {
    width: 17% !important;
  }
  .h-contents-17 {
    height: 17% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-17 {
    width: 17% !important;
  }
  .h-screen-17 {
    height: 17% !important;
  }
}
.w-18 {
  width: 18%;
}

.h-18 {
  height: 18%;
}

@media screen and (min-width: 0px) {
  .w-xs-18 {
    width: 18% !important;
  }
  .h-xs-18 {
    height: 18% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-18 {
    width: 18% !important;
  }
  .h-sm-18 {
    height: 18% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-18 {
    width: 18% !important;
  }
  .h-md-18 {
    height: 18% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-18 {
    width: 18% !important;
  }
  .h-lg-18 {
    height: 18% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-18 {
    width: 18% !important;
  }
  .h-xl-18 {
    height: 18% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-18 {
    width: 18% !important;
  }
  .h-contents-18 {
    height: 18% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-18 {
    width: 18% !important;
  }
  .h-screen-18 {
    height: 18% !important;
  }
}
.w-19 {
  width: 19%;
}

.h-19 {
  height: 19%;
}

@media screen and (min-width: 0px) {
  .w-xs-19 {
    width: 19% !important;
  }
  .h-xs-19 {
    height: 19% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-19 {
    width: 19% !important;
  }
  .h-sm-19 {
    height: 19% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-19 {
    width: 19% !important;
  }
  .h-md-19 {
    height: 19% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-19 {
    width: 19% !important;
  }
  .h-lg-19 {
    height: 19% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-19 {
    width: 19% !important;
  }
  .h-xl-19 {
    height: 19% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-19 {
    width: 19% !important;
  }
  .h-contents-19 {
    height: 19% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-19 {
    width: 19% !important;
  }
  .h-screen-19 {
    height: 19% !important;
  }
}
.w-20 {
  width: 20%;
}

.h-20 {
  height: 20%;
}

@media screen and (min-width: 0px) {
  .w-xs-20 {
    width: 20% !important;
  }
  .h-xs-20 {
    height: 20% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-20 {
    width: 20% !important;
  }
  .h-sm-20 {
    height: 20% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-20 {
    width: 20% !important;
  }
  .h-md-20 {
    height: 20% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-20 {
    width: 20% !important;
  }
  .h-lg-20 {
    height: 20% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-20 {
    width: 20% !important;
  }
  .h-xl-20 {
    height: 20% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-20 {
    width: 20% !important;
  }
  .h-contents-20 {
    height: 20% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-20 {
    width: 20% !important;
  }
  .h-screen-20 {
    height: 20% !important;
  }
}
.w-21 {
  width: 21%;
}

.h-21 {
  height: 21%;
}

@media screen and (min-width: 0px) {
  .w-xs-21 {
    width: 21% !important;
  }
  .h-xs-21 {
    height: 21% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-21 {
    width: 21% !important;
  }
  .h-sm-21 {
    height: 21% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-21 {
    width: 21% !important;
  }
  .h-md-21 {
    height: 21% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-21 {
    width: 21% !important;
  }
  .h-lg-21 {
    height: 21% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-21 {
    width: 21% !important;
  }
  .h-xl-21 {
    height: 21% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-21 {
    width: 21% !important;
  }
  .h-contents-21 {
    height: 21% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-21 {
    width: 21% !important;
  }
  .h-screen-21 {
    height: 21% !important;
  }
}
.w-22 {
  width: 22%;
}

.h-22 {
  height: 22%;
}

@media screen and (min-width: 0px) {
  .w-xs-22 {
    width: 22% !important;
  }
  .h-xs-22 {
    height: 22% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-22 {
    width: 22% !important;
  }
  .h-sm-22 {
    height: 22% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-22 {
    width: 22% !important;
  }
  .h-md-22 {
    height: 22% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-22 {
    width: 22% !important;
  }
  .h-lg-22 {
    height: 22% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-22 {
    width: 22% !important;
  }
  .h-xl-22 {
    height: 22% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-22 {
    width: 22% !important;
  }
  .h-contents-22 {
    height: 22% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-22 {
    width: 22% !important;
  }
  .h-screen-22 {
    height: 22% !important;
  }
}
.w-23 {
  width: 23%;
}

.h-23 {
  height: 23%;
}

@media screen and (min-width: 0px) {
  .w-xs-23 {
    width: 23% !important;
  }
  .h-xs-23 {
    height: 23% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-23 {
    width: 23% !important;
  }
  .h-sm-23 {
    height: 23% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-23 {
    width: 23% !important;
  }
  .h-md-23 {
    height: 23% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-23 {
    width: 23% !important;
  }
  .h-lg-23 {
    height: 23% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-23 {
    width: 23% !important;
  }
  .h-xl-23 {
    height: 23% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-23 {
    width: 23% !important;
  }
  .h-contents-23 {
    height: 23% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-23 {
    width: 23% !important;
  }
  .h-screen-23 {
    height: 23% !important;
  }
}
.w-24 {
  width: 24%;
}

.h-24 {
  height: 24%;
}

@media screen and (min-width: 0px) {
  .w-xs-24 {
    width: 24% !important;
  }
  .h-xs-24 {
    height: 24% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-24 {
    width: 24% !important;
  }
  .h-sm-24 {
    height: 24% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-24 {
    width: 24% !important;
  }
  .h-md-24 {
    height: 24% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-24 {
    width: 24% !important;
  }
  .h-lg-24 {
    height: 24% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-24 {
    width: 24% !important;
  }
  .h-xl-24 {
    height: 24% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-24 {
    width: 24% !important;
  }
  .h-contents-24 {
    height: 24% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-24 {
    width: 24% !important;
  }
  .h-screen-24 {
    height: 24% !important;
  }
}
.w-25 {
  width: 25%;
}

.h-25 {
  height: 25%;
}

@media screen and (min-width: 0px) {
  .w-xs-25 {
    width: 25% !important;
  }
  .h-xs-25 {
    height: 25% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-25 {
    width: 25% !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-25 {
    width: 25% !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-25 {
    width: 25% !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-25 {
    width: 25% !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-25 {
    width: 25% !important;
  }
  .h-contents-25 {
    height: 25% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-25 {
    width: 25% !important;
  }
  .h-screen-25 {
    height: 25% !important;
  }
}
.w-26 {
  width: 26%;
}

.h-26 {
  height: 26%;
}

@media screen and (min-width: 0px) {
  .w-xs-26 {
    width: 26% !important;
  }
  .h-xs-26 {
    height: 26% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-26 {
    width: 26% !important;
  }
  .h-sm-26 {
    height: 26% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-26 {
    width: 26% !important;
  }
  .h-md-26 {
    height: 26% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-26 {
    width: 26% !important;
  }
  .h-lg-26 {
    height: 26% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-26 {
    width: 26% !important;
  }
  .h-xl-26 {
    height: 26% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-26 {
    width: 26% !important;
  }
  .h-contents-26 {
    height: 26% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-26 {
    width: 26% !important;
  }
  .h-screen-26 {
    height: 26% !important;
  }
}
.w-27 {
  width: 27%;
}

.h-27 {
  height: 27%;
}

@media screen and (min-width: 0px) {
  .w-xs-27 {
    width: 27% !important;
  }
  .h-xs-27 {
    height: 27% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-27 {
    width: 27% !important;
  }
  .h-sm-27 {
    height: 27% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-27 {
    width: 27% !important;
  }
  .h-md-27 {
    height: 27% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-27 {
    width: 27% !important;
  }
  .h-lg-27 {
    height: 27% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-27 {
    width: 27% !important;
  }
  .h-xl-27 {
    height: 27% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-27 {
    width: 27% !important;
  }
  .h-contents-27 {
    height: 27% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-27 {
    width: 27% !important;
  }
  .h-screen-27 {
    height: 27% !important;
  }
}
.w-28 {
  width: 28%;
}

.h-28 {
  height: 28%;
}

@media screen and (min-width: 0px) {
  .w-xs-28 {
    width: 28% !important;
  }
  .h-xs-28 {
    height: 28% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-28 {
    width: 28% !important;
  }
  .h-sm-28 {
    height: 28% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-28 {
    width: 28% !important;
  }
  .h-md-28 {
    height: 28% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-28 {
    width: 28% !important;
  }
  .h-lg-28 {
    height: 28% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-28 {
    width: 28% !important;
  }
  .h-xl-28 {
    height: 28% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-28 {
    width: 28% !important;
  }
  .h-contents-28 {
    height: 28% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-28 {
    width: 28% !important;
  }
  .h-screen-28 {
    height: 28% !important;
  }
}
.w-29 {
  width: 29%;
}

.h-29 {
  height: 29%;
}

@media screen and (min-width: 0px) {
  .w-xs-29 {
    width: 29% !important;
  }
  .h-xs-29 {
    height: 29% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-29 {
    width: 29% !important;
  }
  .h-sm-29 {
    height: 29% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-29 {
    width: 29% !important;
  }
  .h-md-29 {
    height: 29% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-29 {
    width: 29% !important;
  }
  .h-lg-29 {
    height: 29% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-29 {
    width: 29% !important;
  }
  .h-xl-29 {
    height: 29% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-29 {
    width: 29% !important;
  }
  .h-contents-29 {
    height: 29% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-29 {
    width: 29% !important;
  }
  .h-screen-29 {
    height: 29% !important;
  }
}
.w-30 {
  width: 30%;
}

.h-30 {
  height: 30%;
}

@media screen and (min-width: 0px) {
  .w-xs-30 {
    width: 30% !important;
  }
  .h-xs-30 {
    height: 30% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-30 {
    width: 30% !important;
  }
  .h-sm-30 {
    height: 30% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-30 {
    width: 30% !important;
  }
  .h-md-30 {
    height: 30% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-30 {
    width: 30% !important;
  }
  .h-lg-30 {
    height: 30% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-30 {
    width: 30% !important;
  }
  .h-xl-30 {
    height: 30% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-30 {
    width: 30% !important;
  }
  .h-contents-30 {
    height: 30% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-30 {
    width: 30% !important;
  }
  .h-screen-30 {
    height: 30% !important;
  }
}
.w-31 {
  width: 31%;
}

.h-31 {
  height: 31%;
}

@media screen and (min-width: 0px) {
  .w-xs-31 {
    width: 31% !important;
  }
  .h-xs-31 {
    height: 31% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-31 {
    width: 31% !important;
  }
  .h-sm-31 {
    height: 31% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-31 {
    width: 31% !important;
  }
  .h-md-31 {
    height: 31% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-31 {
    width: 31% !important;
  }
  .h-lg-31 {
    height: 31% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-31 {
    width: 31% !important;
  }
  .h-xl-31 {
    height: 31% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-31 {
    width: 31% !important;
  }
  .h-contents-31 {
    height: 31% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-31 {
    width: 31% !important;
  }
  .h-screen-31 {
    height: 31% !important;
  }
}
.w-32 {
  width: 32%;
}

.h-32 {
  height: 32%;
}

@media screen and (min-width: 0px) {
  .w-xs-32 {
    width: 32% !important;
  }
  .h-xs-32 {
    height: 32% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-32 {
    width: 32% !important;
  }
  .h-sm-32 {
    height: 32% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-32 {
    width: 32% !important;
  }
  .h-md-32 {
    height: 32% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-32 {
    width: 32% !important;
  }
  .h-lg-32 {
    height: 32% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-32 {
    width: 32% !important;
  }
  .h-xl-32 {
    height: 32% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-32 {
    width: 32% !important;
  }
  .h-contents-32 {
    height: 32% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-32 {
    width: 32% !important;
  }
  .h-screen-32 {
    height: 32% !important;
  }
}
.w-33 {
  width: 33%;
}

.h-33 {
  height: 33%;
}

@media screen and (min-width: 0px) {
  .w-xs-33 {
    width: 33% !important;
  }
  .h-xs-33 {
    height: 33% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-33 {
    width: 33% !important;
  }
  .h-sm-33 {
    height: 33% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-33 {
    width: 33% !important;
  }
  .h-md-33 {
    height: 33% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-33 {
    width: 33% !important;
  }
  .h-lg-33 {
    height: 33% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-33 {
    width: 33% !important;
  }
  .h-xl-33 {
    height: 33% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-33 {
    width: 33% !important;
  }
  .h-contents-33 {
    height: 33% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-33 {
    width: 33% !important;
  }
  .h-screen-33 {
    height: 33% !important;
  }
}
.w-34 {
  width: 34%;
}

.h-34 {
  height: 34%;
}

@media screen and (min-width: 0px) {
  .w-xs-34 {
    width: 34% !important;
  }
  .h-xs-34 {
    height: 34% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-34 {
    width: 34% !important;
  }
  .h-sm-34 {
    height: 34% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-34 {
    width: 34% !important;
  }
  .h-md-34 {
    height: 34% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-34 {
    width: 34% !important;
  }
  .h-lg-34 {
    height: 34% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-34 {
    width: 34% !important;
  }
  .h-xl-34 {
    height: 34% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-34 {
    width: 34% !important;
  }
  .h-contents-34 {
    height: 34% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-34 {
    width: 34% !important;
  }
  .h-screen-34 {
    height: 34% !important;
  }
}
.w-35 {
  width: 35%;
}

.h-35 {
  height: 35%;
}

@media screen and (min-width: 0px) {
  .w-xs-35 {
    width: 35% !important;
  }
  .h-xs-35 {
    height: 35% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-35 {
    width: 35% !important;
  }
  .h-sm-35 {
    height: 35% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-35 {
    width: 35% !important;
  }
  .h-md-35 {
    height: 35% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-35 {
    width: 35% !important;
  }
  .h-lg-35 {
    height: 35% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-35 {
    width: 35% !important;
  }
  .h-xl-35 {
    height: 35% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-35 {
    width: 35% !important;
  }
  .h-contents-35 {
    height: 35% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-35 {
    width: 35% !important;
  }
  .h-screen-35 {
    height: 35% !important;
  }
}
.w-36 {
  width: 36%;
}

.h-36 {
  height: 36%;
}

@media screen and (min-width: 0px) {
  .w-xs-36 {
    width: 36% !important;
  }
  .h-xs-36 {
    height: 36% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-36 {
    width: 36% !important;
  }
  .h-sm-36 {
    height: 36% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-36 {
    width: 36% !important;
  }
  .h-md-36 {
    height: 36% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-36 {
    width: 36% !important;
  }
  .h-lg-36 {
    height: 36% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-36 {
    width: 36% !important;
  }
  .h-xl-36 {
    height: 36% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-36 {
    width: 36% !important;
  }
  .h-contents-36 {
    height: 36% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-36 {
    width: 36% !important;
  }
  .h-screen-36 {
    height: 36% !important;
  }
}
.w-37 {
  width: 37%;
}

.h-37 {
  height: 37%;
}

@media screen and (min-width: 0px) {
  .w-xs-37 {
    width: 37% !important;
  }
  .h-xs-37 {
    height: 37% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-37 {
    width: 37% !important;
  }
  .h-sm-37 {
    height: 37% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-37 {
    width: 37% !important;
  }
  .h-md-37 {
    height: 37% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-37 {
    width: 37% !important;
  }
  .h-lg-37 {
    height: 37% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-37 {
    width: 37% !important;
  }
  .h-xl-37 {
    height: 37% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-37 {
    width: 37% !important;
  }
  .h-contents-37 {
    height: 37% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-37 {
    width: 37% !important;
  }
  .h-screen-37 {
    height: 37% !important;
  }
}
.w-38 {
  width: 38%;
}

.h-38 {
  height: 38%;
}

@media screen and (min-width: 0px) {
  .w-xs-38 {
    width: 38% !important;
  }
  .h-xs-38 {
    height: 38% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-38 {
    width: 38% !important;
  }
  .h-sm-38 {
    height: 38% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-38 {
    width: 38% !important;
  }
  .h-md-38 {
    height: 38% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-38 {
    width: 38% !important;
  }
  .h-lg-38 {
    height: 38% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-38 {
    width: 38% !important;
  }
  .h-xl-38 {
    height: 38% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-38 {
    width: 38% !important;
  }
  .h-contents-38 {
    height: 38% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-38 {
    width: 38% !important;
  }
  .h-screen-38 {
    height: 38% !important;
  }
}
.w-39 {
  width: 39%;
}

.h-39 {
  height: 39%;
}

@media screen and (min-width: 0px) {
  .w-xs-39 {
    width: 39% !important;
  }
  .h-xs-39 {
    height: 39% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-39 {
    width: 39% !important;
  }
  .h-sm-39 {
    height: 39% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-39 {
    width: 39% !important;
  }
  .h-md-39 {
    height: 39% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-39 {
    width: 39% !important;
  }
  .h-lg-39 {
    height: 39% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-39 {
    width: 39% !important;
  }
  .h-xl-39 {
    height: 39% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-39 {
    width: 39% !important;
  }
  .h-contents-39 {
    height: 39% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-39 {
    width: 39% !important;
  }
  .h-screen-39 {
    height: 39% !important;
  }
}
.w-40 {
  width: 40%;
}

.h-40 {
  height: 40%;
}

@media screen and (min-width: 0px) {
  .w-xs-40 {
    width: 40% !important;
  }
  .h-xs-40 {
    height: 40% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-40 {
    width: 40% !important;
  }
  .h-sm-40 {
    height: 40% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-40 {
    width: 40% !important;
  }
  .h-md-40 {
    height: 40% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-40 {
    width: 40% !important;
  }
  .h-lg-40 {
    height: 40% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-40 {
    width: 40% !important;
  }
  .h-xl-40 {
    height: 40% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-40 {
    width: 40% !important;
  }
  .h-contents-40 {
    height: 40% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-40 {
    width: 40% !important;
  }
  .h-screen-40 {
    height: 40% !important;
  }
}
.w-41 {
  width: 41%;
}

.h-41 {
  height: 41%;
}

@media screen and (min-width: 0px) {
  .w-xs-41 {
    width: 41% !important;
  }
  .h-xs-41 {
    height: 41% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-41 {
    width: 41% !important;
  }
  .h-sm-41 {
    height: 41% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-41 {
    width: 41% !important;
  }
  .h-md-41 {
    height: 41% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-41 {
    width: 41% !important;
  }
  .h-lg-41 {
    height: 41% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-41 {
    width: 41% !important;
  }
  .h-xl-41 {
    height: 41% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-41 {
    width: 41% !important;
  }
  .h-contents-41 {
    height: 41% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-41 {
    width: 41% !important;
  }
  .h-screen-41 {
    height: 41% !important;
  }
}
.w-42 {
  width: 42%;
}

.h-42 {
  height: 42%;
}

@media screen and (min-width: 0px) {
  .w-xs-42 {
    width: 42% !important;
  }
  .h-xs-42 {
    height: 42% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-42 {
    width: 42% !important;
  }
  .h-sm-42 {
    height: 42% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-42 {
    width: 42% !important;
  }
  .h-md-42 {
    height: 42% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-42 {
    width: 42% !important;
  }
  .h-lg-42 {
    height: 42% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-42 {
    width: 42% !important;
  }
  .h-xl-42 {
    height: 42% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-42 {
    width: 42% !important;
  }
  .h-contents-42 {
    height: 42% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-42 {
    width: 42% !important;
  }
  .h-screen-42 {
    height: 42% !important;
  }
}
.w-43 {
  width: 43%;
}

.h-43 {
  height: 43%;
}

@media screen and (min-width: 0px) {
  .w-xs-43 {
    width: 43% !important;
  }
  .h-xs-43 {
    height: 43% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-43 {
    width: 43% !important;
  }
  .h-sm-43 {
    height: 43% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-43 {
    width: 43% !important;
  }
  .h-md-43 {
    height: 43% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-43 {
    width: 43% !important;
  }
  .h-lg-43 {
    height: 43% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-43 {
    width: 43% !important;
  }
  .h-xl-43 {
    height: 43% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-43 {
    width: 43% !important;
  }
  .h-contents-43 {
    height: 43% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-43 {
    width: 43% !important;
  }
  .h-screen-43 {
    height: 43% !important;
  }
}
.w-44 {
  width: 44%;
}

.h-44 {
  height: 44%;
}

@media screen and (min-width: 0px) {
  .w-xs-44 {
    width: 44% !important;
  }
  .h-xs-44 {
    height: 44% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-44 {
    width: 44% !important;
  }
  .h-sm-44 {
    height: 44% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-44 {
    width: 44% !important;
  }
  .h-md-44 {
    height: 44% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-44 {
    width: 44% !important;
  }
  .h-lg-44 {
    height: 44% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-44 {
    width: 44% !important;
  }
  .h-xl-44 {
    height: 44% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-44 {
    width: 44% !important;
  }
  .h-contents-44 {
    height: 44% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-44 {
    width: 44% !important;
  }
  .h-screen-44 {
    height: 44% !important;
  }
}
.w-45 {
  width: 45%;
}

.h-45 {
  height: 45%;
}

@media screen and (min-width: 0px) {
  .w-xs-45 {
    width: 45% !important;
  }
  .h-xs-45 {
    height: 45% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-45 {
    width: 45% !important;
  }
  .h-sm-45 {
    height: 45% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-45 {
    width: 45% !important;
  }
  .h-md-45 {
    height: 45% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-45 {
    width: 45% !important;
  }
  .h-lg-45 {
    height: 45% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-45 {
    width: 45% !important;
  }
  .h-xl-45 {
    height: 45% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-45 {
    width: 45% !important;
  }
  .h-contents-45 {
    height: 45% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-45 {
    width: 45% !important;
  }
  .h-screen-45 {
    height: 45% !important;
  }
}
.w-46 {
  width: 46%;
}

.h-46 {
  height: 46%;
}

@media screen and (min-width: 0px) {
  .w-xs-46 {
    width: 46% !important;
  }
  .h-xs-46 {
    height: 46% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-46 {
    width: 46% !important;
  }
  .h-sm-46 {
    height: 46% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-46 {
    width: 46% !important;
  }
  .h-md-46 {
    height: 46% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-46 {
    width: 46% !important;
  }
  .h-lg-46 {
    height: 46% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-46 {
    width: 46% !important;
  }
  .h-xl-46 {
    height: 46% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-46 {
    width: 46% !important;
  }
  .h-contents-46 {
    height: 46% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-46 {
    width: 46% !important;
  }
  .h-screen-46 {
    height: 46% !important;
  }
}
.w-47 {
  width: 47%;
}

.h-47 {
  height: 47%;
}

@media screen and (min-width: 0px) {
  .w-xs-47 {
    width: 47% !important;
  }
  .h-xs-47 {
    height: 47% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-47 {
    width: 47% !important;
  }
  .h-sm-47 {
    height: 47% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-47 {
    width: 47% !important;
  }
  .h-md-47 {
    height: 47% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-47 {
    width: 47% !important;
  }
  .h-lg-47 {
    height: 47% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-47 {
    width: 47% !important;
  }
  .h-xl-47 {
    height: 47% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-47 {
    width: 47% !important;
  }
  .h-contents-47 {
    height: 47% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-47 {
    width: 47% !important;
  }
  .h-screen-47 {
    height: 47% !important;
  }
}
.w-48 {
  width: 48%;
}

.h-48 {
  height: 48%;
}

@media screen and (min-width: 0px) {
  .w-xs-48 {
    width: 48% !important;
  }
  .h-xs-48 {
    height: 48% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-48 {
    width: 48% !important;
  }
  .h-sm-48 {
    height: 48% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-48 {
    width: 48% !important;
  }
  .h-md-48 {
    height: 48% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-48 {
    width: 48% !important;
  }
  .h-lg-48 {
    height: 48% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-48 {
    width: 48% !important;
  }
  .h-xl-48 {
    height: 48% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-48 {
    width: 48% !important;
  }
  .h-contents-48 {
    height: 48% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-48 {
    width: 48% !important;
  }
  .h-screen-48 {
    height: 48% !important;
  }
}
.w-49 {
  width: 49%;
}

.h-49 {
  height: 49%;
}

@media screen and (min-width: 0px) {
  .w-xs-49 {
    width: 49% !important;
  }
  .h-xs-49 {
    height: 49% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-49 {
    width: 49% !important;
  }
  .h-sm-49 {
    height: 49% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-49 {
    width: 49% !important;
  }
  .h-md-49 {
    height: 49% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-49 {
    width: 49% !important;
  }
  .h-lg-49 {
    height: 49% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-49 {
    width: 49% !important;
  }
  .h-xl-49 {
    height: 49% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-49 {
    width: 49% !important;
  }
  .h-contents-49 {
    height: 49% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-49 {
    width: 49% !important;
  }
  .h-screen-49 {
    height: 49% !important;
  }
}
.w-50 {
  width: 50%;
}

.h-50 {
  height: 50%;
}

@media screen and (min-width: 0px) {
  .w-xs-50 {
    width: 50% !important;
  }
  .h-xs-50 {
    height: 50% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-50 {
    width: 50% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-50 {
    width: 50% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-50 {
    width: 50% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-50 {
    width: 50% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-50 {
    width: 50% !important;
  }
  .h-contents-50 {
    height: 50% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-50 {
    width: 50% !important;
  }
  .h-screen-50 {
    height: 50% !important;
  }
}
.w-51 {
  width: 51%;
}

.h-51 {
  height: 51%;
}

@media screen and (min-width: 0px) {
  .w-xs-51 {
    width: 51% !important;
  }
  .h-xs-51 {
    height: 51% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-51 {
    width: 51% !important;
  }
  .h-sm-51 {
    height: 51% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-51 {
    width: 51% !important;
  }
  .h-md-51 {
    height: 51% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-51 {
    width: 51% !important;
  }
  .h-lg-51 {
    height: 51% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-51 {
    width: 51% !important;
  }
  .h-xl-51 {
    height: 51% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-51 {
    width: 51% !important;
  }
  .h-contents-51 {
    height: 51% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-51 {
    width: 51% !important;
  }
  .h-screen-51 {
    height: 51% !important;
  }
}
.w-52 {
  width: 52%;
}

.h-52 {
  height: 52%;
}

@media screen and (min-width: 0px) {
  .w-xs-52 {
    width: 52% !important;
  }
  .h-xs-52 {
    height: 52% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-52 {
    width: 52% !important;
  }
  .h-sm-52 {
    height: 52% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-52 {
    width: 52% !important;
  }
  .h-md-52 {
    height: 52% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-52 {
    width: 52% !important;
  }
  .h-lg-52 {
    height: 52% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-52 {
    width: 52% !important;
  }
  .h-xl-52 {
    height: 52% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-52 {
    width: 52% !important;
  }
  .h-contents-52 {
    height: 52% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-52 {
    width: 52% !important;
  }
  .h-screen-52 {
    height: 52% !important;
  }
}
.w-53 {
  width: 53%;
}

.h-53 {
  height: 53%;
}

@media screen and (min-width: 0px) {
  .w-xs-53 {
    width: 53% !important;
  }
  .h-xs-53 {
    height: 53% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-53 {
    width: 53% !important;
  }
  .h-sm-53 {
    height: 53% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-53 {
    width: 53% !important;
  }
  .h-md-53 {
    height: 53% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-53 {
    width: 53% !important;
  }
  .h-lg-53 {
    height: 53% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-53 {
    width: 53% !important;
  }
  .h-xl-53 {
    height: 53% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-53 {
    width: 53% !important;
  }
  .h-contents-53 {
    height: 53% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-53 {
    width: 53% !important;
  }
  .h-screen-53 {
    height: 53% !important;
  }
}
.w-54 {
  width: 54%;
}

.h-54 {
  height: 54%;
}

@media screen and (min-width: 0px) {
  .w-xs-54 {
    width: 54% !important;
  }
  .h-xs-54 {
    height: 54% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-54 {
    width: 54% !important;
  }
  .h-sm-54 {
    height: 54% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-54 {
    width: 54% !important;
  }
  .h-md-54 {
    height: 54% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-54 {
    width: 54% !important;
  }
  .h-lg-54 {
    height: 54% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-54 {
    width: 54% !important;
  }
  .h-xl-54 {
    height: 54% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-54 {
    width: 54% !important;
  }
  .h-contents-54 {
    height: 54% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-54 {
    width: 54% !important;
  }
  .h-screen-54 {
    height: 54% !important;
  }
}
.w-55 {
  width: 55%;
}

.h-55 {
  height: 55%;
}

@media screen and (min-width: 0px) {
  .w-xs-55 {
    width: 55% !important;
  }
  .h-xs-55 {
    height: 55% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-55 {
    width: 55% !important;
  }
  .h-sm-55 {
    height: 55% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-55 {
    width: 55% !important;
  }
  .h-md-55 {
    height: 55% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-55 {
    width: 55% !important;
  }
  .h-lg-55 {
    height: 55% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-55 {
    width: 55% !important;
  }
  .h-xl-55 {
    height: 55% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-55 {
    width: 55% !important;
  }
  .h-contents-55 {
    height: 55% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-55 {
    width: 55% !important;
  }
  .h-screen-55 {
    height: 55% !important;
  }
}
.w-56 {
  width: 56%;
}

.h-56 {
  height: 56%;
}

@media screen and (min-width: 0px) {
  .w-xs-56 {
    width: 56% !important;
  }
  .h-xs-56 {
    height: 56% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-56 {
    width: 56% !important;
  }
  .h-sm-56 {
    height: 56% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-56 {
    width: 56% !important;
  }
  .h-md-56 {
    height: 56% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-56 {
    width: 56% !important;
  }
  .h-lg-56 {
    height: 56% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-56 {
    width: 56% !important;
  }
  .h-xl-56 {
    height: 56% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-56 {
    width: 56% !important;
  }
  .h-contents-56 {
    height: 56% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-56 {
    width: 56% !important;
  }
  .h-screen-56 {
    height: 56% !important;
  }
}
.w-57 {
  width: 57%;
}

.h-57 {
  height: 57%;
}

@media screen and (min-width: 0px) {
  .w-xs-57 {
    width: 57% !important;
  }
  .h-xs-57 {
    height: 57% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-57 {
    width: 57% !important;
  }
  .h-sm-57 {
    height: 57% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-57 {
    width: 57% !important;
  }
  .h-md-57 {
    height: 57% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-57 {
    width: 57% !important;
  }
  .h-lg-57 {
    height: 57% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-57 {
    width: 57% !important;
  }
  .h-xl-57 {
    height: 57% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-57 {
    width: 57% !important;
  }
  .h-contents-57 {
    height: 57% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-57 {
    width: 57% !important;
  }
  .h-screen-57 {
    height: 57% !important;
  }
}
.w-58 {
  width: 58%;
}

.h-58 {
  height: 58%;
}

@media screen and (min-width: 0px) {
  .w-xs-58 {
    width: 58% !important;
  }
  .h-xs-58 {
    height: 58% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-58 {
    width: 58% !important;
  }
  .h-sm-58 {
    height: 58% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-58 {
    width: 58% !important;
  }
  .h-md-58 {
    height: 58% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-58 {
    width: 58% !important;
  }
  .h-lg-58 {
    height: 58% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-58 {
    width: 58% !important;
  }
  .h-xl-58 {
    height: 58% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-58 {
    width: 58% !important;
  }
  .h-contents-58 {
    height: 58% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-58 {
    width: 58% !important;
  }
  .h-screen-58 {
    height: 58% !important;
  }
}
.w-59 {
  width: 59%;
}

.h-59 {
  height: 59%;
}

@media screen and (min-width: 0px) {
  .w-xs-59 {
    width: 59% !important;
  }
  .h-xs-59 {
    height: 59% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-59 {
    width: 59% !important;
  }
  .h-sm-59 {
    height: 59% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-59 {
    width: 59% !important;
  }
  .h-md-59 {
    height: 59% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-59 {
    width: 59% !important;
  }
  .h-lg-59 {
    height: 59% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-59 {
    width: 59% !important;
  }
  .h-xl-59 {
    height: 59% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-59 {
    width: 59% !important;
  }
  .h-contents-59 {
    height: 59% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-59 {
    width: 59% !important;
  }
  .h-screen-59 {
    height: 59% !important;
  }
}
.w-60 {
  width: 60%;
}

.h-60 {
  height: 60%;
}

@media screen and (min-width: 0px) {
  .w-xs-60 {
    width: 60% !important;
  }
  .h-xs-60 {
    height: 60% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-60 {
    width: 60% !important;
  }
  .h-sm-60 {
    height: 60% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-60 {
    width: 60% !important;
  }
  .h-md-60 {
    height: 60% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-60 {
    width: 60% !important;
  }
  .h-lg-60 {
    height: 60% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-60 {
    width: 60% !important;
  }
  .h-xl-60 {
    height: 60% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-60 {
    width: 60% !important;
  }
  .h-contents-60 {
    height: 60% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-60 {
    width: 60% !important;
  }
  .h-screen-60 {
    height: 60% !important;
  }
}
.w-61 {
  width: 61%;
}

.h-61 {
  height: 61%;
}

@media screen and (min-width: 0px) {
  .w-xs-61 {
    width: 61% !important;
  }
  .h-xs-61 {
    height: 61% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-61 {
    width: 61% !important;
  }
  .h-sm-61 {
    height: 61% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-61 {
    width: 61% !important;
  }
  .h-md-61 {
    height: 61% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-61 {
    width: 61% !important;
  }
  .h-lg-61 {
    height: 61% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-61 {
    width: 61% !important;
  }
  .h-xl-61 {
    height: 61% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-61 {
    width: 61% !important;
  }
  .h-contents-61 {
    height: 61% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-61 {
    width: 61% !important;
  }
  .h-screen-61 {
    height: 61% !important;
  }
}
.w-62 {
  width: 62%;
}

.h-62 {
  height: 62%;
}

@media screen and (min-width: 0px) {
  .w-xs-62 {
    width: 62% !important;
  }
  .h-xs-62 {
    height: 62% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-62 {
    width: 62% !important;
  }
  .h-sm-62 {
    height: 62% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-62 {
    width: 62% !important;
  }
  .h-md-62 {
    height: 62% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-62 {
    width: 62% !important;
  }
  .h-lg-62 {
    height: 62% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-62 {
    width: 62% !important;
  }
  .h-xl-62 {
    height: 62% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-62 {
    width: 62% !important;
  }
  .h-contents-62 {
    height: 62% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-62 {
    width: 62% !important;
  }
  .h-screen-62 {
    height: 62% !important;
  }
}
.w-63 {
  width: 63%;
}

.h-63 {
  height: 63%;
}

@media screen and (min-width: 0px) {
  .w-xs-63 {
    width: 63% !important;
  }
  .h-xs-63 {
    height: 63% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-63 {
    width: 63% !important;
  }
  .h-sm-63 {
    height: 63% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-63 {
    width: 63% !important;
  }
  .h-md-63 {
    height: 63% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-63 {
    width: 63% !important;
  }
  .h-lg-63 {
    height: 63% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-63 {
    width: 63% !important;
  }
  .h-xl-63 {
    height: 63% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-63 {
    width: 63% !important;
  }
  .h-contents-63 {
    height: 63% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-63 {
    width: 63% !important;
  }
  .h-screen-63 {
    height: 63% !important;
  }
}
.w-64 {
  width: 64%;
}

.h-64 {
  height: 64%;
}

@media screen and (min-width: 0px) {
  .w-xs-64 {
    width: 64% !important;
  }
  .h-xs-64 {
    height: 64% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-64 {
    width: 64% !important;
  }
  .h-sm-64 {
    height: 64% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-64 {
    width: 64% !important;
  }
  .h-md-64 {
    height: 64% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-64 {
    width: 64% !important;
  }
  .h-lg-64 {
    height: 64% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-64 {
    width: 64% !important;
  }
  .h-xl-64 {
    height: 64% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-64 {
    width: 64% !important;
  }
  .h-contents-64 {
    height: 64% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-64 {
    width: 64% !important;
  }
  .h-screen-64 {
    height: 64% !important;
  }
}
.w-65 {
  width: 65%;
}

.h-65 {
  height: 65%;
}

@media screen and (min-width: 0px) {
  .w-xs-65 {
    width: 65% !important;
  }
  .h-xs-65 {
    height: 65% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-65 {
    width: 65% !important;
  }
  .h-sm-65 {
    height: 65% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-65 {
    width: 65% !important;
  }
  .h-md-65 {
    height: 65% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-65 {
    width: 65% !important;
  }
  .h-lg-65 {
    height: 65% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-65 {
    width: 65% !important;
  }
  .h-xl-65 {
    height: 65% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-65 {
    width: 65% !important;
  }
  .h-contents-65 {
    height: 65% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-65 {
    width: 65% !important;
  }
  .h-screen-65 {
    height: 65% !important;
  }
}
.w-66 {
  width: 66%;
}

.h-66 {
  height: 66%;
}

@media screen and (min-width: 0px) {
  .w-xs-66 {
    width: 66% !important;
  }
  .h-xs-66 {
    height: 66% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-66 {
    width: 66% !important;
  }
  .h-sm-66 {
    height: 66% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-66 {
    width: 66% !important;
  }
  .h-md-66 {
    height: 66% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-66 {
    width: 66% !important;
  }
  .h-lg-66 {
    height: 66% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-66 {
    width: 66% !important;
  }
  .h-xl-66 {
    height: 66% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-66 {
    width: 66% !important;
  }
  .h-contents-66 {
    height: 66% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-66 {
    width: 66% !important;
  }
  .h-screen-66 {
    height: 66% !important;
  }
}
.w-67 {
  width: 67%;
}

.h-67 {
  height: 67%;
}

@media screen and (min-width: 0px) {
  .w-xs-67 {
    width: 67% !important;
  }
  .h-xs-67 {
    height: 67% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-67 {
    width: 67% !important;
  }
  .h-sm-67 {
    height: 67% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-67 {
    width: 67% !important;
  }
  .h-md-67 {
    height: 67% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-67 {
    width: 67% !important;
  }
  .h-lg-67 {
    height: 67% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-67 {
    width: 67% !important;
  }
  .h-xl-67 {
    height: 67% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-67 {
    width: 67% !important;
  }
  .h-contents-67 {
    height: 67% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-67 {
    width: 67% !important;
  }
  .h-screen-67 {
    height: 67% !important;
  }
}
.w-68 {
  width: 68%;
}

.h-68 {
  height: 68%;
}

@media screen and (min-width: 0px) {
  .w-xs-68 {
    width: 68% !important;
  }
  .h-xs-68 {
    height: 68% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-68 {
    width: 68% !important;
  }
  .h-sm-68 {
    height: 68% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-68 {
    width: 68% !important;
  }
  .h-md-68 {
    height: 68% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-68 {
    width: 68% !important;
  }
  .h-lg-68 {
    height: 68% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-68 {
    width: 68% !important;
  }
  .h-xl-68 {
    height: 68% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-68 {
    width: 68% !important;
  }
  .h-contents-68 {
    height: 68% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-68 {
    width: 68% !important;
  }
  .h-screen-68 {
    height: 68% !important;
  }
}
.w-69 {
  width: 69%;
}

.h-69 {
  height: 69%;
}

@media screen and (min-width: 0px) {
  .w-xs-69 {
    width: 69% !important;
  }
  .h-xs-69 {
    height: 69% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-69 {
    width: 69% !important;
  }
  .h-sm-69 {
    height: 69% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-69 {
    width: 69% !important;
  }
  .h-md-69 {
    height: 69% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-69 {
    width: 69% !important;
  }
  .h-lg-69 {
    height: 69% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-69 {
    width: 69% !important;
  }
  .h-xl-69 {
    height: 69% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-69 {
    width: 69% !important;
  }
  .h-contents-69 {
    height: 69% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-69 {
    width: 69% !important;
  }
  .h-screen-69 {
    height: 69% !important;
  }
}
.w-70 {
  width: 70%;
}

.h-70 {
  height: 70%;
}

@media screen and (min-width: 0px) {
  .w-xs-70 {
    width: 70% !important;
  }
  .h-xs-70 {
    height: 70% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-70 {
    width: 70% !important;
  }
  .h-sm-70 {
    height: 70% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-70 {
    width: 70% !important;
  }
  .h-md-70 {
    height: 70% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-70 {
    width: 70% !important;
  }
  .h-lg-70 {
    height: 70% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-70 {
    width: 70% !important;
  }
  .h-xl-70 {
    height: 70% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-70 {
    width: 70% !important;
  }
  .h-contents-70 {
    height: 70% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-70 {
    width: 70% !important;
  }
  .h-screen-70 {
    height: 70% !important;
  }
}
.w-71 {
  width: 71%;
}

.h-71 {
  height: 71%;
}

@media screen and (min-width: 0px) {
  .w-xs-71 {
    width: 71% !important;
  }
  .h-xs-71 {
    height: 71% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-71 {
    width: 71% !important;
  }
  .h-sm-71 {
    height: 71% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-71 {
    width: 71% !important;
  }
  .h-md-71 {
    height: 71% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-71 {
    width: 71% !important;
  }
  .h-lg-71 {
    height: 71% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-71 {
    width: 71% !important;
  }
  .h-xl-71 {
    height: 71% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-71 {
    width: 71% !important;
  }
  .h-contents-71 {
    height: 71% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-71 {
    width: 71% !important;
  }
  .h-screen-71 {
    height: 71% !important;
  }
}
.w-72 {
  width: 72%;
}

.h-72 {
  height: 72%;
}

@media screen and (min-width: 0px) {
  .w-xs-72 {
    width: 72% !important;
  }
  .h-xs-72 {
    height: 72% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-72 {
    width: 72% !important;
  }
  .h-sm-72 {
    height: 72% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-72 {
    width: 72% !important;
  }
  .h-md-72 {
    height: 72% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-72 {
    width: 72% !important;
  }
  .h-lg-72 {
    height: 72% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-72 {
    width: 72% !important;
  }
  .h-xl-72 {
    height: 72% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-72 {
    width: 72% !important;
  }
  .h-contents-72 {
    height: 72% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-72 {
    width: 72% !important;
  }
  .h-screen-72 {
    height: 72% !important;
  }
}
.w-73 {
  width: 73%;
}

.h-73 {
  height: 73%;
}

@media screen and (min-width: 0px) {
  .w-xs-73 {
    width: 73% !important;
  }
  .h-xs-73 {
    height: 73% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-73 {
    width: 73% !important;
  }
  .h-sm-73 {
    height: 73% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-73 {
    width: 73% !important;
  }
  .h-md-73 {
    height: 73% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-73 {
    width: 73% !important;
  }
  .h-lg-73 {
    height: 73% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-73 {
    width: 73% !important;
  }
  .h-xl-73 {
    height: 73% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-73 {
    width: 73% !important;
  }
  .h-contents-73 {
    height: 73% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-73 {
    width: 73% !important;
  }
  .h-screen-73 {
    height: 73% !important;
  }
}
.w-74 {
  width: 74%;
}

.h-74 {
  height: 74%;
}

@media screen and (min-width: 0px) {
  .w-xs-74 {
    width: 74% !important;
  }
  .h-xs-74 {
    height: 74% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-74 {
    width: 74% !important;
  }
  .h-sm-74 {
    height: 74% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-74 {
    width: 74% !important;
  }
  .h-md-74 {
    height: 74% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-74 {
    width: 74% !important;
  }
  .h-lg-74 {
    height: 74% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-74 {
    width: 74% !important;
  }
  .h-xl-74 {
    height: 74% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-74 {
    width: 74% !important;
  }
  .h-contents-74 {
    height: 74% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-74 {
    width: 74% !important;
  }
  .h-screen-74 {
    height: 74% !important;
  }
}
.w-75 {
  width: 75%;
}

.h-75 {
  height: 75%;
}

@media screen and (min-width: 0px) {
  .w-xs-75 {
    width: 75% !important;
  }
  .h-xs-75 {
    height: 75% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-75 {
    width: 75% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-75 {
    width: 75% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-75 {
    width: 75% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-75 {
    width: 75% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-75 {
    width: 75% !important;
  }
  .h-contents-75 {
    height: 75% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-75 {
    width: 75% !important;
  }
  .h-screen-75 {
    height: 75% !important;
  }
}
.w-76 {
  width: 76%;
}

.h-76 {
  height: 76%;
}

@media screen and (min-width: 0px) {
  .w-xs-76 {
    width: 76% !important;
  }
  .h-xs-76 {
    height: 76% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-76 {
    width: 76% !important;
  }
  .h-sm-76 {
    height: 76% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-76 {
    width: 76% !important;
  }
  .h-md-76 {
    height: 76% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-76 {
    width: 76% !important;
  }
  .h-lg-76 {
    height: 76% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-76 {
    width: 76% !important;
  }
  .h-xl-76 {
    height: 76% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-76 {
    width: 76% !important;
  }
  .h-contents-76 {
    height: 76% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-76 {
    width: 76% !important;
  }
  .h-screen-76 {
    height: 76% !important;
  }
}
.w-77 {
  width: 77%;
}

.h-77 {
  height: 77%;
}

@media screen and (min-width: 0px) {
  .w-xs-77 {
    width: 77% !important;
  }
  .h-xs-77 {
    height: 77% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-77 {
    width: 77% !important;
  }
  .h-sm-77 {
    height: 77% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-77 {
    width: 77% !important;
  }
  .h-md-77 {
    height: 77% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-77 {
    width: 77% !important;
  }
  .h-lg-77 {
    height: 77% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-77 {
    width: 77% !important;
  }
  .h-xl-77 {
    height: 77% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-77 {
    width: 77% !important;
  }
  .h-contents-77 {
    height: 77% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-77 {
    width: 77% !important;
  }
  .h-screen-77 {
    height: 77% !important;
  }
}
.w-78 {
  width: 78%;
}

.h-78 {
  height: 78%;
}

@media screen and (min-width: 0px) {
  .w-xs-78 {
    width: 78% !important;
  }
  .h-xs-78 {
    height: 78% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-78 {
    width: 78% !important;
  }
  .h-sm-78 {
    height: 78% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-78 {
    width: 78% !important;
  }
  .h-md-78 {
    height: 78% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-78 {
    width: 78% !important;
  }
  .h-lg-78 {
    height: 78% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-78 {
    width: 78% !important;
  }
  .h-xl-78 {
    height: 78% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-78 {
    width: 78% !important;
  }
  .h-contents-78 {
    height: 78% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-78 {
    width: 78% !important;
  }
  .h-screen-78 {
    height: 78% !important;
  }
}
.w-79 {
  width: 79%;
}

.h-79 {
  height: 79%;
}

@media screen and (min-width: 0px) {
  .w-xs-79 {
    width: 79% !important;
  }
  .h-xs-79 {
    height: 79% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-79 {
    width: 79% !important;
  }
  .h-sm-79 {
    height: 79% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-79 {
    width: 79% !important;
  }
  .h-md-79 {
    height: 79% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-79 {
    width: 79% !important;
  }
  .h-lg-79 {
    height: 79% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-79 {
    width: 79% !important;
  }
  .h-xl-79 {
    height: 79% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-79 {
    width: 79% !important;
  }
  .h-contents-79 {
    height: 79% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-79 {
    width: 79% !important;
  }
  .h-screen-79 {
    height: 79% !important;
  }
}
.w-80 {
  width: 80%;
}

.h-80 {
  height: 80%;
}

@media screen and (min-width: 0px) {
  .w-xs-80 {
    width: 80% !important;
  }
  .h-xs-80 {
    height: 80% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-80 {
    width: 80% !important;
  }
  .h-sm-80 {
    height: 80% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-80 {
    width: 80% !important;
  }
  .h-md-80 {
    height: 80% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-80 {
    width: 80% !important;
  }
  .h-lg-80 {
    height: 80% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-80 {
    width: 80% !important;
  }
  .h-xl-80 {
    height: 80% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-80 {
    width: 80% !important;
  }
  .h-contents-80 {
    height: 80% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-80 {
    width: 80% !important;
  }
  .h-screen-80 {
    height: 80% !important;
  }
}
.w-81 {
  width: 81%;
}

.h-81 {
  height: 81%;
}

@media screen and (min-width: 0px) {
  .w-xs-81 {
    width: 81% !important;
  }
  .h-xs-81 {
    height: 81% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-81 {
    width: 81% !important;
  }
  .h-sm-81 {
    height: 81% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-81 {
    width: 81% !important;
  }
  .h-md-81 {
    height: 81% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-81 {
    width: 81% !important;
  }
  .h-lg-81 {
    height: 81% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-81 {
    width: 81% !important;
  }
  .h-xl-81 {
    height: 81% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-81 {
    width: 81% !important;
  }
  .h-contents-81 {
    height: 81% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-81 {
    width: 81% !important;
  }
  .h-screen-81 {
    height: 81% !important;
  }
}
.w-82 {
  width: 82%;
}

.h-82 {
  height: 82%;
}

@media screen and (min-width: 0px) {
  .w-xs-82 {
    width: 82% !important;
  }
  .h-xs-82 {
    height: 82% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-82 {
    width: 82% !important;
  }
  .h-sm-82 {
    height: 82% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-82 {
    width: 82% !important;
  }
  .h-md-82 {
    height: 82% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-82 {
    width: 82% !important;
  }
  .h-lg-82 {
    height: 82% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-82 {
    width: 82% !important;
  }
  .h-xl-82 {
    height: 82% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-82 {
    width: 82% !important;
  }
  .h-contents-82 {
    height: 82% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-82 {
    width: 82% !important;
  }
  .h-screen-82 {
    height: 82% !important;
  }
}
.w-83 {
  width: 83%;
}

.h-83 {
  height: 83%;
}

@media screen and (min-width: 0px) {
  .w-xs-83 {
    width: 83% !important;
  }
  .h-xs-83 {
    height: 83% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-83 {
    width: 83% !important;
  }
  .h-sm-83 {
    height: 83% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-83 {
    width: 83% !important;
  }
  .h-md-83 {
    height: 83% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-83 {
    width: 83% !important;
  }
  .h-lg-83 {
    height: 83% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-83 {
    width: 83% !important;
  }
  .h-xl-83 {
    height: 83% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-83 {
    width: 83% !important;
  }
  .h-contents-83 {
    height: 83% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-83 {
    width: 83% !important;
  }
  .h-screen-83 {
    height: 83% !important;
  }
}
.w-84 {
  width: 84%;
}

.h-84 {
  height: 84%;
}

@media screen and (min-width: 0px) {
  .w-xs-84 {
    width: 84% !important;
  }
  .h-xs-84 {
    height: 84% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-84 {
    width: 84% !important;
  }
  .h-sm-84 {
    height: 84% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-84 {
    width: 84% !important;
  }
  .h-md-84 {
    height: 84% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-84 {
    width: 84% !important;
  }
  .h-lg-84 {
    height: 84% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-84 {
    width: 84% !important;
  }
  .h-xl-84 {
    height: 84% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-84 {
    width: 84% !important;
  }
  .h-contents-84 {
    height: 84% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-84 {
    width: 84% !important;
  }
  .h-screen-84 {
    height: 84% !important;
  }
}
.w-85 {
  width: 85%;
}

.h-85 {
  height: 85%;
}

@media screen and (min-width: 0px) {
  .w-xs-85 {
    width: 85% !important;
  }
  .h-xs-85 {
    height: 85% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-85 {
    width: 85% !important;
  }
  .h-sm-85 {
    height: 85% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-85 {
    width: 85% !important;
  }
  .h-md-85 {
    height: 85% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-85 {
    width: 85% !important;
  }
  .h-lg-85 {
    height: 85% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-85 {
    width: 85% !important;
  }
  .h-xl-85 {
    height: 85% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-85 {
    width: 85% !important;
  }
  .h-contents-85 {
    height: 85% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-85 {
    width: 85% !important;
  }
  .h-screen-85 {
    height: 85% !important;
  }
}
.w-86 {
  width: 86%;
}

.h-86 {
  height: 86%;
}

@media screen and (min-width: 0px) {
  .w-xs-86 {
    width: 86% !important;
  }
  .h-xs-86 {
    height: 86% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-86 {
    width: 86% !important;
  }
  .h-sm-86 {
    height: 86% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-86 {
    width: 86% !important;
  }
  .h-md-86 {
    height: 86% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-86 {
    width: 86% !important;
  }
  .h-lg-86 {
    height: 86% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-86 {
    width: 86% !important;
  }
  .h-xl-86 {
    height: 86% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-86 {
    width: 86% !important;
  }
  .h-contents-86 {
    height: 86% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-86 {
    width: 86% !important;
  }
  .h-screen-86 {
    height: 86% !important;
  }
}
.w-87 {
  width: 87%;
}

.h-87 {
  height: 87%;
}

@media screen and (min-width: 0px) {
  .w-xs-87 {
    width: 87% !important;
  }
  .h-xs-87 {
    height: 87% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-87 {
    width: 87% !important;
  }
  .h-sm-87 {
    height: 87% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-87 {
    width: 87% !important;
  }
  .h-md-87 {
    height: 87% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-87 {
    width: 87% !important;
  }
  .h-lg-87 {
    height: 87% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-87 {
    width: 87% !important;
  }
  .h-xl-87 {
    height: 87% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-87 {
    width: 87% !important;
  }
  .h-contents-87 {
    height: 87% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-87 {
    width: 87% !important;
  }
  .h-screen-87 {
    height: 87% !important;
  }
}
.w-88 {
  width: 88%;
}

.h-88 {
  height: 88%;
}

@media screen and (min-width: 0px) {
  .w-xs-88 {
    width: 88% !important;
  }
  .h-xs-88 {
    height: 88% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-88 {
    width: 88% !important;
  }
  .h-sm-88 {
    height: 88% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-88 {
    width: 88% !important;
  }
  .h-md-88 {
    height: 88% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-88 {
    width: 88% !important;
  }
  .h-lg-88 {
    height: 88% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-88 {
    width: 88% !important;
  }
  .h-xl-88 {
    height: 88% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-88 {
    width: 88% !important;
  }
  .h-contents-88 {
    height: 88% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-88 {
    width: 88% !important;
  }
  .h-screen-88 {
    height: 88% !important;
  }
}
.w-89 {
  width: 89%;
}

.h-89 {
  height: 89%;
}

@media screen and (min-width: 0px) {
  .w-xs-89 {
    width: 89% !important;
  }
  .h-xs-89 {
    height: 89% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-89 {
    width: 89% !important;
  }
  .h-sm-89 {
    height: 89% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-89 {
    width: 89% !important;
  }
  .h-md-89 {
    height: 89% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-89 {
    width: 89% !important;
  }
  .h-lg-89 {
    height: 89% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-89 {
    width: 89% !important;
  }
  .h-xl-89 {
    height: 89% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-89 {
    width: 89% !important;
  }
  .h-contents-89 {
    height: 89% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-89 {
    width: 89% !important;
  }
  .h-screen-89 {
    height: 89% !important;
  }
}
.w-90 {
  width: 90%;
}

.h-90 {
  height: 90%;
}

@media screen and (min-width: 0px) {
  .w-xs-90 {
    width: 90% !important;
  }
  .h-xs-90 {
    height: 90% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-90 {
    width: 90% !important;
  }
  .h-sm-90 {
    height: 90% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-90 {
    width: 90% !important;
  }
  .h-md-90 {
    height: 90% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-90 {
    width: 90% !important;
  }
  .h-lg-90 {
    height: 90% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-90 {
    width: 90% !important;
  }
  .h-xl-90 {
    height: 90% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-90 {
    width: 90% !important;
  }
  .h-contents-90 {
    height: 90% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-90 {
    width: 90% !important;
  }
  .h-screen-90 {
    height: 90% !important;
  }
}
.w-91 {
  width: 91%;
}

.h-91 {
  height: 91%;
}

@media screen and (min-width: 0px) {
  .w-xs-91 {
    width: 91% !important;
  }
  .h-xs-91 {
    height: 91% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-91 {
    width: 91% !important;
  }
  .h-sm-91 {
    height: 91% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-91 {
    width: 91% !important;
  }
  .h-md-91 {
    height: 91% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-91 {
    width: 91% !important;
  }
  .h-lg-91 {
    height: 91% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-91 {
    width: 91% !important;
  }
  .h-xl-91 {
    height: 91% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-91 {
    width: 91% !important;
  }
  .h-contents-91 {
    height: 91% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-91 {
    width: 91% !important;
  }
  .h-screen-91 {
    height: 91% !important;
  }
}
.w-92 {
  width: 92%;
}

.h-92 {
  height: 92%;
}

@media screen and (min-width: 0px) {
  .w-xs-92 {
    width: 92% !important;
  }
  .h-xs-92 {
    height: 92% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-92 {
    width: 92% !important;
  }
  .h-sm-92 {
    height: 92% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-92 {
    width: 92% !important;
  }
  .h-md-92 {
    height: 92% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-92 {
    width: 92% !important;
  }
  .h-lg-92 {
    height: 92% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-92 {
    width: 92% !important;
  }
  .h-xl-92 {
    height: 92% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-92 {
    width: 92% !important;
  }
  .h-contents-92 {
    height: 92% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-92 {
    width: 92% !important;
  }
  .h-screen-92 {
    height: 92% !important;
  }
}
.w-93 {
  width: 93%;
}

.h-93 {
  height: 93%;
}

@media screen and (min-width: 0px) {
  .w-xs-93 {
    width: 93% !important;
  }
  .h-xs-93 {
    height: 93% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-93 {
    width: 93% !important;
  }
  .h-sm-93 {
    height: 93% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-93 {
    width: 93% !important;
  }
  .h-md-93 {
    height: 93% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-93 {
    width: 93% !important;
  }
  .h-lg-93 {
    height: 93% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-93 {
    width: 93% !important;
  }
  .h-xl-93 {
    height: 93% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-93 {
    width: 93% !important;
  }
  .h-contents-93 {
    height: 93% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-93 {
    width: 93% !important;
  }
  .h-screen-93 {
    height: 93% !important;
  }
}
.w-94 {
  width: 94%;
}

.h-94 {
  height: 94%;
}

@media screen and (min-width: 0px) {
  .w-xs-94 {
    width: 94% !important;
  }
  .h-xs-94 {
    height: 94% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-94 {
    width: 94% !important;
  }
  .h-sm-94 {
    height: 94% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-94 {
    width: 94% !important;
  }
  .h-md-94 {
    height: 94% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-94 {
    width: 94% !important;
  }
  .h-lg-94 {
    height: 94% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-94 {
    width: 94% !important;
  }
  .h-xl-94 {
    height: 94% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-94 {
    width: 94% !important;
  }
  .h-contents-94 {
    height: 94% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-94 {
    width: 94% !important;
  }
  .h-screen-94 {
    height: 94% !important;
  }
}
.w-95 {
  width: 95%;
}

.h-95 {
  height: 95%;
}

@media screen and (min-width: 0px) {
  .w-xs-95 {
    width: 95% !important;
  }
  .h-xs-95 {
    height: 95% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-95 {
    width: 95% !important;
  }
  .h-sm-95 {
    height: 95% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-95 {
    width: 95% !important;
  }
  .h-md-95 {
    height: 95% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-95 {
    width: 95% !important;
  }
  .h-lg-95 {
    height: 95% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-95 {
    width: 95% !important;
  }
  .h-xl-95 {
    height: 95% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-95 {
    width: 95% !important;
  }
  .h-contents-95 {
    height: 95% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-95 {
    width: 95% !important;
  }
  .h-screen-95 {
    height: 95% !important;
  }
}
.w-96 {
  width: 96%;
}

.h-96 {
  height: 96%;
}

@media screen and (min-width: 0px) {
  .w-xs-96 {
    width: 96% !important;
  }
  .h-xs-96 {
    height: 96% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-96 {
    width: 96% !important;
  }
  .h-sm-96 {
    height: 96% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-96 {
    width: 96% !important;
  }
  .h-md-96 {
    height: 96% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-96 {
    width: 96% !important;
  }
  .h-lg-96 {
    height: 96% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-96 {
    width: 96% !important;
  }
  .h-xl-96 {
    height: 96% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-96 {
    width: 96% !important;
  }
  .h-contents-96 {
    height: 96% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-96 {
    width: 96% !important;
  }
  .h-screen-96 {
    height: 96% !important;
  }
}
.w-97 {
  width: 97%;
}

.h-97 {
  height: 97%;
}

@media screen and (min-width: 0px) {
  .w-xs-97 {
    width: 97% !important;
  }
  .h-xs-97 {
    height: 97% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-97 {
    width: 97% !important;
  }
  .h-sm-97 {
    height: 97% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-97 {
    width: 97% !important;
  }
  .h-md-97 {
    height: 97% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-97 {
    width: 97% !important;
  }
  .h-lg-97 {
    height: 97% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-97 {
    width: 97% !important;
  }
  .h-xl-97 {
    height: 97% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-97 {
    width: 97% !important;
  }
  .h-contents-97 {
    height: 97% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-97 {
    width: 97% !important;
  }
  .h-screen-97 {
    height: 97% !important;
  }
}
.w-98 {
  width: 98%;
}

.h-98 {
  height: 98%;
}

@media screen and (min-width: 0px) {
  .w-xs-98 {
    width: 98% !important;
  }
  .h-xs-98 {
    height: 98% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-98 {
    width: 98% !important;
  }
  .h-sm-98 {
    height: 98% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-98 {
    width: 98% !important;
  }
  .h-md-98 {
    height: 98% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-98 {
    width: 98% !important;
  }
  .h-lg-98 {
    height: 98% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-98 {
    width: 98% !important;
  }
  .h-xl-98 {
    height: 98% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-98 {
    width: 98% !important;
  }
  .h-contents-98 {
    height: 98% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-98 {
    width: 98% !important;
  }
  .h-screen-98 {
    height: 98% !important;
  }
}
.w-99 {
  width: 99%;
}

.h-99 {
  height: 99%;
}

@media screen and (min-width: 0px) {
  .w-xs-99 {
    width: 99% !important;
  }
  .h-xs-99 {
    height: 99% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-99 {
    width: 99% !important;
  }
  .h-sm-99 {
    height: 99% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-99 {
    width: 99% !important;
  }
  .h-md-99 {
    height: 99% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-99 {
    width: 99% !important;
  }
  .h-lg-99 {
    height: 99% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-99 {
    width: 99% !important;
  }
  .h-xl-99 {
    height: 99% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-99 {
    width: 99% !important;
  }
  .h-contents-99 {
    height: 99% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-99 {
    width: 99% !important;
  }
  .h-screen-99 {
    height: 99% !important;
  }
}
.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

@media screen and (min-width: 0px) {
  .w-xs-100 {
    width: 100% !important;
  }
  .h-xs-100 {
    height: 100% !important;
  }
}
@media screen and (min-width: 640px) {
  .w-sm-100 {
    width: 100% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .w-md-100 {
    width: 100% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
}
@media screen and (min-width: 1024px) {
  .w-lg-100 {
    width: 100% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
}
@media screen and (min-width: 1560px) {
  .w-xl-100 {
    width: 100% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
}
@media screen and (min-width: 1200px) {
  .w-contents-100 {
    width: 100% !important;
  }
  .h-contents-100 {
    height: 100% !important;
  }
}
@media screen and (min-width: 1920px) {
  .w-screen-100 {
    width: 100% !important;
  }
  .h-screen-100 {
    height: 100% !important;
  }
}
.border-0 {
  border-width: 0px !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.border-1 {
  border-width: 1px !important;
}

.opacity-1 {
  opacity: 0.1 !important;
}

.border-2 {
  border-width: 2px !important;
}

.opacity-2 {
  opacity: 0.2 !important;
}

.border-3 {
  border-width: 3px !important;
}

.opacity-3 {
  opacity: 0.3 !important;
}

.border-4 {
  border-width: 4px !important;
}

.opacity-4 {
  opacity: 0.4 !important;
}

.border-5 {
  border-width: 5px !important;
}

.opacity-5 {
  opacity: 0.5 !important;
}

.border-6 {
  border-width: 6px !important;
}

.opacity-6 {
  opacity: 0.6 !important;
}

.border-7 {
  border-width: 7px !important;
}

.opacity-7 {
  opacity: 0.7 !important;
}

.border-8 {
  border-width: 8px !important;
}

.opacity-8 {
  opacity: 0.8 !important;
}

.border-9 {
  border-width: 9px !important;
}

.opacity-9 {
  opacity: 0.9 !important;
}

.border-10 {
  border-width: 10px !important;
}

.opacity-10 {
  opacity: 1 !important;
}

.font-weight-thin {
  font-weight: 200;
}

.font-weight-light {
  font-weight: 300;
}

.font-weight-regular {
  font-weight: 400;
}

.font-weight-medium {
  font-weight: 500;
}

.font-weight-semiBold {
  font-weight: 600;
}

.font-weight-bold {
  font-weight: 700;
}

.font-weight-extraBold {
  font-weight: 800;
}

.font-weight-black {
  font-weight: 900;
}

@media screen and (min-width: 0px) {
  .font-weight-xs-thin {
    font-weight: 200 !important;
  }
  .font-weight-xs-light {
    font-weight: 300 !important;
  }
  .font-weight-xs-regular {
    font-weight: 400 !important;
  }
  .font-weight-xs-medium {
    font-weight: 500 !important;
  }
  .font-weight-xs-semiBold {
    font-weight: 600 !important;
  }
  .font-weight-xs-bold {
    font-weight: 700 !important;
  }
  .font-weight-xs-extraBold {
    font-weight: 800 !important;
  }
  .font-weight-xs-black {
    font-weight: 900 !important;
  }
}
@media screen and (min-width: 640px) {
  .font-weight-sm-thin {
    font-weight: 200 !important;
  }
  .font-weight-sm-light {
    font-weight: 300 !important;
  }
  .font-weight-sm-regular {
    font-weight: 400 !important;
  }
  .font-weight-sm-medium {
    font-weight: 500 !important;
  }
  .font-weight-sm-semiBold {
    font-weight: 600 !important;
  }
  .font-weight-sm-bold {
    font-weight: 700 !important;
  }
  .font-weight-sm-extraBold {
    font-weight: 800 !important;
  }
  .font-weight-sm-black {
    font-weight: 900 !important;
  }
}
@media screen and (min-width: 768px) {
  .font-weight-md-thin {
    font-weight: 200 !important;
  }
  .font-weight-md-light {
    font-weight: 300 !important;
  }
  .font-weight-md-regular {
    font-weight: 400 !important;
  }
  .font-weight-md-medium {
    font-weight: 500 !important;
  }
  .font-weight-md-semiBold {
    font-weight: 600 !important;
  }
  .font-weight-md-bold {
    font-weight: 700 !important;
  }
  .font-weight-md-extraBold {
    font-weight: 800 !important;
  }
  .font-weight-md-black {
    font-weight: 900 !important;
  }
}
@media screen and (min-width: 1024px) {
  .font-weight-lg-thin {
    font-weight: 200 !important;
  }
  .font-weight-lg-light {
    font-weight: 300 !important;
  }
  .font-weight-lg-regular {
    font-weight: 400 !important;
  }
  .font-weight-lg-medium {
    font-weight: 500 !important;
  }
  .font-weight-lg-semiBold {
    font-weight: 600 !important;
  }
  .font-weight-lg-bold {
    font-weight: 700 !important;
  }
  .font-weight-lg-extraBold {
    font-weight: 800 !important;
  }
  .font-weight-lg-black {
    font-weight: 900 !important;
  }
}
@media screen and (min-width: 1560px) {
  .font-weight-xl-thin {
    font-weight: 200 !important;
  }
  .font-weight-xl-light {
    font-weight: 300 !important;
  }
  .font-weight-xl-regular {
    font-weight: 400 !important;
  }
  .font-weight-xl-medium {
    font-weight: 500 !important;
  }
  .font-weight-xl-semiBold {
    font-weight: 600 !important;
  }
  .font-weight-xl-bold {
    font-weight: 700 !important;
  }
  .font-weight-xl-extraBold {
    font-weight: 800 !important;
  }
  .font-weight-xl-black {
    font-weight: 900 !important;
  }
}
@media screen and (min-width: 1200px) {
  .font-weight-contents-thin {
    font-weight: 200 !important;
  }
  .font-weight-contents-light {
    font-weight: 300 !important;
  }
  .font-weight-contents-regular {
    font-weight: 400 !important;
  }
  .font-weight-contents-medium {
    font-weight: 500 !important;
  }
  .font-weight-contents-semiBold {
    font-weight: 600 !important;
  }
  .font-weight-contents-bold {
    font-weight: 700 !important;
  }
  .font-weight-contents-extraBold {
    font-weight: 800 !important;
  }
  .font-weight-contents-black {
    font-weight: 900 !important;
  }
}
@media screen and (min-width: 1920px) {
  .font-weight-screen-thin {
    font-weight: 200 !important;
  }
  .font-weight-screen-light {
    font-weight: 300 !important;
  }
  .font-weight-screen-regular {
    font-weight: 400 !important;
  }
  .font-weight-screen-medium {
    font-weight: 500 !important;
  }
  .font-weight-screen-semiBold {
    font-weight: 600 !important;
  }
  .font-weight-screen-bold {
    font-weight: 700 !important;
  }
  .font-weight-screen-extraBold {
    font-weight: 800 !important;
  }
  .font-weight-screen-black {
    font-weight: 900 !important;
  }
}
.bg-white {
  background: #fff;
}

.acti-cate-item:after {
  content: " / ";
}
.acti-cate-item:last-child:after {
  content: "";
}

.popup-wrap {
  position: fixed;
  z-index: 9999999;
  box-shadow: 10px 10px 12px 0 rgba(0, 0, 0, 0.3);
  background: #fcfcfc;
  border: 1px solid #f1f1f1;
  display: none;
  max-width: 100%;
  max-height: 80%;
}

.popup-cont {
  height: 100%;
  overflow-y: auto;
}

.popup-cont a {
  display: block;
}

.popup-cont h3 {
  font-size: 1.5em;
  text-align: center;
  padding: 10px 0;
  color: #0087c1;
  border-bottom: 2px solid #e1e1e1;
}

.popup-cont p {
  line-height: 2;
  padding: 10px;
  background: #f1f1f1;
}

.popup-cont img {
  width: 100%;
}

.popup-bottom {
  display: flex;
  justify-content: space-between;
  background: #0c1536;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  box-shadow: 10px 10px 12px 0 rgba(0, 0, 0, 0.3);
}

.popup-bottom button {
  flex-grow: 1;
  padding: 10px;
  background: #0c1536;
  color: #fff;
  border: 0;
}

.popup-bottom button:first-child {
  border-right: 1px solid #fff;
}

.notice-row:hover {
  background: #f6f6f6;
}

.flex-1 {
  flex: 1;
}

.flex-1 {
  flex: 1;
}

table {
  border-collapse: collapse;
}

a {
  text-decoration: none;
}

.menu-overlay {
  opacity: 0.5;
  background: #000000;
  z-index: 2;
  left: 0;
  top: 0;
  display: none;
}

.desktop-menu-wrapper {
  z-index: 3;
}
.desktop-menu-wrapper .main-menu-item {
  transform: translateY(1px);
  transition: all ease 0.3s;
  border-bottom: 3px solid transparent;
  margin-bottom: 1px;
  color: #363636;
}
.desktop-menu-wrapper .main-menu-item:hover {
  color: #3675D9;
  border-bottom: 3px solid #3675D9;
}
.desktop-menu-wrapper .header-sub-menu-container {
  margin-top: 1px;
  display: none;
  z-index: 3;
}
.desktop-menu-wrapper .header-sub-menu-container > ul li a {
  transition: all ease 0.3s;
  color: #363636;
}
.desktop-menu-wrapper .header-sub-menu-container > ul li a:hover {
  transform: translate(3px, -3px);
  color: #3675D9;
}
.desktop-menu-wrapper .header-sub-menu-container > ul li ul li a {
  line-height: 1.2;
}
.desktop-menu-wrapper .sub-menu-bg {
  display: none;
  height: 231px;
  z-index: 1;
}

.sidebar .sidebar-container .sidebar-header {
  aspect-ratio: 220/138;
  width: 220px;
  background: #2649A4 url("/resources/images/new/common/bg-sub-nav.png") center top no-repeat;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.sidebar .sidebar-container {
  transform: translateY(-5.625rem);
}
.sidebar .sidebar-container a:hover, .sidebar .sidebar-container button:hover {
  color: #3675D9;
}
.sidebar .sidebar-container button:not(.collapsed):after {
  background: url("/resources/images/new/common/ic-side-menu-open.png") no-repeat;
}
.sidebar .sidebar-container button:after {
  content: "";
  display: block;
  background: url("/resources/images/new/common/ic-side-menu-close.png") no-repeat;
  width: 20px;
  height: 20px;
}

.paging-wrap li {
  width: 30px;
  height: 30px;
}

.content-container {
  max-width: 1200px;
}

.font-paperozi {
  font-family: "Paperozi", serif;
}

.font-gmarket {
  font-family: "GMarketSans", serif;
}

.object-fit-cover {
  object-fit: cover;
  object-position: center center;
}

.prevent-overflow {
  overflow-x: auto;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

input, select {
  height: 40px;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

textarea {
  border: 1px solid #D9D9D9;
  border-radius: 5px;
}

.indent-dot {
  align-items: stretch;
  display: flex;
  justify-content: start;
}
.indent-dot:before {
  content: "·";
  display: block;
  margin-right: 0.5rem;
}

.indent-dot-bold {
  align-items: stretch;
  display: flex;
  justify-content: start;
}
.indent-dot-bold:before {
  content: "•";
  display: block;
  position: relative;
  left: -0.25em;
}

.indent-blue-dot-bold {
  align-items: stretch;
  display: flex;
  justify-content: start;
}
.indent-blue-dot-bold:before {
  content: "•";
  display: block;
  margin-right: 0.5rem;
  color: #3675D9;
  font-size: 1.5rem;
  position: relative;
  top: -0.15rem;
}

.indent-dash {
  align-items: stretch;
  display: flex;
  justify-content: start;
}
.indent-dash:before {
  content: "-";
  display: block;
  margin-right: 0.25rem;
  font-size: inherit;
}

.keep-all {
  word-break: keep-all;
}

.break-word {
  word-break: break-word;
}

.border-radius-5 {
  border-radius: 5px;
}

.border-radius-10 {
  border-radius: 10px;
}

.border-radius-15 {
  border-radius: 15px;
}

.border-radius-20 {
  border-radius: 20px;
}

.border-radius-25 {
  border-radius: 25px;
}

.border-radius-30 {
  border-radius: 30px;
}

.btn-next {
  position: relative;
  padding-right: 1rem;
}
.btn-next::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("/resources/images/new/sub/ic-anno-next.png");
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translate(0, -50%);
}

.btn-prev {
  position: relative;
  padding-left: 1rem;
}
.btn-prev::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("/resources/images/new/sub/ic-anno-prev.png");
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translate(0, -50%);
}

@media screen and (min-width: 0px) {
  .border-radius-xs-5 {
    border-radius: 5px !important;
  }
  .border-radius-xs-10 {
    border-radius: 10px !important;
  }
  .border-radius-xs-15 {
    border-radius: 15px !important;
  }
  .border-radius-xs-20 {
    border-radius: 20px !important;
  }
  .border-radius-xs-25 {
    border-radius: 25px !important;
  }
  .border-radius-xs-30 {
    border-radius: 30px !important;
  }
}
@media screen and (min-width: 640px) {
  .border-radius-sm-5 {
    border-radius: 5px !important;
  }
  .border-radius-sm-10 {
    border-radius: 10px !important;
  }
  .border-radius-sm-15 {
    border-radius: 15px !important;
  }
  .border-radius-sm-20 {
    border-radius: 20px !important;
  }
  .border-radius-sm-25 {
    border-radius: 25px !important;
  }
  .border-radius-sm-30 {
    border-radius: 30px !important;
  }
}
@media screen and (min-width: 768px) {
  .border-radius-md-5 {
    border-radius: 5px !important;
  }
  .border-radius-md-10 {
    border-radius: 10px !important;
  }
  .border-radius-md-15 {
    border-radius: 15px !important;
  }
  .border-radius-md-20 {
    border-radius: 20px !important;
  }
  .border-radius-md-25 {
    border-radius: 25px !important;
  }
  .border-radius-md-30 {
    border-radius: 30px !important;
  }
}
@media screen and (min-width: 1024px) {
  .border-radius-lg-5 {
    border-radius: 5px !important;
  }
  .border-radius-lg-10 {
    border-radius: 10px !important;
  }
  .border-radius-lg-15 {
    border-radius: 15px !important;
  }
  .border-radius-lg-20 {
    border-radius: 20px !important;
  }
  .border-radius-lg-25 {
    border-radius: 25px !important;
  }
  .border-radius-lg-30 {
    border-radius: 30px !important;
  }
}
@media screen and (min-width: 1560px) {
  .border-radius-xl-5 {
    border-radius: 5px !important;
  }
  .border-radius-xl-10 {
    border-radius: 10px !important;
  }
  .border-radius-xl-15 {
    border-radius: 15px !important;
  }
  .border-radius-xl-20 {
    border-radius: 20px !important;
  }
  .border-radius-xl-25 {
    border-radius: 25px !important;
  }
  .border-radius-xl-30 {
    border-radius: 30px !important;
  }
}
@media screen and (min-width: 1200px) {
  .border-radius-contents-5 {
    border-radius: 5px !important;
  }
  .border-radius-contents-10 {
    border-radius: 10px !important;
  }
  .border-radius-contents-15 {
    border-radius: 15px !important;
  }
  .border-radius-contents-20 {
    border-radius: 20px !important;
  }
  .border-radius-contents-25 {
    border-radius: 25px !important;
  }
  .border-radius-contents-30 {
    border-radius: 30px !important;
  }
}
@media screen and (min-width: 1920px) {
  .border-radius-screen-5 {
    border-radius: 5px !important;
  }
  .border-radius-screen-10 {
    border-radius: 10px !important;
  }
  .border-radius-screen-15 {
    border-radius: 15px !important;
  }
  .border-radius-screen-20 {
    border-radius: 20px !important;
  }
  .border-radius-screen-25 {
    border-radius: 25px !important;
  }
  .border-radius-screen-30 {
    border-radius: 30px !important;
  }
}
.line-height-1 {
  line-height: 1em;
}

.line-height-1-25 {
  line-height: 1.25em;
}

.line-height-1-5 {
  line-height: 1.5em;
}

.line-height-1-75 {
  line-height: 1.75em;
}

.line-height-2 {
  line-height: 2em;
}

.checkbox {
  appearance: none;
  background-image: url("/resources/images/new/common/ic-check.png");
  background-repeat: no-repeat;
  background-size: 80%;
  background-color: #C8CDD7;
  background-position: center center;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 100%;
}
.checkbox:checked {
  background-color: #3675D9;
}
.checkbox.square {
  border-radius: 5px;
}

.checkbox2 {
  appearance: none;
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center center;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 5px;
  border: 1px solid #D9D9D9;
}
.checkbox2:checked {
  background-color: #3675D9;
  background-image: url("/resources/images/new/common/ic-check.png");
  border: 1px solid #3675D9;
}
.checkbox2.square {
  border-radius: 5px;
}

.vertical-top {
  vertical-align: top;
}

.vertical-middle {
  vertical-align: middle;
}

.vertical-bottom {
  vertical-align: bottom;
}

.accordion-button:after {
  background-image: url("/resources/images/new/common/ic-sub-menu-close.png");
  background-size: 22px;
}
.accordion-button:not(.collapsed) {
  background: #3675D9 !important;
  color: white !important;
}
.accordion-button:not(.collapsed):after {
  background-image: url("/resources/images/new/common/ic-sub-menu-open.png") !important;
}

.cursor-pointer {
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .btn-next::after {
    right: 2rem;
  }
  .btn-prev::after {
    left: 2rem;
  }
}
input[type=text]:read-only, textarea:read-only {
  background: #f6f6f6;
}

.memo {
  word-break: break-all;
}
.memo img {
  max-width: 100% !important;
}

#main {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.main .main-wrapper .content-container .desktop-slide-wrapper {
  aspect-ratio: 320/323;
  border-radius: 30px;
}
.main .main-wrapper .content-container .desktop-slide-wrapper .swiper-slide {
  border-radius: 30px;
}
.main .main-wrapper .content-container .desktop-slide-wrapper .main-visual-btn-container .swiper-pagination {
  bottom: 0;
}
.main .main-wrapper .content-container .search-container {
  background: linear-gradient(to right, #8579F7, #6AAAE6);
  border-radius: 30px;
}
.main .main-wrapper .content-container .main-search-container {
  height: 42px;
  border-radius: 1rem;
}
.main .main-wrapper .content-container .main-search-container .btn-search {
  aspect-ratio: 1/1;
  width: 34px;
  border-radius: 0.75rem;
}
.main .main-wrapper .content-container .main-search-container .btn-search img {
  aspect-ratio: 1/1;
  width: 16px;
}
.main .main-wrapper .content-container .main-inquiry {
  border-radius: 30px;
}
.main .main-wrapper .content-container .main-quick-menu {
  border-radius: 20px;
  box-shadow: 0 0 10px #eee;
}
.main .main-wrapper .content-container .main-quick-menu a img {
  aspect-ratio: 1/1;
}
.main .main-wrapper .content-container .main-quick-menu a:nth-child(2) {
  position: relative;
}
.main .main-wrapper .content-container .main-quick-menu a:nth-child(2):before, .main .main-wrapper .content-container .main-quick-menu a:nth-child(2):after {
  content: "";
  display: block;
  width: 1px;
  height: 50%;
  position: absolute;
  background: #eeeeee;
  top: 15%;
}
.main .main-wrapper .content-container .main-quick-menu a:nth-child(2):before {
  left: 0;
}
.main .main-wrapper .content-container .main-quick-menu a:nth-child(2):after {
  right: 0;
}
.main .main-wrapper .content-container .btn-more {
  box-shadow: 0 0 10px #eee;
  border-radius: 16px;
}
.main .main-wrapper .content-container .anno-type-container {
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.main .main-wrapper .content-container .anno-type-container button {
  border-radius: 16px;
  height: 48px;
}
.main .main-wrapper .content-container .anno-item-list-container {
  gap: 10px;
}
.main .main-wrapper .content-container .anno-item-list-container a {
  border: 2px solid white;
  box-shadow: 0 0 10px #eee;
  border-radius: 16px;
  height: 91px;
}
.main .main-wrapper .content-container .anno-item-list-container a:hover {
  border-color: #3675D9;
}
.main .main-wrapper .content-container .story-container a {
  border-radius: 16px;
  box-shadow: 0 0 10px #eee;
}
.main .main-wrapper .content-container .story-container a img {
  aspect-ratio: 382/220;
}
.main .main-wrapper .content-container .main-board {
  max-width: 791px;
  box-shadow: 0 0 10px #eee;
  border-radius: 20px;
}
.main .main-wrapper .content-container .main-board .main-board-title button {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 4px solid #F3F4F6;
  width: 118px;
}
.main .main-wrapper .content-container .main-board .main-board-title button.active {
  border-color: #3675D9;
}
.main .main-wrapper .content-container .main-board .ic-main-board-more {
  aspect-ratio: 1/1;
}
.main .main-wrapper .content-container .main-board .ic-main-board-more img {
  width: 100%;
}
.main .main-wrapper .content-container .main-board .board-item-container .board-item {
  transition: all ease 0.3s;
}
.main .main-wrapper .content-container .main-board .board-item-container .board-item .d-day {
  min-width: 33px;
}
.main .main-wrapper .content-container .main-board .board-item-container .board-item:hover {
  transform: translate(3px, -3px);
  font-weight: bold;
}
.main .main-wrapper .content-container .marketing-container {
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.main .main-wrapper .content-container .marketing-container a {
  box-shadow: 0 0 10px #eee;
  border-radius: 16px;
}

.sub-visual-wrapper {
  background: url("/resources/images/new/sub/bg-mypage.png") center center no-repeat;
}
.sub-visual-wrapper.business {
  background: url("/resources/images/new/sub/bg-business.png") center center no-repeat;
}
.sub-visual-wrapper.promotion {
  background: url("/resources/images/new/sub/bg-promotion.png") center center no-repeat;
}
.sub-visual-wrapper.board {
  background: url("/resources/images/new/sub/bg-board.png") center center no-repeat;
}
.sub-visual-wrapper.info {
  background: url("/resources/images/new/sub/bg-info.png") center center no-repeat;
}
.sub-visual-wrapper.member {
  background: url("/resources/images/new/sub/bg-member.png") center center no-repeat;
}
.sub-visual-wrapper.mypage {
  background: url("/resources/images/new/sub/bg-mypage.png") center center no-repeat;
}

.search-wrapper button {
  width: 59px;
  height: 38px;
}
.search-wrapper input, .search-wrapper select {
  height: 38px;
}
.search-wrapper select {
  min-width: 134px;
}

.result-list-wrapper .list-item:hover {
  background: #F8FAFE;
}

.section-title {
  background: url("/resources/images/new/sub/ic-section-title.png") left top no-repeat;
  padding-top: 0.75rem;
}

.section-title2:before {
  content: "";
  display: inline-block;
  background: #3675D9;
  border-radius: 100%;
  width: 9px;
  height: 9px;
  margin-right: 0.5rem;
}

.step-location-container {
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.join-step-location-container {
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.detail-btn {
  max-width: 120px;
  border-radius: 10px;
  display: inline-block;
  text-align: center;
}

.receipt-keyword-container {
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.btn-wrapper {
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.eval-container {
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.business-intro-btn-container {
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10px;
  row-gap: 4px;
}
.business-intro-btn-container button {
  height: 40px;
}

.promotion-intro-content-container .d-md-grid {
  top: -20px;
}
.promotion-intro-content-container .d-md-grid .rounded-circle {
  aspect-ratio: 1/1;
}
.promotion-intro-content-container .d-md-grid .position-relative {
  top: -0.5rem;
}

.promotion-local-list-wrapper .result-list-wrapper .d-md-grid > a {
  overflow-x: auto;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}
.promotion-local-list-wrapper .result-list-wrapper .d-md-grid > a img {
  aspect-ratio: 30/19;
}

.text-truncate.line2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
}

.info-intro-business-container {
  grid-template-columns: repeat(1, 1fr);
  gap: 12px;
  overflow-x: auto;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}

.info-map-container #map {
  aspect-ratio: 320/135;
}

.top-btn {
  right: 1rem;
  bottom: 5rem;
  transform: translateY(-50%);
  width: 40px;
}
.top-btn img {
  max-width: 15px;
}

.error-container {
  padding: 3rem;
  margin-bottom: 10rem;
  margin-top: 10rem;
}

.error-container > div {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.error-container .content-header {
  display: none;
}

.error-container .headline {
  font-size: 5rem;
}

.error-container .input-group {
  justify-content: center;
}

.my-header-container {
  grid-template-columns: repeat(3, 1fr);
}

.introduction-container {
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.supply-container {
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.win-popup {
  padding: 1rem;
}
.win-popup table {
  border-top: 2px solid #dee2e6;
  width: 100%;
}
.win-popup table th {
  min-height: 25px;
  background: #F9F9FA;
  padding: 0.5rem 0;
  text-align: center;
}
.win-popup table td {
  border-bottom: 1px solid #dee2e6;
}
.win-popup table .not-content {
  padding: 80px 0;
  line-height: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.win-popup .btn-wrap {
  margin-top: 1rem;
  text-align: right;
}

.popup-wrapper {
  padding: 1rem;
}
.popup-wrapper .big {
  font-size: 2rem;
}
.popup-wrapper #customNotice {
  padding: 1rem;
  background: #F9F9FA;
}
.popup-wrapper .category-option {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.popup-wrapper .category-option p span select {
  width: 100%;
}
.popup-wrapper .category-option p span input {
  width: 100%;
}
.popup-wrapper .category-option .w-full {
  grid-column: 1/3;
}
.popup-wrapper table {
  border-top: 2px solid #dee2e6;
  width: 100%;
  padding: 1rem;
  margin-top: 1rem;
}
.popup-wrapper table th {
  min-height: 25px;
  background: #F9F9FA;
  padding: 0.5rem 0;
  text-align: center;
}
.popup-wrapper table td {
  border-bottom: 1px solid #dee2e6;
  padding: 0.5rem;
  text-align: center;
}
.popup-wrapper table td dl dt {
  display: none;
}
.popup-wrapper table td.left {
  text-align: left;
}
.popup-wrapper table .not-content {
  padding: 80px 0;
  line-height: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.popup-wrapper .btn-wrapper {
  text-align: right;
}

.slogan-container {
  background: url("/resources/images/new/sub/bg-greeting.png") center center no-repeat;
  background-size: cover;
}

.news-intro-intro .news-intro-basis {
  grid-template-columns: repeat(1, 1fr);
  gap: 1.5rem;
}
.news-intro-intro .news-intro-basis > div {
  border-radius: 10px;
}
.news-intro-intro .news-intro-basis > div span {
  aspect-ratio: 1/1;
  width: 2rem;
}
.news-intro-intro .news-intro-goal-title {
  background: url("/resources/images/new/sub/bg-news-intro-goal-01.png") calc(50% - 5.5em) top no-repeat, url("/resources/images/new/sub/bg-news-intro-goal-02.png") calc(50% + 5.5em) top no-repeat;
}
.news-intro-intro .news-intro-goal {
  grid-template-columns: repeat(1, 1fr);
  gap: 0.75rem;
}
.news-intro-intro .news-intro-goal > div {
  border-radius: 10px;
}
.news-intro-intro .vision-title {
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.news-intro-intro .vision-container {
  border: 4px solid transparent;
  background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #6EA8F2 0%, #CFE8FF 50%, #BDFFE0 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
.news-intro-intro .core-value-container {
  background: url("/resources/images/new/sub/bg-vision-arrow.png") center top no-repeat;
  background-size: 290px;
}
.news-intro-intro .core-value-box-container {
  grid-template-columns: repeat(1, 1fr);
  gap: 0.75rem;
}
.news-intro-intro .core-value-box-container > div {
  border-radius: 10px;
}
.news-intro-intro .core-value-box-container > div:first-child {
  background: #EBF6FF;
}
.news-intro-intro .core-value-box-container > div:nth-child(2) {
  background: #FFECE9;
}
.news-intro-intro .core-value-box-container > div:nth-child(3) {
  background: #FFF3DA;
}
.news-intro-intro .core-goal-container {
  background: url("/resources/images/new/sub/bg-vision-arrow.png") center top no-repeat;
  background-size: 290px;
}
.news-intro-intro .core-goal-box-container {
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}
.news-intro-intro .core-goal-box-container > div {
  border-radius: 10px;
}
.news-intro-intro .management-goal-container {
  background: url("/resources/images/new/sub/bg-vision-arrow.png") center top no-repeat;
  background-size: 290px;
}
.news-intro-intro .management-goal-container .management-goal > div:first-child {
  aspect-ratio: 1/1;
  width: 11rem;
}
.news-intro-intro .work-item .index {
  aspect-ratio: 1/1;
  width: 2rem;
}
.news-intro-intro .grid-box-container {
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}
.news-intro-intro .grid-box-container > div:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #3675D9;
}
.news-intro-intro .bg-gray-f3 {
  background: #F3F4F6;
}
.news-intro-intro .border-radius-20 {
  border-radius: 20px;
}
.news-intro-intro .position-absolute {
  position: absolute;
}
.news-intro-intro .position-relative {
  position: relative;
}
.news-intro-intro .bg-blue-36 {
  background: #3675D9;
}
.news-intro-intro .bg-blue-eb {
  background: #EBF6FF;
}
.news-intro-intro .bg-blue-89 {
  background: #2361B9;
}
.news-intro-intro .bg-blue-19 {
  background: #194C95;
}
.news-intro-intro .color-blue-36 {
  color: #3675D9;
}
.news-intro-intro .color-red-57 {
  color: #FF7057;
}
.news-intro-intro .color-yellow-f3 {
  color: #F3C460;
}
.news-intro-intro .color-green-93 {
  color: #93F0C5;
}
.news-intro-intro .border-blue-cf {
  border-color: #CFE8FF;
}
.news-intro-intro .rounded-pill {
  border-radius: 50%;
}

.promotion-wrap .main-swiper {
  height: 500px;
}
.promotion-wrap .swiper-button-prev, .promotion-wrap .swiper-button-next {
  border-color: transparent;
  background: #747677;
}

.responsive-table {
  width: 100%;
}

.responsive-table thead {
  display: none; /* 헤더 숨기기 */
}

.responsive-table colgroup {
  display: none;
}

.responsive-table tr {
  display: block;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 10px;
}

.responsive-table td {
  display: block; /* 줄바꿈 발생 */
  text-align: right !important;
  padding: 8px 10px;
  position: relative;
  border-bottom: 1px solid #eee;
}
.responsive-table td .d-flex {
  justify-content: end !important;
}

.responsive-table td:last-child {
  border-bottom: none;
}

/* 왼쪽 제목 표시 */
.responsive-table td::before {
  content: attr(data-label);
  position: absolute;
  left: 10px;
  font-weight: bold;
  color: #666;
}

.td-wrap {
  word-break: break-all; /* 단어 단위가 아닌 글자 단위로 강제 줄바꿈 */
  overflow-wrap: break-word; /* 긴 단어가 셀을 넘어가면 줄바꿈 */
  white-space: normal; /* 기본값: 자동 줄바꿈 허용 */
}

@media screen and (min-width: 768px) {
  .detail-btn {
    max-width: 186px;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
  }
  .my-header-container {
    grid-template-columns: repeat(7, 1fr);
  }
  .introduction-container {
    grid-template-columns: repeat(7, 1fr);
  }
  .supply-container {
    grid-template-columns: repeat(6, 1fr);
  }
  .top-btn {
    right: 3rem;
    width: 58px;
  }
  .top-btn img {
    max-width: 22px;
  }
  .text-truncate.line2 {
    -webkit-line-clamp: 1;
  }
  .text-truncate.pc-line2 {
    -webkit-line-clamp: 2 !important;
  }
  .main {
    background-image: url("/resources/images/new/main/bg-main-left-top.png"), url("/resources/images/new/main/bg-main-right-top.png"), url("/resources/images/new/main/bg-main-bottom.png");
    background-position: left top, right top, center bottom;
    background-repeat: no-repeat;
  }
  .main .main-wrapper .content-container .desktop-slide-wrapper {
    aspect-ratio: 847/465;
    border-radius: 30px;
  }
  .main .main-wrapper .content-container .desktop-slide-wrapper .swiper-slide {
    border-radius: 30px;
  }
  .main .main-wrapper .content-container .desktop-slide-wrapper .main-visual-btn-container .swiper-pagination {
    bottom: 0;
  }
  .main .main-wrapper .content-container .mobile-main-visual {
    aspect-ratio: 320/170;
  }
  .main .main-wrapper .content-container .mobile-main-visual .inner-gray {
    background: rgba(0, 0, 0, 0.2);
  }
  .main .main-wrapper .content-container .search-container {
    background: linear-gradient(to right, #8579F7, #6AAAE6);
    border-radius: 30px;
  }
  .main .main-wrapper .content-container .main-search-container {
    height: 42px;
    border-radius: 1rem;
  }
  .main .main-wrapper .content-container .main-search-container .btn-search {
    aspect-ratio: 1/1;
    width: 34px;
    border-radius: 0.75rem;
  }
  .main .main-wrapper .content-container .main-search-container .btn-search img {
    aspect-ratio: 1/1;
    width: 16px;
  }
  .main .main-wrapper .content-container .main-inquiry {
    border-radius: 30px;
  }
  .main .main-wrapper .content-container .main-quick-menu {
    border-radius: 20px;
    box-shadow: 0 0 10px #eee;
  }
  .main .main-wrapper .content-container .main-quick-menu a img {
    aspect-ratio: 1/1;
  }
  .main .main-wrapper .content-container .main-quick-menu a:nth-child(2) {
    position: relative;
  }
  .main .main-wrapper .content-container .main-quick-menu a:nth-child(2):before, .main .main-wrapper .content-container .main-quick-menu a:nth-child(2):after {
    content: "";
    display: block;
    width: 1px;
    height: 50%;
    position: absolute;
    background: #eeeeee;
    top: 15%;
  }
  .main .main-wrapper .content-container .main-quick-menu a:nth-child(2):before {
    left: 0;
  }
  .main .main-wrapper .content-container .main-quick-menu a:nth-child(2):after {
    right: 0;
  }
  .main .main-wrapper .content-container .btn-more {
    box-shadow: 0 0 10px #eee;
    border-radius: 16px;
  }
  .main .main-wrapper .content-container .anno-type-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .main .main-wrapper .content-container .anno-type-container button {
    border-radius: 16px;
    height: 48px;
    width: 186px;
  }
  .main .main-wrapper .content-container .anno-item-list-container {
    gap: 10px;
  }
  .main .main-wrapper .content-container .anno-item-list-container a {
    box-shadow: 0 0 10px #eee;
    border-radius: 16px;
    height: 91px;
  }
  .main .main-wrapper .content-container .story-container a {
    border-radius: 16px;
    box-shadow: 0 0 10px #eee;
  }
  .main .main-wrapper .content-container .story-container a img {
    aspect-ratio: 382/220;
  }
  .search-wrapper button {
    width: 59px;
    height: 38px;
  }
  .search-wrapper select {
    min-width: 154px;
  }
  .search-wrapper .label {
    width: 50px;
  }
  .step-location-container {
    grid-template-columns: repeat(6, 1fr);
    gap: 50px;
  }
  .step-location-container > div {
    position: relative;
  }
  .step-location-container > div:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 1px;
    top: 33px;
    left: 75%;
    background: #D9D9D9;
  }
  .step-location-container > div:last-child:after {
    display: none;
  }
  .receipt-keyword-container {
    grid-template-columns: repeat(5, 1fr);
  }
  .eval-container {
    grid-template-columns: repeat(5, 1fr);
  }
  .business-intro-btn-container {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 7px;
    row-gap: 7px;
  }
  .business-intro-btn-container button {
    height: 45px;
  }
  .promotion-intro-content-container .d-md-grid {
    top: -40px;
    grid-template-columns: repeat(3, 1fr);
    gap: 33px;
  }
  .promotion-intro-content-container .promotion-five-requirement div {
    height: 78px;
  }
  .promotion-local-list-wrapper .result-list-wrapper .d-md-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
  .info-intro-business-container {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
  .info-intro-business-container > div {
    min-height: 145px;
  }
  .info-intro-business-container > div > img {
    left: -5px;
    top: -5px;
  }
  .info-map-container #map {
    aspect-ratio: 937/325;
  }
  .join-step-location-container {
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
  }
  .join-step-location-container > div {
    position: relative;
  }
  .join-step-location-container > div:after {
    content: "";
    position: absolute;
    width: 150px;
    height: 1px;
    top: 33px;
    left: 75%;
    background: #D9D9D9;
  }
  .join-step-location-container > div:last-child:after {
    display: none;
  }
  .news-intro-intro .news-intro-basis {
    grid-template-columns: repeat(3, 1fr);
  }
  .news-intro-intro .news-intro-goal {
    grid-template-columns: repeat(4, 1fr);
    gap: 0.75rem;
  }
  .news-intro-intro .core-value-box-container {
    grid-template-columns: repeat(3, 1fr);
  }
  .news-intro-intro .core-goal-box-container {
    grid-template-columns: repeat(4, 1fr);
  }
  .news-intro-intro .management-goal .vision-dots {
    width: 9px;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 9px);
  }
  .news-intro-intro .work-list {
    grid-template-columns: repeat(4, 1fr);
    column-gap: 0.75rem;
  }
  .news-intro-intro .work-list > div .work-item .index {
    aspect-ratio: 1/1;
    width: 1.5rem;
  }
  .news-intro-intro .grid-box-container {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
  .news-intro-intro .grid-box-container > div:before {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #3675D9;
  }
}

/*# sourceMappingURL=style.css.map */
