<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background-color: #ff9db1;
  background-repeat: repeat;
  color: #2e2f33;
  font-family: "Lato", sans-serif !important;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.625;
  padding-top: 40px;
}

h2 {
  text-align: center;
  font-size: 30px;
  background: rgba(255, 255, 255, 0.6);
  padding: 20px 10px 20px;
  font-weight: bold;
}

p {
  padding: 20px;
}

.bg-white {
  background-color: white;
}

.grid-auto {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 26px;
}

.grid-auto a {
  display: block;
  padding: 10px;
}

@media (max-width: 959px) {
  .grid-auto img {
    width: auto;
  }
}
@media (max-width: 420px) {
  .grid-auto img {
    width: 90%;
  }
}
.d-none {
  display: none;
}

.inquiry-btn {
  color: #0073ff;
  text-align: center;
  text-decoration: underline;
  padding: 40px 0 20px;
}

nav {
  width: 100%;
  background-color: #ff9db1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  padding: 10px 16px;
}

@media (max-width: 959px) {
  nav {
    position: fixed;
    top: 0 !important;
  }
}
nav .logo {
  max-width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

nav .logo img {
  width: 100px;
}

nav .logo span {
  font-size: 24px;
  color: white;
}

nav .signup-btn {
  text-decoration: none;
  color: white;
  background: #ff3760;
  display: block;
  text-align: center;
  padding: 4px 12px;
  border-radius: 4px;
}

a {
  color: #13afdf;
  text-decoration: none;
}

a img:hover {
  -webkit-transition: -webkit-filter 0.7s ease;
  transition: -webkit-filter 0.7s ease;
  transition: filter 0.7s ease;
  transition: filter 0.7s ease, -webkit-filter 0.7s ease;
  -webkit-filter: brightness(150%);
  filter: brightness(150%);
}

article, .box {
  max-width: 1280px;
  width: 100%;
  margin: auto;
}

img {
  display: block;
  margin: auto;
  height: auto;
}

@media (max-width: 959px) {
  img {
    width: 100%;
  }
}
img[src*=-title]:not([src*="main-title-1.gif"]) {
  width: 100%;
}

section {
  background-image: url(../imgs/bg_polka-dots.jpg);
  background-repeat: repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

dl {
  background-color: white;
}

dl.on dd {
  display: block !important;
  -webkit-animation: show 0.5s ease 0s;
  animation: show 0.5s ease 0s;
}

dl.on svg.d-none {
  display: block !important;
}

dl.on svg:not(.d-none) {
  display: none;
}

dt {
  padding: 15px;
  border: 1px solid #eee;
  border-top: none;
  cursor: pointer;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

dd {
  display: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 1px solid #eee;
  padding: 20px;
}

@-webkit-keyframes show {
  from {
    opacity: 0;
    height: 0%;
  }
  to {
    opacity: 1;
    height: 100%;
  }
}
@keyframes show {
  from {
    opacity: 0;
    height: 0%;
  }
  to {
    opacity: 1;
    height: 100%;
  }
}
footer {
  background-color: #2e2f33;
  color: #959595;
  font-size: 12px;
  font-weight: 700;
  padding: 40px 0 8%;
  text-align: center;
}

.titleBar {
  background-color: #333;
  text-align: center;
  padding: 1rem;
  height: auto;
}

.titleBar a {
  color: #FFF;
}

.go-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  background-color: #777;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
}

.go-top svg {
  width: 30px;
  height: 30px;
  fill: #eee;
}

body.scroll nav {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 2px 2px rgba(0, 0, 0, 0.15), 0 4px 4px rgba(0, 0, 0, 0.15), 0 8px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 2px 2px rgba(0, 0, 0, 0.15), 0 4px 4px rgba(0, 0, 0, 0.15), 0 8px 8px rgba(0, 0, 0, 0.15);
}

@media (max-width: 959px) {
  body.scroll nav {
    position: fixed;
    top: 0 !important;
  }

  img {
    width: 100%;
  }

  .grid-auto img {
    width: auto;
  }
}
@media (max-width: 420px) {
  .grid-auto img {
    width: 90%;
  }
}
/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */
</pre></body></html>