@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-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;
  }
}
.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: 0px;
  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;
  }
}
.cid-t2GA0SyMYx {
  padding-top: 30px;
  padding-bottom: 30px;
  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;
  border-radius: 0px 40px 40px 0px;
}
.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 {
  padding-top: 30px;
  padding-bottom: 30px;
  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;
  border-radius: 40px 0px 0px 40px;
}
.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-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 {
  padding-top: 30px;
  padding-bottom: 30px;
  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: #ffffff;
}
.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;
  border-radius: 40px 0px 0px 40px;
}
.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-t2GAKPH9Ob {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #767676;
}
.cid-t2GAKPH9Ob .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-t2GAKPH9Ob .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-t2GAKPH9Ob .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-t2GAKPH9Ob .mbr-text {
    text-align: center;
  }
}
@media screen and (min-width: 901px) {
  .cid-t2GAKPH9Ob div.texth1 {
    margin: auto;
    text-align: left;
    line-height: 1.2;
    font-family: "Noto Sans HK";
    font-weight: 700;
    background-color: #666666;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: white;
    font-size: 50px;
  }
  .cid-t2GAKPH9Ob div.texth2 {
    color: transparent;
    margin: auto;
    text-align: left;
    line-height: 1.2;
    font-family: "Noto Sans HK";
    font-weight: 700;
    background-color: #666666;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    font-size: 50px;
  }
}
@media screen and (max-width: 900px) {
  .cid-t2GAKPH9Ob div.texth1 {
    margin: auto;
    text-align: center;
    line-height: 1.2;
    font-family: "Noto Sans HK";
    font-weight: 700;
    background-color: #666666;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: white;
    font-size: 24px;
  }
  .cid-t2GAKPH9Ob div.texth2 {
    margin: auto;
    text-align: center;
    line-height: 1.2;
    font-family: "Noto Sans HK";
    font-weight: 700;
    background-color: #666666;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 24px;
  }
}
.cid-t2GAKPH9Ob H1 {
  color: #ef7f1a;
}
.cid-t2GAKPH9Ob body {
  background: #000000;
}
.cid-t2GAKPH9Ob .box {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background: #000000;
  border-radius: 0px 40px 40px 0px;
}
.cid-t2GAKPH9Ob .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-t2GAKPH9Ob .box:hover:before {
  animation: shine .75s;
}
@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 120%;
  }
}
.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;
}
#custom-html-18a {
  /* Type valid CSS here */
}
#custom-html-18a div {
  padding: 2px 0;
  color: #777;
  text-align: center;
  background-color: white;
}
#custom-html-18a p {
  font-size: 20px;
  color: #777;
}
#custom-html-18a a {
  font-size: 20px;
  color: #4b5457;
}
#custom-html-18a h1 {
  color: #4b5457;
  margin: auto;
  text-align: center;
  font-size: 4vmin;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  background-color: #666666;
  background-clip: text;
  color: transparent;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 3px 3px;
}
#custom-html-18a h3 {
  color: #4b5457;
}
#custom-html-18a .modalDialog {
  position: Fixed;
  font-family: Verdana, Sans-Serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99999;
  opacity: 0;
  transition: opacity 400ms ease-in;
  pointer-events: None;
}
#custom-html-18a .modalDialog:target {
  opacity: 1;
  pointer-events: Auto;
}
#custom-html-18a .modalDialog > div {
  width: 650px;
  max-width: 70%;
  position: relative;
  margin: 10% Auto;
  padding: 35px 15px 35px 15px;
  border-radius: 30px;
  background-color: #FFFFFF;
  background-color: white;
  cursor: Default;
}
#custom-html-18a .close {
  background-color: #ef7f1a;
  opacity: 1.0;
  color: #ffffff;
  line-height: 30px;
  width: 30px;
  position: Absolute;
  right: -30px;
  text-align: Center;
  top: -25px;
  text-decoration: None;
  font-size: 14px;
  font-weight: Bold;
  border-radius: 12px;
  box-shadow: 5px 5px 8px #000000;
}
#custom-html-18a .close:hover {
  background-color: grey;
}
.cid-sWnXy3P2Yt .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  border-bottom: 4px solid black;
}
.cid-sWnXy3P2Yt .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sWnXy3P2Yt a {
  font-style: normal;
}
.cid-sWnXy3P2Yt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sWnXy3P2Yt .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-sWnXy3P2Yt .nav-item:focus,
.cid-sWnXy3P2Yt .nav-link:focus {
  outline: none;
}
.cid-sWnXy3P2Yt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sWnXy3P2Yt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sWnXy3P2Yt .menu-logo {
  margin-right: auto;
}
.cid-sWnXy3P2Yt .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-sWnXy3P2Yt .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-sWnXy3P2Yt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sWnXy3P2Yt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sWnXy3P2Yt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sWnXy3P2Yt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sWnXy3P2Yt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sWnXy3P2Yt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sWnXy3P2Yt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sWnXy3P2Yt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWnXy3P2Yt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sWnXy3P2Yt .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-sWnXy3P2Yt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sWnXy3P2Yt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sWnXy3P2Yt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sWnXy3P2Yt .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sWnXy3P2Yt .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-sWnXy3P2Yt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sWnXy3P2Yt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sWnXy3P2Yt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sWnXy3P2Yt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sWnXy3P2Yt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sWnXy3P2Yt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sWnXy3P2Yt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sWnXy3P2Yt button.navbar-toggler:focus {
  outline: none;
}
.cid-sWnXy3P2Yt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fd5e0d;
}
.cid-sWnXy3P2Yt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWnXy3P2Yt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWnXy3P2Yt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWnXy3P2Yt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWnXy3P2Yt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWnXy3P2Yt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWnXy3P2Yt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWnXy3P2Yt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWnXy3P2Yt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sWnXy3P2Yt .collapsed .btn {
  display: -webkit-flex;
}
.cid-sWnXy3P2Yt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.collapsing,
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sWnXy3P2Yt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sWnXy3P2Yt .collapsed button.navbar-toggler {
  display: block;
}
.cid-sWnXy3P2Yt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sWnXy3P2Yt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sWnXy3P2Yt .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-sWnXy3P2Yt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sWnXy3P2Yt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sWnXy3P2Yt .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-sWnXy3P2Yt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sWnXy3P2Yt img {
    height: 3.8rem !important;
  }
  .cid-sWnXy3P2Yt .btn {
    display: -webkit-flex;
  }
  .cid-sWnXy3P2Yt button.navbar-toggler {
    display: block;
  }
  .cid-sWnXy3P2Yt .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sWnXy3P2Yt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sWnXy3P2Yt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sWnXy3P2Yt .navbar-collapse.collapsing,
  .cid-sWnXy3P2Yt .navbar-collapse.show {
    display: block !important;
  }
  .cid-sWnXy3P2Yt .navbar-collapse.collapsing .navbar-nav,
  .cid-sWnXy3P2Yt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sWnXy3P2Yt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sWnXy3P2Yt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sWnXy3P2Yt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sWnXy3P2Yt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWnXy3P2Yt .navbar-collapse.collapsing .navbar-buttons,
  .cid-sWnXy3P2Yt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sWnXy3P2Yt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sWnXy3P2Yt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWnXy3P2Yt .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-sWnXy3P2Yt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sWnXy3P2Yt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sWnXy3P2Yt .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-sWnXy3P2Yt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sWnXy3P2Yt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sWnXy3P2Yt .nav-link:hover,
.cid-sWnXy3P2Yt .dropdown-item:hover {
  color: #fd5e0d !important;
}
.cid-sWnXy3P2Yt .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  border-bottom: 4px solid black;
}
.cid-sWnXy3P2Yt .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sWnXy3P2Yt a {
  font-style: normal;
}
.cid-sWnXy3P2Yt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sWnXy3P2Yt .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-sWnXy3P2Yt .nav-item:focus,
.cid-sWnXy3P2Yt .nav-link:focus {
  outline: none;
}
.cid-sWnXy3P2Yt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sWnXy3P2Yt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sWnXy3P2Yt .menu-logo {
  margin-right: auto;
}
.cid-sWnXy3P2Yt .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-sWnXy3P2Yt .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-sWnXy3P2Yt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sWnXy3P2Yt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sWnXy3P2Yt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sWnXy3P2Yt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sWnXy3P2Yt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sWnXy3P2Yt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sWnXy3P2Yt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sWnXy3P2Yt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWnXy3P2Yt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sWnXy3P2Yt .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-sWnXy3P2Yt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sWnXy3P2Yt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sWnXy3P2Yt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sWnXy3P2Yt .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sWnXy3P2Yt .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-sWnXy3P2Yt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sWnXy3P2Yt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sWnXy3P2Yt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sWnXy3P2Yt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sWnXy3P2Yt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sWnXy3P2Yt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sWnXy3P2Yt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sWnXy3P2Yt button.navbar-toggler:focus {
  outline: none;
}
.cid-sWnXy3P2Yt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fd5e0d;
}
.cid-sWnXy3P2Yt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWnXy3P2Yt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWnXy3P2Yt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWnXy3P2Yt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWnXy3P2Yt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWnXy3P2Yt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWnXy3P2Yt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWnXy3P2Yt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWnXy3P2Yt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sWnXy3P2Yt .collapsed .btn {
  display: -webkit-flex;
}
.cid-sWnXy3P2Yt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.collapsing,
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sWnXy3P2Yt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sWnXy3P2Yt .collapsed button.navbar-toggler {
  display: block;
}
.cid-sWnXy3P2Yt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sWnXy3P2Yt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sWnXy3P2Yt .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-sWnXy3P2Yt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sWnXy3P2Yt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sWnXy3P2Yt .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-sWnXy3P2Yt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sWnXy3P2Yt img {
    height: 3.8rem !important;
  }
  .cid-sWnXy3P2Yt .btn {
    display: -webkit-flex;
  }
  .cid-sWnXy3P2Yt button.navbar-toggler {
    display: block;
  }
  .cid-sWnXy3P2Yt .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sWnXy3P2Yt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sWnXy3P2Yt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sWnXy3P2Yt .navbar-collapse.collapsing,
  .cid-sWnXy3P2Yt .navbar-collapse.show {
    display: block !important;
  }
  .cid-sWnXy3P2Yt .navbar-collapse.collapsing .navbar-nav,
  .cid-sWnXy3P2Yt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sWnXy3P2Yt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sWnXy3P2Yt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sWnXy3P2Yt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sWnXy3P2Yt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWnXy3P2Yt .navbar-collapse.collapsing .navbar-buttons,
  .cid-sWnXy3P2Yt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sWnXy3P2Yt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sWnXy3P2Yt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWnXy3P2Yt .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;
    text-decoration: underline;
  }
  .cid-sWnXy3P2Yt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sWnXy3P2Yt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sWnXy3P2Yt .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-sWnXy3P2Yt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sWnXy3P2Yt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sWnXy3P2Yt .nav-link:hover,
.cid-sWnXy3P2Yt .dropdown-item:hover {
  color: #fd5e0d !important;
}
.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-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-uY2s9NxLpE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uY2s9NxLpE .mbr-text,
.cid-uY2s9NxLpE blockquote {
  color: #767676;
}
.cid-uY2seCkZjG {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uY2seCkZjG .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uY2seCkZjG .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uY2seCkZjG .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uY2seCkZjG .mbr-text {
    text-align: left;
  }
}
.cid-uY2seCkZjG div {
  padding-left: 4px;
}
.cid-uY2seCkZjG #mybox {
  width: 80%;
  margin-left: 80px;
  background-color: white;
  border-radius: 1px;
  border: 2px solid #ffffff;
  box-shadow: 10px 10px 30px 2px grey;
  padding: 20px;
  margin-top: -95px;
}
@media screen and (min-width: 901px) {
  .cid-uY2seCkZjG div.example {
    font-size: 19px;
    text-align: justify;
  }
  .cid-uY2seCkZjG div.image {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .cid-uY2seCkZjG th,
  .cid-uY2seCkZjG td {
    font-size: 16px;
  }
  .cid-uY2seCkZjG .mbr-text,
  .cid-uY2seCkZjG .mbr-section-btn {
    color: #767676;
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .cid-uY2seCkZjG div.example {
    font-size: 16px;
    text-align: justify;
  }
  .cid-uY2seCkZjG div.image {
    max-width: 35%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .cid-uY2seCkZjG th,
  .cid-uY2seCkZjG td {
    font-size: 12px;
  }
  .cid-uY2seCkZjG .mbr-text,
  .cid-uY2seCkZjG .mbr-section-btn {
    color: #767676;
    font-size: 12px;
  }
}
.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: #ff7f0c;
}
.cid-urVRbsI2BA P {
  color: #767676;
}
.cid-urVRbsI2BA H1 {
  color: #dcdcdc;
}
.cid-sWnXy3P2Yt .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  border-bottom: 4px solid black;
}
.cid-sWnXy3P2Yt .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sWnXy3P2Yt a {
  font-style: normal;
}
.cid-sWnXy3P2Yt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sWnXy3P2Yt .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-sWnXy3P2Yt .nav-item:focus,
.cid-sWnXy3P2Yt .nav-link:focus {
  outline: none;
}
.cid-sWnXy3P2Yt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sWnXy3P2Yt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sWnXy3P2Yt .menu-logo {
  margin-right: auto;
}
.cid-sWnXy3P2Yt .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-sWnXy3P2Yt .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-sWnXy3P2Yt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sWnXy3P2Yt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sWnXy3P2Yt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sWnXy3P2Yt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sWnXy3P2Yt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sWnXy3P2Yt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sWnXy3P2Yt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sWnXy3P2Yt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWnXy3P2Yt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sWnXy3P2Yt .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-sWnXy3P2Yt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sWnXy3P2Yt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sWnXy3P2Yt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sWnXy3P2Yt .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sWnXy3P2Yt .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-sWnXy3P2Yt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sWnXy3P2Yt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sWnXy3P2Yt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sWnXy3P2Yt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sWnXy3P2Yt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sWnXy3P2Yt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sWnXy3P2Yt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sWnXy3P2Yt button.navbar-toggler:focus {
  outline: none;
}
.cid-sWnXy3P2Yt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fd5e0d;
}
.cid-sWnXy3P2Yt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWnXy3P2Yt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWnXy3P2Yt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWnXy3P2Yt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWnXy3P2Yt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWnXy3P2Yt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWnXy3P2Yt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWnXy3P2Yt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWnXy3P2Yt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sWnXy3P2Yt .collapsed .btn {
  display: -webkit-flex;
}
.cid-sWnXy3P2Yt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.collapsing,
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sWnXy3P2Yt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sWnXy3P2Yt .collapsed button.navbar-toggler {
  display: block;
}
.cid-sWnXy3P2Yt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sWnXy3P2Yt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sWnXy3P2Yt .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-sWnXy3P2Yt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sWnXy3P2Yt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sWnXy3P2Yt .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-sWnXy3P2Yt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sWnXy3P2Yt img {
    height: 3.8rem !important;
  }
  .cid-sWnXy3P2Yt .btn {
    display: -webkit-flex;
  }
  .cid-sWnXy3P2Yt button.navbar-toggler {
    display: block;
  }
  .cid-sWnXy3P2Yt .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sWnXy3P2Yt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sWnXy3P2Yt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sWnXy3P2Yt .navbar-collapse.collapsing,
  .cid-sWnXy3P2Yt .navbar-collapse.show {
    display: block !important;
  }
  .cid-sWnXy3P2Yt .navbar-collapse.collapsing .navbar-nav,
  .cid-sWnXy3P2Yt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sWnXy3P2Yt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sWnXy3P2Yt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sWnXy3P2Yt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sWnXy3P2Yt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWnXy3P2Yt .navbar-collapse.collapsing .navbar-buttons,
  .cid-sWnXy3P2Yt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sWnXy3P2Yt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sWnXy3P2Yt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWnXy3P2Yt .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;
    text-decoration: underline;
  }
  .cid-sWnXy3P2Yt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sWnXy3P2Yt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sWnXy3P2Yt .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-sWnXy3P2Yt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sWnXy3P2Yt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sWnXy3P2Yt .nav-link:hover,
.cid-sWnXy3P2Yt .dropdown-item:hover {
  color: #fd5e0d !important;
}
.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-sUCwtHDaa8 {
  padding-top: 120px;
  padding-bottom: 40px;
  background-image: url("../../../assets/images/dsc01345-5-1920x853.jpg");
}
@media (min-width: 992px) {
  .cid-sUCwtHDaa8 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sUCwtHDaa8 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sUCwtHDaa8 .mbr-text {
    text-align: left;
  }
}
.cid-sUCwtHDaa8 .mbr-text,
.cid-sUCwtHDaa8 .mbr-section-btn {
  color: #ff0000;
}
.cid-sUCwtHDaa8 div {
  padding-left: 4px;
}
.cid-sUCwtHDaa8 #mybox {
  margin-left: 40px;
  background-color: white;
  box-shadow: 10px 10px 30px 2px grey;
  padding: 40px;
  margin-top: -140px;
}
@media screen and (min-width: 901px) {
  .cid-sUCwtHDaa8 div.example {
    font-size: 19px;
    text-align: justify;
  }
  .cid-sUCwtHDaa8 div.image {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .cid-sUCwtHDaa8 th,
  .cid-sUCwtHDaa8 td {
    font-size: 16px;
  }
  .cid-sUCwtHDaa8 .mbr-text,
  .cid-sUCwtHDaa8 .mbr-section-btn {
    color: #767676;
    font-size: 20px;
  }
}
@media screen and (max-width: 900px) {
  .cid-sUCwtHDaa8 div.example {
    font-size: 16px;
    text-align: justify;
  }
  .cid-sUCwtHDaa8 div.image {
    max-width: 35%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .cid-sUCwtHDaa8 th,
  .cid-sUCwtHDaa8 td {
    font-size: 12px;
  }
  .cid-sUCwtHDaa8 .mbr-text,
  .cid-sUCwtHDaa8 .mbr-section-btn {
    color: #767676;
    font-size: 12px;
  }
}
.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-sWnXy3P2Yt .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  border-bottom: 4px solid black;
}
.cid-sWnXy3P2Yt .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sWnXy3P2Yt a {
  font-style: normal;
}
.cid-sWnXy3P2Yt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sWnXy3P2Yt .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-sWnXy3P2Yt .nav-item:focus,
.cid-sWnXy3P2Yt .nav-link:focus {
  outline: none;
}
.cid-sWnXy3P2Yt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sWnXy3P2Yt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sWnXy3P2Yt .menu-logo {
  margin-right: auto;
}
.cid-sWnXy3P2Yt .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-sWnXy3P2Yt .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-sWnXy3P2Yt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sWnXy3P2Yt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sWnXy3P2Yt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sWnXy3P2Yt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sWnXy3P2Yt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sWnXy3P2Yt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sWnXy3P2Yt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sWnXy3P2Yt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWnXy3P2Yt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sWnXy3P2Yt .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-sWnXy3P2Yt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sWnXy3P2Yt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sWnXy3P2Yt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sWnXy3P2Yt .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sWnXy3P2Yt .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-sWnXy3P2Yt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sWnXy3P2Yt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sWnXy3P2Yt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sWnXy3P2Yt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sWnXy3P2Yt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sWnXy3P2Yt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sWnXy3P2Yt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sWnXy3P2Yt button.navbar-toggler:focus {
  outline: none;
}
.cid-sWnXy3P2Yt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fd5e0d;
}
.cid-sWnXy3P2Yt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWnXy3P2Yt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWnXy3P2Yt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWnXy3P2Yt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWnXy3P2Yt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWnXy3P2Yt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWnXy3P2Yt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWnXy3P2Yt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWnXy3P2Yt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sWnXy3P2Yt .collapsed .btn {
  display: -webkit-flex;
}
.cid-sWnXy3P2Yt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.collapsing,
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sWnXy3P2Yt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sWnXy3P2Yt .collapsed button.navbar-toggler {
  display: block;
}
.cid-sWnXy3P2Yt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sWnXy3P2Yt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sWnXy3P2Yt .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-sWnXy3P2Yt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sWnXy3P2Yt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sWnXy3P2Yt .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-sWnXy3P2Yt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sWnXy3P2Yt img {
    height: 3.8rem !important;
  }
  .cid-sWnXy3P2Yt .btn {
    display: -webkit-flex;
  }
  .cid-sWnXy3P2Yt button.navbar-toggler {
    display: block;
  }
  .cid-sWnXy3P2Yt .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sWnXy3P2Yt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sWnXy3P2Yt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sWnXy3P2Yt .navbar-collapse.collapsing,
  .cid-sWnXy3P2Yt .navbar-collapse.show {
    display: block !important;
  }
  .cid-sWnXy3P2Yt .navbar-collapse.collapsing .navbar-nav,
  .cid-sWnXy3P2Yt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sWnXy3P2Yt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sWnXy3P2Yt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sWnXy3P2Yt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sWnXy3P2Yt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWnXy3P2Yt .navbar-collapse.collapsing .navbar-buttons,
  .cid-sWnXy3P2Yt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sWnXy3P2Yt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sWnXy3P2Yt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWnXy3P2Yt .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;
    text-decoration: underline;
  }
  .cid-sWnXy3P2Yt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sWnXy3P2Yt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sWnXy3P2Yt .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-sWnXy3P2Yt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sWnXy3P2Yt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sWnXy3P2Yt .nav-link:hover,
.cid-sWnXy3P2Yt .dropdown-item:hover {
  color: #fd5e0d !important;
}
.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-sWnXy3P2Yt .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  border-bottom: 4px solid black;
}
.cid-sWnXy3P2Yt .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sWnXy3P2Yt a {
  font-style: normal;
}
.cid-sWnXy3P2Yt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sWnXy3P2Yt .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-sWnXy3P2Yt .nav-item:focus,
.cid-sWnXy3P2Yt .nav-link:focus {
  outline: none;
}
.cid-sWnXy3P2Yt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sWnXy3P2Yt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sWnXy3P2Yt .menu-logo {
  margin-right: auto;
}
.cid-sWnXy3P2Yt .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-sWnXy3P2Yt .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-sWnXy3P2Yt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sWnXy3P2Yt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sWnXy3P2Yt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sWnXy3P2Yt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sWnXy3P2Yt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sWnXy3P2Yt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sWnXy3P2Yt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sWnXy3P2Yt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWnXy3P2Yt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sWnXy3P2Yt .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-sWnXy3P2Yt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sWnXy3P2Yt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sWnXy3P2Yt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sWnXy3P2Yt .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sWnXy3P2Yt .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-sWnXy3P2Yt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sWnXy3P2Yt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sWnXy3P2Yt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sWnXy3P2Yt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sWnXy3P2Yt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sWnXy3P2Yt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sWnXy3P2Yt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sWnXy3P2Yt button.navbar-toggler:focus {
  outline: none;
}
.cid-sWnXy3P2Yt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fd5e0d;
}
.cid-sWnXy3P2Yt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWnXy3P2Yt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWnXy3P2Yt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWnXy3P2Yt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWnXy3P2Yt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWnXy3P2Yt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWnXy3P2Yt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWnXy3P2Yt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWnXy3P2Yt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sWnXy3P2Yt .collapsed .btn {
  display: -webkit-flex;
}
.cid-sWnXy3P2Yt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.collapsing,
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sWnXy3P2Yt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sWnXy3P2Yt .collapsed button.navbar-toggler {
  display: block;
}
.cid-sWnXy3P2Yt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sWnXy3P2Yt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sWnXy3P2Yt .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-sWnXy3P2Yt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sWnXy3P2Yt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sWnXy3P2Yt .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-sWnXy3P2Yt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sWnXy3P2Yt img {
    height: 3.8rem !important;
  }
  .cid-sWnXy3P2Yt .btn {
    display: -webkit-flex;
  }
  .cid-sWnXy3P2Yt button.navbar-toggler {
    display: block;
  }
  .cid-sWnXy3P2Yt .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sWnXy3P2Yt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sWnXy3P2Yt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sWnXy3P2Yt .navbar-collapse.collapsing,
  .cid-sWnXy3P2Yt .navbar-collapse.show {
    display: block !important;
  }
  .cid-sWnXy3P2Yt .navbar-collapse.collapsing .navbar-nav,
  .cid-sWnXy3P2Yt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sWnXy3P2Yt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sWnXy3P2Yt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sWnXy3P2Yt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sWnXy3P2Yt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWnXy3P2Yt .navbar-collapse.collapsing .navbar-buttons,
  .cid-sWnXy3P2Yt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sWnXy3P2Yt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sWnXy3P2Yt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWnXy3P2Yt .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;
    text-decoration: underline;
  }
  .cid-sWnXy3P2Yt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sWnXy3P2Yt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sWnXy3P2Yt .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-sWnXy3P2Yt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sWnXy3P2Yt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sWnXy3P2Yt .nav-link:hover,
.cid-sWnXy3P2Yt .dropdown-item:hover {
  color: #fd5e0d !important;
}
.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-sWnXy3P2Yt .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  border-bottom: 4px solid black;
}
.cid-sWnXy3P2Yt .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sWnXy3P2Yt a {
  font-style: normal;
}
.cid-sWnXy3P2Yt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sWnXy3P2Yt .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-sWnXy3P2Yt .nav-item:focus,
.cid-sWnXy3P2Yt .nav-link:focus {
  outline: none;
}
.cid-sWnXy3P2Yt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sWnXy3P2Yt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sWnXy3P2Yt .menu-logo {
  margin-right: auto;
}
.cid-sWnXy3P2Yt .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-sWnXy3P2Yt .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-sWnXy3P2Yt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sWnXy3P2Yt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sWnXy3P2Yt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sWnXy3P2Yt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sWnXy3P2Yt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sWnXy3P2Yt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sWnXy3P2Yt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sWnXy3P2Yt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWnXy3P2Yt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sWnXy3P2Yt .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-sWnXy3P2Yt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sWnXy3P2Yt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sWnXy3P2Yt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sWnXy3P2Yt .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sWnXy3P2Yt .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-sWnXy3P2Yt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sWnXy3P2Yt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sWnXy3P2Yt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sWnXy3P2Yt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sWnXy3P2Yt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sWnXy3P2Yt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sWnXy3P2Yt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sWnXy3P2Yt button.navbar-toggler:focus {
  outline: none;
}
.cid-sWnXy3P2Yt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fd5e0d;
}
.cid-sWnXy3P2Yt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWnXy3P2Yt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWnXy3P2Yt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWnXy3P2Yt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWnXy3P2Yt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWnXy3P2Yt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWnXy3P2Yt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWnXy3P2Yt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWnXy3P2Yt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sWnXy3P2Yt .collapsed .btn {
  display: -webkit-flex;
}
.cid-sWnXy3P2Yt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.collapsing,
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sWnXy3P2Yt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sWnXy3P2Yt .collapsed button.navbar-toggler {
  display: block;
}
.cid-sWnXy3P2Yt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sWnXy3P2Yt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sWnXy3P2Yt .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-sWnXy3P2Yt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sWnXy3P2Yt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sWnXy3P2Yt .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-sWnXy3P2Yt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sWnXy3P2Yt img {
    height: 3.8rem !important;
  }
  .cid-sWnXy3P2Yt .btn {
    display: -webkit-flex;
  }
  .cid-sWnXy3P2Yt button.navbar-toggler {
    display: block;
  }
  .cid-sWnXy3P2Yt .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sWnXy3P2Yt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sWnXy3P2Yt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sWnXy3P2Yt .navbar-collapse.collapsing,
  .cid-sWnXy3P2Yt .navbar-collapse.show {
    display: block !important;
  }
  .cid-sWnXy3P2Yt .navbar-collapse.collapsing .navbar-nav,
  .cid-sWnXy3P2Yt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sWnXy3P2Yt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sWnXy3P2Yt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sWnXy3P2Yt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sWnXy3P2Yt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWnXy3P2Yt .navbar-collapse.collapsing .navbar-buttons,
  .cid-sWnXy3P2Yt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sWnXy3P2Yt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sWnXy3P2Yt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWnXy3P2Yt .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;
    text-decoration: underline;
  }
  .cid-sWnXy3P2Yt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sWnXy3P2Yt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sWnXy3P2Yt .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-sWnXy3P2Yt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sWnXy3P2Yt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sWnXy3P2Yt .nav-link:hover,
.cid-sWnXy3P2Yt .dropdown-item:hover {
  color: #fd5e0d !important;
}
.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-tLvHe3LhgT .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  border-bottom: 4px solid black;
}
.cid-tLvHe3LhgT .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tLvHe3LhgT a {
  font-style: normal;
}
.cid-tLvHe3LhgT .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tLvHe3LhgT .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-tLvHe3LhgT .nav-item:focus,
.cid-tLvHe3LhgT .nav-link:focus {
  outline: none;
}
.cid-tLvHe3LhgT .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tLvHe3LhgT .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tLvHe3LhgT .menu-logo {
  margin-right: auto;
}
.cid-tLvHe3LhgT .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-tLvHe3LhgT .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-tLvHe3LhgT .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tLvHe3LhgT .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tLvHe3LhgT .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tLvHe3LhgT .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tLvHe3LhgT .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tLvHe3LhgT .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tLvHe3LhgT .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tLvHe3LhgT .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLvHe3LhgT .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tLvHe3LhgT .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-tLvHe3LhgT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tLvHe3LhgT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLvHe3LhgT .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tLvHe3LhgT .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tLvHe3LhgT .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-tLvHe3LhgT .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tLvHe3LhgT .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tLvHe3LhgT .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tLvHe3LhgT .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tLvHe3LhgT .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tLvHe3LhgT .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tLvHe3LhgT button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tLvHe3LhgT button.navbar-toggler:focus {
  outline: none;
}
.cid-tLvHe3LhgT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fd5e0d;
}
.cid-tLvHe3LhgT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tLvHe3LhgT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tLvHe3LhgT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tLvHe3LhgT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tLvHe3LhgT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLvHe3LhgT nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tLvHe3LhgT nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tLvHe3LhgT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLvHe3LhgT .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tLvHe3LhgT .collapsed .btn {
  display: -webkit-flex;
}
.cid-tLvHe3LhgT .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tLvHe3LhgT .collapsed .navbar-collapse.collapsing,
.cid-tLvHe3LhgT .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tLvHe3LhgT .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tLvHe3LhgT .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tLvHe3LhgT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tLvHe3LhgT .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tLvHe3LhgT .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tLvHe3LhgT .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tLvHe3LhgT .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tLvHe3LhgT .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tLvHe3LhgT .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tLvHe3LhgT .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tLvHe3LhgT .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tLvHe3LhgT .collapsed button.navbar-toggler {
  display: block;
}
.cid-tLvHe3LhgT .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tLvHe3LhgT .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tLvHe3LhgT .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-tLvHe3LhgT .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tLvHe3LhgT .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tLvHe3LhgT .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-tLvHe3LhgT.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tLvHe3LhgT img {
    height: 3.8rem !important;
  }
  .cid-tLvHe3LhgT .btn {
    display: -webkit-flex;
  }
  .cid-tLvHe3LhgT button.navbar-toggler {
    display: block;
  }
  .cid-tLvHe3LhgT .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tLvHe3LhgT .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tLvHe3LhgT .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tLvHe3LhgT .navbar-collapse.collapsing,
  .cid-tLvHe3LhgT .navbar-collapse.show {
    display: block !important;
  }
  .cid-tLvHe3LhgT .navbar-collapse.collapsing .navbar-nav,
  .cid-tLvHe3LhgT .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tLvHe3LhgT .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tLvHe3LhgT .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tLvHe3LhgT .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tLvHe3LhgT .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tLvHe3LhgT .navbar-collapse.collapsing .navbar-buttons,
  .cid-tLvHe3LhgT .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tLvHe3LhgT .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tLvHe3LhgT .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tLvHe3LhgT .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;
    text-decoration: underline;
  }
  .cid-tLvHe3LhgT .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tLvHe3LhgT .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tLvHe3LhgT .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-tLvHe3LhgT .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tLvHe3LhgT .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tLvHe3LhgT .nav-link:hover,
.cid-tLvHe3LhgT .dropdown-item:hover {
  color: #fd5e0d !important;
}
.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-u7Ap4o7RwH .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  border-bottom: 4px solid black;
}
.cid-u7Ap4o7RwH .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-u7Ap4o7RwH a {
  font-style: normal;
}
.cid-u7Ap4o7RwH .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-u7Ap4o7RwH .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-u7Ap4o7RwH .nav-item:focus,
.cid-u7Ap4o7RwH .nav-link:focus {
  outline: none;
}
.cid-u7Ap4o7RwH .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-u7Ap4o7RwH .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-u7Ap4o7RwH .menu-logo {
  margin-right: auto;
}
.cid-u7Ap4o7RwH .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-u7Ap4o7RwH .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-u7Ap4o7RwH .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-u7Ap4o7RwH .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-u7Ap4o7RwH .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-u7Ap4o7RwH .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-u7Ap4o7RwH .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-u7Ap4o7RwH .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-u7Ap4o7RwH .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-u7Ap4o7RwH .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-u7Ap4o7RwH .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-u7Ap4o7RwH .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-u7Ap4o7RwH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-u7Ap4o7RwH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u7Ap4o7RwH .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-u7Ap4o7RwH .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-u7Ap4o7RwH .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-u7Ap4o7RwH .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-u7Ap4o7RwH .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-u7Ap4o7RwH .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-u7Ap4o7RwH .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-u7Ap4o7RwH .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-u7Ap4o7RwH .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-u7Ap4o7RwH button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-u7Ap4o7RwH button.navbar-toggler:focus {
  outline: none;
}
.cid-u7Ap4o7RwH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fd5e0d;
}
.cid-u7Ap4o7RwH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u7Ap4o7RwH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u7Ap4o7RwH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u7Ap4o7RwH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u7Ap4o7RwH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u7Ap4o7RwH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u7Ap4o7RwH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u7Ap4o7RwH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u7Ap4o7RwH .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-u7Ap4o7RwH .collapsed .btn {
  display: -webkit-flex;
}
.cid-u7Ap4o7RwH .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-u7Ap4o7RwH .collapsed .navbar-collapse.collapsing,
.cid-u7Ap4o7RwH .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-u7Ap4o7RwH .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-u7Ap4o7RwH .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-u7Ap4o7RwH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-u7Ap4o7RwH .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-u7Ap4o7RwH .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-u7Ap4o7RwH .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-u7Ap4o7RwH .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-u7Ap4o7RwH .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-u7Ap4o7RwH .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-u7Ap4o7RwH .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-u7Ap4o7RwH .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-u7Ap4o7RwH .collapsed button.navbar-toggler {
  display: block;
}
.cid-u7Ap4o7RwH .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-u7Ap4o7RwH .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-u7Ap4o7RwH .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-u7Ap4o7RwH .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-u7Ap4o7RwH .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-u7Ap4o7RwH .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-u7Ap4o7RwH.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-u7Ap4o7RwH img {
    height: 3.8rem !important;
  }
  .cid-u7Ap4o7RwH .btn {
    display: -webkit-flex;
  }
  .cid-u7Ap4o7RwH button.navbar-toggler {
    display: block;
  }
  .cid-u7Ap4o7RwH .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-u7Ap4o7RwH .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-u7Ap4o7RwH .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-u7Ap4o7RwH .navbar-collapse.collapsing,
  .cid-u7Ap4o7RwH .navbar-collapse.show {
    display: block !important;
  }
  .cid-u7Ap4o7RwH .navbar-collapse.collapsing .navbar-nav,
  .cid-u7Ap4o7RwH .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-u7Ap4o7RwH .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-u7Ap4o7RwH .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-u7Ap4o7RwH .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-u7Ap4o7RwH .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-u7Ap4o7RwH .navbar-collapse.collapsing .navbar-buttons,
  .cid-u7Ap4o7RwH .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-u7Ap4o7RwH .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-u7Ap4o7RwH .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-u7Ap4o7RwH .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;
    text-decoration: underline;
  }
  .cid-u7Ap4o7RwH .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-u7Ap4o7RwH .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-u7Ap4o7RwH .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-u7Ap4o7RwH .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-u7Ap4o7RwH .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-u7Ap4o7RwH .nav-link:hover,
.cid-u7Ap4o7RwH .dropdown-item:hover {
  color: #fd5e0d !important;
}
.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-t2l16UbVek .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  border-bottom: 4px solid black;
}
.cid-t2l16UbVek .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-t2l16UbVek a {
  font-style: normal;
}
.cid-t2l16UbVek .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t2l16UbVek .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-t2l16UbVek .nav-item:focus,
.cid-t2l16UbVek .nav-link:focus {
  outline: none;
}
.cid-t2l16UbVek .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t2l16UbVek .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t2l16UbVek .menu-logo {
  margin-right: auto;
}
.cid-t2l16UbVek .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-t2l16UbVek .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-t2l16UbVek .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-t2l16UbVek .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t2l16UbVek .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t2l16UbVek .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t2l16UbVek .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t2l16UbVek .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t2l16UbVek .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t2l16UbVek .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t2l16UbVek .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t2l16UbVek .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-t2l16UbVek .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t2l16UbVek .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t2l16UbVek .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t2l16UbVek .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-t2l16UbVek .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-t2l16UbVek .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t2l16UbVek .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t2l16UbVek .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t2l16UbVek .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t2l16UbVek .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t2l16UbVek .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t2l16UbVek button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t2l16UbVek button.navbar-toggler:focus {
  outline: none;
}
.cid-t2l16UbVek button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fd5e0d;
}
.cid-t2l16UbVek button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t2l16UbVek button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t2l16UbVek button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t2l16UbVek button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t2l16UbVek nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t2l16UbVek nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t2l16UbVek nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t2l16UbVek nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t2l16UbVek .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t2l16UbVek .collapsed .btn {
  display: -webkit-flex;
}
.cid-t2l16UbVek .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t2l16UbVek .collapsed .navbar-collapse.collapsing,
.cid-t2l16UbVek .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t2l16UbVek .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t2l16UbVek .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t2l16UbVek .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t2l16UbVek .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t2l16UbVek .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t2l16UbVek .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t2l16UbVek .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t2l16UbVek .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t2l16UbVek .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t2l16UbVek .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-t2l16UbVek .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-t2l16UbVek .collapsed button.navbar-toggler {
  display: block;
}
.cid-t2l16UbVek .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t2l16UbVek .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t2l16UbVek .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-t2l16UbVek .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t2l16UbVek .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t2l16UbVek .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-t2l16UbVek.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t2l16UbVek img {
    height: 3.8rem !important;
  }
  .cid-t2l16UbVek .btn {
    display: -webkit-flex;
  }
  .cid-t2l16UbVek button.navbar-toggler {
    display: block;
  }
  .cid-t2l16UbVek .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-t2l16UbVek .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t2l16UbVek .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t2l16UbVek .navbar-collapse.collapsing,
  .cid-t2l16UbVek .navbar-collapse.show {
    display: block !important;
  }
  .cid-t2l16UbVek .navbar-collapse.collapsing .navbar-nav,
  .cid-t2l16UbVek .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t2l16UbVek .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t2l16UbVek .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t2l16UbVek .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t2l16UbVek .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t2l16UbVek .navbar-collapse.collapsing .navbar-buttons,
  .cid-t2l16UbVek .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t2l16UbVek .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t2l16UbVek .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t2l16UbVek .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;
    text-decoration: underline;
  }
  .cid-t2l16UbVek .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t2l16UbVek .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t2l16UbVek .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-t2l16UbVek .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-t2l16UbVek .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t2l16UbVek .nav-link:hover,
.cid-t2l16UbVek .dropdown-item:hover {
  color: #fd5e0d !important;
}
.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-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-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-uHzNha41Q6 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  border-bottom: 4px solid black;
}
.cid-uHzNha41Q6 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uHzNha41Q6 a {
  font-style: normal;
}
.cid-uHzNha41Q6 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uHzNha41Q6 .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-uHzNha41Q6 .nav-item:focus,
.cid-uHzNha41Q6 .nav-link:focus {
  outline: none;
}
.cid-uHzNha41Q6 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uHzNha41Q6 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uHzNha41Q6 .menu-logo {
  margin-right: auto;
}
.cid-uHzNha41Q6 .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-uHzNha41Q6 .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-uHzNha41Q6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uHzNha41Q6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uHzNha41Q6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uHzNha41Q6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uHzNha41Q6 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uHzNha41Q6 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uHzNha41Q6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uHzNha41Q6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHzNha41Q6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uHzNha41Q6 .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-uHzNha41Q6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uHzNha41Q6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHzNha41Q6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uHzNha41Q6 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uHzNha41Q6 .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-uHzNha41Q6 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uHzNha41Q6 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uHzNha41Q6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uHzNha41Q6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uHzNha41Q6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uHzNha41Q6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uHzNha41Q6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uHzNha41Q6 button.navbar-toggler:focus {
  outline: none;
}
.cid-uHzNha41Q6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fd5e0d;
}
.cid-uHzNha41Q6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uHzNha41Q6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uHzNha41Q6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uHzNha41Q6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uHzNha41Q6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHzNha41Q6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uHzNha41Q6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uHzNha41Q6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHzNha41Q6 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uHzNha41Q6 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uHzNha41Q6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uHzNha41Q6 .collapsed .navbar-collapse.collapsing,
.cid-uHzNha41Q6 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uHzNha41Q6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uHzNha41Q6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uHzNha41Q6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uHzNha41Q6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uHzNha41Q6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uHzNha41Q6 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uHzNha41Q6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uHzNha41Q6 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uHzNha41Q6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uHzNha41Q6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uHzNha41Q6 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uHzNha41Q6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uHzNha41Q6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uHzNha41Q6 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uHzNha41Q6 .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-uHzNha41Q6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uHzNha41Q6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uHzNha41Q6 .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-uHzNha41Q6.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uHzNha41Q6 img {
    height: 3.8rem !important;
  }
  .cid-uHzNha41Q6 .btn {
    display: -webkit-flex;
  }
  .cid-uHzNha41Q6 button.navbar-toggler {
    display: block;
  }
  .cid-uHzNha41Q6 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uHzNha41Q6 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uHzNha41Q6 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uHzNha41Q6 .navbar-collapse.collapsing,
  .cid-uHzNha41Q6 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uHzNha41Q6 .navbar-collapse.collapsing .navbar-nav,
  .cid-uHzNha41Q6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uHzNha41Q6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uHzNha41Q6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uHzNha41Q6 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uHzNha41Q6 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uHzNha41Q6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uHzNha41Q6 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uHzNha41Q6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uHzNha41Q6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uHzNha41Q6 .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;
    text-decoration: underline;
  }
  .cid-uHzNha41Q6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uHzNha41Q6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uHzNha41Q6 .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-uHzNha41Q6 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uHzNha41Q6 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uHzNha41Q6 .nav-link:hover,
.cid-uHzNha41Q6 .dropdown-item:hover {
  color: #fd5e0d !important;
}
.cid-uHzNha41Q6 .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  border-bottom: 4px solid black;
}
.cid-uHzNha41Q6 .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-uHzNha41Q6 a {
  font-style: normal;
}
.cid-uHzNha41Q6 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uHzNha41Q6 .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-uHzNha41Q6 .nav-item:focus,
.cid-uHzNha41Q6 .nav-link:focus {
  outline: none;
}
.cid-uHzNha41Q6 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uHzNha41Q6 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uHzNha41Q6 .menu-logo {
  margin-right: auto;
}
.cid-uHzNha41Q6 .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-uHzNha41Q6 .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-uHzNha41Q6 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uHzNha41Q6 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uHzNha41Q6 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uHzNha41Q6 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uHzNha41Q6 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uHzNha41Q6 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uHzNha41Q6 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uHzNha41Q6 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHzNha41Q6 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uHzNha41Q6 .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-uHzNha41Q6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uHzNha41Q6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHzNha41Q6 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uHzNha41Q6 .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-uHzNha41Q6 .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-uHzNha41Q6 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uHzNha41Q6 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uHzNha41Q6 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uHzNha41Q6 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uHzNha41Q6 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uHzNha41Q6 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uHzNha41Q6 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uHzNha41Q6 button.navbar-toggler:focus {
  outline: none;
}
.cid-uHzNha41Q6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fd5e0d;
}
.cid-uHzNha41Q6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uHzNha41Q6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uHzNha41Q6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uHzNha41Q6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uHzNha41Q6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHzNha41Q6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uHzNha41Q6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uHzNha41Q6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHzNha41Q6 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uHzNha41Q6 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uHzNha41Q6 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uHzNha41Q6 .collapsed .navbar-collapse.collapsing,
.cid-uHzNha41Q6 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uHzNha41Q6 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uHzNha41Q6 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uHzNha41Q6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uHzNha41Q6 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uHzNha41Q6 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uHzNha41Q6 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uHzNha41Q6 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uHzNha41Q6 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uHzNha41Q6 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uHzNha41Q6 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-uHzNha41Q6 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uHzNha41Q6 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uHzNha41Q6 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uHzNha41Q6 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uHzNha41Q6 .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-uHzNha41Q6 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uHzNha41Q6 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uHzNha41Q6 .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-uHzNha41Q6.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uHzNha41Q6 img {
    height: 3.8rem !important;
  }
  .cid-uHzNha41Q6 .btn {
    display: -webkit-flex;
  }
  .cid-uHzNha41Q6 button.navbar-toggler {
    display: block;
  }
  .cid-uHzNha41Q6 .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-uHzNha41Q6 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uHzNha41Q6 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uHzNha41Q6 .navbar-collapse.collapsing,
  .cid-uHzNha41Q6 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uHzNha41Q6 .navbar-collapse.collapsing .navbar-nav,
  .cid-uHzNha41Q6 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uHzNha41Q6 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uHzNha41Q6 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uHzNha41Q6 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uHzNha41Q6 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uHzNha41Q6 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uHzNha41Q6 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uHzNha41Q6 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uHzNha41Q6 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uHzNha41Q6 .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;
    text-decoration: underline;
  }
  .cid-uHzNha41Q6 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uHzNha41Q6 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uHzNha41Q6 .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-uHzNha41Q6 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-uHzNha41Q6 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uHzNha41Q6 .nav-link:hover,
.cid-uHzNha41Q6 .dropdown-item:hover {
  color: #fd5e0d !important;
}
.cid-uTELvnB5gv {
  padding-top: 135px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uTELvnB5gv P {
  color: #767676;
}
.cid-uTELvnB5gv .mbr-text,
.cid-uTELvnB5gv .mbr-section-btn {
  color: #ffffff;
}
.cid-uTELvnB5gv H1 {
  color: #ffffff;
}
.cid-uWvVj1E7LV {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uWvVj1E7LV .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uWvVj1E7LV .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uWvVj1E7LV .mbr-text {
    text-align: center;
  }
}
.cid-uWvVj1E7LV b {
  color: #4f4943;
}
.cid-uWvVj1E7LV H1 {
  color: #4f4943;
}
.cid-uWvVj1E7LV .mbr-text,
.cid-uWvVj1E7LV .mbr-section-btn {
  color: #4f4943;
}
.cid-uWvVj1E7LV .center {
  margin: auto;
  width: 50%;
  border: 3px solid green;
  padding: 10px;
}
.cid-uWvVj1E7LV p {
  text-align: justify;
}
.cid-uWvVj1E7LV DIV {
  text-align: center;
}
.cid-uWvU2L1yaw {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-uWvU2L1yaw .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uWvU2L1yaw .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uWvU2L1yaw .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uWvU2L1yaw .mbr-text {
    text-align: center;
  }
}
.cid-uWvU2L1yaw H1 {
  color: #4f4943;
}
.cid-uWvU2L1yaw .mbr-text,
.cid-uWvU2L1yaw .mbr-section-btn {
  color: #4f4943;
}
.cid-uWvU2L1yaw .center {
  margin: auto;
  width: 50%;
  border: 3px solid green;
  padding: 10px;
}
.cid-uWvU2L1yaw p {
  text-align: justify;
}
.cid-uWvU2L1yaw figcaption {
  text-align: center;
}
.cid-uWAiTtbQvY {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-uWAiTtbQvY h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
}
.cid-uWAiTtbQvY p {
  color: #767676;
  text-align: left;
}
.cid-uWAiTtbQvY .card-box {
  padding-top: 2rem;
}
.cid-uWAiTtbQvY .card-wrapper {
  height: 100%;
}
.cid-uTSbzWiBVW {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #cccccc;
}
.cid-uTSbzWiBVW .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uTSbzWiBVW .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uTSbzWiBVW .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uTSbzWiBVW .mbr-text {
    text-align: center;
  }
}
.cid-uTSbzWiBVW H1 {
  color: #465052;
}
.cid-uTSbzWiBVW .mbr-text,
.cid-uTSbzWiBVW .mbr-section-btn {
  color: #465052;
}
.cid-uTSbzWiBVW .center {
  margin: auto;
  width: 50%;
  border: 3px solid green;
  padding: 10px;
}
.cid-uTSbzWiBVW p {
  text-align: justify;
}
.cid-uUvlSPcAWc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-uUvlSPcAWc .item {
  padding-bottom: 2rem;
}
.cid-uUvlSPcAWc .item-wrapper {
  height: 100%;
}
.cid-uUvlSPcAWc .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uUvlSPcAWc .carousel-control,
.cid-uUvlSPcAWc .close {
  background: #1b1b1b;
}
.cid-uUvlSPcAWc .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uUvlSPcAWc .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uUvlSPcAWc .close {
  position: fixed;
  opacity: 0.5;
  font-size: 35px;
  font-weight: 300;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  line-height: 70px;
  border: none;
  text-align: center;
  text-shadow: none;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  font-family: 'MobiriseIcons';
}
.cid-uUvlSPcAWc .close::before {
  content: '\e91a';
}
.cid-uUvlSPcAWc .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uUvlSPcAWc .carousel-control {
  position: fixed;
  width: 70px;
  height: 70px;
  top: 50%;
  margin-top: -35px;
  line-height: 70px;
  border-radius: 50%;
  font-size: 35px;
  border: 0;
  opacity: 0.5;
  text-shadow: none;
  z-index: 5;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.cid-uUvlSPcAWc .carousel-inner > .active {
  display: block;
}
.cid-uUvlSPcAWc .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUvlSPcAWc .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uUvlSPcAWc .carousel-control .icon-next,
.cid-uUvlSPcAWc .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-uUvlSPcAWc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uUvlSPcAWc .carousel-control,
  .cid-uUvlSPcAWc .carousel-indicators,
  .cid-uUvlSPcAWc .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uUvlSPcAWc .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uUvlSPcAWc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uUvlSPcAWc .carousel-indicators {
  bottom: 0;
  margin-bottom: 3px;
}
@media (max-width: 991px) {
  .cid-uUvlSPcAWc .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uUvlSPcAWc .carousel-indicators {
    display: none;
  }
}
.cid-uUvlSPcAWc .carousel-indicators .active,
.cid-uUvlSPcAWc .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #1b1b1b;
  opacity: 0.5;
  border: 4px solid #1b1b1b;
}
.cid-uUvlSPcAWc .carousel-indicators .active {
  background: #fff;
}
.cid-uUvlSPcAWc .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uUvlSPcAWc .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uUvlSPcAWc .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uUvlSPcAWc .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uUvlSPcAWc .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uUvlSPcAWc .modal-body .carousel-item {
  top: 50%;
  transform: translateY(-50%);
}
.cid-uUvlSPcAWc .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uUvlSPcAWc .carousel {
  width: 100%;
}
.cid-uUvlSPcAWc .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uUvlSPcAWc .modal.fade .modal-dialog {
  -webkit-transition: margin-top 0.3s ease-out;
  -moz-transition: margin-top 0.3s ease-out;
  -o-transition: margin-top 0.3s ease-out;
  transition: margin-top 0.3s ease-out;
}
.cid-uUvlSPcAWc .modal.fade .modal-dialog,
.cid-uUvlSPcAWc .modal.in .modal-dialog {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.cid-uUvlSPcAWc .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uUvlSPcAWc a {
  display: block;
}
.cid-uUvlSPcAWc a.img {
  pointer-events: none;
}
.cid-uUvgIvQs81 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-uUvgIvQs81 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uUvgIvQs81 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUvgIvQs81 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uUvgIvQs81 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uUvgIvQs81 .row > .row {
  display: block;
}
.cid-uUvgIvQs81 .mbr-gallery-item {
  width: 100%;
}
.cid-uUvgIvQs81 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uUvgIvQs81 .mbr-gallery-item > div {
  position: relative;
}
.cid-uUvgIvQs81 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uUvgIvQs81 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uUvgIvQs81 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uUvgIvQs81 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
#custom-html-13p {
  /* Type valid CSS here */
}
#custom-html-13p .p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px
        color: green;
}
#custom-html-13p .a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 40px
            color: green;
}
#custom-html-13p #slideout {
  position: fixed;
  top: 200px;
  left: 0;
  width: 42px;
  padding: 10px 10px 10px 0px;
  text-align: center;
  background: #e2e2e2;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border-radius: 0 15px 15px 0;
  border-top: 2px solid #8d97ad;
  border-bottom: 2px solid #8d97ad;
  border-right: 2px solid #8d97ad;
  z-index: 3;
}
#custom-html-13p #slideout_inner {
  position: fixed;
  top: 200px;
  left: -250px;
  background: #e2e2e2;
  width: 250px;
  padding: 20px;
  height: 320px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-align: left;
  border-top: 2px solid #8d97ad;
  border-bottom: 2px solid #8d97ad;
}
#custom-html-13p #slideout_inner textarea {
  width: 190px;
  height: 100px;
  margin-bottom: 6px;
}
#custom-html-13p #slideout:hover {
  left: 250px;
}
#custom-html-13p #slideout:hover #slideout_inner {
  left: 0;
}
.cid-uTEIKRpm6C {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ff7f0c;
}
@media (min-width: 992px) {
  .cid-uTEIKRpm6C .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uTEIKRpm6C .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uTEIKRpm6C .mbr-text {
    text-align: center;
  }
}
.cid-uTEIKRpm6C H1 {
  color: #ffffff;
}
.cid-uTEIKRpm6C .mbr-text,
.cid-uTEIKRpm6C .mbr-section-btn {
  color: #ffffff;
}
.cid-uTEIKRpm6C .center {
  margin: auto;
  width: 50%;
  border: 3px solid green;
  padding: 10px;
}
.cid-uTEIKRpm6C p {
  text-align: justify;
}
.cid-uWGdbBxeVy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff7f0c;
}
.cid-uWGdbBxeVy h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
}
.cid-uWGdbBxeVy p {
  color: #767676;
  text-align: left;
}
.cid-uWGdbBxeVy .card-box {
  padding-top: 2rem;
}
.cid-uWGdbBxeVy .card-wrapper {
  height: 100%;
}
.cid-uUwKi6l26c {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ff7f0c;
}
.cid-uUwKi6l26c .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uUwKi6l26c .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUwKi6l26c .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uUwKi6l26c .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uUwKi6l26c .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uUwKi6l26c .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uUwKi6l26c .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uUwKi6l26c .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uUwKi6l26c .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uWGmkLVhw1 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uWGmkLVhw1 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uWGmkLVhw1 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uWGmkLVhw1 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uWGmkLVhw1 .mbr-text {
    text-align: center;
  }
}
.cid-uWGmkLVhw1 H1 {
  color: #4f4943;
}
.cid-uWGmkLVhw1 .mbr-text,
.cid-uWGmkLVhw1 .mbr-section-btn {
  color: #4f4943;
}
.cid-uWGmkLVhw1 .center {
  margin: auto;
  width: 50%;
  border: 3px solid green;
  padding: 10px;
}
.cid-uWGmkLVhw1 p {
  text-align: justify;
}
.cid-uWGmkLVhw1 figcaption {
  text-align: center;
}
.cid-uWGuKBXqIf {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uWGuKBXqIf h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
}
.cid-uWGuKBXqIf p {
  color: #767676;
  text-align: left;
}
.cid-uWGuKBXqIf .card-box {
  padding-top: 2rem;
}
.cid-uWGuKBXqIf .card-wrapper {
  height: 100%;
}
.cid-uTEIKfQmM8 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-uTEIKfQmM8 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uTEIKfQmM8 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uTEIKfQmM8 .mbr-text {
    text-align: center;
  }
}
.cid-uTEIKfQmM8 .mbr-text,
.cid-uTEIKfQmM8 .mbr-section-btn {
  color: #465052;
}
.cid-uTEIKfQmM8 H1 {
  color: #465052;
}
.cid-uTEIKfQmM8 p {
  text-align: justify;
}
.cid-uTKyprwZVy {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uTKyprwZVy .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uTKyprwZVy .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTKyprwZVy .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uTKyprwZVy .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uTKyprwZVy .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uTKyprwZVy .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uTKyprwZVy .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uTKyprwZVy .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uTKyprwZVy .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uTEIJ0Sbnh {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #cccccc;
  background: linear-gradient(45deg, #cccccc, #cccccc);
}
.cid-uTEIJ0Sbnh .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uTEIJ0Sbnh .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uTEIJ0Sbnh .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uTEIJ0Sbnh .mbr-text {
    text-align: center;
  }
}
.cid-uTEIJ0Sbnh .mbr-text,
.cid-uTEIJ0Sbnh .mbr-section-btn {
  color: #465052;
}
.cid-uTEIJ0Sbnh H1 {
  color: #465052;
}
.cid-uTEIJ0Sbnh p {
  text-align: justify;
}
.cid-uTEIJo12h6 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ff7f0c;
}
@media (min-width: 992px) {
  .cid-uTEIJo12h6 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uTEIJo12h6 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uTEIJo12h6 .mbr-text {
    text-align: center;
  }
}
.cid-uTEIJo12h6 p {
  text-align: justify;
}
.cid-uTKyBaeYOq {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ff7f0c;
}
.cid-uTKyBaeYOq .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uTKyBaeYOq .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTKyBaeYOq .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uTKyBaeYOq .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uTKyBaeYOq .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uTKyBaeYOq .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uTKyBaeYOq .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uTKyBaeYOq .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uTKyBaeYOq .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uTEJKwTB0f {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-uTEJKwTB0f .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uTEJKwTB0f .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uTEJKwTB0f .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uTEJKwTB0f .mbr-text {
    text-align: center;
  }
}
.cid-uTEJKwTB0f H1 {
  color: #465052;
}
.cid-uTEJKwTB0f .mbr-text,
.cid-uTEJKwTB0f .mbr-section-btn {
  color: #465052;
}
.cid-uTEJKwTB0f p {
  text-align: justify;
}
.cid-uTKyBC2eKu {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uTKyBC2eKu .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uTKyBC2eKu .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTKyBC2eKu .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uTKyBC2eKu .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uTKyBC2eKu .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uTKyBC2eKu .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uTKyBC2eKu .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uTKyBC2eKu .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uTKyBC2eKu .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uTEJLJJsy2 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #cccccc;
  background: linear-gradient(45deg, #cccccc, #cccccc);
}
@media (min-width: 992px) {
  .cid-uTEJLJJsy2 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uTEJLJJsy2 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uTEJLJJsy2 .mbr-text {
    text-align: center;
  }
}
.cid-uTEJLJJsy2 .mbr-text,
.cid-uTEJLJJsy2 .mbr-section-btn {
  color: #465052;
}
.cid-uTEJLJJsy2 H1 {
  color: #465052;
}
.cid-uTEJLJJsy2 p {
  text-align: justify;
}
.cid-uTKyM4rfQF {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-uTKyM4rfQF .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uTKyM4rfQF .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTKyM4rfQF .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uTKyM4rfQF .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uTKyM4rfQF .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uTKyM4rfQF .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uTKyM4rfQF .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uTKyM4rfQF .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uTKyM4rfQF .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uTEJMAvEpR {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ff7f0c;
  background: linear-gradient(45deg, #ff7f0c, #ef7f1a);
}
.cid-uTEJMAvEpR .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uTEJMAvEpR .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uTEJMAvEpR .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uTEJMAvEpR .mbr-text {
    text-align: center;
  }
}
.cid-uTEJMAvEpR p {
  text-align: justify;
}
.cid-uTKyMy03yA {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ff7f0c;
}
.cid-uTKyMy03yA .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uTKyMy03yA .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTKyMy03yA .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uTKyMy03yA .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uTKyMy03yA .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uTKyMy03yA .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uTKyMy03yA .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uTKyMy03yA .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uTKyMy03yA .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uTEJNykzCh {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-uTEJNykzCh .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uTEJNykzCh .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uTEJNykzCh .mbr-text {
    text-align: center;
  }
}
.cid-uTEJNykzCh H1 {
  color: #465052;
}
.cid-uTEJNykzCh .mbr-text,
.cid-uTEJNykzCh .mbr-section-btn {
  color: #465052;
}
.cid-uTEJNykzCh p {
  text-align: justify;
}
.cid-uTKyN6JUNm {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uTKyN6JUNm .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uTKyN6JUNm .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTKyN6JUNm .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uTKyN6JUNm .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uTKyN6JUNm .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uTKyN6JUNm .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uTKyN6JUNm .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uTKyN6JUNm .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uTKyN6JUNm .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uTEJOIcziu {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #cccccc;
  background: linear-gradient(45deg, #cccccc, #cccccc);
}
.cid-uTEJOIcziu .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uTEJOIcziu .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uTEJOIcziu .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uTEJOIcziu .mbr-text {
    text-align: center;
  }
}
.cid-uTEJOIcziu H1 {
  color: #232323;
}
.cid-uTEJOIcziu .mbr-text,
.cid-uTEJOIcziu .mbr-section-btn {
  color: #232323;
}
.cid-uTEJOIcziu p {
  text-align: justify;
}
.cid-uTKyV5ZHkr {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-uTKyV5ZHkr .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uTKyV5ZHkr .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTKyV5ZHkr .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uTKyV5ZHkr .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uTKyV5ZHkr .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uTKyV5ZHkr .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uTKyV5ZHkr .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uTKyV5ZHkr .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uTKyV5ZHkr .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uTEKqvIokK {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ff7f0c;
}
@media (min-width: 992px) {
  .cid-uTEKqvIokK .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uTEKqvIokK .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uTEKqvIokK .mbr-text {
    text-align: center;
  }
}
.cid-uTEKqvIokK H1 {
  color: #ffffff;
}
.cid-uTEKqvIokK .mbr-text,
.cid-uTEKqvIokK .mbr-section-btn {
  color: #ffffff;
}
.cid-uTEKqvIokK p {
  text-align: justify;
}
.cid-uTKyVu2DHZ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ff7f0c;
}
.cid-uTKyVu2DHZ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uTKyVu2DHZ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTKyVu2DHZ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uTKyVu2DHZ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uTKyVu2DHZ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uTKyVu2DHZ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uTKyVu2DHZ .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uTKyVu2DHZ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uTKyVu2DHZ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uTEKrq6AVm {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-uTEKrq6AVm .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uTEKrq6AVm .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uTEKrq6AVm .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uTEKrq6AVm .mbr-text {
    text-align: center;
  }
}
.cid-uTEKrq6AVm .mbr-text,
.cid-uTEKrq6AVm .mbr-section-btn {
  color: #465052;
}
.cid-uTEKrq6AVm H1 {
  color: #465052;
}
.cid-uTEKrq6AVm p {
  text-align: justify;
}
.cid-uTKyVY5ogC {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uTKyVY5ogC .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uTKyVY5ogC .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTKyVY5ogC .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uTKyVY5ogC .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uTKyVY5ogC .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uTKyVY5ogC .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uTKyVY5ogC .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uTKyVY5ogC .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uTKyVY5ogC .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uTEKsbHJ84 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #cccccc;
  background: linear-gradient(45deg, #cccccc, #cccccc);
}
@media (min-width: 992px) {
  .cid-uTEKsbHJ84 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uTEKsbHJ84 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uTEKsbHJ84 .mbr-text {
    text-align: center;
  }
}
.cid-uTEKsbHJ84 .mbr-text,
.cid-uTEKsbHJ84 .mbr-section-btn {
  color: #465052;
}
.cid-uTEKsbHJ84 H1 {
  color: #465052;
}
.cid-uTEKsbHJ84 p {
  text-align: justify;
}
.cid-uTKz3QMP8E {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-uTKz3QMP8E .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uTKz3QMP8E .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTKz3QMP8E .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uTKz3QMP8E .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uTKz3QMP8E .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uTKz3QMP8E .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uTKz3QMP8E .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uTKz3QMP8E .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uTKz3QMP8E .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uTEKsW64OB {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ff7f0c;
}
.cid-uTEKsW64OB .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uTEKsW64OB .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uTEKsW64OB .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uTEKsW64OB .mbr-text {
    text-align: center;
  }
}
.cid-uTEKsW64OB p {
  text-align: justify;
}
.cid-uTKz4hxDuy {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ff7f0c;
}
.cid-uTKz4hxDuy .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uTKz4hxDuy .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTKz4hxDuy .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uTKz4hxDuy .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uTKz4hxDuy .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uTKz4hxDuy .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uTKz4hxDuy .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uTKz4hxDuy .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uTKz4hxDuy .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uTEKtL9rDd {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-uTEKtL9rDd .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uTEKtL9rDd .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uTEKtL9rDd .mbr-text {
    text-align: center;
  }
}
.cid-uTEKtL9rDd H1 {
  color: #465052;
}
.cid-uTEKtL9rDd .mbr-text,
.cid-uTEKtL9rDd .mbr-section-btn {
  color: #465052;
}
.cid-uTEKtL9rDd p {
  text-align: justify;
}
.cid-uTKz4IZJRK {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uTKz4IZJRK .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uTKz4IZJRK .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTKz4IZJRK .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uTKz4IZJRK .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uTKz4IZJRK .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uTKz4IZJRK .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uTKz4IZJRK .mbr-gallery-item > div:hover:before {
  opacity: 0 !important;
}
.cid-uTKz4IZJRK .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uTKz4IZJRK .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uTEKuuGOWw {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #cccccc;
  background: linear-gradient(45deg, #cccccc, #cccccc);
}
.cid-uTEKuuGOWw .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uTEKuuGOWw .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uTEKuuGOWw .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uTEKuuGOWw .mbr-text {
    text-align: center;
  }
}
.cid-uTEKuuGOWw .mbr-text,
.cid-uTEKuuGOWw .mbr-section-btn {
  color: #465052;
}
.cid-uTEKuuGOWw H1 {
  color: #465052;
}
.cid-uTEKuuGOWw p {
  text-align: justify;
}
.cid-uTKzaC536V {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-uTKzaC536V .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uTKzaC536V .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTKzaC536V .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uTKzaC536V .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uTKzaC536V .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uTKzaC536V .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uTKzaC536V .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uTKzaC536V .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uTKzaC536V .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uTEKvfsNei {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ff7f0c;
}
@media (min-width: 992px) {
  .cid-uTEKvfsNei .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uTEKvfsNei .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uTEKvfsNei .mbr-text {
    text-align: center;
  }
}
.cid-uTEKvfsNei H1 {
  color: #ffffff;
}
.cid-uTEKvfsNei .mbr-text,
.cid-uTEKvfsNei .mbr-section-btn {
  color: #ffffff;
}
.cid-uTEKvfsNei p {
  text-align: justify;
}
.cid-uTKzaX2frY {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ff7f0c;
}
.cid-uTKzaX2frY .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uTKzaX2frY .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTKzaX2frY .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uTKzaX2frY .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uTKzaX2frY .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uTKzaX2frY .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uTKzaX2frY .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uTKzaX2frY .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uTKzaX2frY .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uTEMajYOdW {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-uTEMajYOdW .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uTEMajYOdW .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uTEMajYOdW .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uTEMajYOdW .mbr-text {
    text-align: center;
  }
}
.cid-uTEMajYOdW H1 {
  color: #465052;
}
.cid-uTEMajYOdW .mbr-text,
.cid-uTEMajYOdW .mbr-section-btn {
  color: #465052;
}
.cid-uTEMajYOdW p {
  text-align: justify;
}
.cid-uTKzbjiRNd {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uTKzbjiRNd .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uTKzbjiRNd .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTKzbjiRNd .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uTKzbjiRNd .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uTKzbjiRNd .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uTKzbjiRNd .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uTKzbjiRNd .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uTKzbjiRNd .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uTKzbjiRNd .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uTEM9SKOwn {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #cccccc;
  background: linear-gradient(45deg, #cccccc, #cccccc);
}
@media (min-width: 992px) {
  .cid-uTEM9SKOwn .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uTEM9SKOwn .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uTEM9SKOwn .mbr-text {
    text-align: center;
  }
}
.cid-uTEM9SKOwn H1 {
  color: #465052;
}
.cid-uTEM9SKOwn .mbr-text,
.cid-uTEM9SKOwn .mbr-section-btn {
  color: #465052;
}
.cid-uTEM9SKOwn p {
  text-align: justify;
}
.cid-uTKzj9KtXM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-uTKzj9KtXM .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uTKzj9KtXM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTKzj9KtXM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uTKzj9KtXM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uTKzj9KtXM .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uTKzj9KtXM .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uTKzj9KtXM .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uTKzj9KtXM .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uTKzj9KtXM .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uTEM9rY9vD {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ff7f0c;
}
.cid-uTEM9rY9vD .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uTEM9rY9vD .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uTEM9rY9vD .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uTEM9rY9vD .mbr-text {
    text-align: center;
  }
}
.cid-uTEM9rY9vD .mbr-text,
.cid-uTEM9rY9vD .mbr-section-btn {
  color: #ffffff;
}
.cid-uTEM9rY9vD p {
  text-align: justify;
}
.cid-uTKzkh7FCp {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ff7f0c;
}
.cid-uTKzkh7FCp .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uTKzkh7FCp .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTKzkh7FCp .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uTKzkh7FCp .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uTKzkh7FCp .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uTKzkh7FCp .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uTKzkh7FCp .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uTKzkh7FCp .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uTKzkh7FCp .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uTEM8ZchhE {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-uTEM8ZchhE .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uTEM8ZchhE .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uTEM8ZchhE .mbr-text {
    text-align: center;
  }
}
.cid-uTEM8ZchhE H1 {
  color: #465052;
}
.cid-uTEM8ZchhE .mbr-text,
.cid-uTEM8ZchhE .mbr-section-btn {
  color: #465052;
}
.cid-uTEM8ZchhE p {
  text-align: justify;
}
.cid-uTKzkFMJre {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uTKzkFMJre .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uTKzkFMJre .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTKzkFMJre .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uTKzkFMJre .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uTKzkFMJre .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uTKzkFMJre .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uTKzkFMJre .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uTKzkFMJre .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uTKzkFMJre .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uTEM8AYPAi {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #cccccc;
  background: linear-gradient(45deg, #cccccc, #cccccc);
}
.cid-uTEM8AYPAi .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uTEM8AYPAi .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uTEM8AYPAi .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uTEM8AYPAi .mbr-text {
    text-align: center;
  }
}
.cid-uTEM8AYPAi H1 {
  color: #465052;
}
.cid-uTEM8AYPAi .mbr-text,
.cid-uTEM8AYPAi .mbr-section-btn {
  color: #465052;
}
.cid-uTEM8AYPAi p {
  text-align: justify;
}
.cid-uTKzrMxKbZ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-uTKzrMxKbZ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uTKzrMxKbZ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTKzrMxKbZ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uTKzrMxKbZ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uTKzrMxKbZ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uTKzrMxKbZ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uTKzrMxKbZ .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uTKzrMxKbZ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uTKzrMxKbZ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uTEM8cEMBj {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ff7f0c;
}
@media (min-width: 992px) {
  .cid-uTEM8cEMBj .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uTEM8cEMBj .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uTEM8cEMBj .mbr-text {
    text-align: center;
  }
}
.cid-uTEM8cEMBj H1 {
  color: #ffffff;
}
.cid-uTEM8cEMBj p {
  text-align: justify;
}
.cid-uTKzsd8vqB {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ff7f0c;
}
.cid-uTKzsd8vqB .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uTKzsd8vqB .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTKzsd8vqB .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uTKzsd8vqB .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uTKzsd8vqB .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uTKzsd8vqB .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uTKzsd8vqB .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uTKzsd8vqB .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uTKzsd8vqB .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uTEM7NNtyH {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-uTEM7NNtyH .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uTEM7NNtyH .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uTEM7NNtyH .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uTEM7NNtyH .mbr-text {
    text-align: center;
  }
}
.cid-uTEM7NNtyH .mbr-text,
.cid-uTEM7NNtyH .mbr-section-btn {
  color: #465052;
}
.cid-uTEM7NNtyH H1 {
  color: #465052;
}
.cid-uTEM7NNtyH p {
  text-align: justify;
}
.cid-uTKzsA4gw5 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uTKzsA4gw5 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uTKzsA4gw5 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTKzsA4gw5 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uTKzsA4gw5 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uTKzsA4gw5 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uTKzsA4gw5 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uTKzsA4gw5 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uTKzsA4gw5 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uTKzsA4gw5 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uTEM7lLcRk {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #cccccc;
  background: linear-gradient(45deg, #cccccc, #cccccc);
}
@media (min-width: 992px) {
  .cid-uTEM7lLcRk .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uTEM7lLcRk .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uTEM7lLcRk .mbr-text {
    text-align: center;
  }
}
.cid-uTEM7lLcRk .mbr-text,
.cid-uTEM7lLcRk .mbr-section-btn {
  color: #465052;
}
.cid-uTEM7lLcRk H1 {
  color: #465052;
}
.cid-uTEM7lLcRk p {
  text-align: justify;
}
.cid-uTKzBwtfkm {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-uTKzBwtfkm .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uTKzBwtfkm .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTKzBwtfkm .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uTKzBwtfkm .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uTKzBwtfkm .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uTKzBwtfkm .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uTKzBwtfkm .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uTKzBwtfkm .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uTKzBwtfkm .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uTEM6X0KYZ {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ff7f0c;
  background: linear-gradient(45deg, #ff7f0c, #ef7f1a);
}
.cid-uTEM6X0KYZ .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uTEM6X0KYZ .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uTEM6X0KYZ .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uTEM6X0KYZ .mbr-text {
    text-align: center;
  }
}
.cid-uTEM6X0KYZ p {
  text-align: justify;
}
.cid-uTKzzvxeIz {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ff7f0c;
}
.cid-uTKzzvxeIz .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uTKzzvxeIz .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTKzzvxeIz .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uTKzzvxeIz .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uTKzzvxeIz .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uTKzzvxeIz .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uTKzzvxeIz .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uTKzzvxeIz .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uTKzzvxeIz .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uTEM6xqyu5 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-uTEM6xqyu5 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uTEM6xqyu5 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uTEM6xqyu5 .mbr-text {
    text-align: center;
  }
}
.cid-uTEM6xqyu5 .mbr-text,
.cid-uTEM6xqyu5 .mbr-section-btn {
  color: #465052;
}
.cid-uTEM6xqyu5 H1 {
  color: #465052;
}
.cid-uTEM6xqyu5 p {
  text-align: justify;
}
.cid-uTKzzT8frq {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uTKzzT8frq .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uTKzzT8frq .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTKzzT8frq .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uTKzzT8frq .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uTKzzT8frq .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uTKzzT8frq .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uTKzzT8frq .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uTKzzT8frq .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uTKzzT8frq .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uTEM64fHlo {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #cccccc;
  background: linear-gradient(45deg, #cccccc, #cccccc);
}
.cid-uTEM64fHlo .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-uTEM64fHlo .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uTEM64fHlo .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uTEM64fHlo .mbr-text {
    text-align: center;
  }
}
.cid-uTEM64fHlo H1 {
  color: #465052;
}
.cid-uTEM64fHlo .mbr-text,
.cid-uTEM64fHlo .mbr-section-btn {
  color: #465052;
}
.cid-uTEM64fHlo p {
  text-align: justify;
}
.cid-uTKzH6NSfY {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #cccccc;
}
.cid-uTKzH6NSfY .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uTKzH6NSfY .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTKzH6NSfY .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uTKzH6NSfY .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uTKzH6NSfY .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uTKzH6NSfY .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uTKzH6NSfY .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uTKzH6NSfY .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uTKzH6NSfY .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uTEM58Sc7T {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ff7f0c;
}
@media (min-width: 992px) {
  .cid-uTEM58Sc7T .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uTEM58Sc7T .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uTEM58Sc7T .mbr-text {
    text-align: center;
  }
}
.cid-uTEM58Sc7T p {
  text-align: justify;
}
.cid-uTKzHU9HLM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ef7f1a;
}
.cid-uTKzHU9HLM .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uTKzHU9HLM .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTKzHU9HLM .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uTKzHU9HLM .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uTKzHU9HLM .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uTKzHU9HLM .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uTKzHU9HLM .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uTKzHU9HLM .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uTKzHU9HLM .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uTLa3g85sz h1 {
  color: #ef7f1a;
  font-weight: bold;
  text-align: center;
}
.cid-uTLa3g85sz p {
  color: black;
  font-weight: bold;
  text-align: center;
}
.cid-uTLa3g85sz .modalDialog {
  position: Fixed;
  font-family: Verdana, Sans-Serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99999;
  opacity: 0;
  transition: opacity 400ms ease-in;
  pointer-events: None;
  box-shadow: 2px 6px 38px 5px rgba(0, 0, 0, 0.8);
}
.cid-uTLa3g85sz .modalDialog:target {
  opacity: 1;
  pointer-events: Auto;
}
.cid-uTLa3g85sz .modalDialog > div {
  width: 800px;
  max-width: 90%;
  position: relative;
  margin: 10% Auto;
  padding: 20px 10px 20px 10px;
  background-color: white;
  cursor: Default;
  box-shadow: 2px 6px 38px 5px rgba(0, 0, 0, 0.8);
}
.cid-uTLa3g85sz .close {
  background-color: #ef7f1a;
  opacity: 1.0;
  color: white;
  line-height: 30px;
  width: 30px;
  position: Absolute;
  right: -12px;
  text-align: Center;
  top: -10px;
  text-decoration: None;
  font-size: 14px;
  font-weight: Bold;
  border-radius: 12px;
  box-shadow: 5px 5px 8px #000000;
}
.cid-uTLa3g85sz .close:hover {
  background-color: #00D9FF;
}
.cid-uTLa0apGe3 h1 {
  color: #ef7f1a;
  font-weight: bold;
  text-align: center;
}
.cid-uTLa0apGe3 p {
  color: black;
  font-weight: bold;
  text-align: center;
}
.cid-uTLa0apGe3 .modalDialog {
  position: Fixed;
  font-family: Verdana, Sans-Serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99999;
  opacity: 0;
  transition: opacity 400ms ease-in;
  pointer-events: None;
  box-shadow: 2px 6px 38px 5px rgba(0, 0, 0, 0.8);
}
.cid-uTLa0apGe3 .modalDialog:target {
  opacity: 1;
  pointer-events: Auto;
}
.cid-uTLa0apGe3 .modalDialog > div {
  width: 800px;
  max-width: 90%;
  position: relative;
  margin: 10% Auto;
  padding: 20px 10px 20px 10px;
  background-color: white;
  cursor: Default;
  box-shadow: 2px 6px 38px 5px rgba(0, 0, 0, 0.8);
}
.cid-uTLa0apGe3 .close {
  background-color: #ef7f1a;
  opacity: 1.0;
  color: white;
  line-height: 30px;
  width: 30px;
  position: Absolute;
  right: -12px;
  text-align: Center;
  top: -10px;
  text-decoration: None;
  font-size: 14px;
  font-weight: Bold;
  border-radius: 12px;
  box-shadow: 5px 5px 8px #000000;
}
.cid-uTLa0apGe3 .close:hover {
  background-color: #00D9FF;
}
.cid-uTLhr94fr4 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-color: #ffffff;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 992px) {
  .cid-uTLhr94fr4 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uTLhr94fr4 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uTLhr94fr4 .mbr-text {
    text-align: center;
  }
}
.cid-uTLhr94fr4 .mbr-text,
.cid-uTLhr94fr4 .mbr-section-btn {
  color: #465052;
}
.cid-uTLhr94fr4 H1 {
  color: #465052;
}
.cid-uTLhr94fr4 p {
  text-align: justify;
}
.cid-uTKW1k1ytQ {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uTKW1k1ytQ .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uTKW1k1ytQ .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTKW1k1ytQ .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uTKW1k1ytQ .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uTKW1k1ytQ .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uTKW1k1ytQ .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uTKW1k1ytQ .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-uTKW1k1ytQ .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-uTKW1k1ytQ .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-uXbbTEo3OG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  border-top: 4px solid white;
}
.cid-uXbbTEo3OG h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uXbbTEo3OG p {
  color: #767676;
  text-align: left;
}
.cid-uXbbTEo3OG .card-box {
  padding-top: 2rem;
}
.cid-uXbbTEo3OG .card-wrapper {
  height: 100%;
}
.cid-uXbbTEo3OG img {
  border-radius: 1px;
  box-shadow: 10px 10px 30px 2px grey;
}
@media screen and (min-width: 901px) {
  .cid-uXbbTEo3OG div.example {
    font-size: 19px;
    text-align: justify;
  }
  .cid-uXbbTEo3OG div.image {
    padding-left: 20px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 900px) {
  .cid-uXbbTEo3OG div.example {
    font-size: 12px;
    text-align: justify;
  }
  .cid-uXbbTEo3OG div.image {
    padding: 5px;
    max-width: 35%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uXbbTEo3OG .center {
  margin-left: auto;
}
.cid-uTKWKlTxhP {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ff7f0c;
}
.cid-uTKWKlTxhP P {
  color: #767676;
}
.cid-uTKWKlTxhP H1 {
  color: #ffffff;
}
.cid-tMCzJODMOt .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  border-bottom: 4px solid black;
}
.cid-tMCzJODMOt .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tMCzJODMOt a {
  font-style: normal;
}
.cid-tMCzJODMOt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tMCzJODMOt .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-tMCzJODMOt .nav-item:focus,
.cid-tMCzJODMOt .nav-link:focus {
  outline: none;
}
.cid-tMCzJODMOt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tMCzJODMOt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tMCzJODMOt .menu-logo {
  margin-right: auto;
}
.cid-tMCzJODMOt .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-tMCzJODMOt .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-tMCzJODMOt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tMCzJODMOt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tMCzJODMOt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tMCzJODMOt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tMCzJODMOt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tMCzJODMOt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tMCzJODMOt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tMCzJODMOt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tMCzJODMOt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tMCzJODMOt .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-tMCzJODMOt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tMCzJODMOt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMCzJODMOt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tMCzJODMOt .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tMCzJODMOt .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-tMCzJODMOt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tMCzJODMOt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tMCzJODMOt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tMCzJODMOt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tMCzJODMOt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tMCzJODMOt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tMCzJODMOt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tMCzJODMOt button.navbar-toggler:focus {
  outline: none;
}
.cid-tMCzJODMOt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fd5e0d;
}
.cid-tMCzJODMOt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tMCzJODMOt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tMCzJODMOt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tMCzJODMOt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tMCzJODMOt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMCzJODMOt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tMCzJODMOt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tMCzJODMOt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMCzJODMOt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tMCzJODMOt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tMCzJODMOt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tMCzJODMOt .collapsed .navbar-collapse.collapsing,
.cid-tMCzJODMOt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tMCzJODMOt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tMCzJODMOt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tMCzJODMOt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tMCzJODMOt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tMCzJODMOt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tMCzJODMOt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tMCzJODMOt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tMCzJODMOt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tMCzJODMOt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tMCzJODMOt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tMCzJODMOt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tMCzJODMOt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tMCzJODMOt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tMCzJODMOt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tMCzJODMOt .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-tMCzJODMOt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tMCzJODMOt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tMCzJODMOt .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-tMCzJODMOt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tMCzJODMOt img {
    height: 3.8rem !important;
  }
  .cid-tMCzJODMOt .btn {
    display: -webkit-flex;
  }
  .cid-tMCzJODMOt button.navbar-toggler {
    display: block;
  }
  .cid-tMCzJODMOt .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tMCzJODMOt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tMCzJODMOt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tMCzJODMOt .navbar-collapse.collapsing,
  .cid-tMCzJODMOt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tMCzJODMOt .navbar-collapse.collapsing .navbar-nav,
  .cid-tMCzJODMOt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tMCzJODMOt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tMCzJODMOt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tMCzJODMOt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tMCzJODMOt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tMCzJODMOt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tMCzJODMOt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tMCzJODMOt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tMCzJODMOt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tMCzJODMOt .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;
    text-decoration: underline;
  }
  .cid-tMCzJODMOt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tMCzJODMOt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tMCzJODMOt .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-tMCzJODMOt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tMCzJODMOt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tMCzJODMOt .nav-link:hover,
.cid-tMCzJODMOt .dropdown-item:hover {
  color: #fd5e0d !important;
}
#custom-html-18w {
  /* Type valid CSS here */
}
#custom-html-18w div {
  padding: 20px 0;
  color: #777;
  text-align: center;
  background-color: white;
}
#custom-html-18w p {
  font-size: 20px;
  color: #777;
}
#custom-html-18w a {
  font-size: 20px;
  color: black;
}
#custom-html-18w h1 {
  color: black;
}
#custom-html-18w h3 {
  color: black;
}
#custom-html-18w .modalDialog {
  position: Fixed;
  font-family: Verdana, Sans-Serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99999;
  opacity: 0;
  transition: opacity 400ms ease-in;
  pointer-events: None;
}
#custom-html-18w .modalDialog:target {
  opacity: 1;
  pointer-events: Auto;
}
#custom-html-18w .modalDialog > div {
  width: 800px;
  max-width: 90%;
  position: relative;
  margin: 10% Auto;
  padding: 35px 15px 35px 15px;
  border-radius: 30px;
  background-color: #FFFFFF;
  background-color: white;
  cursor: Default;
}
#custom-html-18w .close {
  background-color: #ef7f1a;
  opacity: 1.0;
  color: #ffffff;
  line-height: 30px;
  width: 30px;
  position: Absolute;
  right: -12px;
  text-align: Center;
  top: -10px;
  text-decoration: None;
  font-size: 14px;
  font-weight: Bold;
  border-radius: 12px;
  box-shadow: 5px 5px 8px #000000;
}
#custom-html-18w .close:hover {
  background-color: grey;
}
.cid-sWnXy3P2Yt .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  border-bottom: 4px solid black;
}
.cid-sWnXy3P2Yt .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-sWnXy3P2Yt a {
  font-style: normal;
}
.cid-sWnXy3P2Yt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sWnXy3P2Yt .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-sWnXy3P2Yt .nav-item:focus,
.cid-sWnXy3P2Yt .nav-link:focus {
  outline: none;
}
.cid-sWnXy3P2Yt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sWnXy3P2Yt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sWnXy3P2Yt .menu-logo {
  margin-right: auto;
}
.cid-sWnXy3P2Yt .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-sWnXy3P2Yt .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-sWnXy3P2Yt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-sWnXy3P2Yt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sWnXy3P2Yt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sWnXy3P2Yt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sWnXy3P2Yt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sWnXy3P2Yt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sWnXy3P2Yt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sWnXy3P2Yt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sWnXy3P2Yt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sWnXy3P2Yt .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-sWnXy3P2Yt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sWnXy3P2Yt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sWnXy3P2Yt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sWnXy3P2Yt .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-sWnXy3P2Yt .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-sWnXy3P2Yt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sWnXy3P2Yt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sWnXy3P2Yt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sWnXy3P2Yt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sWnXy3P2Yt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sWnXy3P2Yt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sWnXy3P2Yt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sWnXy3P2Yt button.navbar-toggler:focus {
  outline: none;
}
.cid-sWnXy3P2Yt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fd5e0d;
}
.cid-sWnXy3P2Yt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sWnXy3P2Yt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sWnXy3P2Yt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sWnXy3P2Yt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sWnXy3P2Yt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWnXy3P2Yt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sWnXy3P2Yt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sWnXy3P2Yt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sWnXy3P2Yt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sWnXy3P2Yt .collapsed .btn {
  display: -webkit-flex;
}
.cid-sWnXy3P2Yt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.collapsing,
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sWnXy3P2Yt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-sWnXy3P2Yt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-sWnXy3P2Yt .collapsed button.navbar-toggler {
  display: block;
}
.cid-sWnXy3P2Yt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sWnXy3P2Yt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sWnXy3P2Yt .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-sWnXy3P2Yt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sWnXy3P2Yt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sWnXy3P2Yt .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-sWnXy3P2Yt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sWnXy3P2Yt img {
    height: 3.8rem !important;
  }
  .cid-sWnXy3P2Yt .btn {
    display: -webkit-flex;
  }
  .cid-sWnXy3P2Yt button.navbar-toggler {
    display: block;
  }
  .cid-sWnXy3P2Yt .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-sWnXy3P2Yt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sWnXy3P2Yt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sWnXy3P2Yt .navbar-collapse.collapsing,
  .cid-sWnXy3P2Yt .navbar-collapse.show {
    display: block !important;
  }
  .cid-sWnXy3P2Yt .navbar-collapse.collapsing .navbar-nav,
  .cid-sWnXy3P2Yt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sWnXy3P2Yt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sWnXy3P2Yt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sWnXy3P2Yt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sWnXy3P2Yt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWnXy3P2Yt .navbar-collapse.collapsing .navbar-buttons,
  .cid-sWnXy3P2Yt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sWnXy3P2Yt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sWnXy3P2Yt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sWnXy3P2Yt .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;
    text-decoration: underline;
  }
  .cid-sWnXy3P2Yt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sWnXy3P2Yt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sWnXy3P2Yt .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-sWnXy3P2Yt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-sWnXy3P2Yt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sWnXy3P2Yt .nav-link:hover,
.cid-sWnXy3P2Yt .dropdown-item:hover {
  color: #fd5e0d !important;
}
#custom-html-1ao {
  /* Type valid CSS here */
}
#custom-html-1ao div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1ao p {
  font-size: 60px;
  color: #777;
}
.cid-uXH94q9FW3 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uXH94q9FW3 .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  text-align: justify;
}
@media (min-width: 992px) {
  .cid-uXH94q9FW3 .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-uXH94q9FW3 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uXH94q9FW3 .mbr-text {
    text-align: center;
  }
}
.cid-uXH94q9FW3 .mbr-text,
.cid-uXH94q9FW3 .mbr-section-btn {
  color: #767676;
  text-align: justify;
}
.cid-uXH94q9FW3 H1 {
  color: #465052;
}
#custom-html-1as {
  /* Type valid CSS here */
}
#custom-html-1as div {
  padding: 5px 0;
  color: #777;
  text-align: center;
  margin-right: 100px;
}
#custom-html-1as p {
  font-size: 60px;
  color: #777;
}
#custom-html-1as img {
  width: 200px;
  border-radius: 5px;
}
#custom-html-1as .row {
  content: "";
  display: table;
  clear: both;
  margin: auto;
}
#custom-html-1as .column {
  float: left;
  width: 50%;
  padding: 10px;
  height: 300px;
  /* Should be removed. Only for demonstration */
}
.cid-uXHDhWYe6E {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
  border-top: 4px solid white;
}
.cid-uXHDhWYe6E h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-uXHDhWYe6E p {
  color: #767676;
  text-align: left;
}
.cid-uXHDhWYe6E .card-box {
  padding-top: 2rem;
}
.cid-uXHDhWYe6E .card-wrapper {
  height: 100%;
}
.cid-uXHDhWYe6E img {
  border-radius: 1px;
  box-shadow: 10px 10px 30px 2px grey;
}
@media screen and (min-width: 901px) {
  .cid-uXHDhWYe6E div.example {
    font-size: 19px;
    text-align: justify;
  }
  .cid-uXHDhWYe6E div.image {
    padding-left: 20px;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 900px) {
  .cid-uXHDhWYe6E div.example {
    font-size: 12px;
    text-align: justify;
  }
  .cid-uXHDhWYe6E div.image {
    padding: 5px;
    max-width: 35%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uXHDhWYe6E .center {
  margin-left: auto;
}
.cid-uXHDiUy82J {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ef7f1a;
}
.cid-uXHDiUy82J P {
  color: #767676;
}
.cid-uXHDiUy82J H1 {
  color: #ffffff;
}
.cid-tMCzJODMOt .navbar {
  background: #ffffff;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  border-bottom: 4px solid black;
}
.cid-tMCzJODMOt .navbar-dropdown.bg-color.transparent.opened {
  background: #ffffff;
}
.cid-tMCzJODMOt a {
  font-style: normal;
}
.cid-tMCzJODMOt .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-tMCzJODMOt .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-tMCzJODMOt .nav-item:focus,
.cid-tMCzJODMOt .nav-link:focus {
  outline: none;
}
.cid-tMCzJODMOt .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-tMCzJODMOt .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-tMCzJODMOt .menu-logo {
  margin-right: auto;
}
.cid-tMCzJODMOt .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-tMCzJODMOt .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-tMCzJODMOt .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tMCzJODMOt .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tMCzJODMOt .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tMCzJODMOt .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tMCzJODMOt .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-tMCzJODMOt .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-tMCzJODMOt .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tMCzJODMOt .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tMCzJODMOt .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tMCzJODMOt .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-tMCzJODMOt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-tMCzJODMOt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tMCzJODMOt .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tMCzJODMOt .dropdown.open > .dropdown-menu {
  visibility: visible;
}
.cid-tMCzJODMOt .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-tMCzJODMOt .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-tMCzJODMOt .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-tMCzJODMOt .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tMCzJODMOt .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tMCzJODMOt .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tMCzJODMOt .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tMCzJODMOt button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-tMCzJODMOt button.navbar-toggler:focus {
  outline: none;
}
.cid-tMCzJODMOt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #fd5e0d;
}
.cid-tMCzJODMOt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tMCzJODMOt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tMCzJODMOt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tMCzJODMOt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tMCzJODMOt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMCzJODMOt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tMCzJODMOt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tMCzJODMOt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tMCzJODMOt .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tMCzJODMOt .collapsed .btn {
  display: -webkit-flex;
}
.cid-tMCzJODMOt .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tMCzJODMOt .collapsed .navbar-collapse.collapsing,
.cid-tMCzJODMOt .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tMCzJODMOt .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tMCzJODMOt .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tMCzJODMOt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tMCzJODMOt .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tMCzJODMOt .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-tMCzJODMOt .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-tMCzJODMOt .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tMCzJODMOt .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-tMCzJODMOt .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tMCzJODMOt .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  .cid-tMCzJODMOt .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-tMCzJODMOt .collapsed button.navbar-toggler {
  display: block;
}
.cid-tMCzJODMOt .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-tMCzJODMOt .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tMCzJODMOt .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-tMCzJODMOt .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tMCzJODMOt .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tMCzJODMOt .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-tMCzJODMOt.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tMCzJODMOt img {
    height: 3.8rem !important;
  }
  .cid-tMCzJODMOt .btn {
    display: -webkit-flex;
  }
  .cid-tMCzJODMOt button.navbar-toggler {
    display: block;
  }
  .cid-tMCzJODMOt .navbar-brand {
    margin-left: 1rem !important;
  }
  .cid-tMCzJODMOt .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tMCzJODMOt .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tMCzJODMOt .navbar-collapse.collapsing,
  .cid-tMCzJODMOt .navbar-collapse.show {
    display: block !important;
  }
  .cid-tMCzJODMOt .navbar-collapse.collapsing .navbar-nav,
  .cid-tMCzJODMOt .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tMCzJODMOt .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tMCzJODMOt .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tMCzJODMOt .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-tMCzJODMOt .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-tMCzJODMOt .navbar-collapse.collapsing .navbar-buttons,
  .cid-tMCzJODMOt .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-tMCzJODMOt .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tMCzJODMOt .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tMCzJODMOt .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;
    text-decoration: underline;
  }
  .cid-tMCzJODMOt .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tMCzJODMOt .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tMCzJODMOt .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-tMCzJODMOt .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
.cid-tMCzJODMOt .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-tMCzJODMOt .nav-link:hover,
.cid-tMCzJODMOt .dropdown-item:hover {
  color: #fd5e0d !important;
}
.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: 30px;
  padding-bottom: 30px;
  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;
  border-radius: 40px 0px 0px 40px;
}
.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;
}
