@import url(https://fonts.googleapis.com/css?family=Cormorant+Upright:300,400,500,600,700);





body {
  font-family: 'Roboto Condensed', sans-serif; normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.25rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.6rem;
}
.display-4 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.2rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.8rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-7 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.0rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.08rem;
}
/* ---- 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: 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-2 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  border-radius: 0;
  font-weight: 600;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 2px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.8rem 2rem;
  border-radius: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}
.btn-sm {
  font-weight: 600;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.5rem 1.5rem;
  border-radius: 0px;
}
.btn-md {
  font-weight: 600;
  letter-spacing: 2px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.btn-lg {
  font-weight: 600;
  letter-spacing: 2px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0.8rem 2rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #f9e2af !important;
}
.bg-success {
  background-color: #98e38d !important;
}
.bg-info {
  background-color: #69b9d0 !important;
}
.bg-warning {
  background-color: #c1c1c1 !important;
}
.bg-danger {
  background-color: #444444 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #f9e2af !important;
  border-color: #f9e2af !important;
  color: #9d700c !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #9d700c !important;
  background-color: #f4c868 !important;
  border-color: #f4c868 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #9d700c !important;
  background-color: #f4c868 !important;
  border-color: #f4c868 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #f5aeb5 !important;
  border-color: #f5aeb5 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #ed6a77 !important;
  border-color: #ed6a77 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ed6a77 !important;
  border-color: #ed6a77 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #69b9d0 !important;
  border-color: #69b9d0 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #3898b4 !important;
  border-color: #3898b4 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3898b4 !important;
  border-color: #3898b4 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #98e38d !important;
  border-color: #98e38d !important;
  color: #1f5b16 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #1f5b16 !important;
  background-color: #61d450 !important;
  border-color: #61d450 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #1f5b16 !important;
  background-color: #61d450 !important;
  border-color: #61d450 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #444444 !important;
  border-color: #444444 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  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,
.btn-primary-outline.active {
  background: none;
  border-color: #f2c050;
  color: #f2c050;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #9d700c;
  background-color: #f9e2af;
  border-color: #f9e2af;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #9d700c !important;
  background-color: #f9e2af !important;
  border-color: #f9e2af !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #ea5362;
  color: #ea5362;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #f5aeb5;
  border-color: #f5aeb5;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f5aeb5 !important;
  border-color: #f5aeb5 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #3288a1;
  color: #3288a1;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #69b9d0;
  border-color: #69b9d0;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #69b9d0 !important;
  border-color: #69b9d0 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #4ecf3b;
  color: #4ecf3b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #1f5b16;
  background-color: #98e38d;
  border-color: #98e38d;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #1f5b16 !important;
  background-color: #98e38d !important;
  border-color: #98e38d !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #111111;
  color: #111111;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #444444;
  border-color: #444444;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  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: #f9e2af !important;
}
.text-secondary {
  color: #f5aeb5 !important;
}
.text-success {
  color: #98e38d !important;
}
.text-info {
  color: #69b9d0 !important;
}
.text-warning {
  color: #c1c1c1 !important;
}
.text-danger {
  color: #444444 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #f2c050 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ea5362 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #4ecf3b !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #3288a1 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #8e8e8e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #111111 !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: #98e38d;
}
.alert-info {
  background-color: #69b9d0;
}
.alert-warning {
  background-color: #c1c1c1;
}
.alert-danger {
  background-color: #444444;
}
.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: #f9e2af;
  border-color: #f9e2af;
  color: #b5810e;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #f9e2af;
}
.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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b7b7b7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  opacity: 0 !important;
}
#scrollToTop a {
  border: 2px solid #ffbc00;
  background: transparent;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #ffbc00;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #ffbc00;
  border-right: 2px solid #ffbc00;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow {
  background-color: transparent;
  opacity: .7;
  transition: .3s;
  text-align: center;
  width: auto;
}
.mbr-arrow:hover {
  opacity: 1;
}
.mbr-arrow a {
  display: block;
}
.mbr-arrow a i {
  color: #ffbc00;
  top: auto !important;
  left: auto !important;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 15px;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 2.08rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #f9e2af;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #f9e2af;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #f9e2af;
}
.btn-social + .btn {
  margin-left: .1rem;
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.dropup .dropdown-toggle::after {
  display: none;
}
.cid-qZnhTPuN2O .nav-item:focus,
.cid-qZnhTPuN2O .nav-link:focus {
  outline: none;
}
.cid-qZnhTPuN2O .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qZnhTPuN2O .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qZnhTPuN2O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qZnhTPuN2O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qZnhTPuN2O .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qZnhTPuN2O .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qZnhTPuN2O .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qZnhTPuN2O .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qZnhTPuN2O .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qZnhTPuN2O .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qZnhTPuN2O .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qZnhTPuN2O .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qZnhTPuN2O .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qZnhTPuN2O .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qZnhTPuN2O .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qZnhTPuN2O .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qZnhTPuN2O .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qZnhTPuN2O .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qZnhTPuN2O .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qZnhTPuN2O .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qZnhTPuN2O .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qZnhTPuN2O .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qZnhTPuN2O .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qZnhTPuN2O .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qZnhTPuN2O .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qZnhTPuN2O .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qZnhTPuN2O .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qZnhTPuN2O .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qZnhTPuN2O .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qZnhTPuN2O .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qZnhTPuN2O .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qZnhTPuN2O .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qZnhTPuN2O .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qZnhTPuN2O .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qZnhTPuN2O .dropdown-item.active,
.cid-qZnhTPuN2O .dropdown-item:active {
  background-color: transparent;
}
.cid-qZnhTPuN2O .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qZnhTPuN2O .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qZnhTPuN2O .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qZnhTPuN2O .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qZnhTPuN2O .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qZnhTPuN2O .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qZnhTPuN2O ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qZnhTPuN2O .navbar-buttons {
  text-align: center;
}
.cid-qZnhTPuN2O button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qZnhTPuN2O button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qZnhTPuN2O button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qZnhTPuN2O button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qZnhTPuN2O button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qZnhTPuN2O button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qZnhTPuN2O nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qZnhTPuN2O nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qZnhTPuN2O nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qZnhTPuN2O nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qZnhTPuN2O .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qZnhTPuN2O a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qZnhTPuN2O .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qZnhTPuN2O .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qZnhTPuN2O .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-qZnhTPuN2O .nav-link:hover,
.cid-qZnhTPuN2O .dropdown-item:hover,
.cid-qZnhTPuN2O .icons-menu .mbr-iconfont:hover {
  color: #7d1215 !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qZnhTPuN2O .navbar {
    height: 77px;
  }
  .cid-qZnhTPuN2O .navbar.opened {
    height: auto;
  }
}
.cid-qZniZvBqLe .modal-body .close {
  background: #1b1b1b;
}
.cid-qZniZvBqLe .modal-body .close span {
  font-style: normal;
}
.cid-qZniZvBqLe .carousel-inner > .active,
.cid-qZniZvBqLe .carousel-inner > .next,
.cid-qZniZvBqLe .carousel-inner > .prev {
  display: table;
}
.cid-qZniZvBqLe .carousel-control .icon-next,
.cid-qZniZvBqLe .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-qZniZvBqLe .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-qZniZvBqLe .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qZniZvBqLe .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-qZniZvBqLe .boxed-slider > div {
  position: relative;
}
.cid-qZniZvBqLe .container img {
  width: 100%;
}
.cid-qZniZvBqLe .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-qZniZvBqLe .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qZniZvBqLe .mbr-table-cell {
  padding: 0;
}
.cid-qZniZvBqLe .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-qZniZvBqLe .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-qZniZvBqLe .mbr-overlay {
  z-index: 1;
}
.cid-qZniZvBqLe .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qZniZvBqLe .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-qZniZvBqLe .carousel-item .container {
    width: 100%;
  }
}
.cid-qZniZvBqLe .carousel-item-next.carousel-item-left,
.cid-qZniZvBqLe .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-qZniZvBqLe .active.carousel-item-right,
.cid-qZniZvBqLe .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-qZniZvBqLe .active.carousel-item-left,
.cid-qZniZvBqLe .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-qZniZvBqLe .mbr-slider .carousel-control {
  top: 50%;
  width: 70px;
  height: 70px;
  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-qZniZvBqLe .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qZniZvBqLe .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qZniZvBqLe .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-qZniZvBqLe .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-qZniZvBqLe .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-qZniZvBqLe .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-qZniZvBqLe .mbr-slider .carousel-indicators li.active,
.cid-qZniZvBqLe .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-qZniZvBqLe .mbr-slider .carousel-indicators li::after,
.cid-qZniZvBqLe .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-qZniZvBqLe .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-qZniZvBqLe .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-qZniZvBqLe .mbr-slider > .container img {
  width: 100%;
}
.cid-qZniZvBqLe .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-qZniZvBqLe .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-qZniZvBqLe .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-qZniZvBqLe .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-qZniZvBqLe .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-qZniZvBqLe .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-qZniZvBqLe .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-qZniZvBqLe .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-qZniZvBqLe .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-qZniZvBqLe .full-screen .carousel-item .container.container-slide {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-qZniZvBqLe .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-qZniZvBqLe .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-qZniZvBqLe .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-qZniZvBqLe H2 {
  text-align: left;
}
.cid-qZniZvBqLe P {
  text-align: left;
}
.cid-qZnjq1bmiS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qZnjq1bmiS .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  writing-mode: vertical-rl;
}
.cid-qZnjq1bmiS .text-block {
  position: relative;
  z-index: 0;
}
.cid-qZnjq1bmiS .box {
  width: 25%;
  height: 40%;
  background: #e2f7df;
  position: absolute;
  top: 4%;
}
.cid-qZnjq1bmiS .box {
  left: 20%;
}
.cid-qZnjq1bmiS .text-box {
  left: 0;
  transform: rotate(180deg);
}
.cid-qZnjq1bmiS .mbr-section-text,
.cid-qZnjq1bmiS .mbr-section-title {
  margin-left: 31%;
}
@media (max-width: 991px) {
  .cid-qZnjq1bmiS .text-box {
    display: none;
  }
  .cid-qZnjq1bmiS .mbr-section-title,
  .cid-qZnjq1bmiS .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-qZnjq1bmiS .box {
    display: none;
  }
  .cid-qZnjq1bmiS .row {
    flex-direction: column-reverse;
  }
  .cid-qZnjq1bmiS .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qZnjq1bmiS .text-box {
    writing-mode: bt-rl;
  }
}
.cid-qZnkJINBGw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/medic-56-1280x853.jpg");
}
.cid-qZnkJINBGw .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-qZnkJINBGw .main-reverse {
  flex-direction: row-reverse;
}
.cid-qZnkJINBGw .image-element {
  padding: 0;
  display: flex;
  justify-content: center;
}
.cid-qZnkJINBGw .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-qZnkJINBGw .text-element {
  padding: 1rem;
}
.cid-qZnkJINBGw .main,
.cid-qZnkJINBGw .main-reverse {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-qZnkJINBGw .main:first-child {
    padding-top: 1rem;
  }
  .cid-qZnkJINBGw .image-element,
  .cid-qZnkJINBGw .text-element {
    margin-bottom: 1rem;
  }
  .cid-qZnkJINBGw .main-reverse {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-qZnkJINBGw .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-qZnkJINBGw .image-element,
  .cid-qZnkJINBGw .text-element {
    margin-bottom: 0;
  }
  .cid-qZnkJINBGw .main:first-child {
    padding-top: 0;
  }
}
.cid-qZnkJINBGw .card-title,
.cid-qZnkJINBGw .card-img {
  color: #ffffff;
}
.cid-qZnkJINBGw h4.card-title:after {
  background: #fff;
  display: block;
  content: "";
  height: 1px;
  width: 120px;
  margin: 15px auto 20px;
  position: relative;
}
.cid-qZrJIhf7bL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qZrJIhf7bL .mbr-text {
  color: #444444;
  text-align: left;
}
.cid-qZrJIhf7bL .card-title {
  color: #f9e2af;
}
.cid-qZrJIhf7bL .card .card-img span {
  color: #000000;
  font-size: 60px;
}
@media (max-width: 767px) {
  .cid-qZrJIhf7bL .card {
    padding-bottom: 2rem !important;
  }
}
.cid-qZrJIhf7bL .card-title,
.cid-qZrJIhf7bL .card-img {
  color: #7d1215;
  text-align: center;
}
.cid-qZrJIhf7bL .sp-intr li {
  text-align: left;
  list-style-type: circle;
  padding: 4px 0 4px 25px;
  line-height: 18px;
  background-color: #eee;
  margin-bottom: 3.5px;
}
.cid-qZrJIhf7bL .practice-list li {
  list-style-type: square;
  text-align: left;
}
.cid-qZrJIhf7bL .practice-list li code {
  background-color: #F5F5F5;
  border-color: #ebebeb;
  border-style: solid;
  border-width: 0px 0px 0px 4px;
  display: block;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 10px;
  color: #686868;
}
.cid-qZrJIhf7bL .dia-table tbody tr td span {
  font-size: 33px;
  background: #eee;
  height: 50px;
  width: 50px;
}
.cid-qZrJIhf7bL .dia-table tbody tr td p {
  margin-bottom: 0px;
  text-align: left;
}
.cid-qZrJIhf7bL .dia-table tbody tr td strong {
  text-align: left;
}
.cid-qZrJIhf7bL .dia-table tbody tr td .dia-desc {
  font-size: 13px;
}
.cid-qZrJIhf7bL h4.card-title:after {
  background: #640C0E;
  display: block;
  content: "";
  height: 1px;
  width: 120px;
  margin: 15px auto 20px;
  position: relative;
}
.cid-qZrLgP9w4o {
  padding-top: 60px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/ecg-1953179-1280-1280x853.jpg");
}
.cid-qZrLgP9w4o *:focus {
  outline: none;
}
.cid-qZrLgP9w4o .input-wrap {
  padding-bottom: 2rem;
}
.cid-qZrLgP9w4o .input-wrap input {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
  color: #ffffff;
  border-radius: 0;
}
.cid-qZrLgP9w4o textarea {
  width: 100%;
  border: none;
  border-radius: 0;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #ffffff;
  background: transparent;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 1px;
  color: #ffffff;
}
.cid-qZrLgP9w4o textarea:focus {
  color: #ffffff;
}
.cid-qZrLgP9w4o ::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-qZrLgP9w4o ::-moz-placeholder {
  color: #ffffff;
}
.cid-qZrLgP9w4o :-ms-input-placeholder {
  color: #ffffff;
}
.cid-qZrLgP9w4o :-moz-placeholder {
  color: #ffffff;
}
.cid-qZrLgP9w4o .soc-item {
  display: inline-block;
  margin: 0 .2rem;
}
.cid-qZrLgP9w4o .soc-item .socicon {
  font-size: 1.5rem;
  color: #ffffff;
  opacity: 1;
}
.cid-qZrLgP9w4o .soc-item .socicon:hover {
  opacity: .5;
}
.cid-qZrLgP9w4o .form-control:focus {
  border: none;
  border-bottom: 2px solid;
  border-bottom-color: #ffffff;
  background: transparent;
}
.cid-qZrLgP9w4o .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-qZrLgP9w4o .first-column,
  .cid-qZrLgP9w4o .form-1 {
    text-align: center;
  }
}
.cid-qZrLgP9w4o .form-title,
.cid-qZrLgP9w4o .btn-row {
  color: #ffffff;
}
.cid-qZrLgP9w4o .address-title,
.cid-qZrLgP9w4o .address-block {
  color: #ffffff;
}
.cid-qZrLgP9w4o .contacts-title,
.cid-qZrLgP9w4o .contacts-block {
  color: #ffffff;
}
.cid-qZrLgP9w4o .follow-title,
.cid-qZrLgP9w4o .social-list {
  color: #ffffff;
}
#custom-html-c .footer {
  height: 90px;
  background-color: #000;
}
#custom-html-c .footer .container .row {
  padding-top: 30px;
}
.cid-qZt7kK05Lh .nav-item:focus,
.cid-qZt7kK05Lh .nav-link:focus {
  outline: none;
}
.cid-qZt7kK05Lh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qZt7kK05Lh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qZt7kK05Lh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qZt7kK05Lh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qZt7kK05Lh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qZt7kK05Lh .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qZt7kK05Lh .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qZt7kK05Lh .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qZt7kK05Lh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qZt7kK05Lh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qZt7kK05Lh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qZt7kK05Lh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qZt7kK05Lh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qZt7kK05Lh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qZt7kK05Lh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qZt7kK05Lh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qZt7kK05Lh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qZt7kK05Lh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qZt7kK05Lh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qZt7kK05Lh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qZt7kK05Lh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qZt7kK05Lh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qZt7kK05Lh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qZt7kK05Lh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qZt7kK05Lh .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qZt7kK05Lh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qZt7kK05Lh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qZt7kK05Lh .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qZt7kK05Lh .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qZt7kK05Lh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qZt7kK05Lh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qZt7kK05Lh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qZt7kK05Lh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qZt7kK05Lh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qZt7kK05Lh .dropdown-item.active,
.cid-qZt7kK05Lh .dropdown-item:active {
  background-color: transparent;
}
.cid-qZt7kK05Lh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qZt7kK05Lh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qZt7kK05Lh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qZt7kK05Lh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qZt7kK05Lh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qZt7kK05Lh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qZt7kK05Lh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qZt7kK05Lh .navbar-buttons {
  text-align: center;
}
.cid-qZt7kK05Lh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qZt7kK05Lh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qZt7kK05Lh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qZt7kK05Lh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qZt7kK05Lh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qZt7kK05Lh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qZt7kK05Lh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qZt7kK05Lh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qZt7kK05Lh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qZt7kK05Lh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qZt7kK05Lh .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qZt7kK05Lh a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qZt7kK05Lh .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qZt7kK05Lh .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qZt7kK05Lh .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-qZt7kK05Lh .nav-link:hover,
.cid-qZt7kK05Lh .dropdown-item:hover,
.cid-qZt7kK05Lh .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qZt7kK05Lh .navbar {
    height: 77px;
  }
  .cid-qZt7kK05Lh .navbar.opened {
    height: auto;
  }
}
.cid-qZt7kLA3v1 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/banner1.jpg");
}
.cid-qZt7kLA3v1 .mbr-overlay {
  background: #232323;
}
.cid-qZt7kLA3v1 .mbr-section-title {
  color: #ffffff;
  padding-top: 50px;
}
.cid-qZt7EbuVbJ {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qZt7EbuVbJ .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  writing-mode: vertical-rl;
}
.cid-qZt7EbuVbJ .text-block {
  position: relative;
  z-index: 0;
}
.cid-qZt7EbuVbJ .box {
  width: 25%;
  height: 40%;
  background: #e2f7df;
  position: absolute;
  top: 4%;
}
.cid-qZt7EbuVbJ .row {
  flex-direction: row-reverse;
}
.cid-qZt7EbuVbJ .box {
  right: 20%;
}
.cid-qZt7EbuVbJ .text-box {
  right: 0;
}
.cid-qZt7EbuVbJ .mbr-section-title,
.cid-qZt7EbuVbJ .mbr-section-text {
  margin-right: 31%;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-qZt7EbuVbJ .text-box {
    display: none;
  }
  .cid-qZt7EbuVbJ .mbr-section-title,
  .cid-qZt7EbuVbJ .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-qZt7EbuVbJ .box {
    display: none;
  }
  .cid-qZt7EbuVbJ .row {
    flex-direction: column-reverse;
  }
  .cid-qZt7EbuVbJ .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qZt7EbuVbJ .text-box {
    writing-mode: bt-rl;
  }
}
.cid-qZt7EbuVbJ .mbr-section-text DIV {
  color: #000000;
}
.cid-qZt7EbuVbJ .mbr-section-text {
  color: #000000;
  text-align: left;
}
.cid-qZt8f4VTHt {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qZt8f4VTHt .mbr-text,
.cid-qZt8f4VTHt .ornament {
  text-align: left;
}
#custom-html-s .footer {
  height: 90px;
  background-color: #000;
}
#custom-html-s .footer .container .row {
  padding-top: 30px;
}
.cid-qZt8EdMkbO .nav-item:focus,
.cid-qZt8EdMkbO .nav-link:focus {
  outline: none;
}
.cid-qZt8EdMkbO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qZt8EdMkbO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qZt8EdMkbO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qZt8EdMkbO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qZt8EdMkbO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qZt8EdMkbO .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qZt8EdMkbO .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qZt8EdMkbO .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qZt8EdMkbO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qZt8EdMkbO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qZt8EdMkbO .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qZt8EdMkbO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qZt8EdMkbO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qZt8EdMkbO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qZt8EdMkbO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qZt8EdMkbO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qZt8EdMkbO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qZt8EdMkbO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qZt8EdMkbO .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qZt8EdMkbO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qZt8EdMkbO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qZt8EdMkbO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qZt8EdMkbO .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qZt8EdMkbO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qZt8EdMkbO .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qZt8EdMkbO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qZt8EdMkbO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qZt8EdMkbO .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qZt8EdMkbO .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qZt8EdMkbO .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qZt8EdMkbO .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qZt8EdMkbO .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qZt8EdMkbO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qZt8EdMkbO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qZt8EdMkbO .dropdown-item.active,
.cid-qZt8EdMkbO .dropdown-item:active {
  background-color: transparent;
}
.cid-qZt8EdMkbO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qZt8EdMkbO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qZt8EdMkbO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qZt8EdMkbO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qZt8EdMkbO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qZt8EdMkbO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qZt8EdMkbO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qZt8EdMkbO .navbar-buttons {
  text-align: center;
}
.cid-qZt8EdMkbO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qZt8EdMkbO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qZt8EdMkbO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qZt8EdMkbO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qZt8EdMkbO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qZt8EdMkbO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qZt8EdMkbO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qZt8EdMkbO nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qZt8EdMkbO nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qZt8EdMkbO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qZt8EdMkbO .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qZt8EdMkbO a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qZt8EdMkbO .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qZt8EdMkbO .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qZt8EdMkbO .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-qZt8EdMkbO .nav-link:hover,
.cid-qZt8EdMkbO .dropdown-item:hover,
.cid-qZt8EdMkbO .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qZt8EdMkbO .navbar {
    height: 77px;
  }
  .cid-qZt8EdMkbO .navbar.opened {
    height: auto;
  }
}
.cid-qZt8Ef0n26 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/banner2.jpg");
}
.cid-qZt8Ef0n26 .mbr-overlay {
  background: #232323;
}
.cid-qZt8Ef0n26 .mbr-section-title {
  color: #ffffff;
  padding-top: 50px;
}
.cid-qZt8EheV3W {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qZt8EheV3W .mbr-text,
.cid-qZt8EheV3W .ornament {
  text-align: left;
}
#custom-html-1b .local-h4 {
  padding-top: 20px;
  padding-bottom: 0;
}
#custom-html-1b .local-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
#custom-html-1b .condition-img {
  height: 250px;
  width: auto;
}
#custom-html-z .footer {
  height: 90px;
  background-color: #000;
}
#custom-html-z .footer .container .row {
  padding-top: 30px;
}
.cid-qZtb7lhr5P .nav-item:focus,
.cid-qZtb7lhr5P .nav-link:focus {
  outline: none;
}
.cid-qZtb7lhr5P .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qZtb7lhr5P .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qZtb7lhr5P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qZtb7lhr5P .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qZtb7lhr5P .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qZtb7lhr5P .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qZtb7lhr5P .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qZtb7lhr5P .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qZtb7lhr5P .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qZtb7lhr5P .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qZtb7lhr5P .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qZtb7lhr5P .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qZtb7lhr5P .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qZtb7lhr5P .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qZtb7lhr5P .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qZtb7lhr5P .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qZtb7lhr5P .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qZtb7lhr5P .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qZtb7lhr5P .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qZtb7lhr5P .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qZtb7lhr5P .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qZtb7lhr5P .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qZtb7lhr5P .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qZtb7lhr5P .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qZtb7lhr5P .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qZtb7lhr5P .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qZtb7lhr5P .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qZtb7lhr5P .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qZtb7lhr5P .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qZtb7lhr5P .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qZtb7lhr5P .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qZtb7lhr5P .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qZtb7lhr5P .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qZtb7lhr5P .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qZtb7lhr5P .dropdown-item.active,
.cid-qZtb7lhr5P .dropdown-item:active {
  background-color: transparent;
}
.cid-qZtb7lhr5P .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qZtb7lhr5P .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qZtb7lhr5P .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qZtb7lhr5P .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qZtb7lhr5P .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qZtb7lhr5P .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qZtb7lhr5P ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qZtb7lhr5P .navbar-buttons {
  text-align: center;
}
.cid-qZtb7lhr5P button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qZtb7lhr5P button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qZtb7lhr5P button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qZtb7lhr5P button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qZtb7lhr5P button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qZtb7lhr5P button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qZtb7lhr5P nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qZtb7lhr5P nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qZtb7lhr5P nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qZtb7lhr5P nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qZtb7lhr5P .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qZtb7lhr5P a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qZtb7lhr5P .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qZtb7lhr5P .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qZtb7lhr5P .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-qZtb7lhr5P .nav-link:hover,
.cid-qZtb7lhr5P .dropdown-item:hover,
.cid-qZtb7lhr5P .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qZtb7lhr5P .navbar {
    height: 77px;
  }
  .cid-qZtb7lhr5P .navbar.opened {
    height: auto;
  }
}
.cid-qZtb7mEQOF {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/banner6.jpg");
}
.cid-qZtb7mEQOF .mbr-overlay {
  background: #232323;
}
.cid-qZtb7mEQOF .mbr-section-title {
  color: #ffffff;
  padding-top: 50px;
}
#custom-html-19 .local-h4 {
  padding-top: 20px;
  padding-bottom: 0;
}
#custom-html-19 .local-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
#custom-html-17 .footer {
  height: 90px;
  background-color: #000;
}
#custom-html-17 .footer .container .row {
  padding-top: 30px;
}
.cid-qZxL3LnfyL .nav-item:focus,
.cid-qZxL3LnfyL .nav-link:focus {
  outline: none;
}
.cid-qZxL3LnfyL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qZxL3LnfyL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qZxL3LnfyL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qZxL3LnfyL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qZxL3LnfyL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qZxL3LnfyL .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qZxL3LnfyL .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qZxL3LnfyL .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qZxL3LnfyL .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qZxL3LnfyL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qZxL3LnfyL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qZxL3LnfyL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qZxL3LnfyL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qZxL3LnfyL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qZxL3LnfyL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qZxL3LnfyL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qZxL3LnfyL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qZxL3LnfyL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qZxL3LnfyL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qZxL3LnfyL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qZxL3LnfyL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qZxL3LnfyL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qZxL3LnfyL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qZxL3LnfyL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qZxL3LnfyL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qZxL3LnfyL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qZxL3LnfyL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qZxL3LnfyL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qZxL3LnfyL .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qZxL3LnfyL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qZxL3LnfyL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qZxL3LnfyL .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qZxL3LnfyL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qZxL3LnfyL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qZxL3LnfyL .dropdown-item.active,
.cid-qZxL3LnfyL .dropdown-item:active {
  background-color: transparent;
}
.cid-qZxL3LnfyL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qZxL3LnfyL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qZxL3LnfyL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qZxL3LnfyL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qZxL3LnfyL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qZxL3LnfyL .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qZxL3LnfyL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qZxL3LnfyL .navbar-buttons {
  text-align: center;
}
.cid-qZxL3LnfyL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qZxL3LnfyL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qZxL3LnfyL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qZxL3LnfyL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qZxL3LnfyL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qZxL3LnfyL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qZxL3LnfyL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qZxL3LnfyL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qZxL3LnfyL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qZxL3LnfyL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qZxL3LnfyL .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qZxL3LnfyL a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qZxL3LnfyL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qZxL3LnfyL .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qZxL3LnfyL .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-qZxL3LnfyL .nav-link:hover,
.cid-qZxL3LnfyL .dropdown-item:hover,
.cid-qZxL3LnfyL .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qZxL3LnfyL .navbar {
    height: 77px;
  }
  .cid-qZxL3LnfyL .navbar.opened {
    height: auto;
  }
}
.cid-qZxL3MNGE5 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/banner4.jpg");
}
.cid-qZxL3MNGE5 .mbr-overlay {
  background: #232323;
}
.cid-qZxL3MNGE5 .mbr-section-title {
  color: #ffffff;
  padding-top: 50px;
}
.cid-qZxL3NWtNI {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qZxL3NWtNI .mbr-text,
.cid-qZxL3NWtNI .ornament {
  text-align: left;
}
.cid-qZydrFKGe4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qZydrFKGe4 *:focus {
  outline: none;
}
.cid-qZydrFKGe4 .input-wrap {
  padding-bottom: 2rem;
}
.cid-qZydrFKGe4 .input-wrap input {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #000000;
  color: #000000;
  border-radius: 0;
}
.cid-qZydrFKGe4 textarea {
  width: 100%;
  border: none;
  border-radius: 0;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #000000;
  background: transparent;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 1px;
  color: #000000;
}
.cid-qZydrFKGe4 textarea:focus {
  color: #000000;
}
.cid-qZydrFKGe4 ::-webkit-input-placeholder {
  color: #000000;
}
.cid-qZydrFKGe4 ::-moz-placeholder {
  color: #000000;
}
.cid-qZydrFKGe4 :-ms-input-placeholder {
  color: #000000;
}
.cid-qZydrFKGe4 :-moz-placeholder {
  color: #000000;
}
.cid-qZydrFKGe4 .soc-item {
  display: inline-block;
  margin: 0 .2rem;
}
.cid-qZydrFKGe4 .soc-item .socicon {
  font-size: 1.5rem;
  color: #000000;
  opacity: 1;
}
.cid-qZydrFKGe4 .soc-item .socicon:hover {
  opacity: .5;
}
.cid-qZydrFKGe4 .form-control:focus {
  border: none;
  border-bottom: 2px solid;
  border-bottom-color: #000000;
  background: transparent;
}
.cid-qZydrFKGe4 .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-qZydrFKGe4 .first-column,
  .cid-qZydrFKGe4 .form-1 {
    text-align: center;
  }
}
#custom-html-1h .footer {
  height: 90px;
  background-color: #000;
}
#custom-html-1h .footer .container .row {
  padding-top: 30px;
}
.cid-qZxRFaaHqv .nav-item:focus,
.cid-qZxRFaaHqv .nav-link:focus {
  outline: none;
}
.cid-qZxRFaaHqv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qZxRFaaHqv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qZxRFaaHqv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qZxRFaaHqv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qZxRFaaHqv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qZxRFaaHqv .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qZxRFaaHqv .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qZxRFaaHqv .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qZxRFaaHqv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qZxRFaaHqv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qZxRFaaHqv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qZxRFaaHqv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qZxRFaaHqv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qZxRFaaHqv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qZxRFaaHqv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qZxRFaaHqv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qZxRFaaHqv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qZxRFaaHqv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qZxRFaaHqv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qZxRFaaHqv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qZxRFaaHqv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qZxRFaaHqv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qZxRFaaHqv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qZxRFaaHqv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qZxRFaaHqv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qZxRFaaHqv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qZxRFaaHqv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qZxRFaaHqv .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qZxRFaaHqv .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qZxRFaaHqv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qZxRFaaHqv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qZxRFaaHqv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qZxRFaaHqv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qZxRFaaHqv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qZxRFaaHqv .dropdown-item.active,
.cid-qZxRFaaHqv .dropdown-item:active {
  background-color: transparent;
}
.cid-qZxRFaaHqv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qZxRFaaHqv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qZxRFaaHqv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qZxRFaaHqv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qZxRFaaHqv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qZxRFaaHqv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qZxRFaaHqv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qZxRFaaHqv .navbar-buttons {
  text-align: center;
}
.cid-qZxRFaaHqv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qZxRFaaHqv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qZxRFaaHqv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qZxRFaaHqv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qZxRFaaHqv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qZxRFaaHqv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qZxRFaaHqv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qZxRFaaHqv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qZxRFaaHqv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qZxRFaaHqv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qZxRFaaHqv .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qZxRFaaHqv a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qZxRFaaHqv .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qZxRFaaHqv .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qZxRFaaHqv .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-qZxRFaaHqv .nav-link:hover,
.cid-qZxRFaaHqv .dropdown-item:hover,
.cid-qZxRFaaHqv .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qZxRFaaHqv .navbar {
    height: 77px;
  }
  .cid-qZxRFaaHqv .navbar.opened {
    height: auto;
  }
}
.cid-qZxRFbzw9R {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/banner22.jpg");
}
.cid-qZxRFbzw9R .mbr-overlay {
  background: #232323;
}
.cid-qZxRFbzw9R .mbr-section-title {
  color: #ffffff;
  padding-top: 50px;
}
.cid-qZxUDIqMPE {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qZxUDIqMPE .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  writing-mode: vertical-rl;
}
.cid-qZxUDIqMPE .text-block {
  position: relative;
  z-index: 0;
}
.cid-qZxUDIqMPE .box {
  width: 25%;
  height: 40%;
  background: #e2f7df;
  position: absolute;
  top: 4%;
}
.cid-qZxUDIqMPE .row {
  flex-direction: row-reverse;
}
.cid-qZxUDIqMPE .box {
  right: 20%;
}
.cid-qZxUDIqMPE .text-box {
  right: 0;
}
.cid-qZxUDIqMPE .mbr-section-title,
.cid-qZxUDIqMPE .mbr-section-text {
  margin-right: 31%;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-qZxUDIqMPE .text-box {
    display: none;
  }
  .cid-qZxUDIqMPE .mbr-section-title,
  .cid-qZxUDIqMPE .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-qZxUDIqMPE .box {
    display: none;
  }
  .cid-qZxUDIqMPE .row {
    flex-direction: column-reverse;
  }
  .cid-qZxUDIqMPE .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qZxUDIqMPE .text-box {
    writing-mode: bt-rl;
  }
}
.cid-qZxUDIqMPE .mbr-section-text DIV {
  color: #000000;
}
.cid-qZxUDIqMPE .mbr-section-text {
  color: #000000;
  text-align: left;
}
.cid-qZxV1MsJjS {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qZxV1MsJjS .mbr-text,
.cid-qZxV1MsJjS .ornament {
  text-align: left;
}
#custom-html-1l .footer {
  height: 90px;
  background-color: #000;
}
#custom-html-1l .footer .container .row {
  padding-top: 30px;
}
.cid-qZxVoMCu9N .nav-item:focus,
.cid-qZxVoMCu9N .nav-link:focus {
  outline: none;
}
.cid-qZxVoMCu9N .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qZxVoMCu9N .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qZxVoMCu9N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qZxVoMCu9N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qZxVoMCu9N .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qZxVoMCu9N .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qZxVoMCu9N .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qZxVoMCu9N .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qZxVoMCu9N .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qZxVoMCu9N .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qZxVoMCu9N .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qZxVoMCu9N .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qZxVoMCu9N .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qZxVoMCu9N .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qZxVoMCu9N .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qZxVoMCu9N .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qZxVoMCu9N .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qZxVoMCu9N .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qZxVoMCu9N .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qZxVoMCu9N .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qZxVoMCu9N .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qZxVoMCu9N .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qZxVoMCu9N .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qZxVoMCu9N .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qZxVoMCu9N .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qZxVoMCu9N .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qZxVoMCu9N .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qZxVoMCu9N .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qZxVoMCu9N .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qZxVoMCu9N .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qZxVoMCu9N .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qZxVoMCu9N .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qZxVoMCu9N .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qZxVoMCu9N .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qZxVoMCu9N .dropdown-item.active,
.cid-qZxVoMCu9N .dropdown-item:active {
  background-color: transparent;
}
.cid-qZxVoMCu9N .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qZxVoMCu9N .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qZxVoMCu9N .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qZxVoMCu9N .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qZxVoMCu9N .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qZxVoMCu9N .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qZxVoMCu9N ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qZxVoMCu9N .navbar-buttons {
  text-align: center;
}
.cid-qZxVoMCu9N button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qZxVoMCu9N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qZxVoMCu9N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qZxVoMCu9N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qZxVoMCu9N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qZxVoMCu9N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qZxVoMCu9N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qZxVoMCu9N nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qZxVoMCu9N nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qZxVoMCu9N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qZxVoMCu9N .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qZxVoMCu9N a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qZxVoMCu9N .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qZxVoMCu9N .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qZxVoMCu9N .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-qZxVoMCu9N .nav-link:hover,
.cid-qZxVoMCu9N .dropdown-item:hover,
.cid-qZxVoMCu9N .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qZxVoMCu9N .navbar {
    height: 77px;
  }
  .cid-qZxVoMCu9N .navbar.opened {
    height: auto;
  }
}
.cid-qZxVoNUHqo {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/banner21.jpg");
}
.cid-qZxVoNUHqo .mbr-overlay {
  background: #232323;
}
.cid-qZxVoNUHqo .mbr-section-title {
  color: #ffffff;
  padding-top: 50px;
}
.cid-qZxVoOYejv {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-qZxVoOYejv .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  writing-mode: vertical-rl;
}
.cid-qZxVoOYejv .text-block {
  position: relative;
  z-index: 0;
}
.cid-qZxVoOYejv .box {
  width: 25%;
  height: 40%;
  background: #e2f7df;
  position: absolute;
  top: 4%;
}
.cid-qZxVoOYejv .row {
  flex-direction: row-reverse;
}
.cid-qZxVoOYejv .box {
  right: 20%;
}
.cid-qZxVoOYejv .text-box {
  right: 0;
}
.cid-qZxVoOYejv .mbr-section-title,
.cid-qZxVoOYejv .mbr-section-text {
  margin-right: 31%;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-qZxVoOYejv .text-box {
    display: none;
  }
  .cid-qZxVoOYejv .mbr-section-title,
  .cid-qZxVoOYejv .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-qZxVoOYejv .box {
    display: none;
  }
  .cid-qZxVoOYejv .row {
    flex-direction: column-reverse;
  }
  .cid-qZxVoOYejv .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qZxVoOYejv .text-box {
    writing-mode: bt-rl;
  }
}
.cid-qZxVoOYejv .mbr-section-text DIV {
  color: #000000;
}
.cid-qZxVoOYejv .mbr-section-text {
  color: #000000;
  text-align: left;
}
#custom-html-1s .footer {
  height: 90px;
  background-color: #000;
}
#custom-html-1s .footer .container .row {
  padding-top: 30px;
}
.cid-qZxVYXGMzc .nav-item:focus,
.cid-qZxVYXGMzc .nav-link:focus {
  outline: none;
}
.cid-qZxVYXGMzc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qZxVYXGMzc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qZxVYXGMzc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qZxVYXGMzc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qZxVYXGMzc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qZxVYXGMzc .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qZxVYXGMzc .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qZxVYXGMzc .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qZxVYXGMzc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qZxVYXGMzc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qZxVYXGMzc .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qZxVYXGMzc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qZxVYXGMzc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qZxVYXGMzc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qZxVYXGMzc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qZxVYXGMzc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qZxVYXGMzc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qZxVYXGMzc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qZxVYXGMzc .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qZxVYXGMzc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qZxVYXGMzc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qZxVYXGMzc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qZxVYXGMzc .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qZxVYXGMzc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qZxVYXGMzc .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qZxVYXGMzc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qZxVYXGMzc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qZxVYXGMzc .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qZxVYXGMzc .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qZxVYXGMzc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qZxVYXGMzc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qZxVYXGMzc .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qZxVYXGMzc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qZxVYXGMzc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qZxVYXGMzc .dropdown-item.active,
.cid-qZxVYXGMzc .dropdown-item:active {
  background-color: transparent;
}
.cid-qZxVYXGMzc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qZxVYXGMzc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qZxVYXGMzc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qZxVYXGMzc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qZxVYXGMzc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qZxVYXGMzc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qZxVYXGMzc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qZxVYXGMzc .navbar-buttons {
  text-align: center;
}
.cid-qZxVYXGMzc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qZxVYXGMzc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qZxVYXGMzc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qZxVYXGMzc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qZxVYXGMzc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qZxVYXGMzc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qZxVYXGMzc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qZxVYXGMzc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qZxVYXGMzc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qZxVYXGMzc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qZxVYXGMzc .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qZxVYXGMzc a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qZxVYXGMzc .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qZxVYXGMzc .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qZxVYXGMzc .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-qZxVYXGMzc .nav-link:hover,
.cid-qZxVYXGMzc .dropdown-item:hover,
.cid-qZxVYXGMzc .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qZxVYXGMzc .navbar {
    height: 77px;
  }
  .cid-qZxVYXGMzc .navbar.opened {
    height: auto;
  }
}
.cid-qZxVYZlM6Q {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/banner23.jpg");
}
.cid-qZxVYZlM6Q .mbr-overlay {
  background: #232323;
}
.cid-qZxVYZlM6Q .mbr-section-title {
  color: #ffffff;
  padding-top: 50px;
}
.cid-qZxVZ0nnmQ {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qZxVZ0nnmQ .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  writing-mode: vertical-rl;
}
.cid-qZxVZ0nnmQ .text-block {
  position: relative;
  z-index: 0;
}
.cid-qZxVZ0nnmQ .box {
  width: 25%;
  height: 40%;
  background: #e2f7df;
  position: absolute;
  top: 4%;
}
.cid-qZxVZ0nnmQ .row {
  flex-direction: row-reverse;
}
.cid-qZxVZ0nnmQ .box {
  right: 20%;
}
.cid-qZxVZ0nnmQ .text-box {
  right: 0;
}
.cid-qZxVZ0nnmQ .mbr-section-title,
.cid-qZxVZ0nnmQ .mbr-section-text {
  margin-right: 31%;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-qZxVZ0nnmQ .text-box {
    display: none;
  }
  .cid-qZxVZ0nnmQ .mbr-section-title,
  .cid-qZxVZ0nnmQ .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-qZxVZ0nnmQ .box {
    display: none;
  }
  .cid-qZxVZ0nnmQ .row {
    flex-direction: column-reverse;
  }
  .cid-qZxVZ0nnmQ .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qZxVZ0nnmQ .text-box {
    writing-mode: bt-rl;
  }
}
.cid-qZxVZ0nnmQ .mbr-section-text DIV {
  color: #000000;
}
.cid-qZxVZ0nnmQ .mbr-section-text {
  color: #000000;
  text-align: left;
}
.cid-qZxWPWITQs {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qZxWPWITQs .mbr-text,
.cid-qZxWPWITQs .ornament {
  text-align: left;
}
#custom-html-1w .footer {
  height: 90px;
  background-color: #000;
}
#custom-html-1w .footer .container .row {
  padding-top: 30px;
}
.cid-qZxXg5ievv .nav-item:focus,
.cid-qZxXg5ievv .nav-link:focus {
  outline: none;
}
.cid-qZxXg5ievv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qZxXg5ievv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qZxXg5ievv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qZxXg5ievv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qZxXg5ievv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qZxXg5ievv .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qZxXg5ievv .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qZxXg5ievv .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qZxXg5ievv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qZxXg5ievv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qZxXg5ievv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qZxXg5ievv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qZxXg5ievv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qZxXg5ievv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qZxXg5ievv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qZxXg5ievv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qZxXg5ievv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qZxXg5ievv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qZxXg5ievv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qZxXg5ievv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qZxXg5ievv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qZxXg5ievv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qZxXg5ievv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qZxXg5ievv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qZxXg5ievv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qZxXg5ievv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qZxXg5ievv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qZxXg5ievv .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qZxXg5ievv .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qZxXg5ievv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qZxXg5ievv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qZxXg5ievv .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qZxXg5ievv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qZxXg5ievv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qZxXg5ievv .dropdown-item.active,
.cid-qZxXg5ievv .dropdown-item:active {
  background-color: transparent;
}
.cid-qZxXg5ievv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qZxXg5ievv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qZxXg5ievv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qZxXg5ievv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qZxXg5ievv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qZxXg5ievv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qZxXg5ievv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qZxXg5ievv .navbar-buttons {
  text-align: center;
}
.cid-qZxXg5ievv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qZxXg5ievv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qZxXg5ievv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qZxXg5ievv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qZxXg5ievv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qZxXg5ievv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qZxXg5ievv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qZxXg5ievv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qZxXg5ievv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qZxXg5ievv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qZxXg5ievv .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qZxXg5ievv a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qZxXg5ievv .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qZxXg5ievv .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qZxXg5ievv .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-qZxXg5ievv .nav-link:hover,
.cid-qZxXg5ievv .dropdown-item:hover,
.cid-qZxXg5ievv .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qZxXg5ievv .navbar {
    height: 77px;
  }
  .cid-qZxXg5ievv .navbar.opened {
    height: auto;
  }
}
.cid-qZxXg6WM2x {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/banner24.jpg");
}
.cid-qZxXg6WM2x .mbr-overlay {
  background: #232323;
}
.cid-qZxXg6WM2x .mbr-section-title {
  color: #ffffff;
  padding-top: 50px;
}
.cid-qZxXg7XHMG {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qZxXg7XHMG .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  writing-mode: vertical-rl;
}
.cid-qZxXg7XHMG .text-block {
  position: relative;
  z-index: 0;
}
.cid-qZxXg7XHMG .box {
  width: 25%;
  height: 40%;
  background: #e2f7df;
  position: absolute;
  top: 4%;
}
.cid-qZxXg7XHMG .row {
  flex-direction: row-reverse;
}
.cid-qZxXg7XHMG .box {
  right: 20%;
}
.cid-qZxXg7XHMG .text-box {
  right: 0;
}
.cid-qZxXg7XHMG .mbr-section-title,
.cid-qZxXg7XHMG .mbr-section-text {
  margin-right: 31%;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-qZxXg7XHMG .text-box {
    display: none;
  }
  .cid-qZxXg7XHMG .mbr-section-title,
  .cid-qZxXg7XHMG .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-qZxXg7XHMG .box {
    display: none;
  }
  .cid-qZxXg7XHMG .row {
    flex-direction: column-reverse;
  }
  .cid-qZxXg7XHMG .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qZxXg7XHMG .text-box {
    writing-mode: bt-rl;
  }
}
.cid-qZxXg7XHMG .mbr-section-text DIV {
  color: #000000;
}
.cid-qZxXg7XHMG .mbr-section-text {
  color: #000000;
  text-align: left;
}
.cid-qZxXg95Xke {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qZxXg95Xke .mbr-text,
.cid-qZxXg95Xke .ornament {
  text-align: left;
}
#custom-html-22 .footer {
  height: 90px;
  background-color: #000;
}
#custom-html-22 .footer .container .row {
  padding-top: 30px;
}
.cid-qZxZtFr4Pw .nav-item:focus,
.cid-qZxZtFr4Pw .nav-link:focus {
  outline: none;
}
.cid-qZxZtFr4Pw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qZxZtFr4Pw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qZxZtFr4Pw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qZxZtFr4Pw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qZxZtFr4Pw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qZxZtFr4Pw .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qZxZtFr4Pw .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qZxZtFr4Pw .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qZxZtFr4Pw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qZxZtFr4Pw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qZxZtFr4Pw .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qZxZtFr4Pw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qZxZtFr4Pw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qZxZtFr4Pw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qZxZtFr4Pw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qZxZtFr4Pw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qZxZtFr4Pw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qZxZtFr4Pw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qZxZtFr4Pw .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qZxZtFr4Pw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qZxZtFr4Pw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qZxZtFr4Pw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qZxZtFr4Pw .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qZxZtFr4Pw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qZxZtFr4Pw .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qZxZtFr4Pw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qZxZtFr4Pw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qZxZtFr4Pw .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qZxZtFr4Pw .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qZxZtFr4Pw .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qZxZtFr4Pw .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qZxZtFr4Pw .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qZxZtFr4Pw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qZxZtFr4Pw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qZxZtFr4Pw .dropdown-item.active,
.cid-qZxZtFr4Pw .dropdown-item:active {
  background-color: transparent;
}
.cid-qZxZtFr4Pw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qZxZtFr4Pw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qZxZtFr4Pw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qZxZtFr4Pw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qZxZtFr4Pw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qZxZtFr4Pw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qZxZtFr4Pw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qZxZtFr4Pw .navbar-buttons {
  text-align: center;
}
.cid-qZxZtFr4Pw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qZxZtFr4Pw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qZxZtFr4Pw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qZxZtFr4Pw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qZxZtFr4Pw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qZxZtFr4Pw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qZxZtFr4Pw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qZxZtFr4Pw nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qZxZtFr4Pw nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qZxZtFr4Pw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qZxZtFr4Pw .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qZxZtFr4Pw a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qZxZtFr4Pw .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qZxZtFr4Pw .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qZxZtFr4Pw .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-qZxZtFr4Pw .nav-link:hover,
.cid-qZxZtFr4Pw .dropdown-item:hover,
.cid-qZxZtFr4Pw .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qZxZtFr4Pw .navbar {
    height: 77px;
  }
  .cid-qZxZtFr4Pw .navbar.opened {
    height: auto;
  }
}
.cid-qZxZtGX4d4 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/banner33.jpg");
}
.cid-qZxZtGX4d4 .mbr-overlay {
  background: #232323;
}
.cid-qZxZtGX4d4 .mbr-section-title {
  color: #ffffff;
  padding-top: 50px;
}
.cid-qZxZtI4CbZ {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qZxZtI4CbZ .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  writing-mode: vertical-rl;
}
.cid-qZxZtI4CbZ .text-block {
  position: relative;
  z-index: 0;
}
.cid-qZxZtI4CbZ .box {
  width: 25%;
  height: 40%;
  background: #e2f7df;
  position: absolute;
  top: 4%;
}
.cid-qZxZtI4CbZ .row {
  flex-direction: row-reverse;
}
.cid-qZxZtI4CbZ .box {
  right: 20%;
}
.cid-qZxZtI4CbZ .text-box {
  right: 0;
}
.cid-qZxZtI4CbZ .mbr-section-title,
.cid-qZxZtI4CbZ .mbr-section-text {
  margin-right: 31%;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-qZxZtI4CbZ .text-box {
    display: none;
  }
  .cid-qZxZtI4CbZ .mbr-section-title,
  .cid-qZxZtI4CbZ .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-qZxZtI4CbZ .box {
    display: none;
  }
  .cid-qZxZtI4CbZ .row {
    flex-direction: column-reverse;
  }
  .cid-qZxZtI4CbZ .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qZxZtI4CbZ .text-box {
    writing-mode: bt-rl;
  }
}
.cid-qZxZtI4CbZ .mbr-section-text DIV {
  color: #000000;
}
.cid-qZxZtI4CbZ .mbr-section-text {
  color: #000000;
  text-align: left;
}
.cid-qZxZtJazpU {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qZxZtJazpU .mbr-text,
.cid-qZxZtJazpU .ornament {
  text-align: left;
}
#custom-html-27 .footer {
  height: 90px;
  background-color: #000;
}
#custom-html-27 .footer .container .row {
  padding-top: 30px;
}
.cid-qZy0MlSiLt .nav-item:focus,
.cid-qZy0MlSiLt .nav-link:focus {
  outline: none;
}
.cid-qZy0MlSiLt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qZy0MlSiLt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qZy0MlSiLt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qZy0MlSiLt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qZy0MlSiLt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qZy0MlSiLt .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qZy0MlSiLt .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qZy0MlSiLt .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qZy0MlSiLt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qZy0MlSiLt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qZy0MlSiLt .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qZy0MlSiLt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qZy0MlSiLt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qZy0MlSiLt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qZy0MlSiLt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qZy0MlSiLt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qZy0MlSiLt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qZy0MlSiLt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qZy0MlSiLt .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qZy0MlSiLt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qZy0MlSiLt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qZy0MlSiLt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qZy0MlSiLt .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qZy0MlSiLt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qZy0MlSiLt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qZy0MlSiLt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qZy0MlSiLt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qZy0MlSiLt .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qZy0MlSiLt .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qZy0MlSiLt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qZy0MlSiLt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qZy0MlSiLt .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qZy0MlSiLt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qZy0MlSiLt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qZy0MlSiLt .dropdown-item.active,
.cid-qZy0MlSiLt .dropdown-item:active {
  background-color: transparent;
}
.cid-qZy0MlSiLt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qZy0MlSiLt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qZy0MlSiLt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qZy0MlSiLt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qZy0MlSiLt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qZy0MlSiLt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qZy0MlSiLt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qZy0MlSiLt .navbar-buttons {
  text-align: center;
}
.cid-qZy0MlSiLt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qZy0MlSiLt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qZy0MlSiLt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qZy0MlSiLt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qZy0MlSiLt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qZy0MlSiLt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qZy0MlSiLt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qZy0MlSiLt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qZy0MlSiLt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qZy0MlSiLt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qZy0MlSiLt .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qZy0MlSiLt a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qZy0MlSiLt .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qZy0MlSiLt .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qZy0MlSiLt .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-qZy0MlSiLt .nav-link:hover,
.cid-qZy0MlSiLt .dropdown-item:hover,
.cid-qZy0MlSiLt .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qZy0MlSiLt .navbar {
    height: 77px;
  }
  .cid-qZy0MlSiLt .navbar.opened {
    height: auto;
  }
}
.cid-qZy0Mnop2V {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/banner31.jpg");
}
.cid-qZy0Mnop2V .mbr-overlay {
  background: #232323;
}
.cid-qZy0Mnop2V .mbr-section-title {
  color: #ffffff;
  padding-top: 50px;
}
.cid-qZy0MospZ1 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qZy0MospZ1 .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  writing-mode: vertical-rl;
}
.cid-qZy0MospZ1 .text-block {
  position: relative;
  z-index: 0;
}
.cid-qZy0MospZ1 .box {
  width: 25%;
  height: 40%;
  background: #e2f7df;
  position: absolute;
  top: 4%;
}
.cid-qZy0MospZ1 .row {
  flex-direction: row-reverse;
}
.cid-qZy0MospZ1 .box {
  right: 20%;
}
.cid-qZy0MospZ1 .text-box {
  right: 0;
}
.cid-qZy0MospZ1 .mbr-section-title,
.cid-qZy0MospZ1 .mbr-section-text {
  margin-right: 31%;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-qZy0MospZ1 .text-box {
    display: none;
  }
  .cid-qZy0MospZ1 .mbr-section-title,
  .cid-qZy0MospZ1 .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-qZy0MospZ1 .box {
    display: none;
  }
  .cid-qZy0MospZ1 .row {
    flex-direction: column-reverse;
  }
  .cid-qZy0MospZ1 .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qZy0MospZ1 .text-box {
    writing-mode: bt-rl;
  }
}
.cid-qZy0MospZ1 .mbr-section-text DIV {
  color: #000000;
}
.cid-qZy0MospZ1 .mbr-section-text {
  color: #000000;
  text-align: left;
}
.cid-qZy0MpsxRm {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qZy0MpsxRm .mbr-text,
.cid-qZy0MpsxRm .ornament {
  text-align: left;
}
#custom-html-2c .footer {
  height: 90px;
  background-color: #000;
}
#custom-html-2c .footer .container .row {
  padding-top: 30px;
}
.cid-qZy1fBB1A9 .nav-item:focus,
.cid-qZy1fBB1A9 .nav-link:focus {
  outline: none;
}
.cid-qZy1fBB1A9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qZy1fBB1A9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qZy1fBB1A9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qZy1fBB1A9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qZy1fBB1A9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qZy1fBB1A9 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qZy1fBB1A9 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qZy1fBB1A9 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qZy1fBB1A9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qZy1fBB1A9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qZy1fBB1A9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qZy1fBB1A9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qZy1fBB1A9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qZy1fBB1A9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qZy1fBB1A9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qZy1fBB1A9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qZy1fBB1A9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qZy1fBB1A9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qZy1fBB1A9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qZy1fBB1A9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qZy1fBB1A9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qZy1fBB1A9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qZy1fBB1A9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qZy1fBB1A9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qZy1fBB1A9 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qZy1fBB1A9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qZy1fBB1A9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qZy1fBB1A9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qZy1fBB1A9 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qZy1fBB1A9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qZy1fBB1A9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qZy1fBB1A9 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qZy1fBB1A9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qZy1fBB1A9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qZy1fBB1A9 .dropdown-item.active,
.cid-qZy1fBB1A9 .dropdown-item:active {
  background-color: transparent;
}
.cid-qZy1fBB1A9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qZy1fBB1A9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qZy1fBB1A9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qZy1fBB1A9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qZy1fBB1A9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qZy1fBB1A9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qZy1fBB1A9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qZy1fBB1A9 .navbar-buttons {
  text-align: center;
}
.cid-qZy1fBB1A9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qZy1fBB1A9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qZy1fBB1A9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qZy1fBB1A9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qZy1fBB1A9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qZy1fBB1A9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qZy1fBB1A9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qZy1fBB1A9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qZy1fBB1A9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qZy1fBB1A9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qZy1fBB1A9 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qZy1fBB1A9 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qZy1fBB1A9 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qZy1fBB1A9 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qZy1fBB1A9 .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-qZy1fBB1A9 .nav-link:hover,
.cid-qZy1fBB1A9 .dropdown-item:hover,
.cid-qZy1fBB1A9 .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qZy1fBB1A9 .navbar {
    height: 77px;
  }
  .cid-qZy1fBB1A9 .navbar.opened {
    height: auto;
  }
}
.cid-qZy1fD5pXv {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/banner32.jpg");
}
.cid-qZy1fD5pXv .mbr-overlay {
  background: #232323;
}
.cid-qZy1fD5pXv .mbr-section-title {
  color: #ffffff;
  padding-top: 50px;
}
.cid-qZy1fEg93w {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-qZy1fEg93w .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  writing-mode: vertical-rl;
}
.cid-qZy1fEg93w .text-block {
  position: relative;
  z-index: 0;
}
.cid-qZy1fEg93w .box {
  width: 25%;
  height: 40%;
  background: #e2f7df;
  position: absolute;
  top: 4%;
}
.cid-qZy1fEg93w .row {
  flex-direction: row-reverse;
}
.cid-qZy1fEg93w .box {
  right: 20%;
}
.cid-qZy1fEg93w .text-box {
  right: 0;
}
.cid-qZy1fEg93w .mbr-section-title,
.cid-qZy1fEg93w .mbr-section-text {
  margin-right: 31%;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-qZy1fEg93w .text-box {
    display: none;
  }
  .cid-qZy1fEg93w .mbr-section-title,
  .cid-qZy1fEg93w .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-qZy1fEg93w .box {
    display: none;
  }
  .cid-qZy1fEg93w .row {
    flex-direction: column-reverse;
  }
  .cid-qZy1fEg93w .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qZy1fEg93w .text-box {
    writing-mode: bt-rl;
  }
}
.cid-qZy1fEg93w .mbr-section-text DIV {
  color: #000000;
}
.cid-qZy1fEg93w .mbr-section-text {
  color: #000000;
  text-align: left;
}
#custom-html-2h .footer {
  height: 90px;
  background-color: #000;
}
#custom-html-2h .footer .container .row {
  padding-top: 30px;
}
.cid-qZy1HkUlCg .nav-item:focus,
.cid-qZy1HkUlCg .nav-link:focus {
  outline: none;
}
.cid-qZy1HkUlCg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qZy1HkUlCg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qZy1HkUlCg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qZy1HkUlCg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qZy1HkUlCg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qZy1HkUlCg .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qZy1HkUlCg .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qZy1HkUlCg .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qZy1HkUlCg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qZy1HkUlCg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qZy1HkUlCg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qZy1HkUlCg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qZy1HkUlCg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qZy1HkUlCg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qZy1HkUlCg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qZy1HkUlCg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qZy1HkUlCg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qZy1HkUlCg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qZy1HkUlCg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qZy1HkUlCg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qZy1HkUlCg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qZy1HkUlCg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qZy1HkUlCg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qZy1HkUlCg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qZy1HkUlCg .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qZy1HkUlCg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qZy1HkUlCg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qZy1HkUlCg .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qZy1HkUlCg .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qZy1HkUlCg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qZy1HkUlCg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qZy1HkUlCg .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qZy1HkUlCg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qZy1HkUlCg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qZy1HkUlCg .dropdown-item.active,
.cid-qZy1HkUlCg .dropdown-item:active {
  background-color: transparent;
}
.cid-qZy1HkUlCg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qZy1HkUlCg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qZy1HkUlCg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qZy1HkUlCg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qZy1HkUlCg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qZy1HkUlCg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qZy1HkUlCg ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qZy1HkUlCg .navbar-buttons {
  text-align: center;
}
.cid-qZy1HkUlCg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qZy1HkUlCg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qZy1HkUlCg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qZy1HkUlCg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qZy1HkUlCg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qZy1HkUlCg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qZy1HkUlCg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qZy1HkUlCg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qZy1HkUlCg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qZy1HkUlCg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qZy1HkUlCg .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qZy1HkUlCg a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qZy1HkUlCg .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qZy1HkUlCg .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qZy1HkUlCg .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-qZy1HkUlCg .nav-link:hover,
.cid-qZy1HkUlCg .dropdown-item:hover,
.cid-qZy1HkUlCg .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qZy1HkUlCg .navbar {
    height: 77px;
  }
  .cid-qZy1HkUlCg .navbar.opened {
    height: auto;
  }
}
.cid-qZy1HmcbNA {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/gastrointestinal.jpg");
}
.cid-qZy1HmcbNA .mbr-overlay {
  background: #232323;
}
.cid-qZy1HmcbNA .mbr-section-title {
  color: #ffffff;
  padding-top: 50px;
}
.cid-qZy1HnbCcW {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qZy1HnbCcW .text-box {
  position: absolute;
  top: 0px;
  min-height: 100%;
  writing-mode: vertical-rl;
}
.cid-qZy1HnbCcW .text-block {
  position: relative;
  z-index: 0;
}
.cid-qZy1HnbCcW .box {
  width: 25%;
  height: 40%;
  background: #e2f7df;
  position: absolute;
  top: 4%;
}
.cid-qZy1HnbCcW .row {
  flex-direction: row-reverse;
}
.cid-qZy1HnbCcW .box {
  right: 20%;
}
.cid-qZy1HnbCcW .text-box {
  right: 0;
}
.cid-qZy1HnbCcW .mbr-section-title,
.cid-qZy1HnbCcW .mbr-section-text {
  margin-right: 31%;
  margin-right: 0;
}
@media (max-width: 991px) {
  .cid-qZy1HnbCcW .text-box {
    display: none;
  }
  .cid-qZy1HnbCcW .mbr-section-title,
  .cid-qZy1HnbCcW .mbr-section-text {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .cid-qZy1HnbCcW .box {
    display: none;
  }
  .cid-qZy1HnbCcW .row {
    flex-direction: column-reverse;
  }
  .cid-qZy1HnbCcW .img-block {
    margin-bottom: 1rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qZy1HnbCcW .text-box {
    writing-mode: bt-rl;
  }
}
.cid-qZy1HnbCcW .mbr-section-text DIV {
  color: #000000;
}
.cid-qZy1HnbCcW .mbr-section-text {
  color: #000000;
  text-align: left;
}
.cid-qZy1HofRE4 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qZy1HofRE4 .mbr-text,
.cid-qZy1HofRE4 .ornament {
  text-align: left;
}
#custom-html-2m .footer {
  height: 90px;
  background-color: #000;
}
#custom-html-2m .footer .container .row {
  padding-top: 30px;
}
.cid-qZyf0BB4a4 .nav-item:focus,
.cid-qZyf0BB4a4 .nav-link:focus {
  outline: none;
}
.cid-qZyf0BB4a4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qZyf0BB4a4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qZyf0BB4a4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qZyf0BB4a4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qZyf0BB4a4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qZyf0BB4a4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qZyf0BB4a4 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qZyf0BB4a4 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-qZyf0BB4a4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qZyf0BB4a4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-qZyf0BB4a4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qZyf0BB4a4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qZyf0BB4a4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qZyf0BB4a4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qZyf0BB4a4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qZyf0BB4a4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qZyf0BB4a4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qZyf0BB4a4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-qZyf0BB4a4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qZyf0BB4a4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qZyf0BB4a4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qZyf0BB4a4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qZyf0BB4a4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qZyf0BB4a4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qZyf0BB4a4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-qZyf0BB4a4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-qZyf0BB4a4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-qZyf0BB4a4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qZyf0BB4a4 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qZyf0BB4a4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qZyf0BB4a4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qZyf0BB4a4 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qZyf0BB4a4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qZyf0BB4a4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qZyf0BB4a4 .dropdown-item.active,
.cid-qZyf0BB4a4 .dropdown-item:active {
  background-color: transparent;
}
.cid-qZyf0BB4a4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qZyf0BB4a4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qZyf0BB4a4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qZyf0BB4a4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qZyf0BB4a4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qZyf0BB4a4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qZyf0BB4a4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qZyf0BB4a4 .navbar-buttons {
  text-align: center;
}
.cid-qZyf0BB4a4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qZyf0BB4a4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qZyf0BB4a4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qZyf0BB4a4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qZyf0BB4a4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qZyf0BB4a4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qZyf0BB4a4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qZyf0BB4a4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qZyf0BB4a4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qZyf0BB4a4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qZyf0BB4a4 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qZyf0BB4a4 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-qZyf0BB4a4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qZyf0BB4a4 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qZyf0BB4a4 .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-qZyf0BB4a4 .nav-link:hover,
.cid-qZyf0BB4a4 .dropdown-item:hover,
.cid-qZyf0BB4a4 .icons-menu .mbr-iconfont:hover {
  color: #cccccc !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-qZyf0BB4a4 .navbar {
    height: 77px;
  }
  .cid-qZyf0BB4a4 .navbar.opened {
    height: auto;
  }
}
.cid-qZyf0D69kB {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/banner5.jpg");
}
.cid-qZyf0D69kB .mbr-overlay {
  background: #232323;
}
.cid-qZyf0D69kB .mbr-section-title {
  color: #ffffff;
  padding-top: 50px;
}
.cid-qZyf0Goomr {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qZyf0Goomr .mbr-text,
.cid-qZyf0Goomr .ornament {
  text-align: left;
}
#custom-html-2u {
  /* Type valid CSS here */
}
#custom-html-2u .my-image {
  width: 100%;
}
.cid-qZygFukBeA {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qZygFukBeA .mbr-text,
.cid-qZygFukBeA .ornament {
  text-align: left;
}
#custom-html-2w {
  /* Type valid CSS here */
}
#custom-html-2w .my-image {
  width: 100%;
}
.cid-qZyhP9ykBl {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qZyhP9ykBl .mbr-text,
.cid-qZyhP9ykBl .ornament {
  text-align: left;
}
#custom-html-2y {
  /* Type valid CSS here */
}
#custom-html-2y .my-image {
  width: 100%;
}
#custom-html-2t .footer {
  height: 90px;
  background-color: #000;
}
#custom-html-2t .footer .container .row {
  padding-top: 30px;
}
