@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500,600,700,800,900,300i,400i,500i,600i,700i,800i,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+HK:100,300,400,500,700,900&display=swap);





body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Noto Sans HK', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Noto Sans HK', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Noto Sans HK', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #f9934c !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f9934c !important;
  border-color: #f9934c !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #f06708 !important;
  border-color: #f06708 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f06708 !important;
  border-color: #f06708 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b30000 !important;
  border-color: #b30000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b30000 !important;
  border-color: #b30000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #d85d07;
  color: #d85d07;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #f9934c;
  border-color: #f9934c;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f9934c !important;
  border-color: #f9934c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #990000;
  color: #990000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0000 !important;
  border-color: #ff0000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #f9934c !important;
}
.text-secondary {
  color: #ff0000 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #d85d07 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #990000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f9934c;
  border-color: #f9934c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f9934c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Noto Sans HK', sans-serif;
  font-size: 1.2rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #f9934c;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #f9934c;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #f9934c;
}
/* Headers*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f9934c;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f9934c;
  border-bottom-color: #f9934c;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f9934c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff0000 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23f9934c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.3;
}
.cid-v6bRgabi7S .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  border-bottom: 4px solid black;
}
.cid-v6bRgabi7S .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v6bRgabi7S a {
  font-style: normal;
}
.cid-v6bRgabi7S .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-v6bRgabi7S .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-v6bRgabi7S .nav-item:focus,
.cid-v6bRgabi7S .nav-link:focus {
  outline: none;
}
.cid-v6bRgabi7S .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v6bRgabi7S .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-v6bRgabi7S .menu-logo {
  margin-right: auto;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-v6bRgabi7S .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-v6bRgabi7S .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-v6bRgabi7S .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v6bRgabi7S .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v6bRgabi7S .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-v6bRgabi7S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-v6bRgabi7S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6bRgabi7S .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v6bRgabi7S .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-v6bRgabi7S .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-v6bRgabi7S .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v6bRgabi7S button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-v6bRgabi7S button.navbar-toggler:focus {
  outline: none;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fd5e0d;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v6bRgabi7S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v6bRgabi7S nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v6bRgabi7S nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v6bRgabi7S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v6bRgabi7S .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v6bRgabi7S .collapsed .btn {
  display: -webkit-flex;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-v6bRgabi7S .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-v6bRgabi7S .collapsed button.navbar-toggler {
  display: block;
}
.cid-v6bRgabi7S .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-v6bRgabi7S .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v6bRgabi7S .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-v6bRgabi7S .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v6bRgabi7S .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v6bRgabi7S .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-v6bRgabi7S.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v6bRgabi7S img {
    height: 3.8rem !important;
  }
  .cid-v6bRgabi7S .btn {
    display: -webkit-flex;
  }
  .cid-v6bRgabi7S button.navbar-toggler {
    display: block;
  }
  .cid-v6bRgabi7S .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-v6bRgabi7S .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v6bRgabi7S .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing,
  .cid-v6bRgabi7S .navbar-collapse.show {
    display: block !important;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-nav,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-buttons,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v6bRgabi7S .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-v6bRgabi7S .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v6bRgabi7S .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v6bRgabi7S .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-v6bRgabi7S .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-v6bRgabi7S .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-v6bRgabi7S .nav-link:hover,
.cid-v6bRgabi7S .dropdown-item:hover {
  color: #fd5e0d !important;
}
.cid-v6bRgabi7S .navbar-nav .nav-link {
  position: relative;
  text-decoration: none !important;
}
.cid-v6bRgabi7S .navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  width: 100%;
  height: 2px;
  background-color: #fd5e0d;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.cid-v6bRgabi7S .navbar-nav .nav-link:hover::after {
  transform: scaleX(1);
}
.cid-sRcRB49wln {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: white;
}
.cid-sRcRB49wln .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sRcRB49wln .section-text {
  padding: 1rem 0;
  text-align: justify;
  color: #232323;
}
.cid-sRcRB49wln .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sRcRB49wln .inner-container {
    width: 100% !important;
  }
}
@media screen and (min-width: 901px) {
  .cid-sRcRB49wln div.example {
    font-size: 19,2px;
  }
}
@media screen and (max-width: 900px) {
  .cid-sRcRB49wln div.example {
    font-size: 12px;
  }
}
#custom-html-1ck {
  /* Type valid CSS here */
}
.cid-sQMLNP1vRX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f46e10;
}
.cid-sQMLNP1vRX .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sQMLNP1vRX .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-sQMLNP1vRX .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sQMLNP1vRX .inner-container {
    width: 100% !important;
  }
}
.cid-tpgEqi9Roc {
  padding-top: 80px;
  padding-bottom: 0px;
  background-color: white;
}
.cid-tpgEqi9Roc .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tpgEqi9Roc .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #ef7f1a;
}
.cid-tpgEqi9Roc .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tpgEqi9Roc .inner-container {
    width: 100% !important;
  }
  .cid-tpgEqi9Roc .section-text2 {
    padding: 2rem 0;
    text-align: right;
    color: blk;
  }
  .cid-tpgEqi9Roc .h3 {
    padding: 2rem 0;
    text-align: right;
    color: blk;
  }
}
#custom-html-1cm {
  /* Type valid CSS here */
}
.cid-t2GA0SyMYx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-t2GA0SyMYx .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-t2GA0SyMYx .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t2GA0SyMYx .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t2GA0SyMYx .mbr-text {
    text-align: center;
  }
}
.cid-t2GA0SyMYx H1 {
  color: #ef7f1a;
}
.cid-t2GA0SyMYx .mbr-text,
.cid-t2GA0SyMYx .mbr-section-btn {
  color: #232323;
}
@media screen and (min-width: 901px) {
  .cid-t2GA0SyMYx h1 {
    font-size: 19,2px;
    text-align: left;
  }
}
@media screen and (max-width: 900px) {
  .cid-t2GA0SyMYx h1 {
    font-size: 24px;
    text-align: center;
  }
  .cid-t2GA0SyMYx p {
    font-size: 20px;
    text-align: center;
  }
}
.cid-t2GA0SyMYx body {
  background: #000000;
}
.cid-t2GA0SyMYx .box {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background: #000000;
}
.cid-t2GA0SyMYx .box:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.cid-t2GA0SyMYx .box:hover:before {
  animation: shine .75s;
}
@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 120%;
  }
}
.cid-t6PG9gC5sE {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t6PG9gC5sE .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-t6PG9gC5sE .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t6PG9gC5sE .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t6PG9gC5sE .mbr-text {
    text-align: center;
  }
}
.cid-t6PG9gC5sE H1 {
  color: #ef7f1a;
}
.cid-t6PG9gC5sE .mbr-text,
.cid-t6PG9gC5sE .mbr-section-btn {
  color: #232323;
}
@media screen and (min-width: 901px) {
  .cid-t6PG9gC5sE div.example {
    font-size: 19px;
    text-align: center;
  }
  .cid-t6PG9gC5sE div.image {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .cid-t6PG9gC5sE th,
  .cid-t6PG9gC5sE td {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .cid-t6PG9gC5sE div.example {
    font-size: 16px;
    text-align: center;
  }
  .cid-t6PG9gC5sE div.image {
    max-width: 35%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .cid-t6PG9gC5sE th,
  .cid-t6PG9gC5sE td {
    font-size: 12px;
  }
}
.cid-t6PG9gC5sE .center {
  margin-left: auto;
}
.cid-t2GApVAhtK {
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-t2GApVAhtK .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t2GApVAhtK .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t2GApVAhtK .mbr-text {
    text-align: center;
  }
}
.cid-t2GApVAhtK H1 {
  color: #232323;
}
.cid-t2GApVAhtK .mbr-text,
.cid-t2GApVAhtK .mbr-section-btn {
  color: #ef7f1a;
}
@media screen and (min-width: 901px) {
  .cid-t2GApVAhtK h1 {
    font-size: 19,2px;
    text-align: justify;
  }
}
@media screen and (max-width: 900px) {
  .cid-t2GApVAhtK h1 {
    font-size: 24px;
    text-align: center;
  }
  .cid-t2GApVAhtK p {
    font-size: 20px;
    text-align: center;
  }
}
.cid-t2GApVAhtK body {
  background: #000000;
}
.cid-t2GApVAhtK .box {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background: #000000;
}
.cid-t2GApVAhtK .box:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.cid-t2GApVAhtK .box:hover:before {
  animation: shine .75s;
}
@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 120%;
  }
}
.cid-tbmulJ8rTN {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: white;
}
.cid-tbmulJ8rTN .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tbmulJ8rTN .section-text {
  padding: 2rem 0;
  text-align: center;
  color: #ef7f1a;
}
.cid-tbmulJ8rTN .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tbmulJ8rTN .inner-container {
    width: 100% !important;
  }
  .cid-tbmulJ8rTN .section-text2 {
    padding: 2rem 0;
    text-align: right;
    color: blk;
  }
  .cid-tbmulJ8rTN .h3 {
    padding: 2rem 0;
    text-align: right;
    color: blk;
  }
}
.cid-tbmulJ8rTN .section-text DIV {
  text-align: center;
}
.cid-tbmxyP6opk {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tbmxyP6opk .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tbmxyP6opk .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-tbmxyP6opk .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-tbmxyP6opk .mbr-text {
    text-align: center;
  }
}
.cid-tbmxyP6opk .mbr-text,
.cid-tbmxyP6opk .mbr-section-btn {
  color: #232323;
  text-align: right;
}
.cid-tbmxyP6opk div {
  padding-left: 4px;
}
.cid-tbmxyP6opk #mybox {
  margin-left: 40px;
  background-color: white;
  border-radius: 20px;
  border: 2px solid #ffffff;
  padding: 20px;
  margin-top: -80px;
}
.cid-uY0GP9nYP1 {
  background-color: #c1c1c1;
}
@media (min-width: 992px) {
  .cid-uY0GP9nYP1 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uY0GP9nYP1 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uY0GP9nYP1 .mbr-text {
    text-align: center;
  }
}
.cid-uY0GP9nYP1 H1 {
  color: #465052;
}
.cid-uY0GP9nYP1 .mbr-text,
.cid-uY0GP9nYP1 .mbr-section-btn {
  color: #232323;
}
@media screen and (min-width: 901px) {
  .cid-uY0GP9nYP1 h1 {
    font-size: 19,2px;
    text-align: justify;
  }
}
@media screen and (max-width: 900px) {
  .cid-uY0GP9nYP1 h1 {
    font-size: 24px;
    text-align: center;
  }
  .cid-uY0GP9nYP1 p {
    font-size: 20px;
    text-align: center;
  }
}
.cid-uY0GP9nYP1 body {
  background: #000000;
}
.cid-uY0GP9nYP1 .box {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background: #000000;
}
.cid-uY0GP9nYP1 .box:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.cid-uY0GP9nYP1 .box:hover:before {
  animation: shine .75s;
}
@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 120%;
  }
}
.cid-usxitFhiDi {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-usxitFhiDi .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-usxitFhiDi .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-usxitFhiDi .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-usxitFhiDi .mbr-text {
    text-align: center;
  }
}
.cid-usxitFhiDi H1 {
  color: #ef7f1a;
}
.cid-usxitFhiDi .mbr-text,
.cid-usxitFhiDi .mbr-section-btn {
  color: #232323;
}
.cid-v55tuebTm7 {
  background-color: #cccccc;
}
.cid-v55tuebTm7 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-v55tuebTm7 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v55tuebTm7 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v55tuebTm7 .mbr-text {
    text-align: center;
  }
}
.cid-v55tuebTm7 H1 {
  color: #ef7b12;
  fint-size: 4vw;
}
.cid-v55tuebTm7 .mbr-text,
.cid-v55tuebTm7 .mbr-section-btn {
  color: #465052;
}
.cid-sQLB8MzHUC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  border-top: 4px solid white;
}
.cid-sQLB8MzHUC h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sQLB8MzHUC p {
  color: #767676;
  text-align: left;
}
.cid-sQLB8MzHUC .card-box {
  padding-top: 2rem;
}
.cid-sQLB8MzHUC .card-wrapper {
  height: 100%;
}
.cid-sQLB8MzHUC img {
  border-radius: 1px;
  box-shadow: 10px 10px 30px 2px grey;
}
@media screen and (min-width: 901px) {
  .cid-sQLB8MzHUC div.example {
    font-size: 19px;
    text-align: justify;
  }
  .cid-sQLB8MzHUC div.image {
    padding-left: 20px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 900px) {
  .cid-sQLB8MzHUC div.example {
    font-size: 12px;
    text-align: justify;
  }
  .cid-sQLB8MzHUC div.image {
    padding: 5px;
    max-width: 35%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-sQLB8MzHUC .center {
  margin-left: auto;
}
.cid-urVnILNzrL {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ff7f0c;
}
.cid-urVnILNzrL P {
  color: #767676;
}
.cid-urVnILNzrL H1 {
  color: #ffffff;
}
.cid-sSHFzgBFq3 {
  padding-top: 175px;
  padding-bottom: 8px;
  background-color: #ffffff;
}
.cid-sSHFzgBFq3 .mbr-text,
.cid-sSHFzgBFq3 blockquote {
  color: #767676;
}
.cid-sSHFzgBFq3 p {
  margin: auto;
  text-align: left;
  font-size: 4vmin;
  font-family: "Noto Sans HK";
  font-weight: 700;
  background-color: #666666;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 3px 3px;
}
.cid-t1YuH7l3aW {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-t1YuH7l3aW h2 {
  text-align: left;
}
.cid-t1YuH7l3aW h4 {
  text-align: left;
  font-weight: 500;
}
.cid-t1YuH7l3aW p {
  color: #767676;
  text-align: left;
}
.cid-t1YuH7l3aW .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-t1YuH7l3aW .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t1YuH7l3aW .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t1YuH7l3aW .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t1YuH7l3aW .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t1YuH7l3aW .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t1YuH7l3aW .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t1YuH7l3aW .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-t1YuH7l3aW .card-img span {
    font-size: 40px !important;
  }
}
.cid-t1YuH7l3aW .Table {
  font-family: 'Noto Sans HK';
  font-size: 0,6rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  margin: 0.5rem;
  line-height: 1.5;
}
.cid-t1YuH7l3aW .Table-header {
  display: none;
}
.cid-t1YuH7l3aW .Table-row {
  width: 100%;
}
.cid-t1YuH7l3aW .Table-row:nth-of-type(even) {
  background-color: transparent;
}
.cid-t1YuH7l3aW .Table-row-item {
  display: flex;
  flex-flow: row nowrap;
  flex-grow: 1;
  flex-basis: 0;
  padding: 0.5em;
  word-break: break-word;
}
.cid-t1YuH7l3aW .Table-row-item:before {
  content: attr(data-header);
  width: 30%;
  font-weight: 700;
}
@media (min-width: 500px) {
  .cid-t1YuH7l3aW .Table-header {
    font-weight: bold;
    background-color: transparent;
  }
  .cid-t1YuH7l3aW .Table-row {
    display: flex;
    flex-flow: row nowrap;
  }
  .cid-t1YuH7l3aW .Table-row:nth-child(2n+3) {
    background-color: transparent;
  }
  .cid-t1YuH7l3aW .Table-row-item:before {
    content: none;
  }
}
.cid-t1YuH7l3aW #mybox {
  background-color: white;
  box-shadow: 10px 10px 30px 2px grey;
  transform: rotate(5deg);
}
@media screen and (min-width: 901px) {
  .cid-t1YuH7l3aW div.example {
    font-size: 19px;
    text-align: justify;
  }
  .cid-t1YuH7l3aW div.image {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .cid-t1YuH7l3aW th,
  .cid-t1YuH7l3aW td {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .cid-t1YuH7l3aW div.example {
    font-size: 16px;
    text-align: justify;
  }
  .cid-t1YuH7l3aW div.image {
    max-width: 35%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .cid-t1YuH7l3aW th,
  .cid-t1YuH7l3aW td {
    font-size: 12px;
  }
}
.cid-t1YuH7l3aW .center {
  margin-left: auto;
}
.cid-t1YuH7l3aW .card-shadow {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.4);
  transition: all 0.5s linear;
}
.cid-t1YuH7l3aW .card-shadow:hover {
  box-shadow: 25px 25px 25px 0px rgba(0, 0, 0, 0.4);
  transform: scale(1.05);
  cursor: pointer;
}
.cid-t1Ywsua34P {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t1Ywsua34P h2 {
  text-align: left;
}
.cid-t1Ywsua34P h4 {
  text-align: left;
  font-weight: 500;
}
.cid-t1Ywsua34P p {
  color: #767676;
  text-align: left;
}
.cid-t1Ywsua34P .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-t1Ywsua34P .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t1Ywsua34P .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t1Ywsua34P .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t1Ywsua34P .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t1Ywsua34P .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t1Ywsua34P .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t1Ywsua34P .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-t1Ywsua34P .card-img span {
    font-size: 40px !important;
  }
}
.cid-t1Ywsua34P .Table {
  font-family: 'Noto Sans HK';
  font-size: 0,6rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  margin: 0.5rem;
  line-height: 1.5;
}
.cid-t1Ywsua34P .Table-header {
  display: none;
}
.cid-t1Ywsua34P .Table-row {
  width: 100%;
}
.cid-t1Ywsua34P .Table-row:nth-of-type(even) {
  background-color: transparent;
}
.cid-t1Ywsua34P .Table-row-item {
  display: flex;
  flex-flow: row nowrap;
  flex-grow: 1;
  flex-basis: 0;
  padding: 0.5em;
  word-break: break-word;
}
.cid-t1Ywsua34P .Table-row-item:before {
  content: attr(data-header);
  width: 30%;
  font-weight: 700;
}
@media (min-width: 500px) {
  .cid-t1Ywsua34P .Table-header {
    font-weight: bold;
    background-color: transparent;
  }
  .cid-t1Ywsua34P .Table-row {
    display: flex;
    flex-flow: row nowrap;
  }
  .cid-t1Ywsua34P .Table-row:nth-child(2n+3) {
    background-color: transparent;
  }
  .cid-t1Ywsua34P .Table-row-item:before {
    content: none;
  }
}
.cid-t1Ywsua34P #mybox {
  background-color: white;
  box-shadow: 10px 10px 30px 2px grey;
  transform: rotate(-5deg);
}
@media screen and (min-width: 901px) {
  .cid-t1Ywsua34P div.example {
    font-size: 19px;
    text-align: justify;
  }
  .cid-t1Ywsua34P div.image {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .cid-t1Ywsua34P th,
  .cid-t1Ywsua34P td {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .cid-t1Ywsua34P div.example {
    font-size: 16px;
    text-align: justify;
  }
  .cid-t1Ywsua34P div.image {
    max-width: 35%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .cid-t1Ywsua34P th,
  .cid-t1Ywsua34P td {
    font-size: 12px;
  }
}
.cid-t1Ywsua34P .center {
  margin-left: auto;
}
.cid-t1Ywsua34P .card-shadow {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.4);
  transition: all 0.5s linear;
}
.cid-t1Ywsua34P .card-shadow:hover {
  box-shadow: 25px 25px 25px 0px rgba(0, 0, 0, 0.4);
  transform: scale(1.05);
  cursor: pointer;
}
.cid-sQMUmgtswa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f46e10;
}
.cid-sQMUmgtswa .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sQMUmgtswa .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-sQMUmgtswa .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sQMUmgtswa .inner-container {
    width: 100% !important;
  }
}
.cid-t1YxLbQGPB {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-t1YxLbQGPB h2 {
  text-align: left;
}
.cid-t1YxLbQGPB h4 {
  text-align: left;
  font-weight: 500;
}
.cid-t1YxLbQGPB p {
  color: #767676;
  text-align: left;
}
.cid-t1YxLbQGPB .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-t1YxLbQGPB .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t1YxLbQGPB .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t1YxLbQGPB .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t1YxLbQGPB .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t1YxLbQGPB .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t1YxLbQGPB .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t1YxLbQGPB .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-t1YxLbQGPB .card-img span {
    font-size: 40px !important;
  }
}
.cid-t1YxLbQGPB .Table {
  font-family: 'Noto Sans HK';
  font-size: 0,6rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  margin: 0.5rem;
  line-height: 1.5;
}
.cid-t1YxLbQGPB .Table-header {
  display: none;
}
.cid-t1YxLbQGPB .Table-row {
  width: 100%;
}
.cid-t1YxLbQGPB .Table-row:nth-of-type(even) {
  background-color: transparent;
}
.cid-t1YxLbQGPB .Table-row-item {
  display: flex;
  flex-flow: row nowrap;
  flex-grow: 1;
  flex-basis: 0;
  padding: 0.5em;
  word-break: break-word;
}
.cid-t1YxLbQGPB .Table-row-item:before {
  content: attr(data-header);
  width: 30%;
  font-weight: 700;
}
@media (min-width: 500px) {
  .cid-t1YxLbQGPB .Table-header {
    font-weight: bold;
    background-color: transparent;
  }
  .cid-t1YxLbQGPB .Table-row {
    display: flex;
    flex-flow: row nowrap;
  }
  .cid-t1YxLbQGPB .Table-row:nth-child(2n+3) {
    background-color: transparent;
  }
  .cid-t1YxLbQGPB .Table-row-item:before {
    content: none;
  }
}
.cid-t1YxLbQGPB #mybox {
  background-color: white;
  box-shadow: 10px 10px 30px 2px grey;
  transform: rotate(5deg);
}
@media screen and (min-width: 901px) {
  .cid-t1YxLbQGPB div.example {
    font-size: 19px;
    text-align: justify;
  }
  .cid-t1YxLbQGPB div.image {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .cid-t1YxLbQGPB th,
  .cid-t1YxLbQGPB td {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .cid-t1YxLbQGPB div.example {
    font-size: 16px;
    text-align: justify;
  }
  .cid-t1YxLbQGPB div.image {
    max-width: 35%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .cid-t1YxLbQGPB th,
  .cid-t1YxLbQGPB td {
    font-size: 12px;
  }
}
.cid-t1YxLbQGPB .center {
  margin-left: auto;
}
.cid-t1YxLbQGPB .card-shadow {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.4);
  transition: all 0.5s linear;
}
.cid-t1YxLbQGPB .card-shadow:hover {
  box-shadow: 25px 25px 25px 0px rgba(0, 0, 0, 0.4);
  transform: scale(1.05);
  cursor: pointer;
}
.cid-t1YzvMpk9C {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-t1YzvMpk9C h2 {
  text-align: left;
}
.cid-t1YzvMpk9C h4 {
  text-align: left;
  font-weight: 500;
}
.cid-t1YzvMpk9C p {
  color: #767676;
  text-align: left;
}
.cid-t1YzvMpk9C .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-t1YzvMpk9C .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t1YzvMpk9C .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t1YzvMpk9C .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t1YzvMpk9C .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t1YzvMpk9C .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t1YzvMpk9C .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t1YzvMpk9C .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-t1YzvMpk9C .card-img span {
    font-size: 40px !important;
  }
}
.cid-t1YzvMpk9C .Table {
  font-family: 'Noto Sans HK';
  font-size: 0,6rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  margin: 0.5rem;
  line-height: 1.5;
}
.cid-t1YzvMpk9C .Table-header {
  display: none;
}
.cid-t1YzvMpk9C .Table-row {
  width: 100%;
}
.cid-t1YzvMpk9C .Table-row:nth-of-type(even) {
  background-color: transparent;
}
.cid-t1YzvMpk9C .Table-row-item {
  display: flex;
  flex-flow: row nowrap;
  flex-grow: 1;
  flex-basis: 0;
  padding: 0.5em;
  word-break: break-word;
}
.cid-t1YzvMpk9C .Table-row-item:before {
  content: attr(data-header);
  width: 30%;
  font-weight: 700;
}
@media (min-width: 500px) {
  .cid-t1YzvMpk9C .Table-header {
    font-weight: bold;
    background-color: transparent;
  }
  .cid-t1YzvMpk9C .Table-row {
    display: flex;
    flex-flow: row nowrap;
  }
  .cid-t1YzvMpk9C .Table-row:nth-child(2n+3) {
    background-color: transparent;
  }
  .cid-t1YzvMpk9C .Table-row-item:before {
    content: none;
  }
}
.cid-t1YzvMpk9C #mybox {
  background-color: white;
  box-shadow: 10px 10px 30px 2px grey;
  transform: rotate(-5deg);
}
@media screen and (min-width: 901px) {
  .cid-t1YzvMpk9C div.example {
    font-size: 19px;
    text-align: justify;
  }
  .cid-t1YzvMpk9C div.image {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .cid-t1YzvMpk9C th,
  .cid-t1YzvMpk9C td {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .cid-t1YzvMpk9C div.example {
    font-size: 16px;
    text-align: justify;
  }
  .cid-t1YzvMpk9C div.image {
    max-width: 35%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .cid-t1YzvMpk9C th,
  .cid-t1YzvMpk9C td {
    font-size: 12px;
  }
}
.cid-t1YzvMpk9C .center {
  margin-left: auto;
}
.cid-t1YzvMpk9C .card-shadow {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.4);
  transition: all 0.5s linear;
}
.cid-t1YzvMpk9C .card-shadow:hover {
  box-shadow: 25px 25px 25px 0px rgba(0, 0, 0, 0.4);
  transform: scale(1.05);
  cursor: pointer;
}
.cid-uVJfjyHly5 {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #cccccc;
}
.cid-uVJfjyHly5 h2 {
  text-align: left;
}
.cid-uVJfjyHly5 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uVJfjyHly5 p {
  color: #767676;
  text-align: left;
}
.cid-uVJfjyHly5 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uVJfjyHly5 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uVJfjyHly5 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uVJfjyHly5 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uVJfjyHly5 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uVJfjyHly5 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uVJfjyHly5 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uVJfjyHly5 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-uVJfjyHly5 .card-img span {
    font-size: 40px !important;
  }
}
.cid-uVJfjyHly5 .Table {
  font-family: 'Noto Sans HK';
  font-size: 0,6rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  margin: 0.5rem;
  line-height: 1.5;
}
.cid-uVJfjyHly5 .Table-header {
  display: none;
}
.cid-uVJfjyHly5 .Table-row {
  width: 100%;
}
.cid-uVJfjyHly5 .Table-row:nth-of-type(even) {
  background-color: transparent;
}
.cid-uVJfjyHly5 .Table-row-item {
  display: flex;
  flex-flow: row nowrap;
  flex-grow: 1;
  flex-basis: 0;
  padding: 0.5em;
  word-break: break-word;
}
.cid-uVJfjyHly5 .Table-row-item:before {
  content: attr(data-header);
  width: 30%;
  font-weight: 700;
}
@media (min-width: 500px) {
  .cid-uVJfjyHly5 .Table-header {
    font-weight: bold;
    background-color: transparent;
  }
  .cid-uVJfjyHly5 .Table-row {
    display: flex;
    flex-flow: row nowrap;
  }
  .cid-uVJfjyHly5 .Table-row:nth-child(2n+3) {
    background-color: transparent;
  }
  .cid-uVJfjyHly5 .Table-row-item:before {
    content: none;
  }
}
.cid-uVJfjyHly5 #mybox {
  background-color: white;
  box-shadow: 10px 10px 30px 2px grey;
  transform: rotate(5deg);
}
@media screen and (min-width: 901px) {
  .cid-uVJfjyHly5 div.example {
    font-size: 19px;
    text-align: justify;
  }
  .cid-uVJfjyHly5 div.image {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .cid-uVJfjyHly5 th,
  .cid-uVJfjyHly5 td {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .cid-uVJfjyHly5 div.example {
    font-size: 16px;
    text-align: justify;
  }
  .cid-uVJfjyHly5 div.image {
    max-width: 35%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .cid-uVJfjyHly5 th,
  .cid-uVJfjyHly5 td {
    font-size: 12px;
  }
}
.cid-uVJfjyHly5 .center {
  margin-left: auto;
}
.cid-uVJfjyHly5 .card-shadow {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.4);
  transition: all 0.5s linear;
}
.cid-uVJfjyHly5 .card-shadow:hover {
  box-shadow: 25px 25px 25px 0px rgba(0, 0, 0, 0.4);
  transform: scale(1.05);
  cursor: pointer;
}
.cid-t1YBd54eH7 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t1YBd54eH7 h2 {
  text-align: left;
}
.cid-t1YBd54eH7 h4 {
  text-align: left;
  font-weight: 500;
}
.cid-t1YBd54eH7 p {
  color: #767676;
  text-align: left;
}
.cid-t1YBd54eH7 .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-t1YBd54eH7 .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t1YBd54eH7 .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t1YBd54eH7 .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t1YBd54eH7 .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t1YBd54eH7 .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t1YBd54eH7 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t1YBd54eH7 .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-t1YBd54eH7 .card-img span {
    font-size: 40px !important;
  }
}
.cid-t1YBd54eH7 .Table {
  font-family: 'Noto Sans HK';
  font-size: 0,6rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  margin: 0.5rem;
  line-height: 1.5;
}
.cid-t1YBd54eH7 .Table-header {
  display: none;
}
.cid-t1YBd54eH7 .Table-row {
  width: 100%;
}
.cid-t1YBd54eH7 .Table-row:nth-of-type(even) {
  background-color: transparent;
}
.cid-t1YBd54eH7 .Table-row-item {
  display: flex;
  flex-flow: row nowrap;
  flex-grow: 1;
  flex-basis: 0;
  padding: 0.5em;
  word-break: break-word;
}
.cid-t1YBd54eH7 .Table-row-item:before {
  content: attr(data-header);
  width: 30%;
  font-weight: 700;
}
@media (min-width: 500px) {
  .cid-t1YBd54eH7 .Table-header {
    font-weight: bold;
    background-color: transparent;
  }
  .cid-t1YBd54eH7 .Table-row {
    display: flex;
    flex-flow: row nowrap;
  }
  .cid-t1YBd54eH7 .Table-row:nth-child(2n+3) {
    background-color: transparent;
  }
  .cid-t1YBd54eH7 .Table-row-item:before {
    content: none;
  }
}
.cid-t1YBd54eH7 #mybox {
  background-color: white;
  box-shadow: 10px 10px 30px 2px grey;
  transform: rotate(-5deg);
}
@media screen and (min-width: 901px) {
  .cid-t1YBd54eH7 div.example {
    font-size: 19px;
    text-align: justify;
  }
  .cid-t1YBd54eH7 div.image {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .cid-t1YBd54eH7 th,
  .cid-t1YBd54eH7 td {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .cid-t1YBd54eH7 div.example {
    font-size: 16px;
    text-align: justify;
  }
  .cid-t1YBd54eH7 div.image {
    max-width: 35%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .cid-t1YBd54eH7 th,
  .cid-t1YBd54eH7 td {
    font-size: 12px;
  }
}
.cid-t1YBd54eH7 .center {
  margin-left: auto;
}
.cid-t1YBd54eH7 .card-shadow {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.4);
  transition: all 0.5s linear;
}
.cid-t1YBd54eH7 .card-shadow:hover {
  box-shadow: 25px 25px 25px 0px rgba(0, 0, 0, 0.4);
  transform: scale(1.05);
  cursor: pointer;
}
.cid-uXbbhKk8Q9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  border-top: 4px solid white;
}
.cid-uXbbhKk8Q9 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uXbbhKk8Q9 p {
  color: #767676;
  text-align: left;
}
.cid-uXbbhKk8Q9 .card-box {
  padding-top: 2rem;
}
.cid-uXbbhKk8Q9 .card-wrapper {
  height: 100%;
}
.cid-uXbbhKk8Q9 img {
  border-radius: 1px;
  box-shadow: 10px 10px 30px 2px grey;
}
@media screen and (min-width: 901px) {
  .cid-uXbbhKk8Q9 div.example {
    font-size: 19px;
    text-align: justify;
  }
  .cid-uXbbhKk8Q9 div.image {
    padding-left: 20px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 900px) {
  .cid-uXbbhKk8Q9 div.example {
    font-size: 12px;
    text-align: justify;
  }
  .cid-uXbbhKk8Q9 div.image {
    padding: 5px;
    max-width: 35%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uXbbhKk8Q9 .center {
  margin-left: auto;
}
.cid-urVR5HYK2N {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ff7f0c;
}
.cid-urVR5HYK2N P {
  color: #767676;
}
.cid-urVR5HYK2N H1 {
  color: #dcdcdc;
}
.cid-v6bRgabi7S .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  border-bottom: 4px solid black;
}
.cid-v6bRgabi7S .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v6bRgabi7S a {
  font-style: normal;
}
.cid-v6bRgabi7S .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-v6bRgabi7S .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-v6bRgabi7S .nav-item:focus,
.cid-v6bRgabi7S .nav-link:focus {
  outline: none;
}
.cid-v6bRgabi7S .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v6bRgabi7S .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-v6bRgabi7S .menu-logo {
  margin-right: auto;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-v6bRgabi7S .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-v6bRgabi7S .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-v6bRgabi7S .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v6bRgabi7S .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v6bRgabi7S .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-v6bRgabi7S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-v6bRgabi7S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6bRgabi7S .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v6bRgabi7S .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-v6bRgabi7S .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-v6bRgabi7S .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v6bRgabi7S button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-v6bRgabi7S button.navbar-toggler:focus {
  outline: none;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fd5e0d;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v6bRgabi7S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v6bRgabi7S nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v6bRgabi7S nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v6bRgabi7S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v6bRgabi7S .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v6bRgabi7S .collapsed .btn {
  display: -webkit-flex;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-v6bRgabi7S .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-v6bRgabi7S .collapsed button.navbar-toggler {
  display: block;
}
.cid-v6bRgabi7S .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-v6bRgabi7S .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v6bRgabi7S .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-v6bRgabi7S .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v6bRgabi7S .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v6bRgabi7S .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-v6bRgabi7S.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v6bRgabi7S img {
    height: 3.8rem !important;
  }
  .cid-v6bRgabi7S .btn {
    display: -webkit-flex;
  }
  .cid-v6bRgabi7S button.navbar-toggler {
    display: block;
  }
  .cid-v6bRgabi7S .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-v6bRgabi7S .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v6bRgabi7S .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing,
  .cid-v6bRgabi7S .navbar-collapse.show {
    display: block !important;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-nav,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-buttons,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v6bRgabi7S .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-v6bRgabi7S .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v6bRgabi7S .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v6bRgabi7S .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-v6bRgabi7S .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-v6bRgabi7S .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-v6bRgabi7S .nav-link:hover,
.cid-v6bRgabi7S .dropdown-item:hover {
  color: #fd5e0d !important;
}
.cid-v6bRgabi7S .navbar-nav .nav-link {
  position: relative;
  text-decoration: none !important;
}
.cid-v6bRgabi7S .navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  width: 100%;
  height: 2px;
  background-color: #fd5e0d;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.cid-v6bRgabi7S .navbar-nav .nav-link:hover::after {
  transform: scaleX(1);
}
.cid-sSHFYV7xKm {
  padding-top: 175px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sSHFYV7xKm .mbr-text,
.cid-sSHFYV7xKm blockquote {
  color: #767676;
}
.cid-sSHFYV7xKm p {
  margin: auto;
  text-align: left;
  font-size: 4vmin;
  font-family: "Noto Sans HK";
  font-weight: 700;
  background-color: #666666;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 3px 3px;
}
.cid-v55vPLyzyI {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-v55vPLyzyI .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-v55vPLyzyI .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v55vPLyzyI .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v55vPLyzyI .mbr-text {
    text-align: center;
  }
}
.cid-v55vPLyzyI .mbr-text,
.cid-v55vPLyzyI .mbr-section-btn {
  color: #465052;
}
.cid-v55vPLyzyI H1 {
  color: #465052;
}
.cid-uAZNMqq6Xh {
  padding-top: 45px;
  padding-bottom: 45px;
  background: #cccccc;
}
.cid-uAZNMqq6Xh .images-container.container-fluid {
  padding: 0;
}
.cid-uAZNMqq6Xh .media-container-row {
  margin: 0 auto;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uAZNMqq6Xh .media-container-row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
}
.cid-uAZNMqq6Xh .media-container-row .img-item img {
  width: 100%;
  min-height: 1px;
}
.cid-uAZNMqq6Xh .media-container-row .img-item .img-caption {
  background: #ffffff;
  z-index: 2;
  padding: 1rem 1rem;
  word-break: break-word;
}
.cid-uAZNMqq6Xh .media-container-row .img-item .img-caption p {
  margin-bottom: 0;
}
.cid-uAZNMqq6Xh .media-container-row .img-item.item1 {
  padding: 0 2rem 0 0;
}
@media (max-width: 992px) {
  .cid-uAZNMqq6Xh .img-item {
    width: 100% !important;
  }
  .cid-uAZNMqq6Xh .img-item.item1 {
    width: 100%;
    flex-basis: initial !important;
    padding: 0 0 2rem 0 !important;
    -webkit-flex-basis: initial !important;
  }
}
.cid-uXbbpUlOQL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  border-top: 4px solid white;
}
.cid-uXbbpUlOQL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uXbbpUlOQL p {
  color: #767676;
  text-align: left;
}
.cid-uXbbpUlOQL .card-box {
  padding-top: 2rem;
}
.cid-uXbbpUlOQL .card-wrapper {
  height: 100%;
}
.cid-uXbbpUlOQL img {
  border-radius: 1px;
  box-shadow: 10px 10px 30px 2px grey;
}
@media screen and (min-width: 901px) {
  .cid-uXbbpUlOQL div.example {
    font-size: 19px;
    text-align: justify;
  }
  .cid-uXbbpUlOQL div.image {
    padding-left: 20px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 900px) {
  .cid-uXbbpUlOQL div.example {
    font-size: 12px;
    text-align: justify;
  }
  .cid-uXbbpUlOQL div.image {
    padding: 5px;
    max-width: 35%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uXbbpUlOQL .center {
  margin-left: auto;
}
.cid-urVRbsI2BA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #2c2825;
}
.cid-urVRbsI2BA P {
  color: #767676;
}
.cid-urVRbsI2BA H1 {
  color: #dcdcdc;
}
.cid-v6bRgabi7S .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  border-bottom: 4px solid black;
}
.cid-v6bRgabi7S .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v6bRgabi7S a {
  font-style: normal;
}
.cid-v6bRgabi7S .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-v6bRgabi7S .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-v6bRgabi7S .nav-item:focus,
.cid-v6bRgabi7S .nav-link:focus {
  outline: none;
}
.cid-v6bRgabi7S .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v6bRgabi7S .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-v6bRgabi7S .menu-logo {
  margin-right: auto;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-v6bRgabi7S .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-v6bRgabi7S .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-v6bRgabi7S .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v6bRgabi7S .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v6bRgabi7S .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-v6bRgabi7S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-v6bRgabi7S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6bRgabi7S .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v6bRgabi7S .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-v6bRgabi7S .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-v6bRgabi7S .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v6bRgabi7S button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-v6bRgabi7S button.navbar-toggler:focus {
  outline: none;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fd5e0d;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v6bRgabi7S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v6bRgabi7S nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v6bRgabi7S nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v6bRgabi7S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v6bRgabi7S .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v6bRgabi7S .collapsed .btn {
  display: -webkit-flex;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-v6bRgabi7S .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-v6bRgabi7S .collapsed button.navbar-toggler {
  display: block;
}
.cid-v6bRgabi7S .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-v6bRgabi7S .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v6bRgabi7S .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-v6bRgabi7S .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v6bRgabi7S .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v6bRgabi7S .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-v6bRgabi7S.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v6bRgabi7S img {
    height: 3.8rem !important;
  }
  .cid-v6bRgabi7S .btn {
    display: -webkit-flex;
  }
  .cid-v6bRgabi7S button.navbar-toggler {
    display: block;
  }
  .cid-v6bRgabi7S .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-v6bRgabi7S .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v6bRgabi7S .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing,
  .cid-v6bRgabi7S .navbar-collapse.show {
    display: block !important;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-nav,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-buttons,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v6bRgabi7S .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-v6bRgabi7S .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v6bRgabi7S .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v6bRgabi7S .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-v6bRgabi7S .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-v6bRgabi7S .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-v6bRgabi7S .nav-link:hover,
.cid-v6bRgabi7S .dropdown-item:hover {
  color: #fd5e0d !important;
}
.cid-v6bRgabi7S .navbar-nav .nav-link {
  position: relative;
  text-decoration: none !important;
}
.cid-v6bRgabi7S .navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  width: 100%;
  height: 2px;
  background-color: #fd5e0d;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.cid-v6bRgabi7S .navbar-nav .nav-link:hover::after {
  transform: scaleX(1);
}
.cid-sWo18eUqAO {
  padding-top: 175px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sWo18eUqAO .mbr-text,
.cid-sWo18eUqAO blockquote {
  color: #767676;
}
.cid-sWo18eUqAO p {
  margin: auto;
  text-align: left;
  font-size: 4vmin;
  font-family: "Noto Sans HK";
  font-weight: 700;
  background-color: #666666;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 3px 3px;
}
.cid-v50umXwr2B {
  padding-top: 60px;
  padding-bottom: 60px;
  background: linear-gradient(to right, #f9934c 0%, #f9934c 30%, #efefef 30%, #efefef 100%);
  overflow: hidden !important;
}
.cid-v50umXwr2B .animated-element {
  color: #efefef;
}
.cid-v50umXwr2B .img-block {
  align-self: center;
}
.cid-v50umXwr2B .mbr-section-subtitle {
  color: #465052;
}
@media (min-width: 992px) {
  .cid-v50umXwr2B .img-block {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v50umXwr2B .mbr-figure {
    margin-top: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-v50umXwr2B {
    background: #efefef;
  }
  .cid-v50umXwr2B .img-block {
    padding-bottom: 2rem;
  }
}
.cid-v50umXwr2B .mbr-section-title {
  color: #f9934c;
}
.cid-sSIw3O44j6 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sSIw3O44j6 .mbr-text,
.cid-sSIw3O44j6 blockquote {
  color: #767676;
}
.cid-sSIw3O44j6 p {
  margin: auto;
  text-align: left;
  font-size: 4vmin;
  font-family: "Oxanium", "Avenir Next", "Avenir", sans-serif;
  font-weight: 700;
  background-color: #666666;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 3px 3px;
}
.cid-sQN3laVHSY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sQN3laVHSY .mbr-section-subtitle,
.cid-sQN3laVHSY .mbr-text {
  color: #767676;
}
.cid-sQN3laVHSY .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sQN3laVHSY .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sQN3laVHSY .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sQN3laVHSY .card-wrapper .card-img .mbr-overlay {
  background-color: #f9934c;
  display: none;
  transition: opacity .3s;
}
.cid-sQN3laVHSY .card-wrapper .card-img img {
  width: 100%;
}
.cid-sQN3laVHSY .card-wrapper .card-box {
  background-color: #f9934c;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-sQN3laVHSY .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-sQN3laVHSY .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-sQN3laVHSY .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-sQN3laVHSY .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-sQN3laVHSY .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-sQN3Hd0mVY {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sQN3Hd0mVY .mbr-section-subtitle,
.cid-sQN3Hd0mVY .mbr-text {
  color: #767676;
}
.cid-sQN3Hd0mVY .card {
  display: -webkit-flex;
  position: relative;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sQN3Hd0mVY .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sQN3Hd0mVY .card-wrapper .card-img {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-flex-direction: column;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sQN3Hd0mVY .card-wrapper .card-img .mbr-overlay {
  background-color: #f9934c;
  display: none;
  transition: opacity .3s;
}
.cid-sQN3Hd0mVY .card-wrapper .card-img img {
  width: 100%;
}
.cid-sQN3Hd0mVY .card-wrapper .card-box {
  background-color: #f9934c;
  padding: 0 2rem 2rem 2rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.cid-sQN3Hd0mVY .card-wrapper .card-box h4 {
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 2rem;
}
.cid-sQN3Hd0mVY .card-wrapper .card-box p {
  margin-bottom: 0;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-sQN3Hd0mVY .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.cid-sQN3Hd0mVY .card-img .mbr-overlay {
  display: block !important;
  opacity: 0;
}
.cid-sQN3Hd0mVY .card-img:hover .mbr-overlay {
  opacity: .5;
}
.cid-uXbbttTasJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  border-top: 4px solid white;
}
.cid-uXbbttTasJ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uXbbttTasJ p {
  color: #767676;
  text-align: left;
}
.cid-uXbbttTasJ .card-box {
  padding-top: 2rem;
}
.cid-uXbbttTasJ .card-wrapper {
  height: 100%;
}
.cid-uXbbttTasJ img {
  border-radius: 1px;
  box-shadow: 10px 10px 30px 2px grey;
}
@media screen and (min-width: 901px) {
  .cid-uXbbttTasJ div.example {
    font-size: 19px;
    text-align: justify;
  }
  .cid-uXbbttTasJ div.image {
    padding-left: 20px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 900px) {
  .cid-uXbbttTasJ div.example {
    font-size: 12px;
    text-align: justify;
  }
  .cid-uXbbttTasJ div.image {
    padding: 5px;
    max-width: 35%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uXbbttTasJ .center {
  margin-left: auto;
}
.cid-urVRixYoUe {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ff7f0c;
}
.cid-urVRixYoUe P {
  color: #767676;
}
.cid-urVRixYoUe H1 {
  color: #dcdcdc;
}
.cid-v6bRgabi7S .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  border-bottom: 4px solid black;
}
.cid-v6bRgabi7S .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v6bRgabi7S a {
  font-style: normal;
}
.cid-v6bRgabi7S .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-v6bRgabi7S .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-v6bRgabi7S .nav-item:focus,
.cid-v6bRgabi7S .nav-link:focus {
  outline: none;
}
.cid-v6bRgabi7S .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v6bRgabi7S .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-v6bRgabi7S .menu-logo {
  margin-right: auto;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-v6bRgabi7S .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-v6bRgabi7S .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-v6bRgabi7S .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v6bRgabi7S .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v6bRgabi7S .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-v6bRgabi7S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-v6bRgabi7S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6bRgabi7S .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v6bRgabi7S .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-v6bRgabi7S .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-v6bRgabi7S .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v6bRgabi7S button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-v6bRgabi7S button.navbar-toggler:focus {
  outline: none;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fd5e0d;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v6bRgabi7S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v6bRgabi7S nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v6bRgabi7S nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v6bRgabi7S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v6bRgabi7S .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v6bRgabi7S .collapsed .btn {
  display: -webkit-flex;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-v6bRgabi7S .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-v6bRgabi7S .collapsed button.navbar-toggler {
  display: block;
}
.cid-v6bRgabi7S .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-v6bRgabi7S .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v6bRgabi7S .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-v6bRgabi7S .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v6bRgabi7S .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v6bRgabi7S .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-v6bRgabi7S.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v6bRgabi7S img {
    height: 3.8rem !important;
  }
  .cid-v6bRgabi7S .btn {
    display: -webkit-flex;
  }
  .cid-v6bRgabi7S button.navbar-toggler {
    display: block;
  }
  .cid-v6bRgabi7S .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-v6bRgabi7S .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v6bRgabi7S .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing,
  .cid-v6bRgabi7S .navbar-collapse.show {
    display: block !important;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-nav,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-buttons,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v6bRgabi7S .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-v6bRgabi7S .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v6bRgabi7S .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v6bRgabi7S .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-v6bRgabi7S .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-v6bRgabi7S .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-v6bRgabi7S .nav-link:hover,
.cid-v6bRgabi7S .dropdown-item:hover {
  color: #fd5e0d !important;
}
.cid-v6bRgabi7S .navbar-nav .nav-link {
  position: relative;
  text-decoration: none !important;
}
.cid-v6bRgabi7S .navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  width: 100%;
  height: 2px;
  background-color: #fd5e0d;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.cid-v6bRgabi7S .navbar-nav .nav-link:hover::after {
  transform: scaleX(1);
}
.cid-sWo1FZNFjI {
  padding-top: 175px;
  padding-bottom: 10px;
  background-color: #ffffff;
}
.cid-sWo1FZNFjI .mbr-text,
.cid-sWo1FZNFjI blockquote {
  color: #767676;
}
.cid-sWo1FZNFjI p {
  margin: auto;
  text-align: left;
  font-size: 4vmin;
  font-family: "Noto Sans HK";
  font-weight: 700;
  background-color: #666666;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 3px 3px;
}
.cid-urs4pP0ubl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #817f7f;
  margin: 0 auto;
}
.cid-urs4pP0ubl .mbr-text,
.cid-urs4pP0ubl blockquote {
  color: #767676;
}
.cid-uXbbxR0UU8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  border-top: 4px solid white;
}
.cid-uXbbxR0UU8 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uXbbxR0UU8 p {
  color: #767676;
  text-align: left;
}
.cid-uXbbxR0UU8 .card-box {
  padding-top: 2rem;
}
.cid-uXbbxR0UU8 .card-wrapper {
  height: 100%;
}
.cid-uXbbxR0UU8 img {
  border-radius: 1px;
  box-shadow: 10px 10px 30px 2px grey;
}
@media screen and (min-width: 901px) {
  .cid-uXbbxR0UU8 div.example {
    font-size: 19px;
    text-align: justify;
  }
  .cid-uXbbxR0UU8 div.image {
    padding-left: 20px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 900px) {
  .cid-uXbbxR0UU8 div.example {
    font-size: 12px;
    text-align: justify;
  }
  .cid-uXbbxR0UU8 div.image {
    padding: 5px;
    max-width: 35%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uXbbxR0UU8 .center {
  margin-left: auto;
}
.cid-sQWFO6wMrx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f46e10;
}
.cid-sQWFO6wMrx .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sQWFO6wMrx .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-sQWFO6wMrx .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sQWFO6wMrx .inner-container {
    width: 100% !important;
  }
}
.cid-urVRm2WBrx {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ff7f0c;
}
.cid-urVRm2WBrx P {
  color: #767676;
}
.cid-urVRm2WBrx H1 {
  color: #dcdcdc;
}
.cid-v6bRgabi7S .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  border-bottom: 4px solid black;
}
.cid-v6bRgabi7S .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v6bRgabi7S a {
  font-style: normal;
}
.cid-v6bRgabi7S .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-v6bRgabi7S .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-v6bRgabi7S .nav-item:focus,
.cid-v6bRgabi7S .nav-link:focus {
  outline: none;
}
.cid-v6bRgabi7S .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v6bRgabi7S .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-v6bRgabi7S .menu-logo {
  margin-right: auto;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-v6bRgabi7S .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-v6bRgabi7S .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-v6bRgabi7S .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v6bRgabi7S .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v6bRgabi7S .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-v6bRgabi7S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-v6bRgabi7S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6bRgabi7S .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v6bRgabi7S .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-v6bRgabi7S .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-v6bRgabi7S .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v6bRgabi7S button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-v6bRgabi7S button.navbar-toggler:focus {
  outline: none;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fd5e0d;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v6bRgabi7S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v6bRgabi7S nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v6bRgabi7S nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v6bRgabi7S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v6bRgabi7S .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v6bRgabi7S .collapsed .btn {
  display: -webkit-flex;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-v6bRgabi7S .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-v6bRgabi7S .collapsed button.navbar-toggler {
  display: block;
}
.cid-v6bRgabi7S .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-v6bRgabi7S .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v6bRgabi7S .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-v6bRgabi7S .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v6bRgabi7S .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v6bRgabi7S .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-v6bRgabi7S.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v6bRgabi7S img {
    height: 3.8rem !important;
  }
  .cid-v6bRgabi7S .btn {
    display: -webkit-flex;
  }
  .cid-v6bRgabi7S button.navbar-toggler {
    display: block;
  }
  .cid-v6bRgabi7S .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-v6bRgabi7S .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v6bRgabi7S .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing,
  .cid-v6bRgabi7S .navbar-collapse.show {
    display: block !important;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-nav,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-buttons,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v6bRgabi7S .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-v6bRgabi7S .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v6bRgabi7S .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v6bRgabi7S .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-v6bRgabi7S .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-v6bRgabi7S .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-v6bRgabi7S .nav-link:hover,
.cid-v6bRgabi7S .dropdown-item:hover {
  color: #fd5e0d !important;
}
.cid-v6bRgabi7S .navbar-nav .nav-link {
  position: relative;
  text-decoration: none !important;
}
.cid-v6bRgabi7S .navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  width: 100%;
  height: 2px;
  background-color: #fd5e0d;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.cid-v6bRgabi7S .navbar-nav .nav-link:hover::after {
  transform: scaleX(1);
}
.cid-sWo203yoeB {
  padding-top: 175px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sWo203yoeB .mbr-text,
.cid-sWo203yoeB blockquote {
  color: #767676;
}
.cid-sWo203yoeB p {
  margin: auto;
  text-align: left;
  font-size: 4vmin;
  font-family: "Noto Sans HK";
  font-weight: 700;
  background-color: #666666;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 3px 3px;
}
.cid-sQN7RlvuSA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sQN7RlvuSA .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sQN7RlvuSA .section-text {
  padding: 2rem 0;
  padding-left: 1rem;
  text-align: left;
  color: #232323;
}
.cid-sQN7RlvuSA .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sQN7RlvuSA .inner-container {
    width: 100% !important;
  }
}
@media screen and (min-width: 901px) {
  .cid-sQN7RlvuSA div.example {
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .cid-sQN7RlvuSA div.example {
    font-size: 12px;
  }
}
.cid-sQN7LCdQrW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f46e10;
}
.cid-sQN7LCdQrW .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sQN7LCdQrW .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-sQN7LCdQrW .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sQN7LCdQrW .inner-container {
    width: 100% !important;
  }
}
.cid-sSQdkjpebC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sSQdkjpebC .mbr-text,
.cid-sSQdkjpebC blockquote {
  color: #767676;
}
.cid-sSQdkjpebC p {
  margin: auto;
  text-align: left;
  font-size: 4vmin;
  font-family: "Noto Sans HK";
  font-weight: 700;
  background-color: #666666;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 3px 3px;
}
.cid-sWeiID7laB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fd5e0d;
}
.cid-sWeiID7laB .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sWeiID7laB .section-text {
  padding: 2rem 0;
  text-align: left;
}
.cid-sWeiID7laB .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sWeiID7laB .inner-container {
    width: 100% !important;
  }
}
.cid-sSQdkWCylg {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sSQdkWCylg .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sSQdkWCylg .section-text {
  padding: 1rem;
  text-align: left;
  color: #232323;
}
.cid-sSQdkWCylg .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sSQdkWCylg .inner-container {
    width: 100% !important;
  }
}
@media screen and (min-width: 901px) {
  .cid-sSQdkWCylg div.example {
    font-size: 20px;
  }
  .cid-sSQdkWCylg div.h4 {
    font-size: 28px;
  }
  .cid-sSQdkWCylg div.h4-2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 900px) {
  .cid-sSQdkWCylg div.example {
    font-size: 12px;
  }
  .cid-sSQdkWCylg div.h4 {
    font-size: 14px;
  }
  .cid-sSQdkWCylg div.h4-2 {
    font-size: 12px;
  }
}
.cid-uXbbBxM8tL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  border-top: 4px solid white;
}
.cid-uXbbBxM8tL h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uXbbBxM8tL p {
  color: #767676;
  text-align: left;
}
.cid-uXbbBxM8tL .card-box {
  padding-top: 2rem;
}
.cid-uXbbBxM8tL .card-wrapper {
  height: 100%;
}
.cid-uXbbBxM8tL img {
  border-radius: 1px;
  box-shadow: 10px 10px 30px 2px grey;
}
@media screen and (min-width: 901px) {
  .cid-uXbbBxM8tL div.example {
    font-size: 19px;
    text-align: justify;
  }
  .cid-uXbbBxM8tL div.image {
    padding-left: 20px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 900px) {
  .cid-uXbbBxM8tL div.example {
    font-size: 12px;
    text-align: justify;
  }
  .cid-uXbbBxM8tL div.image {
    padding: 5px;
    max-width: 35%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uXbbBxM8tL .center {
  margin-left: auto;
}
.cid-urVRq5Fo9c {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ff7f0c;
}
.cid-urVRq5Fo9c P {
  color: #767676;
}
.cid-urVRq5Fo9c H1 {
  color: #dcdcdc;
}
.cid-v6bRgabi7S .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  border-bottom: 4px solid black;
}
.cid-v6bRgabi7S .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v6bRgabi7S a {
  font-style: normal;
}
.cid-v6bRgabi7S .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-v6bRgabi7S .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-v6bRgabi7S .nav-item:focus,
.cid-v6bRgabi7S .nav-link:focus {
  outline: none;
}
.cid-v6bRgabi7S .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v6bRgabi7S .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-v6bRgabi7S .menu-logo {
  margin-right: auto;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-v6bRgabi7S .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-v6bRgabi7S .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-v6bRgabi7S .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v6bRgabi7S .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v6bRgabi7S .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-v6bRgabi7S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-v6bRgabi7S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6bRgabi7S .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v6bRgabi7S .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-v6bRgabi7S .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-v6bRgabi7S .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v6bRgabi7S button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-v6bRgabi7S button.navbar-toggler:focus {
  outline: none;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fd5e0d;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v6bRgabi7S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v6bRgabi7S nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v6bRgabi7S nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v6bRgabi7S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v6bRgabi7S .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v6bRgabi7S .collapsed .btn {
  display: -webkit-flex;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-v6bRgabi7S .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-v6bRgabi7S .collapsed button.navbar-toggler {
  display: block;
}
.cid-v6bRgabi7S .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-v6bRgabi7S .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v6bRgabi7S .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-v6bRgabi7S .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v6bRgabi7S .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v6bRgabi7S .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-v6bRgabi7S.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v6bRgabi7S img {
    height: 3.8rem !important;
  }
  .cid-v6bRgabi7S .btn {
    display: -webkit-flex;
  }
  .cid-v6bRgabi7S button.navbar-toggler {
    display: block;
  }
  .cid-v6bRgabi7S .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-v6bRgabi7S .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v6bRgabi7S .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing,
  .cid-v6bRgabi7S .navbar-collapse.show {
    display: block !important;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-nav,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-buttons,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v6bRgabi7S .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-v6bRgabi7S .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v6bRgabi7S .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v6bRgabi7S .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-v6bRgabi7S .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-v6bRgabi7S .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-v6bRgabi7S .nav-link:hover,
.cid-v6bRgabi7S .dropdown-item:hover {
  color: #fd5e0d !important;
}
.cid-v6bRgabi7S .navbar-nav .nav-link {
  position: relative;
  text-decoration: none !important;
}
.cid-v6bRgabi7S .navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  width: 100%;
  height: 2px;
  background-color: #fd5e0d;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.cid-v6bRgabi7S .navbar-nav .nav-link:hover::after {
  transform: scaleX(1);
}
.cid-tLvHe2jhKz {
  padding-top: 175px;
  padding-bottom: 1px;
  background-color: #ffffff;
}
.cid-tLvHe2jhKz .mbr-text,
.cid-tLvHe2jhKz blockquote {
  color: #767676;
}
.cid-tLvHe2jhKz p {
  margin: auto;
  text-align: left;
  font-size: 4vmin;
  font-family: "Noto Sans HK";
  font-weight: 700;
  background-color: #666666;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 3px 3px;
}
.cid-tLvHe2DFnM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: white;
}
.cid-tLvHe2DFnM .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tLvHe2DFnM .section-text {
  padding: 2rem 0;
  text-align: justify;
  color: #232323;
}
.cid-tLvHe2DFnM .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tLvHe2DFnM .inner-container {
    width: 100% !important;
  }
}
@media screen and (min-width: 901px) {
  .cid-tLvHe2DFnM div.example {
    font-size: 19,2px;
  }
}
@media screen and (max-width: 900px) {
  .cid-tLvHe2DFnM div.example {
    font-size: 12px;
  }
}
.cid-tLvHe2S5vk {
  background: #767676;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-tLvHe2S5vk .image-block {
  margin: auto;
}
.cid-tLvHe2S5vk figcaption {
  position: relative;
}
.cid-tLvHe2S5vk figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tLvHe2S5vk .image-block {
    width: 100% !important;
  }
}
.cid-tLvHe2S5vk body {
  background: #000000;
}
.cid-tLvHe2S5vk .box {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background: #000000;
}
.cid-tLvHe2S5vk .box:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.cid-tLvHe2S5vk .box:hover:before {
  animation: shine .75s;
}
@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 120%;
  }
}
.cid-tLvHe39CNz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f46e10;
}
.cid-tLvHe39CNz .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tLvHe39CNz .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-tLvHe39CNz .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tLvHe39CNz .inner-container {
    width: 100% !important;
  }
}
.cid-tYpaWGIb4M {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: white;
}
.cid-tYpaWGIb4M .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tYpaWGIb4M .section-text {
  padding: 2rem 0;
  text-align: justify;
  color: #232323;
}
.cid-tYpaWGIb4M .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-tYpaWGIb4M .inner-container {
    width: 100% !important;
  }
}
@media screen and (min-width: 901px) {
  .cid-tYpaWGIb4M div.example {
    font-size: 19,2px;
  }
}
@media screen and (max-width: 900px) {
  .cid-tYpaWGIb4M div.example {
    font-size: 12px;
  }
}
.cid-tYpaZ0bJ56 {
  background: #767676;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-tYpaZ0bJ56 .image-block {
  margin: auto;
}
.cid-tYpaZ0bJ56 figcaption {
  position: relative;
}
.cid-tYpaZ0bJ56 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-tYpaZ0bJ56 .image-block {
    width: 100% !important;
  }
}
.cid-tYpaZ0bJ56 body {
  background: #000000;
}
.cid-tYpaZ0bJ56 .box {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background: #000000;
}
.cid-tYpaZ0bJ56 .box:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.cid-tYpaZ0bJ56 .box:hover:before {
  animation: shine .75s;
}
@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 120%;
  }
}
.cid-uXbbFh6E70 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  border-top: 4px solid white;
}
.cid-uXbbFh6E70 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uXbbFh6E70 p {
  color: #767676;
  text-align: left;
}
.cid-uXbbFh6E70 .card-box {
  padding-top: 2rem;
}
.cid-uXbbFh6E70 .card-wrapper {
  height: 100%;
}
.cid-uXbbFh6E70 img {
  border-radius: 1px;
  box-shadow: 10px 10px 30px 2px grey;
}
@media screen and (min-width: 901px) {
  .cid-uXbbFh6E70 div.example {
    font-size: 19px;
    text-align: justify;
  }
  .cid-uXbbFh6E70 div.image {
    padding-left: 20px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 900px) {
  .cid-uXbbFh6E70 div.example {
    font-size: 12px;
    text-align: justify;
  }
  .cid-uXbbFh6E70 div.image {
    padding: 5px;
    max-width: 35%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uXbbFh6E70 .center {
  margin-left: auto;
}
.cid-urVRtMFuI6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ff7f0c;
}
.cid-urVRtMFuI6 P {
  color: #767676;
}
.cid-urVRtMFuI6 H1 {
  color: #dcdcdc;
}
.cid-v6bRgabi7S .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  border-bottom: 4px solid black;
}
.cid-v6bRgabi7S .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v6bRgabi7S a {
  font-style: normal;
}
.cid-v6bRgabi7S .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-v6bRgabi7S .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-v6bRgabi7S .nav-item:focus,
.cid-v6bRgabi7S .nav-link:focus {
  outline: none;
}
.cid-v6bRgabi7S .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v6bRgabi7S .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-v6bRgabi7S .menu-logo {
  margin-right: auto;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-v6bRgabi7S .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-v6bRgabi7S .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-v6bRgabi7S .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v6bRgabi7S .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v6bRgabi7S .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-v6bRgabi7S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-v6bRgabi7S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6bRgabi7S .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v6bRgabi7S .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-v6bRgabi7S .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-v6bRgabi7S .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v6bRgabi7S button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-v6bRgabi7S button.navbar-toggler:focus {
  outline: none;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fd5e0d;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v6bRgabi7S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v6bRgabi7S nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v6bRgabi7S nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v6bRgabi7S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v6bRgabi7S .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v6bRgabi7S .collapsed .btn {
  display: -webkit-flex;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-v6bRgabi7S .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-v6bRgabi7S .collapsed button.navbar-toggler {
  display: block;
}
.cid-v6bRgabi7S .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-v6bRgabi7S .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v6bRgabi7S .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-v6bRgabi7S .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v6bRgabi7S .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v6bRgabi7S .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-v6bRgabi7S.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v6bRgabi7S img {
    height: 3.8rem !important;
  }
  .cid-v6bRgabi7S .btn {
    display: -webkit-flex;
  }
  .cid-v6bRgabi7S button.navbar-toggler {
    display: block;
  }
  .cid-v6bRgabi7S .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-v6bRgabi7S .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v6bRgabi7S .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing,
  .cid-v6bRgabi7S .navbar-collapse.show {
    display: block !important;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-nav,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-buttons,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v6bRgabi7S .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-v6bRgabi7S .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v6bRgabi7S .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v6bRgabi7S .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-v6bRgabi7S .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-v6bRgabi7S .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-v6bRgabi7S .nav-link:hover,
.cid-v6bRgabi7S .dropdown-item:hover {
  color: #fd5e0d !important;
}
.cid-v6bRgabi7S .navbar-nav .nav-link {
  position: relative;
  text-decoration: none !important;
}
.cid-v6bRgabi7S .navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  width: 100%;
  height: 2px;
  background-color: #fd5e0d;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.cid-v6bRgabi7S .navbar-nav .nav-link:hover::after {
  transform: scaleX(1);
}
.cid-u7Ap4mdMS8 {
  padding-top: 175px;
  padding-bottom: 1px;
  background-color: #ffffff;
}
.cid-u7Ap4mdMS8 .mbr-text,
.cid-u7Ap4mdMS8 blockquote {
  color: #767676;
}
.cid-u7Ap4mdMS8 p {
  margin: auto;
  text-align: left;
  font-size: 4vmin;
  font-family: "Noto Sans HK";
  font-weight: 700;
  background-color: #666666;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 3px 3px;
}
.cid-u7Ap4mvKdP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: white;
}
.cid-u7Ap4mvKdP .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u7Ap4mvKdP .section-text {
  padding: 2rem 0;
  text-align: justify;
  color: #232323;
}
.cid-u7Ap4mvKdP .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u7Ap4mvKdP .inner-container {
    width: 100% !important;
  }
}
@media screen and (min-width: 901px) {
  .cid-u7Ap4mvKdP div.example {
    font-size: 19,2px;
  }
}
@media screen and (max-width: 900px) {
  .cid-u7Ap4mvKdP div.example {
    font-size: 12px;
  }
}
.cid-u7Ap4mKIEm {
  background: #767676;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-u7Ap4mKIEm .image-block {
  margin: auto;
}
.cid-u7Ap4mKIEm figcaption {
  position: relative;
}
.cid-u7Ap4mKIEm figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u7Ap4mKIEm .image-block {
    width: 100% !important;
  }
}
.cid-u7Ap4mKIEm body {
  background: #000000;
}
.cid-u7Ap4mKIEm .box {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background: #000000;
}
.cid-u7Ap4mKIEm .box:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.cid-u7Ap4mKIEm .box:hover:before {
  animation: shine .75s;
}
@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 120%;
  }
}
.cid-u7Ap4n1N2h {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f46e10;
}
.cid-u7Ap4n1N2h .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u7Ap4n1N2h .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-u7Ap4n1N2h .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-u7Ap4n1N2h .inner-container {
    width: 100% !important;
  }
}
.cid-ud9ncI5rES {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: white;
}
.cid-ud9ncI5rES .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ud9ncI5rES .section-text {
  padding: 2rem 0;
  text-align: justify;
  color: #232323;
}
.cid-ud9ncI5rES .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-ud9ncI5rES .inner-container {
    width: 100% !important;
  }
}
@media screen and (min-width: 901px) {
  .cid-ud9ncI5rES div.example {
    font-size: 19,2px;
  }
}
@media screen and (max-width: 900px) {
  .cid-ud9ncI5rES div.example {
    font-size: 12px;
  }
}
.cid-ud9nfbo6gB {
  background: #767676;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-ud9nfbo6gB .image-block {
  margin: auto;
}
.cid-ud9nfbo6gB figcaption {
  position: relative;
}
.cid-ud9nfbo6gB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-ud9nfbo6gB .image-block {
    width: 100% !important;
  }
}
.cid-ud9nfbo6gB body {
  background: #000000;
}
.cid-ud9nfbo6gB .box {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background: #000000;
}
.cid-ud9nfbo6gB .box:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.cid-ud9nfbo6gB .box:hover:before {
  animation: shine .75s;
}
@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 120%;
  }
}
.cid-uoKtMvyN0t {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: white;
}
.cid-uoKtMvyN0t .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uoKtMvyN0t .section-text {
  padding: 2rem 0;
  text-align: justify;
  color: #232323;
}
.cid-uoKtMvyN0t .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uoKtMvyN0t .inner-container {
    width: 100% !important;
  }
}
@media screen and (min-width: 901px) {
  .cid-uoKtMvyN0t div.example {
    font-size: 19,2px;
  }
}
@media screen and (max-width: 900px) {
  .cid-uoKtMvyN0t div.example {
    font-size: 12px;
  }
}
.cid-uswY9y9AXc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-uswY9y9AXc .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uswY9y9AXc .modal-body .close {
  background: #1b1b1b;
}
.cid-uswY9y9AXc .modal-body .close span {
  font-style: normal;
}
.cid-uswY9y9AXc .carousel-inner > .active,
.cid-uswY9y9AXc .carousel-inner > .next,
.cid-uswY9y9AXc .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-uswY9y9AXc .carousel-control .icon-next,
.cid-uswY9y9AXc .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uswY9y9AXc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uswY9y9AXc .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uswY9y9AXc .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-uswY9y9AXc .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uswY9y9AXc .boxed-slider > div {
  position: relative;
}
.cid-uswY9y9AXc .container img {
  width: 100%;
}
.cid-uswY9y9AXc .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uswY9y9AXc .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uswY9y9AXc .mbr-table-cell {
  padding: 0;
}
.cid-uswY9y9AXc .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uswY9y9AXc .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-uswY9y9AXc .mbr-overlay {
  z-index: 1;
}
.cid-uswY9y9AXc .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uswY9y9AXc .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-uswY9y9AXc .carousel-item .container {
    width: 100%;
  }
}
.cid-uswY9y9AXc .carousel-item-next.carousel-item-left,
.cid-uswY9y9AXc .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uswY9y9AXc .active.carousel-item-right,
.cid-uswY9y9AXc .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-uswY9y9AXc .active.carousel-item-left,
.cid-uswY9y9AXc .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-uswY9y9AXc .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-uswY9y9AXc .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uswY9y9AXc .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uswY9y9AXc .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uswY9y9AXc .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uswY9y9AXc .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uswY9y9AXc .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uswY9y9AXc .mbr-slider .carousel-indicators li.active,
.cid-uswY9y9AXc .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uswY9y9AXc .mbr-slider .carousel-indicators li::after,
.cid-uswY9y9AXc .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uswY9y9AXc .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uswY9y9AXc .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uswY9y9AXc .mbr-slider > .container img {
  width: 100%;
}
.cid-uswY9y9AXc .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uswY9y9AXc .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uswY9y9AXc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uswY9y9AXc .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uswY9y9AXc .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uswY9y9AXc .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uswY9y9AXc .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uswY9y9AXc .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uswY9y9AXc .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uswY9y9AXc .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uswY9y9AXc .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uswY9y9AXc .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uswY9y9AXc .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uswY9y9AXc .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uswY9y9AXc .carousel-inner {
  height: 100%;
}
.cid-uswY9y9AXc .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uswY9y9AXc .image_wrapper {
  height: 510px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uswY9y9AXc .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-uswY9y9AXc .carousel-item .container-slide {
  text-align: center;
}
.cid-uswY9y9AXc .content-slider-wrap {
  width: 100%;
}
.cid-us8PcZ0IA5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: white;
}
.cid-us8PcZ0IA5 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-us8PcZ0IA5 .section-text {
  padding: 2rem 0;
  text-align: justify;
  color: #232323;
}
.cid-us8PcZ0IA5 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-us8PcZ0IA5 .inner-container {
    width: 100% !important;
  }
}
@media screen and (min-width: 901px) {
  .cid-us8PcZ0IA5 div.example {
    font-size: 19,2px;
  }
}
@media screen and (max-width: 900px) {
  .cid-us8PcZ0IA5 div.example {
    font-size: 12px;
  }
}
.cid-uswTvkM9mu {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #cccccc;
}
.cid-uswTvkM9mu .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uswTvkM9mu .modal-body .close {
  background: #1b1b1b;
}
.cid-uswTvkM9mu .modal-body .close span {
  font-style: normal;
}
.cid-uswTvkM9mu .carousel-inner > .active,
.cid-uswTvkM9mu .carousel-inner > .next,
.cid-uswTvkM9mu .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-uswTvkM9mu .carousel-control .icon-next,
.cid-uswTvkM9mu .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uswTvkM9mu .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uswTvkM9mu .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uswTvkM9mu .content-slider-wrap {
    width: 100%!important;
  }
}
.cid-uswTvkM9mu .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-uswTvkM9mu .boxed-slider > div {
  position: relative;
}
.cid-uswTvkM9mu .container img {
  width: 100%;
}
.cid-uswTvkM9mu .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-uswTvkM9mu .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uswTvkM9mu .mbr-table-cell {
  padding: 0;
}
.cid-uswTvkM9mu .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uswTvkM9mu .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-uswTvkM9mu .mbr-overlay {
  z-index: 1;
}
.cid-uswTvkM9mu .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uswTvkM9mu .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-uswTvkM9mu .carousel-item .container {
    width: 100%;
  }
}
.cid-uswTvkM9mu .carousel-item-next.carousel-item-left,
.cid-uswTvkM9mu .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-uswTvkM9mu .active.carousel-item-right,
.cid-uswTvkM9mu .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-uswTvkM9mu .active.carousel-item-left,
.cid-uswTvkM9mu .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-uswTvkM9mu .mbr-slider .carousel-control {
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-uswTvkM9mu .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uswTvkM9mu .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uswTvkM9mu .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uswTvkM9mu .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uswTvkM9mu .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uswTvkM9mu .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-uswTvkM9mu .mbr-slider .carousel-indicators li.active,
.cid-uswTvkM9mu .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-uswTvkM9mu .mbr-slider .carousel-indicators li::after,
.cid-uswTvkM9mu .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-uswTvkM9mu .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-uswTvkM9mu .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-uswTvkM9mu .mbr-slider > .container img {
  width: 100%;
}
.cid-uswTvkM9mu .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-uswTvkM9mu .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-uswTvkM9mu .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uswTvkM9mu .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-uswTvkM9mu .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-uswTvkM9mu .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-uswTvkM9mu .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-uswTvkM9mu .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-uswTvkM9mu .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-uswTvkM9mu .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-uswTvkM9mu .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-uswTvkM9mu .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-uswTvkM9mu .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-uswTvkM9mu .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-uswTvkM9mu .carousel-inner {
  height: 100%;
}
.cid-uswTvkM9mu .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-uswTvkM9mu .image_wrapper {
  height: 610px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-uswTvkM9mu .image_wrapper img {
  width: auto !important;
  height: 100%;
}
.cid-uswTvkM9mu .carousel-item .container-slide {
  text-align: center;
}
.cid-uswTvkM9mu .content-slider-wrap {
  width: 96%;
}
.cid-utOcj9b56Z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: white;
}
.cid-utOcj9b56Z .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-utOcj9b56Z .section-text {
  padding: 2rem 0;
  text-align: justify;
  color: #232323;
}
.cid-utOcj9b56Z .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-utOcj9b56Z .inner-container {
    width: 100% !important;
  }
}
@media screen and (min-width: 901px) {
  .cid-utOcj9b56Z div.example {
    font-size: 19,2px;
  }
}
@media screen and (max-width: 900px) {
  .cid-utOcj9b56Z div.example {
    font-size: 12px;
  }
}
.cid-utOcthEXTh {
  background: #767676;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-utOcthEXTh .image-block {
  margin: auto;
}
.cid-utOcthEXTh figcaption {
  position: relative;
}
.cid-utOcthEXTh figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-utOcthEXTh .image-block {
    width: 100% !important;
  }
}
.cid-utOcthEXTh body {
  background: #000000;
}
.cid-utOcthEXTh .box {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background: #000000;
}
.cid-utOcthEXTh .box:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.cid-utOcthEXTh .box:hover:before {
  animation: shine .75s;
}
@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 120%;
  }
}
.cid-uXbbJsKQJh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  border-top: 4px solid white;
}
.cid-uXbbJsKQJh h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uXbbJsKQJh p {
  color: #767676;
  text-align: left;
}
.cid-uXbbJsKQJh .card-box {
  padding-top: 2rem;
}
.cid-uXbbJsKQJh .card-wrapper {
  height: 100%;
}
.cid-uXbbJsKQJh img {
  border-radius: 1px;
  box-shadow: 10px 10px 30px 2px grey;
}
@media screen and (min-width: 901px) {
  .cid-uXbbJsKQJh div.example {
    font-size: 19px;
    text-align: justify;
  }
  .cid-uXbbJsKQJh div.image {
    padding-left: 20px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 900px) {
  .cid-uXbbJsKQJh div.example {
    font-size: 12px;
    text-align: justify;
  }
  .cid-uXbbJsKQJh div.image {
    padding: 5px;
    max-width: 35%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uXbbJsKQJh .center {
  margin-left: auto;
}
.cid-urVRxCZ05e {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ff7f0c;
}
.cid-urVRxCZ05e P {
  color: #767676;
}
.cid-urVRxCZ05e H1 {
  color: #dcdcdc;
}
.cid-v6bRgabi7S .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  border-bottom: 4px solid black;
}
.cid-v6bRgabi7S .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v6bRgabi7S a {
  font-style: normal;
}
.cid-v6bRgabi7S .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-v6bRgabi7S .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-v6bRgabi7S .nav-item:focus,
.cid-v6bRgabi7S .nav-link:focus {
  outline: none;
}
.cid-v6bRgabi7S .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v6bRgabi7S .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-v6bRgabi7S .menu-logo {
  margin-right: auto;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-v6bRgabi7S .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-v6bRgabi7S .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-v6bRgabi7S .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v6bRgabi7S .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v6bRgabi7S .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-v6bRgabi7S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-v6bRgabi7S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6bRgabi7S .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v6bRgabi7S .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-v6bRgabi7S .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-v6bRgabi7S .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v6bRgabi7S button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-v6bRgabi7S button.navbar-toggler:focus {
  outline: none;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fd5e0d;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v6bRgabi7S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v6bRgabi7S nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v6bRgabi7S nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v6bRgabi7S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v6bRgabi7S .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v6bRgabi7S .collapsed .btn {
  display: -webkit-flex;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-v6bRgabi7S .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-v6bRgabi7S .collapsed button.navbar-toggler {
  display: block;
}
.cid-v6bRgabi7S .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-v6bRgabi7S .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v6bRgabi7S .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-v6bRgabi7S .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v6bRgabi7S .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v6bRgabi7S .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-v6bRgabi7S.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v6bRgabi7S img {
    height: 3.8rem !important;
  }
  .cid-v6bRgabi7S .btn {
    display: -webkit-flex;
  }
  .cid-v6bRgabi7S button.navbar-toggler {
    display: block;
  }
  .cid-v6bRgabi7S .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-v6bRgabi7S .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v6bRgabi7S .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing,
  .cid-v6bRgabi7S .navbar-collapse.show {
    display: block !important;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-nav,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-buttons,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v6bRgabi7S .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-v6bRgabi7S .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v6bRgabi7S .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v6bRgabi7S .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-v6bRgabi7S .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-v6bRgabi7S .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-v6bRgabi7S .nav-link:hover,
.cid-v6bRgabi7S .dropdown-item:hover {
  color: #fd5e0d !important;
}
.cid-v6bRgabi7S .navbar-nav .nav-link {
  position: relative;
  text-decoration: none !important;
}
.cid-v6bRgabi7S .navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  width: 100%;
  height: 2px;
  background-color: #fd5e0d;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.cid-v6bRgabi7S .navbar-nav .nav-link:hover::after {
  transform: scaleX(1);
}
.cid-tAWrYFWpVV {
  padding-top: 175px;
  padding-bottom: 1px;
  background-color: #ffffff;
}
.cid-tAWrYFWpVV .mbr-text,
.cid-tAWrYFWpVV blockquote {
  color: #767676;
}
.cid-tAWrYFWpVV p {
  margin: auto;
  text-align: left;
  font-size: 4vmin;
  font-family: "Noto Sans HK";
  font-weight: 700;
  background-color: #666666;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 3px 3px;
}
.cid-t2l16PJzfq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: white;
}
.cid-t2l16PJzfq .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t2l16PJzfq .section-text {
  padding: 2rem 0;
  text-align: justify;
  color: #232323;
}
.cid-t2l16PJzfq .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-t2l16PJzfq .inner-container {
    width: 100% !important;
  }
}
@media screen and (min-width: 901px) {
  .cid-t2l16PJzfq div.example {
    font-size: 19,2px;
  }
}
@media screen and (max-width: 900px) {
  .cid-t2l16PJzfq div.example {
    font-size: 12px;
  }
}
.cid-t2l16QhqS5 {
  background: #ffffff;
}
.cid-t2l16QhqS5 .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-t2l16QhqS5 .mbr-figure {
  margin: 0 auto;
}
.cid-t2l16QhqS5 figcaption {
  position: relative;
}
.cid-t2l16QhqS5 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-t2l16QhqS5 .image-block {
    width: 100% !important;
  }
  .cid-t2l16QhqS5 .image-block .bottom {
    box-shadow: 0 5px 5px -5px #333333;
  }
}
.cid-t2l16QZkKM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-t2l16QZkKM .line {
  background-color: #fd5e0d;
  color: #fd5e0d;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t2l16QZkKM .section-text {
  padding: 2rem 0;
  text-align: justify;
  color: #232323;
}
.cid-t2l16QZkKM .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-t2l16QZkKM .inner-container {
    width: 100% !important;
  }
}
@media screen and (min-width: 901px) {
  .cid-t2l16QZkKM div.example {
    font-size: 19,2px;
    text-align: justify;
  }
}
@media screen and (max-width: 900px) {
  .cid-t2l16QZkKM div.example {
    font-size: 12px;
    text-align: justify;
  }
}
.cid-t2l16RgUEK {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #c1c1c1;
}
.cid-t2l16RgUEK .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-t2l16RgUEK .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2l16RgUEK .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t2l16RgUEK .mbr-text {
    text-align: justify;
  }
}
.cid-t2l16RgUEK .mbr-text,
.cid-t2l16RgUEK .mbr-section-btn {
  color: #232323;
  text-align: justify;
}
@media screen and (min-width: 901px) {
  .cid-t2l16RgUEK div.example {
    font-size: 19px;
    text-align: justify;
  }
  .cid-t2l16RgUEK div.image {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 900px) {
  .cid-t2l16RgUEK div.example {
    font-size: 12px;
    text-align: justify;
  }
  .cid-t2l16RgUEK div.image {
    max-width: 40%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-t2l16RgUEK .center {
  margin-left: auto;
}
.cid-t2l16RLBM5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f46e10;
}
.cid-t2l16RLBM5 .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t2l16RLBM5 .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-t2l16RLBM5 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-t2l16RLBM5 .inner-container {
    width: 100% !important;
  }
}
.cid-t2l16S24jp {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #c1c1c1;
}
.cid-t2l16S24jp h2 {
  text-align: left;
}
.cid-t2l16S24jp h4 {
  text-align: left;
  font-weight: 500;
}
.cid-t2l16S24jp p {
  color: #767676;
  text-align: left;
}
.cid-t2l16S24jp .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-t2l16S24jp .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t2l16S24jp .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t2l16S24jp .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t2l16S24jp .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t2l16S24jp .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t2l16S24jp .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t2l16S24jp .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-t2l16S24jp .card-img span {
    font-size: 40px !important;
  }
}
.cid-t2l16S24jp .Table {
  font-family: 'Noto Sans HK';
  font-size: 0,6rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  margin: 0.5rem;
  line-height: 1.5;
}
.cid-t2l16S24jp .Table-header {
  display: none;
}
.cid-t2l16S24jp .Table-row {
  width: 100%;
}
.cid-t2l16S24jp .Table-row:nth-of-type(even) {
  background-color: transparent;
}
.cid-t2l16S24jp .Table-row-item {
  display: flex;
  flex-flow: row nowrap;
  flex-grow: 1;
  flex-basis: 0;
  padding: 0.5em;
  word-break: break-word;
}
.cid-t2l16S24jp .Table-row-item:before {
  content: attr(data-header);
  width: 30%;
  font-weight: 700;
}
@media (min-width: 500px) {
  .cid-t2l16S24jp .Table-header {
    font-weight: bold;
    background-color: transparent;
  }
  .cid-t2l16S24jp .Table-row {
    display: flex;
    flex-flow: row nowrap;
  }
  .cid-t2l16S24jp .Table-row:nth-child(2n+3) {
    background-color: transparent;
  }
  .cid-t2l16S24jp .Table-row-item:before {
    content: none;
  }
}
.cid-t2l16S24jp #mybox {
  background-color: white;
  box-shadow: 10px 10px 30px 2px grey;
}
@media screen and (min-width: 901px) {
  .cid-t2l16S24jp div.example {
    font-size: 19px;
    text-align: justify;
  }
  .cid-t2l16S24jp div.image {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .cid-t2l16S24jp th,
  .cid-t2l16S24jp td {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .cid-t2l16S24jp div.example {
    font-size: 16px;
    text-align: justify;
  }
  .cid-t2l16S24jp div.image {
    max-width: 35%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .cid-t2l16S24jp th,
  .cid-t2l16S24jp td {
    font-size: 12px;
  }
}
.cid-t2l16S24jp .center {
  margin-left: auto;
}
.cid-t2l16S24jp .shadow {
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4);
  transition: all 0.5s linear;
}
.cid-t2l16S24jp .shadow:hover {
  box-shadow: 25px 25px 25px 0px rgba(0, 0, 0, 0.4);
  transform: scale(1.05);
  cursor: pointer;
}
.cid-t2l16Syliq {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t2l16Syliq .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-t2l16Syliq .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t2l16Syliq .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t2l16Syliq .mbr-text {
    text-align: justify;
  }
}
.cid-t2l16Syliq .mbr-text,
.cid-t2l16Syliq .mbr-section-btn {
  color: #232323;
  text-align: justify;
}
.cid-t2l16Syliq mbr-figure {
  border-radius: 20%;
}
@media screen and (min-width: 901px) {
  .cid-t2l16Syliq div.example {
    font-size: 19px;
    text-align: justify;
  }
  .cid-t2l16Syliq div.image {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 900px) {
  .cid-t2l16Syliq div.example {
    font-size: 12px;
    text-align: justify;
  }
  .cid-t2l16Syliq div.image {
    max-width: 40%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-t2l16Syliq .center {
  margin-left: auto;
}
.cid-t2l16T1mar {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t2l16T1mar h2 {
  text-align: left;
}
.cid-t2l16T1mar h4 {
  text-align: left;
  font-weight: 500;
}
.cid-t2l16T1mar p {
  color: #767676;
  text-align: left;
}
.cid-t2l16T1mar .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-t2l16T1mar .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-t2l16T1mar .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t2l16T1mar .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-t2l16T1mar .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-t2l16T1mar .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-t2l16T1mar .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t2l16T1mar .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-t2l16T1mar .card-img span {
    font-size: 40px !important;
  }
}
@media (min-width: 500px) {
  .cid-t2l16T1mar .Table-header {
    font-weight: bold;
    background-color: transparent;
  }
  .cid-t2l16T1mar .Table-row {
    display: flex;
    flex-flow: row nowrap;
  }
  .cid-t2l16T1mar .Table-row:nth-child(2n+3) {
    background-color: transparent;
  }
  .cid-t2l16T1mar .Table-row-item:before {
    content: none;
  }
}
.cid-t2l16T1mar #mybox {
  background-color: white;
  box-shadow: 10px 10px 30px 2px grey;
}
@media screen and (min-width: 901px) {
  .cid-t2l16T1mar div.example {
    font-size: 19px;
    text-align: justify;
  }
  .cid-t2l16T1mar div.image {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .cid-t2l16T1mar th,
  .cid-t2l16T1mar td {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .cid-t2l16T1mar div.example {
    font-size: 16px;
    text-align: justify;
  }
  .cid-t2l16T1mar div.image {
    max-width: 35%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .cid-t2l16T1mar th,
  .cid-t2l16T1mar td {
    font-size: 12px;
  }
}
.cid-t2l16T1mar .center {
  margin-left: auto;
}
.cid-t2l16T1mar .Table {
  font-family: 'Noto Sans HK';
  font-size: 0,6rem;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  margin: 0.5rem;
  line-height: 1.5;
}
.cid-t2l16T1mar .Table-header {
  display: none;
}
.cid-t2l16T1mar .Table-row {
  width: 100%;
}
.cid-t2l16T1mar .Table-row:nth-of-type(even) {
  background-color: transparent;
}
.cid-t2l16T1mar .Table-row-item {
  display: flex;
  flex-flow: row nowrap;
  flex-grow: 1;
  flex-basis: 0;
  padding: 0.5em;
  word-break: break-word;
}
.cid-t2l16T1mar .Table-row-item:before {
  content: attr(data-header);
  width: 30%;
  font-weight: 700;
}
.cid-t2l16T1mar .shadow {
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.4);
  transition: all 0.5s linear;
}
.cid-t2l16T1mar .shadow:hover {
  box-shadow: 25px 25px 25px 0px rgba(0, 0, 0, 0.4);
  transform: scale(1.05);
  cursor: pointer;
}
.cid-uXbba3Z6Eb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  border-top: 4px solid white;
}
.cid-uXbba3Z6Eb h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uXbba3Z6Eb p {
  color: #767676;
  text-align: left;
}
.cid-uXbba3Z6Eb .card-box {
  padding-top: 2rem;
}
.cid-uXbba3Z6Eb .card-wrapper {
  height: 100%;
}
.cid-uXbba3Z6Eb img {
  border-radius: 1px;
  box-shadow: 10px 10px 30px 2px grey;
}
@media screen and (min-width: 901px) {
  .cid-uXbba3Z6Eb div.example {
    font-size: 19px;
    text-align: justify;
  }
  .cid-uXbba3Z6Eb div.image {
    padding-left: 20px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 900px) {
  .cid-uXbba3Z6Eb div.example {
    font-size: 12px;
    text-align: justify;
  }
  .cid-uXbba3Z6Eb div.image {
    padding: 5px;
    max-width: 35%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uXbba3Z6Eb .center {
  margin-left: auto;
}
.cid-urVR0UWOmY {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ff7f0c;
}
.cid-urVR0UWOmY P {
  color: #767676;
}
.cid-urVR0UWOmY H1 {
  color: #dcdcdc;
}
.cid-v6bRgabi7S .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  border-bottom: 4px solid black;
}
.cid-v6bRgabi7S .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v6bRgabi7S a {
  font-style: normal;
}
.cid-v6bRgabi7S .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-v6bRgabi7S .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-v6bRgabi7S .nav-item:focus,
.cid-v6bRgabi7S .nav-link:focus {
  outline: none;
}
.cid-v6bRgabi7S .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v6bRgabi7S .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-v6bRgabi7S .menu-logo {
  margin-right: auto;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-v6bRgabi7S .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-v6bRgabi7S .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-v6bRgabi7S .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v6bRgabi7S .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v6bRgabi7S .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-v6bRgabi7S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-v6bRgabi7S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6bRgabi7S .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v6bRgabi7S .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-v6bRgabi7S .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-v6bRgabi7S .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v6bRgabi7S button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-v6bRgabi7S button.navbar-toggler:focus {
  outline: none;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fd5e0d;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v6bRgabi7S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v6bRgabi7S nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v6bRgabi7S nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v6bRgabi7S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v6bRgabi7S .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v6bRgabi7S .collapsed .btn {
  display: -webkit-flex;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-v6bRgabi7S .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-v6bRgabi7S .collapsed button.navbar-toggler {
  display: block;
}
.cid-v6bRgabi7S .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-v6bRgabi7S .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v6bRgabi7S .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-v6bRgabi7S .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v6bRgabi7S .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v6bRgabi7S .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-v6bRgabi7S.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v6bRgabi7S img {
    height: 3.8rem !important;
  }
  .cid-v6bRgabi7S .btn {
    display: -webkit-flex;
  }
  .cid-v6bRgabi7S button.navbar-toggler {
    display: block;
  }
  .cid-v6bRgabi7S .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-v6bRgabi7S .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v6bRgabi7S .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing,
  .cid-v6bRgabi7S .navbar-collapse.show {
    display: block !important;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-nav,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-buttons,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v6bRgabi7S .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-v6bRgabi7S .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v6bRgabi7S .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v6bRgabi7S .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-v6bRgabi7S .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-v6bRgabi7S .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-v6bRgabi7S .nav-link:hover,
.cid-v6bRgabi7S .dropdown-item:hover {
  color: #fd5e0d !important;
}
.cid-v6bRgabi7S .navbar-nav .nav-link {
  position: relative;
  text-decoration: none !important;
}
.cid-v6bRgabi7S .navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  width: 100%;
  height: 2px;
  background-color: #fd5e0d;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.cid-v6bRgabi7S .navbar-nav .nav-link:hover::after {
  transform: scaleX(1);
}
.cid-uHzNh7HQ9L {
  padding-top: 175px;
  padding-bottom: 1px;
  background-color: #ffffff;
}
.cid-uHzNh7HQ9L .mbr-text,
.cid-uHzNh7HQ9L blockquote {
  color: #767676;
}
.cid-uHzNh7HQ9L p {
  margin: auto;
  text-align: left;
  font-size: 4vmin;
  font-family: "Noto Sans HK";
  font-weight: 700;
  background-color: #666666;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 3px 3px;
}
.cid-uHzNh7RPMW {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: white;
}
.cid-uHzNh7RPMW .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uHzNh7RPMW .section-text {
  padding: 2rem 0;
  text-align: justify;
  color: #232323;
}
.cid-uHzNh7RPMW .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uHzNh7RPMW .inner-container {
    width: 100% !important;
  }
}
@media screen and (min-width: 901px) {
  .cid-uHzNh7RPMW div.example {
    font-size: 19,2px;
  }
}
@media screen and (max-width: 900px) {
  .cid-uHzNh7RPMW div.example {
    font-size: 12px;
  }
}
.cid-uHzNh7WP37 {
  background: #767676;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-uHzNh7WP37 .image-block {
  margin: auto;
}
.cid-uHzNh7WP37 figcaption {
  position: relative;
}
.cid-uHzNh7WP37 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uHzNh7WP37 .image-block {
    width: 100% !important;
  }
}
.cid-uHzNh7WP37 body {
  background: #000000;
}
.cid-uHzNh7WP37 .box {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background: #000000;
}
.cid-uHzNh7WP37 .box:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.cid-uHzNh7WP37 .box:hover:before {
  animation: shine .75s;
}
@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 120%;
  }
}
.cid-uITK3NJB3l {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: white;
}
.cid-uITK3NJB3l .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uITK3NJB3l .section-text {
  padding: 2rem 0;
  text-align: justify;
  color: #232323;
}
.cid-uITK3NJB3l .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uITK3NJB3l .inner-container {
    width: 100% !important;
  }
}
@media screen and (min-width: 901px) {
  .cid-uITK3NJB3l div.example {
    font-size: 19,2px;
  }
}
@media screen and (max-width: 900px) {
  .cid-uITK3NJB3l div.example {
    font-size: 12px;
  }
}
.cid-uITK8m53Va {
  background: #cccccc;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-uITK8m53Va .image-block {
  margin: auto;
}
.cid-uITK8m53Va figcaption {
  position: relative;
}
.cid-uITK8m53Va figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uITK8m53Va .image-block {
    width: 100% !important;
  }
}
.cid-uITK8m53Va body {
  background: #000000;
}
.cid-uITK8m53Va .box {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background: #000000;
}
.cid-uITK8m53Va .box:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.cid-uITK8m53Va .box:hover:before {
  animation: shine .75s;
}
@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 120%;
  }
}
.cid-v0JXyWDEDF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: white;
}
.cid-v0JXyWDEDF .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v0JXyWDEDF .section-text {
  padding: 2rem 0;
  text-align: justify;
  color: #232323;
}
.cid-v0JXyWDEDF .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-v0JXyWDEDF .inner-container {
    width: 100% !important;
  }
}
@media screen and (min-width: 901px) {
  .cid-v0JXyWDEDF div.example {
    font-size: 19,2px;
  }
}
@media screen and (max-width: 900px) {
  .cid-v0JXyWDEDF div.example {
    font-size: 12px;
  }
}
.cid-uHzNh84o6p {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f46e10;
}
.cid-uHzNh84o6p .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uHzNh84o6p .section-text {
  padding: 2rem 0;
  text-align: left;
  color: #232323;
}
.cid-uHzNh84o6p .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uHzNh84o6p .inner-container {
    width: 100% !important;
  }
}
.cid-v0Fif1c9dX {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v0Fif1c9dX .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v0Fif1c9dX .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-v0Fif1c9dX .mbr-figure img {
    width: 100% !important;
  }
}
.cid-v0KyGHBMWH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: white;
}
.cid-v0KyGHBMWH .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v0KyGHBMWH .section-text {
  padding: 2rem 0;
  text-align: justify;
  color: #232323;
}
.cid-v0KyGHBMWH .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-v0KyGHBMWH .inner-container {
    width: 100% !important;
  }
}
@media screen and (min-width: 901px) {
  .cid-v0KyGHBMWH div.example {
    font-size: 19,2px;
  }
}
@media screen and (max-width: 900px) {
  .cid-v0KyGHBMWH div.example {
    font-size: 12px;
  }
}
.cid-v0Kynp6DRy {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-v0Kynp6DRy .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v0Kynp6DRy .mbr-figure img {
  height: 100%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-v0Kynp6DRy .mbr-figure img {
    width: 100% !important;
  }
}
.cid-v3WDntJsv2 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: white;
}
.cid-v3WDntJsv2 .line {
  background-color: #efefef;
  color: #efefef;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v3WDntJsv2 .section-text {
  padding: 2rem 0;
  text-align: justify;
  color: #232323;
}
.cid-v3WDntJsv2 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-v3WDntJsv2 .inner-container {
    width: 100% !important;
  }
}
@media screen and (min-width: 901px) {
  .cid-v3WDntJsv2 div.example {
    font-size: 19,2px;
  }
}
@media screen and (max-width: 900px) {
  .cid-v3WDntJsv2 div.example {
    font-size: 12px;
  }
}
.cid-v3WDlqnn9a {
  background: #767676;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-v3WDlqnn9a .image-block {
  margin: auto;
}
.cid-v3WDlqnn9a figcaption {
  position: relative;
}
.cid-v3WDlqnn9a figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-v3WDlqnn9a .image-block {
    width: 100% !important;
  }
}
.cid-v3WDlqnn9a body {
  background: #000000;
}
.cid-v3WDlqnn9a .box {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background: #000000;
}
.cid-v3WDlqnn9a .box:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.cid-v3WDlqnn9a .box:hover:before {
  animation: shine .75s;
}
@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 120%;
  }
}
.cid-uXbbNbaH2f {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  border-top: 4px solid white;
}
.cid-uXbbNbaH2f h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uXbbNbaH2f p {
  color: #767676;
  text-align: left;
}
.cid-uXbbNbaH2f .card-box {
  padding-top: 2rem;
}
.cid-uXbbNbaH2f .card-wrapper {
  height: 100%;
}
.cid-uXbbNbaH2f img {
  border-radius: 1px;
  box-shadow: 10px 10px 30px 2px grey;
}
@media screen and (min-width: 901px) {
  .cid-uXbbNbaH2f div.example {
    font-size: 19px;
    text-align: justify;
  }
  .cid-uXbbNbaH2f div.image {
    padding-left: 20px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 900px) {
  .cid-uXbbNbaH2f div.example {
    font-size: 12px;
    text-align: justify;
  }
  .cid-uXbbNbaH2f div.image {
    padding: 5px;
    max-width: 35%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uXbbNbaH2f .center {
  margin-left: auto;
}
.cid-uHzNh9Q1Gn {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ff7f0c;
}
.cid-uHzNh9Q1Gn P {
  color: #767676;
}
.cid-uHzNh9Q1Gn H1 {
  color: #dcdcdc;
}
.cid-v6bRgabi7S .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  border-bottom: 4px solid black;
}
.cid-v6bRgabi7S .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v6bRgabi7S a {
  font-style: normal;
}
.cid-v6bRgabi7S .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-v6bRgabi7S .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-v6bRgabi7S .nav-item:focus,
.cid-v6bRgabi7S .nav-link:focus {
  outline: none;
}
.cid-v6bRgabi7S .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v6bRgabi7S .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-v6bRgabi7S .menu-logo {
  margin-right: auto;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-v6bRgabi7S .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-v6bRgabi7S .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-v6bRgabi7S .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v6bRgabi7S .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v6bRgabi7S .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-v6bRgabi7S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-v6bRgabi7S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6bRgabi7S .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v6bRgabi7S .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-v6bRgabi7S .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-v6bRgabi7S .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v6bRgabi7S button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-v6bRgabi7S button.navbar-toggler:focus {
  outline: none;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fd5e0d;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v6bRgabi7S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v6bRgabi7S nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v6bRgabi7S nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v6bRgabi7S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v6bRgabi7S .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v6bRgabi7S .collapsed .btn {
  display: -webkit-flex;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-v6bRgabi7S .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-v6bRgabi7S .collapsed button.navbar-toggler {
  display: block;
}
.cid-v6bRgabi7S .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-v6bRgabi7S .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v6bRgabi7S .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-v6bRgabi7S .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v6bRgabi7S .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v6bRgabi7S .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-v6bRgabi7S.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v6bRgabi7S img {
    height: 3.8rem !important;
  }
  .cid-v6bRgabi7S .btn {
    display: -webkit-flex;
  }
  .cid-v6bRgabi7S button.navbar-toggler {
    display: block;
  }
  .cid-v6bRgabi7S .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-v6bRgabi7S .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v6bRgabi7S .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing,
  .cid-v6bRgabi7S .navbar-collapse.show {
    display: block !important;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-nav,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-buttons,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v6bRgabi7S .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-v6bRgabi7S .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v6bRgabi7S .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v6bRgabi7S .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-v6bRgabi7S .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-v6bRgabi7S .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-v6bRgabi7S .nav-link:hover,
.cid-v6bRgabi7S .dropdown-item:hover {
  color: #fd5e0d !important;
}
.cid-v6bRgabi7S .navbar-nav .nav-link {
  position: relative;
  text-decoration: none !important;
}
.cid-v6bRgabi7S .navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  width: 100%;
  height: 2px;
  background-color: #fd5e0d;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.cid-v6bRgabi7S .navbar-nav .nav-link:hover::after {
  transform: scaleX(1);
}
.cid-uYaUe98FB9 {
  padding-top: 135px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uYaUe98FB9 P {
  color: #767676;
}
.cid-uYaUMgfdLu {
  padding-top: 0px;
  padding-bottom: 8px;
  background-color: #ffffff;
}
.cid-uYaUMgfdLu .mbr-text,
.cid-uYaUMgfdLu blockquote {
  color: #767676;
}
.cid-uYaUMgfdLu p {
  margin: auto;
  text-align: left;
  font-size: 4vmin;
  font-family: "Noto Sans HK";
  font-weight: 700;
  background-color: #666666;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 3px 3px;
}
.cid-uYcIjEIAV7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
@media (min-width: 992px) {
  .cid-uYcIjEIAV7 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uYcIjEIAV7 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uYcIjEIAV7 .mbr-text {
    text-align: center;
  }
}
.cid-uYcIjEIAV7 H1 {
  color: #ef7b12;
}
.cid-uYcIjEIAV7 .mbr-text,
.cid-uYcIjEIAV7 .mbr-section-btn {
  color: #232323;
}
@media screen and (min-width: 901px) {
  .cid-uYcIjEIAV7 h1 {
    font-size: 19,2px;
    text-align: justify;
  }
}
@media screen and (max-width: 900px) {
  .cid-uYcIjEIAV7 h1 {
    font-size: 24px;
    text-align: center;
  }
  .cid-uYcIjEIAV7 p {
    font-size: 20px;
    text-align: center;
  }
}
.cid-uYcIjEIAV7 body {
  background: #000000;
}
.cid-uYcIjEIAV7 .box {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background: #000000;
}
.cid-uYcIjEIAV7 .box:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.cid-uYcIjEIAV7 .box:hover:before {
  animation: shine .75s;
}
@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 120%;
  }
}
.cid-uYaUU8NRgc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  border-top: 4px solid white;
}
.cid-uYaUU8NRgc h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uYaUU8NRgc p {
  color: #767676;
  text-align: left;
}
.cid-uYaUU8NRgc .card-box {
  padding-top: 2rem;
}
.cid-uYaUU8NRgc .card-wrapper {
  height: 100%;
}
.cid-uYaUU8NRgc img {
  border-radius: 1px;
  box-shadow: 10px 10px 30px 2px grey;
}
@media screen and (min-width: 901px) {
  .cid-uYaUU8NRgc div.example {
    font-size: 19px;
    text-align: justify;
  }
  .cid-uYaUU8NRgc div.image {
    padding-left: 20px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 900px) {
  .cid-uYaUU8NRgc div.example {
    font-size: 12px;
    text-align: justify;
  }
  .cid-uYaUU8NRgc div.image {
    padding: 5px;
    max-width: 35%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uYaUU8NRgc .center {
  margin-left: auto;
}
.cid-uYbpOznY7z {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ff7f0c;
}
.cid-uYbpOznY7z P {
  color: #767676;
}
.cid-uYbpOznY7z H1 {
  color: #ffffff;
}
.cid-v6bRgabi7S .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  border-bottom: 4px solid black;
}
.cid-v6bRgabi7S .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v6bRgabi7S a {
  font-style: normal;
}
.cid-v6bRgabi7S .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-v6bRgabi7S .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-v6bRgabi7S .nav-item:focus,
.cid-v6bRgabi7S .nav-link:focus {
  outline: none;
}
.cid-v6bRgabi7S .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v6bRgabi7S .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-v6bRgabi7S .menu-logo {
  margin-right: auto;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-v6bRgabi7S .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-v6bRgabi7S .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-v6bRgabi7S .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v6bRgabi7S .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v6bRgabi7S .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-v6bRgabi7S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-v6bRgabi7S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6bRgabi7S .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v6bRgabi7S .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-v6bRgabi7S .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-v6bRgabi7S .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v6bRgabi7S button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-v6bRgabi7S button.navbar-toggler:focus {
  outline: none;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fd5e0d;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v6bRgabi7S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v6bRgabi7S nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v6bRgabi7S nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v6bRgabi7S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v6bRgabi7S .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v6bRgabi7S .collapsed .btn {
  display: -webkit-flex;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-v6bRgabi7S .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-v6bRgabi7S .collapsed button.navbar-toggler {
  display: block;
}
.cid-v6bRgabi7S .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-v6bRgabi7S .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v6bRgabi7S .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-v6bRgabi7S .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v6bRgabi7S .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v6bRgabi7S .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-v6bRgabi7S.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v6bRgabi7S img {
    height: 3.8rem !important;
  }
  .cid-v6bRgabi7S .btn {
    display: -webkit-flex;
  }
  .cid-v6bRgabi7S button.navbar-toggler {
    display: block;
  }
  .cid-v6bRgabi7S .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-v6bRgabi7S .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v6bRgabi7S .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing,
  .cid-v6bRgabi7S .navbar-collapse.show {
    display: block !important;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-nav,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-buttons,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v6bRgabi7S .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-v6bRgabi7S .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v6bRgabi7S .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v6bRgabi7S .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-v6bRgabi7S .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-v6bRgabi7S .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-v6bRgabi7S .nav-link:hover,
.cid-v6bRgabi7S .dropdown-item:hover {
  color: #fd5e0d !important;
}
.cid-v6bRgabi7S .navbar-nav .nav-link {
  position: relative;
  text-decoration: none !important;
}
.cid-v6bRgabi7S .navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  width: 100%;
  height: 2px;
  background-color: #fd5e0d;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.cid-v6bRgabi7S .navbar-nav .nav-link:hover::after {
  transform: scaleX(1);
}
.cid-v5zh2wU5vV {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v5zh2wU5vV .mbr-text,
.cid-v5zh2wU5vV blockquote {
  color: #767676;
}
.cid-v5zh2wU5vV .mbr-text {
  color: #ffffff;
}
.cid-v5zh2x4DiU {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-v5zh2x4DiU .mbr-section-subtitle {
  color: #465052;
}
.cid-v5zh2x4DiU H2 {
  color: #f9934c;
  font-size: 1vw;
}
.cid-v6wjNajfsi {
  background: #efefef;
  padding-top: 0px;
  padding-bottom: 15px;
}
.cid-v6wjNajfsi .image-block {
  margin: auto;
}
.cid-v6wjNajfsi figcaption {
  position: relative;
}
.cid-v6wjNajfsi figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-v6wjNajfsi .image-block {
    width: 100% !important;
  }
}
#custom-html-1p7 {
  /* Type valid CSS here */
}
#custom-html-1p7 div {
  padding: 1px 0;
  color: #777;
  text-align: center;
}
#custom-html-1p7 p {
  font-size: 3px;
  color: #777;
}
#custom-html-1p6 {
  /* Type valid CSS here */
}
#custom-html-1p6 div {
  padding: 2px 0;
  color: #777;
  text-align: center;
}
#custom-html-1p6 p {
  font-size: 60px;
  color: #777;
}
#custom-html-1lk {
  /* Type valid CSS here */
}
.cid-v6zGFk24Bn {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-v6zGFk24Bn .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v6zGFk24Bn .section-text {
  padding: 2rem 0;
  text-align: justify;
  color: #232323;
}
.cid-v6zGFk24Bn .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-v6zGFk24Bn .inner-container {
    width: 100% !important;
  }
}
@media screen and (min-width: 901px) {
  .cid-v6zGFk24Bn div.example {
    font-size: 19,2px;
  }
}
@media screen and (max-width: 900px) {
  .cid-v6zGFk24Bn div.example {
    font-size: 12px;
  }
}
.cid-v6zGFk24Bn a {
  color: black;
}
.cid-v6zGFk24Bn p {
  color: black;
  text-align: center;
}
.cid-v6zGFk24Bn .link {
  text-align: center;
}
.cid-v6zGFk24Bn .del {
  position: relative;
  top: 0;
  left: 0;
  width: 600px;
  height: 50px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v6zGFk24Bn .del div {
  font-size: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5), -4px -4px 6px 0 rgba(116, 125, 136, 0.5), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2), inset 4px 4px 6px 0 rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  letter-spacing: 1px;
  color: #ff0000;
  z-index: 1;
  transition: .6s;
}
.cid-v6zGFk24Bn .del:hover div {
  letter-spacing: 4px;
  color: #fff;
  background: #ff7f0c;
}
.cid-v6zGFk24Bn .center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-v5zh2y09PG {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ff7f0c;
}
.cid-v5zh2y09PG P {
  color: #767676;
}
.cid-v5zh2y09PG H1 {
  color: #ffffff;
}
.cid-v5zh2yqlI1 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  border-top: 4px solid white;
}
.cid-v5zh2yqlI1 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-v5zh2yqlI1 p {
  color: #767676;
  text-align: left;
}
.cid-v5zh2yqlI1 .card-box {
  padding-top: 2rem;
}
.cid-v5zh2yqlI1 .card-wrapper {
  height: 100%;
}
.cid-v5zh2yqlI1 img {
  border-radius: 1px;
  box-shadow: 10px 10px 30px 2px grey;
}
@media screen and (min-width: 901px) {
  .cid-v5zh2yqlI1 div.example {
    font-size: 19px;
    text-align: justify;
  }
  .cid-v5zh2yqlI1 div.image {
    padding-left: 20px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 900px) {
  .cid-v5zh2yqlI1 div.example {
    font-size: 12px;
    text-align: justify;
  }
  .cid-v5zh2yqlI1 div.image {
    padding: 5px;
    max-width: 35%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-v5zh2yqlI1 .center {
  margin-left: auto;
}
.cid-v5zh2yFnBo {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ff7f0c;
}
.cid-v5zh2yFnBo P {
  color: #767676;
}
.cid-v5zh2yFnBo H1 {
  color: #ffffff;
}
#custom-html-1kw {
  /* Type valid CSS here */
}
#custom-html-1kw div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1kw p {
  font-size: 60px;
  color: #777;
}
.cid-v6bRgabi7S .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  border-bottom: 4px solid black;
}
.cid-v6bRgabi7S .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v6bRgabi7S a {
  font-style: normal;
}
.cid-v6bRgabi7S .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-v6bRgabi7S .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-v6bRgabi7S .nav-item:focus,
.cid-v6bRgabi7S .nav-link:focus {
  outline: none;
}
.cid-v6bRgabi7S .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v6bRgabi7S .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-v6bRgabi7S .menu-logo {
  margin-right: auto;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v6bRgabi7S .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-v6bRgabi7S .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-v6bRgabi7S .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-v6bRgabi7S .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v6bRgabi7S .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v6bRgabi7S .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-v6bRgabi7S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-v6bRgabi7S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6bRgabi7S .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v6bRgabi7S .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-v6bRgabi7S .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-v6bRgabi7S .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v6bRgabi7S .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v6bRgabi7S button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-v6bRgabi7S button.navbar-toggler:focus {
  outline: none;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fd5e0d;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v6bRgabi7S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v6bRgabi7S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v6bRgabi7S nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v6bRgabi7S nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v6bRgabi7S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v6bRgabi7S .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v6bRgabi7S .collapsed .btn {
  display: -webkit-flex;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v6bRgabi7S .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v6bRgabi7S .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-v6bRgabi7S .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-v6bRgabi7S .collapsed button.navbar-toggler {
  display: block;
}
.cid-v6bRgabi7S .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-v6bRgabi7S .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v6bRgabi7S .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-v6bRgabi7S .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v6bRgabi7S .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v6bRgabi7S .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-v6bRgabi7S.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v6bRgabi7S img {
    height: 3.8rem !important;
  }
  .cid-v6bRgabi7S .btn {
    display: -webkit-flex;
  }
  .cid-v6bRgabi7S button.navbar-toggler {
    display: block;
  }
  .cid-v6bRgabi7S .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-v6bRgabi7S .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v6bRgabi7S .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing,
  .cid-v6bRgabi7S .navbar-collapse.show {
    display: block !important;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-nav,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-buttons,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v6bRgabi7S .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v6bRgabi7S .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v6bRgabi7S .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-v6bRgabi7S .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v6bRgabi7S .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v6bRgabi7S .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-v6bRgabi7S .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-v6bRgabi7S .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-v6bRgabi7S .nav-link:hover,
.cid-v6bRgabi7S .dropdown-item:hover {
  color: #fd5e0d !important;
}
.cid-v6bRgabi7S .navbar-nav .nav-link {
  position: relative;
  text-decoration: none !important;
}
.cid-v6bRgabi7S .navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  width: 100%;
  height: 2px;
  background-color: #fd5e0d;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.cid-v6bRgabi7S .navbar-nav .nav-link:hover::after {
  transform: scaleX(1);
}
.cid-v6iCezbDTv {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v6iCezbDTv .mbr-text,
.cid-v6iCezbDTv blockquote {
  color: #767676;
}
.cid-v6iCezbDTv .mbr-text {
  color: #ffffff;
}
.cid-v6iWe8iZfA {
  padding-top: 5px;
  padding-bottom: 0px;
  background-color: #ff7f0c;
}
.cid-v6iWe8iZfA P {
  color: #767676;
}
.cid-v6iWe8iZfA H1 {
  color: #ffffff;
}
#custom-html-1mp {
  /* Type valid CSS here */
  background-color: white;
  padding-top: 60px;
}
.cid-v6vKjVN8tu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-v6vKjVN8tu .mbr-text,
.cid-v6vKjVN8tu blockquote {
  color: #767676;
}
.cid-v6vIhDZKct {
  padding-top: 80px;
  padding-bottom: 15px;
  background-color: #efefef;
  background-image: url("https://www.shotokan-karate-dojo-neukirchen.de/assets/images/gruppe 2.png");
}
.cid-v6vIhDZKct .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v6vIhDZKct H2 {
  color: #ffffff;
  font-size: 2.8vw;
}
.cid-v6vIhDZKct img {
  width: 50%;
  height: 100%;
  object-fit: cover;
  float: left;
}
.cid-v6u6UDE8HA {
  background: #efefef;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cid-v6u6UDE8HA .image-block {
  margin: auto;
}
.cid-v6u6UDE8HA figcaption {
  position: relative;
}
.cid-v6u6UDE8HA figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-v6u6UDE8HA .image-block {
    width: 100% !important;
  }
}
#custom-html-1ms {
  /* Type valid CSS here */
  /* Firefox */
  /* Chrome, Edge, Safari */
}
#custom-html-1ms div {
  padding: 0px 0;
  color: #777;
  text-align: center;
  width: 100%;
  background-color: white;
}
#custom-html-1ms p {
  font-size: 60px;
  color: #777;
}
#custom-html-1ms .ausrichtung {
  text-align: right;
}
#custom-html-1ms a {
  color: black;
}
#custom-html-1ms .scroll-top-link {
  float: right;
  color: black;
  /* Textfarbe */
}
#custom-html-1ms th {
  background-color: #f9934c;
  color: black;
  font-weight: 500;
  padding-left: 50px;
}
#custom-html-1ms tr {
  color: black;
  font-size: 17px;
}
#custom-html-1ms div.box {
  height: 70vh;
  max-height: 90vh;
  min-height: 400px;
  overflow-y: scroll;
  resize: vertical;
  background-color: white;
}
#custom-html-1ms table.tablehead th {
  position: sticky;
  top: 0;
  z-index: 2;
  color: #ffffff;
  background-color: #f9934c;
}
#custom-html-1ms img {
  width: 300px;
  height: auto;
}
#custom-html-1ms input {
  background-color: white;
}
#custom-html-1ms * {
  scrollbar-color: #f9934c #cccccc;
}
#custom-html-1ms *::-webkit-scrollbar {
  width: 12px !important;
}
#custom-html-1ms *::-webkit-scrollbar-track {
  background: #bde5f9 !important;
}
#custom-html-1ms *::-webkit-scrollbar-thumb {
  background-color: #0d5072 !important;
  border-radius: 20px !important;
  border: 2px solid white;
}
#custom-html-1ms .popup {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 450px;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 10px;
  display: none;
  z-index: 1000;
  transform: translate(-50%, -50%);
  /* Zentrierung */
}
#custom-html-1ms .popup img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 10px auto;
}
#custom-html-1ms .popup p {
  font-size: 0.01rem;
  line-height: 0.2;
  text-align: center;
  word-wrap: break-word;
  color: white;
}
.cid-v6iCeAeGWo {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ff7f0c;
}
.cid-v6iCeAeGWo P {
  color: #767676;
}
.cid-v6iCeAeGWo H1 {
  color: #ffffff;
}
.cid-v6iCeAsA4X {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-v6iCeAsA4X .mbr-section-subtitle {
  color: #767676;
}
.cid-v6zyzAbbWc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-v6zyzAbbWc .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v6zyzAbbWc .section-text {
  padding: 2rem 0;
  text-align: justify;
  color: #232323;
}
.cid-v6zyzAbbWc .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-v6zyzAbbWc .inner-container {
    width: 100% !important;
  }
}
@media screen and (min-width: 901px) {
  .cid-v6zyzAbbWc div.example {
    font-size: 18,2px;
  }
}
@media screen and (max-width: 900px) {
  .cid-v6zyzAbbWc div.example {
    font-size: 12px;
  }
}
.cid-v6zyzAbbWc p {
  color: black;
  font-size: 18px;
}
.cid-v6zyzAbbWc .link {
  text-align: center;
}
.cid-v6zyzAbbWc .del {
  position: relative;
  top: 0;
  left: 0;
  width: 160px;
  height: 50px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v6zyzAbbWc .del div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5), -4px -4px 6px 0 rgba(116, 125, 136, 0.5), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2), inset 4px 4px 6px 0 rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  letter-spacing: 1px;
  color: #ff0000;
  z-index: 1;
  transition: .6s;
}
.cid-v6zyzAbbWc .del:hover div {
  letter-spacing: 4px;
  color: #fff;
  background: #ff0000;
}
.cid-v6zyzAbbWc .center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-v6iCeAFM02 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-v6iCeAFM02 .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-v6iCeAFM02 .section-text {
  padding: 2rem 0;
  text-align: justify;
  color: #232323;
}
.cid-v6iCeAFM02 .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-v6iCeAFM02 .inner-container {
    width: 100% !important;
  }
}
@media screen and (min-width: 901px) {
  .cid-v6iCeAFM02 div.example {
    font-size: 19,2px;
  }
}
@media screen and (max-width: 900px) {
  .cid-v6iCeAFM02 div.example {
    font-size: 12px;
  }
}
.cid-v6iCeAFM02 a {
  color: black;
}
.cid-v6iCeAFM02 .link {
  text-align: center;
}
.cid-v6iCeAFM02 .del {
  position: relative;
  top: 0;
  left: 0;
  width: 450px;
  height: 50px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v6iCeAFM02 .del div {
  font-size: 30px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5), -4px -4px 6px 0 rgba(116, 125, 136, 0.5), inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2), inset 4px 4px 6px 0 rgba(0, 0, 0, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  letter-spacing: 1px;
  color: #ff0000;
  z-index: 1;
  transition: .6s;
}
.cid-v6iCeAFM02 .del:hover div {
  letter-spacing: 4px;
  color: #fff;
  background: #ff7f0c;
}
.cid-v6iCeAFM02 .center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cid-v6wq5Du0V8 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ff7f0c;
}
.cid-v6wq5Du0V8 P {
  color: #767676;
}
.cid-v6wq5Du0V8 H1 {
  color: #ffffff;
}
#custom-html-1of {
  /* Show content when checked */
  /* Plus/minus icon */
  /* Responsive enhancements */
}
#custom-html-1of div {
  padding-top: 15px;
  padding-bottom: 5px;
  color: #777;
  text-align: center;
  background-color: #efefef;
}
#custom-html-1of p {
  font-size: 20px;
  color: #777;
}
#custom-html-1of a {
  font-size: 22px;
  color: black;
}
#custom-html-1of .bild-rechts {
  float: right;
  margin-left: 10px;
  /* Optional: Abstand zum Text */
}
#custom-html-1of .accordion {
  max-width: 900px;
  margin: 1em auto;
  font-family: Arial, sans-serif;
}
#custom-html-1of .accordion-input {
  display: none;
  /* Hide the checkbox visually */
}
#custom-html-1of .accordion-label {
  color: #090909;
  padding: 0.1em 1.3em;
  font-size: 2vw;
  border-radius: 0.5em;
  background: #e8e8e8;
  cursor: pointer;
  border: 1px solid #e8e8e8;
  transition: all 0.3s;
  box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
  width: 100%;
  margin: 0 auto;
}
#custom-html-1of .accordion-label:hover,
#custom-html-1of .accordion-label:focus {
  color: #666;
  box-shadow: 0px 0px 0px #c5c5c5, 0px 0px 0px #ffffff, inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
}
#custom-html-1of .accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 1em;
  background-color: #f0f4f8;
  border-radius: 0 0 6px 6px;
  transition: max-height 0.35s ease, padding 0.35s ease;
  font-size: 2rem;
  line-height: 1.4;
  text-align: left;
}
#custom-html-1of .accordion-input:checked ~ .accordion-content {
  max-height: 500px;
  /* Adjust max-height to fit content */
  padding: 1em;
}
#custom-html-1of .accordion-label::after {
  content: '+';
  float: right;
  font-weight: bold;
  transition: transform 0.3s ease;
  font-size: 1.3rem;
}
#custom-html-1of .accordion-input:checked + .accordion-label::after {
  content: '-';
}
@media (max-width: 480px) {
  #custom-html-1of .accordion-label {
    font-size: 1rem;
    padding: 0.75em 1em;
  }
  #custom-html-1of .accordion-content {
    font-size: 0.95rem;
    padding: 0 0.75em;
  }
  #custom-html-1of .accordion-input:checked ~ .accordion-content {
    max-height: 400px;
    padding: 0.75em 1em;
  }
  #custom-html-1of .accordion-label::after {
    font-size: 1.2rem;
  }
}
.cid-v6iCeARTlK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ff7f0c;
}
.cid-v6iCeARTlK P {
  color: #767676;
}
.cid-v6iCeARTlK H1 {
  color: #ffffff;
}
#custom-html-1mx {
  /* Type valid CSS here */
}
#custom-html-1mx div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1mx p {
  font-size: 60px;
  color: #777;
}
.cid-v6iCeBceaN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  border-top: 4px solid white;
}
.cid-v6iCeBceaN h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-v6iCeBceaN p {
  color: #767676;
  text-align: left;
}
.cid-v6iCeBceaN .card-box {
  padding-top: 2rem;
}
.cid-v6iCeBceaN .card-wrapper {
  height: 100%;
}
.cid-v6iCeBceaN img {
  border-radius: 1px;
  box-shadow: 10px 10px 30px 2px grey;
}
@media screen and (min-width: 901px) {
  .cid-v6iCeBceaN div.example {
    font-size: 19px;
    text-align: justify;
  }
  .cid-v6iCeBceaN div.image {
    padding-left: 20px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 900px) {
  .cid-v6iCeBceaN div.example {
    font-size: 12px;
    text-align: justify;
  }
  .cid-v6iCeBceaN div.image {
    padding: 5px;
    max-width: 35%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-v6iCeBceaN .center {
  margin-left: auto;
}
.cid-v6iCeBvn3u {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ff7f0c;
}
.cid-v6iCeBvn3u P {
  color: #767676;
}
.cid-v6iCeBvn3u H1 {
  color: #ffffff;
}
.cid-v6iCeBJ2Io .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  border-bottom: 4px solid black;
}
.cid-v6iCeBJ2Io .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v6iCeBJ2Io a {
  font-style: normal;
}
.cid-v6iCeBJ2Io .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-v6iCeBJ2Io .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-v6iCeBJ2Io .nav-item:focus,
.cid-v6iCeBJ2Io .nav-link:focus {
  outline: none;
}
.cid-v6iCeBJ2Io .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v6iCeBJ2Io .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-v6iCeBJ2Io .menu-logo {
  margin-right: auto;
}
.cid-v6iCeBJ2Io .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v6iCeBJ2Io .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-v6iCeBJ2Io .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v6iCeBJ2Io .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v6iCeBJ2Io .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v6iCeBJ2Io .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v6iCeBJ2Io .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-v6iCeBJ2Io .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-v6iCeBJ2Io .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-v6iCeBJ2Io .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v6iCeBJ2Io .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v6iCeBJ2Io .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-v6iCeBJ2Io .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-v6iCeBJ2Io .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6iCeBJ2Io .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v6iCeBJ2Io .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-v6iCeBJ2Io .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-v6iCeBJ2Io .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-v6iCeBJ2Io .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-v6iCeBJ2Io .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v6iCeBJ2Io .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v6iCeBJ2Io .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v6iCeBJ2Io .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v6iCeBJ2Io button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-v6iCeBJ2Io button.navbar-toggler:focus {
  outline: none;
}
.cid-v6iCeBJ2Io button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fd5e0d;
}
.cid-v6iCeBJ2Io button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v6iCeBJ2Io button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v6iCeBJ2Io button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v6iCeBJ2Io button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v6iCeBJ2Io nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v6iCeBJ2Io nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v6iCeBJ2Io nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v6iCeBJ2Io nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v6iCeBJ2Io .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v6iCeBJ2Io .collapsed .btn {
  display: -webkit-flex;
}
.cid-v6iCeBJ2Io .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v6iCeBJ2Io .collapsed .navbar-collapse.collapsing,
.cid-v6iCeBJ2Io .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v6iCeBJ2Io .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v6iCeBJ2Io .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v6iCeBJ2Io .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v6iCeBJ2Io .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v6iCeBJ2Io .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v6iCeBJ2Io .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v6iCeBJ2Io .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v6iCeBJ2Io .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v6iCeBJ2Io .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v6iCeBJ2Io .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-v6iCeBJ2Io .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-v6iCeBJ2Io .collapsed button.navbar-toggler {
  display: block;
}
.cid-v6iCeBJ2Io .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-v6iCeBJ2Io .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v6iCeBJ2Io .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-v6iCeBJ2Io .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v6iCeBJ2Io .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v6iCeBJ2Io .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-v6iCeBJ2Io.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v6iCeBJ2Io img {
    height: 3.8rem !important;
  }
  .cid-v6iCeBJ2Io .btn {
    display: -webkit-flex;
  }
  .cid-v6iCeBJ2Io button.navbar-toggler {
    display: block;
  }
  .cid-v6iCeBJ2Io .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-v6iCeBJ2Io .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v6iCeBJ2Io .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v6iCeBJ2Io .navbar-collapse.collapsing,
  .cid-v6iCeBJ2Io .navbar-collapse.show {
    display: block !important;
  }
  .cid-v6iCeBJ2Io .navbar-collapse.collapsing .navbar-nav,
  .cid-v6iCeBJ2Io .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v6iCeBJ2Io .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v6iCeBJ2Io .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v6iCeBJ2Io .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v6iCeBJ2Io .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v6iCeBJ2Io .navbar-collapse.collapsing .navbar-buttons,
  .cid-v6iCeBJ2Io .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v6iCeBJ2Io .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v6iCeBJ2Io .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v6iCeBJ2Io .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-v6iCeBJ2Io .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v6iCeBJ2Io .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v6iCeBJ2Io .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-v6iCeBJ2Io .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-v6iCeBJ2Io .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-v6iCeBJ2Io .nav-link:hover,
.cid-v6iCeBJ2Io .dropdown-item:hover {
  color: #fd5e0d !important;
}
.cid-v6iCeBJ2Io .navbar-nav .nav-link {
  position: relative;
  text-decoration: none !important;
}
.cid-v6iCeBJ2Io .navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  width: 100%;
  height: 2px;
  background-color: #fd5e0d;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.cid-v6iCeBJ2Io .navbar-nav .nav-link:hover::after {
  transform: scaleX(1);
}
.cid-v6c6OYYb0a .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  border-bottom: 4px solid black;
}
.cid-v6c6OYYb0a .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-v6c6OYYb0a a {
  font-style: normal;
}
.cid-v6c6OYYb0a .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-v6c6OYYb0a .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem .65rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-v6c6OYYb0a .nav-item:focus,
.cid-v6c6OYYb0a .nav-link:focus {
  outline: none;
}
.cid-v6c6OYYb0a .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-v6c6OYYb0a .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-v6c6OYYb0a .menu-logo {
  margin-right: auto;
}
.cid-v6c6OYYb0a .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v6c6OYYb0a .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-v6c6OYYb0a .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-v6c6OYYb0a .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-v6c6OYYb0a .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-v6c6OYYb0a .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-v6c6OYYb0a .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-v6c6OYYb0a .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-v6c6OYYb0a .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-v6c6OYYb0a .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-v6c6OYYb0a .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-v6c6OYYb0a .dropdown .dropdown-menu {
  background: #ffffff;
  visibility: hidden;
  display: block;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-v6c6OYYb0a .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-v6c6OYYb0a .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6c6OYYb0a .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-v6c6OYYb0a .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-v6c6OYYb0a .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-v6c6OYYb0a .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-v6c6OYYb0a .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-v6c6OYYb0a .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-v6c6OYYb0a .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-v6c6OYYb0a .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-v6c6OYYb0a .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-v6c6OYYb0a button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-v6c6OYYb0a button.navbar-toggler:focus {
  outline: none;
}
.cid-v6c6OYYb0a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fd5e0d;
}
.cid-v6c6OYYb0a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v6c6OYYb0a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v6c6OYYb0a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v6c6OYYb0a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v6c6OYYb0a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v6c6OYYb0a nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v6c6OYYb0a nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v6c6OYYb0a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v6c6OYYb0a .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v6c6OYYb0a .collapsed .btn {
  display: -webkit-flex;
}
.cid-v6c6OYYb0a .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-v6c6OYYb0a .collapsed .navbar-collapse.collapsing,
.cid-v6c6OYYb0a .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-v6c6OYYb0a .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-v6c6OYYb0a .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-v6c6OYYb0a .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-v6c6OYYb0a .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-v6c6OYYb0a .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-v6c6OYYb0a .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-v6c6OYYb0a .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-v6c6OYYb0a .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-v6c6OYYb0a .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-v6c6OYYb0a .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-v6c6OYYb0a .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-v6c6OYYb0a .collapsed button.navbar-toggler {
  display: block;
}
.cid-v6c6OYYb0a .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-v6c6OYYb0a .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-v6c6OYYb0a .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-v6c6OYYb0a .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-v6c6OYYb0a .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-v6c6OYYb0a .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 1023px) {
  .cid-v6c6OYYb0a.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v6c6OYYb0a img {
    height: 3.8rem !important;
  }
  .cid-v6c6OYYb0a .btn {
    display: -webkit-flex;
  }
  .cid-v6c6OYYb0a button.navbar-toggler {
    display: block;
  }
  .cid-v6c6OYYb0a .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-v6c6OYYb0a .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-v6c6OYYb0a .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-v6c6OYYb0a .navbar-collapse.collapsing,
  .cid-v6c6OYYb0a .navbar-collapse.show {
    display: block !important;
  }
  .cid-v6c6OYYb0a .navbar-collapse.collapsing .navbar-nav,
  .cid-v6c6OYYb0a .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-v6c6OYYb0a .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-v6c6OYYb0a .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-v6c6OYYb0a .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-v6c6OYYb0a .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-v6c6OYYb0a .navbar-collapse.collapsing .navbar-buttons,
  .cid-v6c6OYYb0a .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-v6c6OYYb0a .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-v6c6OYYb0a .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-v6c6OYYb0a .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-v6c6OYYb0a .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-v6c6OYYb0a .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-v6c6OYYb0a .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-v6c6OYYb0a .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-v6c6OYYb0a .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-v6c6OYYb0a .nav-link:hover,
.cid-v6c6OYYb0a .dropdown-item:hover {
  color: #fd5e0d !important;
}
.cid-v6c6OYYb0a .navbar-nav .nav-link {
  position: relative;
  text-decoration: none !important;
}
.cid-v6c6OYYb0a .navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  width: 100%;
  height: 2px;
  background-color: #fd5e0d;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.cid-v6c6OYYb0a .navbar-nav .nav-link:hover::after {
  transform: scaleX(1);
}
#custom-html-1nv {
  /* Type valid CSS here */
}
#custom-html-1nv div {
  padding: 80px 0;
  background-color: white;
  color: white;
  text-align: center;
}
.cid-v6voTUATOs {
  padding-top: 80px;
  padding-bottom: 15px;
  background-color: #efefef;
  background-image: url("https://www.shotokan-karate-dojo-neukirchen.de/assets/images/gruppe 2.png");
}
.cid-v6voTUATOs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v6voTUATOs H2 {
  color: #ffffff;
  font-size: 2.8vw;
}
.cid-v6voTUATOs img {
  width: 50%;
  height: 100%;
  object-fit: cover;
  float: left;
}
.cid-v6vp6hSoZ9 {
  padding-top: 0px;
  padding-bottom: 50px;
  background-color: #232323;
}
.cid-v6vp6hSoZ9 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-v6vp6hSoZ9 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-v6vp6hSoZ9 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-v6vp6hSoZ9 .mbr-text {
    text-align: center;
  }
}
.cid-v6vp6hSoZ9 label {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #ef7f1a;
}
.cid-v6vp6hSoZ9 input {
  margin: 10px;
  background: none;
  border: none;
  outline: none;
  min-width: 250px;
  max-width: 300px;
  padding: 12px 10px;
  font-size: 17px;
  border-radius: 20px;
  box-shadow: inset 2px 5px 10px #050505;
  color: #ef7f1a;
}
.cid-v6vp6hSoZ9 .bild-gedreht {
  transform: rotate(10deg);
  border-radius: 50px;
}
.cid-v6vp6hSoZ9 P {
  color: #ffffff;
}
.cid-v6vp0MpCKd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-v6vp0MpCKd h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-v6vp0MpCKd p {
  color: #767676;
  text-align: left;
}
.cid-v6vp0MpCKd .card-box {
  padding-top: 2rem;
}
.cid-v6vp0MpCKd .card-wrapper {
  height: 100%;
}
.cid-v6vp0MpCKd img {
  border-radius: 1px;
  witdh: 200px;
  height: auto;
}
@media screen and (min-width: 901px) {
  .cid-v6vp0MpCKd div.example {
    font-size: 19px;
    text-align: justify;
  }
  .cid-v6vp0MpCKd div.image {
    padding-left: 20px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 900px) {
  .cid-v6vp0MpCKd div.example {
    font-size: 12px;
    text-align: justify;
  }
  .cid-v6vp0MpCKd div.image {
    padding: 5px;
    max-width: 35%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-v6vp0MpCKd .center {
  margin-left: auto;
}
.cid-v6vqBiCVDH {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ef7f1a;
}
.cid-v6vqBiCVDH P {
  color: #767676;
}
.cid-v6vqBiCVDH H1 {
  color: #ffffff;
}
