<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.container {
  max-width: 1280px;
}

a.nav-link {
  color: #000;
}
a.nav-link.active {
  font-weight: bold;
}
img {
  max-width: 100%;
}
html {
  scroll-behavior: smooth;
}
body, html {
  overflow-x: hidden;

}
button:focus {
    outline: none;
}
footer {
  background-color: #f6f6f6;
  z-index: 1;
}
footer a {
  color: #000;
  padding: 0 0.5rem;
  transition: all .5s linear;
}
footer a:hover {
  color: #743ca5;
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 4;
  background-color: #fff;
}
div.headergb {
    background: linear-gradient(to bottom, #00000020, transparent);
    position: absolute;
    height: 30px;
    width: 100%;
    bottom: 0;
    margin-bottom: -30px;
}
.main {
  padding-top: 116px;
}
.subpage {
  line-height: 2;
  font-size: 1.2rem;
  padding-top: 116px;
  color: #565759;
}
.subpage.download, .subpage .address {
  color: #000;
}
.subpage &gt; div {
  padding: 80px 0;
}

.page-bg {
  position: absolute;
  height: 400px;
  width: 100%;
  top: 0;
  z-index: 1;
}
.header {
  margin: 60px auto;
  margin-bottom: -20px;
  display: block;
  z-index: 2;
  position: relative;
}
.sub-header {
  padding-top: 20px;
  padding-bottom: 50px;
}
.mobile_header {
  z-index: 2;
  position: relative;
  margin-bottom: -20px;
}
.main {
  position: relative;
}
.nav-item .dropdown-menu {
  transition: none;
  min-width: 0px;
}
.logo {
  width: 280px;
  transition: width .2s linear;
}
.scrolled .logo {
  width: 220px;
}
.navbar {
  padding: 1.5rem 0.8rem;
  transition: padding .2s linear;
}
.scrolled .navbar {
  padding: 1rem 1rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  transition: color .3s linear;
}
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #743ca5;
}
.menu {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  padding: 0;
  outline: none;
}
.line {
  fill: none;
  stroke: black;
  stroke-width: 6;
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.line2 {
  stroke-dasharray: 60 60;
  stroke-width: 6;
}
.line3 {
  stroke-dasharray: 60 207;
  stroke-width: 6;
}
.opened .line1 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.opened .line2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
  stroke-width: 6;
}
.opened .line3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
  stroke-width: 6;
}
.row {
  margin: 0;
}
.nav-item {
  position: relative;
}
.dropdown-menu {
  border: none;
  border-radius: 0.7rem;
  margin: 0;
  padding: 0;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  margin-left: -88px;
  left: 50%;
}
.language .dropdown-menu {
  margin-left: -23px;
}

.dropdown-item {
  text-align: center;
  position: relative;
  border-radius: 0.7rem;
  padding: 1rem 2rem;
  transition: all .5s linear;
}

.language .dropdown-item {
  padding: 0.5rem 0.8rem;
}
.dropdown-item:hover {
  background-color: #c3d736;
  color: #743ca5;
}
.dropdown-item:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 10%;
    right: 10%;  /* Adjust this value to change the width of the border */
    bottom: 0;
    border-bottom: 1px solid black;
}
.container {
  position: relative;
}

a.button {
  border-radius: 0.7rem;
  background-color: #c3d736;
  padding: 1.2rem 1.6rem;
  text-align: center;
  transition: all.3s linear;
  cursor: pointer;
  color: black;
  text-decoration: none;
}
a.button2 {
  padding: 0.5rem 1.6rem;
}
a.button .download {
  width: 20px;
  margin-left: 10px;
}
a.button:hover {
  background-color: #743ca5;
  color: white;
  text-decoration: none;
}
a.button .cls-1 {
  transition: all.3s linear;
}
a.button:hover .cls-1 {
  stroke: white;
}
.banner {
  position: relative;
  overflow: hidden;
}
.gotop {
  position: fixed;
  width: 50px;
  right: 50px;
  bottom: 50px;
  z-index: 3;
  transition: opacity .3s linear;
  opacity: 0;
  user-select: none;
}
.gotop.active {
  opacity: 1;
  cursor: pointer;
}
.gotop img {
  width: 100%;
  transition: opacity .3s linear;
}
.gotop img.backtop-highlight {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  z-index: 2;
}
.gotop:hover img.backtop-highlight{
  opacity: 1;
}
.desktop-hide {
  display: none !important;
}

/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1199.98px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
}

/* Large devices (desktops, 992px and up) */
@media (max-width: 991.98px) {
  .mobile-hide {
    display: none !important;
  }
  .desktop-hide {
    display: block !important;
  }
  .dropdown-menu {
    margin-left: 0px;
  }
  .dropdown-item {
    white-space: normal;
    text-align: left;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    font-size: 1.2rem;
    padding-right: 0.6rem;
    padding-left: 0.6rem;
  }

  a.button .download {
    width: 20px;
    margin-left: 5px;
  }
  .button {
    border-radius: 0.4rem;
    padding: .8rem 1rem;
  }
  .button2 {
	border-radius: 0.4rem;
  	padding: .8rem 1rem;
  }
  .header {
    margin-bottom: 0px;
  }
  .subpage &gt; div {
    padding: 40px 0;
  }
  .subpage {
      line-height: 1.5;
  }
  footer .row &gt; div {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    text-align: left !important;
    padding: 0px;
  }
  footer a {
    padding: 0 0.2rem;
  }
  footer .row &gt; div:nth-child(2) a:first-child {
    padding-left: 0px;
  }
  .language &gt; a {
    display: none;
  }
  .dropdown-menu {
    display: block;
  }
  .language .dropdown-item {
    display: inline-block;
    width: auto;
    font-size: 1rem;
  }
  .language .dropdown-menu, .dropdown-menu {
    margin-left: 0;
    box-shadow: none;
  }
  .dropdown-item:not(:last-child)::after {
    border-bottom: none;
  }
  .dropdown-item.select {
    border-bottom: 1px solid black;
    border-radius: 0;
  }
  .dropdown-item:hover {
    background-color: transparent;
    color: #000;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 767.98px) {
  .navbar-collapse {
    max-height: calc(100vh - 70px);
    overflow-y: auto;
  }

}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 575.98px) {
  
  .header {
    margin: 40px auto;
    margin-bottom: -20px;
  }
  #main .container {
    padding-right: 10px;
    padding-left: 10px;
  }
  .navbar, .scrolled .navbar {
      padding: .5rem 0.3rem;
  }
  .main {
    padding-top: 70px;
  }
  .subpage {
    font-size: 1rem;
    padding-top: 67.61px;
    
  }
  .page-bg {
    height: 310px;
  }
  .navbar-brand {
    max-width: 200px;
    overflow: visible;
  }
  .dropdown-item {
    padding: 0.3rem 1.5rem;
    padding-right: 1rem;
  }
  .nav-link {
    padding: 0.3rem 1rem;
  }
  header .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .gotop {
    width: 50px;
    right: 20px;
    bottom: 20px;
    z-index: 3;
  }
  
}

@media (max-width: 400px) {
  header .container {
    padding-left: 5px;
    padding-right: 5px;
  }
}</pre></body></html>