<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* temporary */
.guides {
    display: none !important;
}
.library {
    display: none !important;
}
.header-tele {
    display: none !important;
}
.renovation {
    display: none !important;
}
.card-body{
			height: 450px;
/*			max-height: 450px;*/
			overflow: auto;
		}

		.card ::-webkit-scrollbar{
			width: 12px;
		}
		.card ::-webkit-scrollbar-track {
			-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
			border-radius: 10px;
			background-color: #f2f2f2;
		}
		.card ::-webkit-scrollbar-thumb{
			background-color: #16284C;
			border-radius: 10px;
		}
.section__bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 0;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}
@media (min-width: 576px) {
  .navbar-brand {
      width: 300px;
      height: 57px;
  }
}
@media (min-width: 768px) {
  .navbar-brand {
      width: 300px;
      height: 57px;
  }
}
@media (min-width: 992px) {
  .navbar-brand {
      width: 300px;
      height: 57px;
  }
}
@media (min-width: 1200px) {
  .navbar-brand {
      width: 360px;
      height: 57px;
  }
}

	</pre></body></html>