body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Epilogue', sans-serif;
  font-size: 3.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #c37a7a !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c37a7a !important;
  border-color: #c37a7a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #9f4848 !important;
  border-color: #9f4848 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9f4848 !important;
  border-color: #9f4848 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #379683 !important;
  border-color: #379683 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #20574c !important;
  border-color: #20574c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #20574c !important;
  border-color: #20574c !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c37a7a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #9f4848 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #c37a7a !important;
  border-color: #c37a7a !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #379683;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #20574c !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #379683 !important;
  border-color: #379683 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #c37a7a !important;
}
.text-secondary {
  color: #379683 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #944343 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1c4b42 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #c37a7a;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c37a7a;
  border-color: #c37a7a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #c37a7a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ebd2d2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.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: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Epilogue', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #c37a7a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Epilogue', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #c37a7a;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c37a7a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #c37a7a;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #c37a7a;
  border-bottom-color: #c37a7a;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #c37a7a !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #379683 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23c37a7a' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-sFGzlAXw3z .navbar-dropdown {
  position: relative !important;
}
.cid-sFGzlAXw3z .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGzlAXw3z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGzlAXw3z .dropdown-item:hover,
.cid-sFGzlAXw3z .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-sFGzlAXw3z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGzlAXw3z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGzlAXw3z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGzlAXw3z .nav-link {
  position: relative;
}
.cid-sFGzlAXw3z .container {
  display: flex;
  margin: auto;
}
.cid-sFGzlAXw3z .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown-menu,
.cid-sFGzlAXw3z .navbar.opened {
  background: #353535 !important;
}
.cid-sFGzlAXw3z .nav-item:focus,
.cid-sFGzlAXw3z .nav-link:focus {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGzlAXw3z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGzlAXw3z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-sFGzlAXw3z .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGzlAXw3z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGzlAXw3z .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGzlAXw3z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar.collapsed {
  justify-content: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGzlAXw3z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFGzlAXw3z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGzlAXw3z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGzlAXw3z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFGzlAXw3z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGzlAXw3z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGzlAXw3z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGzlAXw3z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGzlAXw3z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGzlAXw3z .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGzlAXw3z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown-item.active,
.cid-sFGzlAXw3z .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGzlAXw3z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGzlAXw3z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGzlAXw3z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGzlAXw3z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGzlAXw3z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFGzlAXw3z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGzlAXw3z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFGzlAXw3z .navbar {
    height: 70px;
  }
  .cid-sFGzlAXw3z .navbar.opened {
    height: auto;
  }
  .cid-sFGzlAXw3z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugJ31IZD7E {
  background-image: url("../../../assets/images/m51-dh.jpg");
}
.cid-ugJ31IZD7E .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugJ31IZD7E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugJ31IZD7E .mbr-section-title {
  color: #fff0b0;
}
.cid-ugJ31IZD7E .mbr-text,
.cid-ugJ31IZD7E .mbr-section-btn {
  color: #ffffff;
}
.cid-sFGGxz3b6J {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-sFGGxz3b6J .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sFGGxz3b6J .row {
    flex-direction: column-reverse;
  }
  .cid-sFGGxz3b6J .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sFGGxz3b6J .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sFGGxz3b6J .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-sFGGxz3b6J .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sFGGxz3b6J .mbr-text,
.cid-sFGGxz3b6J .mbr-section-btn {
  color: #bbbbbb;
  text-align: left;
}
.cid-sFGGxz3b6J .card-title {
  color: #fff0b0;
}
.cid-sFGGDvi61Z {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-sFGGDvi61Z img,
.cid-sFGGDvi61Z .item-img {
  width: 100%;
}
.cid-sFGGDvi61Z .item:focus,
.cid-sFGGDvi61Z span:focus {
  outline: none;
}
.cid-sFGGDvi61Z .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sFGGDvi61Z .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sFGGDvi61Z .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sFGGDvi61Z .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sFGGDvi61Z .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sFGGDvi61Z .mbr-section-title {
  color: #fff0b0;
}
.cid-sFGGDvi61Z .mbr-text,
.cid-sFGGDvi61Z .mbr-section-btn {
  text-align: left;
  color: #bbbbbb;
}
.cid-sFGGDvi61Z .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-sFGGDvi61Z .item-subtitle {
  text-align: left;
}
.cid-uQxwwCSFDe {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/jet-in-carina-wfc3-uvis-full-field-1.jpg");
}
.cid-uQxwwCSFDe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQxwwCSFDe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQxwwCSFDe .mbr-text,
.cid-uQxwwCSFDe .mbr-section-btn {
  color: #232323;
}
.cid-uQxwwCSFDe .card-title,
.cid-uQxwwCSFDe .card-box {
  color: #ffe885;
}
.cid-uQxwwCSFDe .mbr-text,
.cid-uQxwwCSFDe .link-wrap {
  color: #ffffff;
}
.cid-vgYbBnC4NM {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/jet-in-carina-wfc3-uvis-full-field-1.jpg");
}
.cid-vgYbBnC4NM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgYbBnC4NM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgYbBnC4NM .mbr-text,
.cid-vgYbBnC4NM .mbr-section-btn {
  color: #232323;
}
.cid-vgYbBnC4NM .card-title,
.cid-vgYbBnC4NM .card-box {
  color: #ffe885;
}
.cid-vgYbBnC4NM .mbr-text,
.cid-vgYbBnC4NM .link-wrap {
  color: #ffffff;
}
.cid-ugMwUOtUqL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ugMwUOtUqL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugMwUOtUqL .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ugMwUOtUqL .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ugMwUOtUqL .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ugMwUOtUqL .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ugMwUOtUqL .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ugMwUOtUqL .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ugMwUOtUqL .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ugMwUOtUqL .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ugMwUOtUqL .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ugMwUOtUqL .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ugMwUOtUqL .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ugMwUOtUqL .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ugMwUOtUqL .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ugMwUOtUqL .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-ugMwUOtUqL foot-menu-item P {
  text-align: right;
}
.cid-sFGzlAXw3z .navbar-dropdown {
  position: relative !important;
}
.cid-sFGzlAXw3z .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGzlAXw3z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGzlAXw3z .dropdown-item:hover,
.cid-sFGzlAXw3z .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-sFGzlAXw3z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGzlAXw3z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGzlAXw3z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGzlAXw3z .nav-link {
  position: relative;
}
.cid-sFGzlAXw3z .container {
  display: flex;
  margin: auto;
}
.cid-sFGzlAXw3z .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown-menu,
.cid-sFGzlAXw3z .navbar.opened {
  background: #353535 !important;
}
.cid-sFGzlAXw3z .nav-item:focus,
.cid-sFGzlAXw3z .nav-link:focus {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGzlAXw3z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGzlAXw3z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-sFGzlAXw3z .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGzlAXw3z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGzlAXw3z .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGzlAXw3z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar.collapsed {
  justify-content: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGzlAXw3z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFGzlAXw3z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGzlAXw3z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGzlAXw3z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFGzlAXw3z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGzlAXw3z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGzlAXw3z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGzlAXw3z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGzlAXw3z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGzlAXw3z .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGzlAXw3z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown-item.active,
.cid-sFGzlAXw3z .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGzlAXw3z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGzlAXw3z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGzlAXw3z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGzlAXw3z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGzlAXw3z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFGzlAXw3z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGzlAXw3z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFGzlAXw3z .navbar {
    height: 70px;
  }
  .cid-sFGzlAXw3z .navbar.opened {
    height: auto;
  }
  .cid-sFGzlAXw3z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhcxpqFf4G {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uhcxpqFf4G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhcxpqFf4G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uhcxpqFf4G .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhcxpqFf4G .row {
  flex-direction: row-reverse;
}
.cid-uhcxpqFf4G img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uhcxpqFf4G .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhcxpqFf4G .mbr-text {
  color: #ffffff;
}
.cid-uhcxpqFf4G .mbr-section-title {
  color: #ffe885;
}
.cid-uhcxqavd28 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uhcxqavd28 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhcxqavd28 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uhcxqavd28 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhcxqavd28 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uhcxqavd28 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhcxqavd28 .mbr-text {
  color: #ffffff;
}
.cid-uhcxqavd28 .mbr-description {
  color: #ffffff;
}
.cid-uhcxqY8KKH {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uhcxqY8KKH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhcxqY8KKH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uhcxqY8KKH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhcxqY8KKH .row {
  flex-direction: row-reverse;
}
.cid-uhcxqY8KKH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uhcxqY8KKH .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhcxqY8KKH .mbr-text {
  color: #ffffff;
}
.cid-uhcySzeC5m {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uhcySzeC5m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhcySzeC5m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uhcySzeC5m .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhcySzeC5m img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uhcySzeC5m .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhcySzeC5m .mbr-text {
  color: #ffffff;
}
.cid-uhcySzeC5m .mbr-description {
  color: #ffffff;
}
.cid-uhcySzeC5m .mbr-section-title {
  color: #ffe885;
}
.cid-ugMwUOtUqL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ugMwUOtUqL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugMwUOtUqL .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ugMwUOtUqL .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ugMwUOtUqL .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ugMwUOtUqL .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ugMwUOtUqL .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ugMwUOtUqL .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ugMwUOtUqL .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ugMwUOtUqL .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ugMwUOtUqL .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ugMwUOtUqL .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ugMwUOtUqL .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ugMwUOtUqL .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ugMwUOtUqL .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ugMwUOtUqL .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-ugMwUOtUqL foot-menu-item P {
  text-align: right;
}
.cid-sFGzlAXw3z .navbar-dropdown {
  position: relative !important;
}
.cid-sFGzlAXw3z .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGzlAXw3z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGzlAXw3z .dropdown-item:hover,
.cid-sFGzlAXw3z .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-sFGzlAXw3z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGzlAXw3z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGzlAXw3z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGzlAXw3z .nav-link {
  position: relative;
}
.cid-sFGzlAXw3z .container {
  display: flex;
  margin: auto;
}
.cid-sFGzlAXw3z .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown-menu,
.cid-sFGzlAXw3z .navbar.opened {
  background: #353535 !important;
}
.cid-sFGzlAXw3z .nav-item:focus,
.cid-sFGzlAXw3z .nav-link:focus {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGzlAXw3z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGzlAXw3z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-sFGzlAXw3z .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGzlAXw3z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGzlAXw3z .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGzlAXw3z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar.collapsed {
  justify-content: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGzlAXw3z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFGzlAXw3z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGzlAXw3z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGzlAXw3z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFGzlAXw3z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGzlAXw3z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGzlAXw3z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGzlAXw3z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGzlAXw3z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGzlAXw3z .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGzlAXw3z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown-item.active,
.cid-sFGzlAXw3z .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGzlAXw3z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGzlAXw3z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGzlAXw3z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGzlAXw3z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGzlAXw3z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFGzlAXw3z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGzlAXw3z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFGzlAXw3z .navbar {
    height: 70px;
  }
  .cid-sFGzlAXw3z .navbar.opened {
    height: auto;
  }
  .cid-sFGzlAXw3z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhcCSSzphY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uhcCSSzphY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhcCSSzphY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uhcCSSzphY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhcCSSzphY .row {
  flex-direction: row-reverse;
}
.cid-uhcCSSzphY img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uhcCSSzphY .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhcCSSzphY .mbr-text {
  color: #ffffff;
}
.cid-uhcCSSzphY .mbr-section-title {
  color: #ffe885;
}
.cid-uhcCSSzphY .mbr-description {
  color: #ffffff;
}
.cid-ugMwUOtUqL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ugMwUOtUqL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugMwUOtUqL .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ugMwUOtUqL .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ugMwUOtUqL .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ugMwUOtUqL .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ugMwUOtUqL .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ugMwUOtUqL .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ugMwUOtUqL .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ugMwUOtUqL .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ugMwUOtUqL .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ugMwUOtUqL .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ugMwUOtUqL .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ugMwUOtUqL .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ugMwUOtUqL .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ugMwUOtUqL .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-ugMwUOtUqL foot-menu-item P {
  text-align: right;
}
.cid-sFGzlAXw3z .navbar-dropdown {
  position: relative !important;
}
.cid-sFGzlAXw3z .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGzlAXw3z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGzlAXw3z .dropdown-item:hover,
.cid-sFGzlAXw3z .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-sFGzlAXw3z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGzlAXw3z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGzlAXw3z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGzlAXw3z .nav-link {
  position: relative;
}
.cid-sFGzlAXw3z .container {
  display: flex;
  margin: auto;
}
.cid-sFGzlAXw3z .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown-menu,
.cid-sFGzlAXw3z .navbar.opened {
  background: #353535 !important;
}
.cid-sFGzlAXw3z .nav-item:focus,
.cid-sFGzlAXw3z .nav-link:focus {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGzlAXw3z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGzlAXw3z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-sFGzlAXw3z .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGzlAXw3z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGzlAXw3z .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGzlAXw3z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar.collapsed {
  justify-content: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGzlAXw3z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFGzlAXw3z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGzlAXw3z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGzlAXw3z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFGzlAXw3z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGzlAXw3z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGzlAXw3z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGzlAXw3z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGzlAXw3z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGzlAXw3z .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGzlAXw3z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown-item.active,
.cid-sFGzlAXw3z .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGzlAXw3z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGzlAXw3z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGzlAXw3z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGzlAXw3z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGzlAXw3z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFGzlAXw3z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGzlAXw3z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFGzlAXw3z .navbar {
    height: 70px;
  }
  .cid-sFGzlAXw3z .navbar.opened {
    height: auto;
  }
  .cid-sFGzlAXw3z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhcFxmCIAP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uhcFxmCIAP .mbr-text {
  color: #ffffff;
}
.cid-uhcFxmCIAP .mbr-section-subtitle {
  color: #ffe885;
}
.cid-ugMwUOtUqL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ugMwUOtUqL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugMwUOtUqL .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ugMwUOtUqL .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ugMwUOtUqL .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ugMwUOtUqL .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ugMwUOtUqL .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ugMwUOtUqL .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ugMwUOtUqL .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ugMwUOtUqL .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ugMwUOtUqL .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ugMwUOtUqL .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ugMwUOtUqL .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ugMwUOtUqL .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ugMwUOtUqL .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ugMwUOtUqL .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-ugMwUOtUqL foot-menu-item P {
  text-align: right;
}
.cid-sFGzlAXw3z .navbar-dropdown {
  position: relative !important;
}
.cid-sFGzlAXw3z .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGzlAXw3z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGzlAXw3z .dropdown-item:hover,
.cid-sFGzlAXw3z .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-sFGzlAXw3z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGzlAXw3z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGzlAXw3z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGzlAXw3z .nav-link {
  position: relative;
}
.cid-sFGzlAXw3z .container {
  display: flex;
  margin: auto;
}
.cid-sFGzlAXw3z .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown-menu,
.cid-sFGzlAXw3z .navbar.opened {
  background: #353535 !important;
}
.cid-sFGzlAXw3z .nav-item:focus,
.cid-sFGzlAXw3z .nav-link:focus {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGzlAXw3z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGzlAXw3z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-sFGzlAXw3z .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGzlAXw3z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGzlAXw3z .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGzlAXw3z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar.collapsed {
  justify-content: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGzlAXw3z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFGzlAXw3z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGzlAXw3z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGzlAXw3z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFGzlAXw3z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGzlAXw3z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGzlAXw3z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGzlAXw3z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGzlAXw3z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGzlAXw3z .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGzlAXw3z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown-item.active,
.cid-sFGzlAXw3z .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGzlAXw3z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGzlAXw3z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGzlAXw3z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGzlAXw3z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGzlAXw3z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFGzlAXw3z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGzlAXw3z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFGzlAXw3z .navbar {
    height: 70px;
  }
  .cid-sFGzlAXw3z .navbar.opened {
    height: auto;
  }
  .cid-sFGzlAXw3z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhcGKSg7NF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uhcGKSg7NF .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uhcGKSg7NF .mbr-section-subtitle {
  color: #ffe885;
}
.cid-ugMwUOtUqL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ugMwUOtUqL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugMwUOtUqL .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ugMwUOtUqL .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ugMwUOtUqL .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ugMwUOtUqL .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ugMwUOtUqL .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ugMwUOtUqL .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ugMwUOtUqL .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ugMwUOtUqL .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ugMwUOtUqL .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ugMwUOtUqL .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ugMwUOtUqL .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ugMwUOtUqL .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ugMwUOtUqL .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ugMwUOtUqL .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-ugMwUOtUqL foot-menu-item P {
  text-align: right;
}
.cid-sFGzlAXw3z .navbar-dropdown {
  position: relative !important;
}
.cid-sFGzlAXw3z .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGzlAXw3z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGzlAXw3z .dropdown-item:hover,
.cid-sFGzlAXw3z .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-sFGzlAXw3z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGzlAXw3z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGzlAXw3z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGzlAXw3z .nav-link {
  position: relative;
}
.cid-sFGzlAXw3z .container {
  display: flex;
  margin: auto;
}
.cid-sFGzlAXw3z .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown-menu,
.cid-sFGzlAXw3z .navbar.opened {
  background: #353535 !important;
}
.cid-sFGzlAXw3z .nav-item:focus,
.cid-sFGzlAXw3z .nav-link:focus {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGzlAXw3z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGzlAXw3z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-sFGzlAXw3z .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGzlAXw3z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGzlAXw3z .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGzlAXw3z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar.collapsed {
  justify-content: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGzlAXw3z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFGzlAXw3z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGzlAXw3z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGzlAXw3z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFGzlAXw3z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGzlAXw3z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGzlAXw3z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGzlAXw3z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGzlAXw3z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGzlAXw3z .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGzlAXw3z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown-item.active,
.cid-sFGzlAXw3z .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGzlAXw3z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGzlAXw3z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGzlAXw3z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGzlAXw3z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGzlAXw3z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFGzlAXw3z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGzlAXw3z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFGzlAXw3z .navbar {
    height: 70px;
  }
  .cid-sFGzlAXw3z .navbar.opened {
    height: auto;
  }
  .cid-sFGzlAXw3z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhGlt57F8a {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/img-877.jpg");
}
.cid-uhGlt57F8a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhGlt57F8a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhGlt57F8a .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uhGlt57F8a .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uhGlt57F8a .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #c37a7a;
}
.cid-uhGlt57F8a .panel-body,
.cid-uhGlt57F8a .card-header {
  padding: 1rem 0;
}
.cid-uhGlt57F8a .panel-title-edit {
  color: #ffffff;
}
.cid-uhGlt57F8a .panel-text {
  color: #ffffff;
}
.cid-uhGlt57F8a H3 {
  color: #ffe885;
}
.cid-uhGlt57F8a H4 {
  color: #ffffff;
}
.cid-ugMwUOtUqL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ugMwUOtUqL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugMwUOtUqL .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ugMwUOtUqL .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ugMwUOtUqL .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ugMwUOtUqL .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ugMwUOtUqL .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ugMwUOtUqL .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ugMwUOtUqL .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ugMwUOtUqL .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ugMwUOtUqL .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ugMwUOtUqL .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ugMwUOtUqL .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ugMwUOtUqL .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ugMwUOtUqL .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ugMwUOtUqL .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-ugMwUOtUqL foot-menu-item P {
  text-align: right;
}
.cid-sFGzlAXw3z .navbar-dropdown {
  position: relative !important;
}
.cid-sFGzlAXw3z .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGzlAXw3z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGzlAXw3z .dropdown-item:hover,
.cid-sFGzlAXw3z .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-sFGzlAXw3z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGzlAXw3z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGzlAXw3z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGzlAXw3z .nav-link {
  position: relative;
}
.cid-sFGzlAXw3z .container {
  display: flex;
  margin: auto;
}
.cid-sFGzlAXw3z .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown-menu,
.cid-sFGzlAXw3z .navbar.opened {
  background: #353535 !important;
}
.cid-sFGzlAXw3z .nav-item:focus,
.cid-sFGzlAXw3z .nav-link:focus {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGzlAXw3z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGzlAXw3z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-sFGzlAXw3z .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGzlAXw3z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGzlAXw3z .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGzlAXw3z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar.collapsed {
  justify-content: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGzlAXw3z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFGzlAXw3z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGzlAXw3z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGzlAXw3z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFGzlAXw3z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGzlAXw3z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGzlAXw3z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGzlAXw3z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGzlAXw3z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGzlAXw3z .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGzlAXw3z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown-item.active,
.cid-sFGzlAXw3z .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGzlAXw3z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGzlAXw3z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGzlAXw3z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGzlAXw3z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGzlAXw3z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFGzlAXw3z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGzlAXw3z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFGzlAXw3z .navbar {
    height: 70px;
  }
  .cid-sFGzlAXw3z .navbar.opened {
    height: auto;
  }
  .cid-sFGzlAXw3z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugStnLnoIJ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/rick-rosette-2024-01-29-at-13.39.58.jpeg");
}
.cid-ugStnLnoIJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugStnLnoIJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugStnLnoIJ .mbr-section-title {
  color: #fff0b0;
}
.cid-uEp9nMY2hp {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uEp9nMY2hp img,
.cid-uEp9nMY2hp .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uEp9nMY2hp .item:focus,
.cid-uEp9nMY2hp span:focus {
  outline: none;
}
.cid-uEp9nMY2hp .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uEp9nMY2hp .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uEp9nMY2hp .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uEp9nMY2hp .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uEp9nMY2hp .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uEp9nMY2hp .mbr-section-title {
  color: #232323;
}
.cid-uEp9nMY2hp .mbr-text,
.cid-uEp9nMY2hp .mbr-section-btn {
  text-align: left;
}
.cid-uEp9nMY2hp .item-title {
  text-align: left;
  color: #ff9966;
}
.cid-uEp9nMY2hp .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-ugSvOZafKJ {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ugSvOZafKJ img,
.cid-ugSvOZafKJ .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ugSvOZafKJ .item:focus,
.cid-ugSvOZafKJ span:focus {
  outline: none;
}
.cid-ugSvOZafKJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ugSvOZafKJ .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ugSvOZafKJ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ugSvOZafKJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ugSvOZafKJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ugSvOZafKJ .mbr-section-title {
  color: #232323;
}
.cid-ugSvOZafKJ .mbr-text,
.cid-ugSvOZafKJ .mbr-section-btn {
  text-align: left;
}
.cid-ugSvOZafKJ .item-title {
  text-align: left;
  color: #ff9966;
}
.cid-ugSvOZafKJ .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-ugSziq3Xdi {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ugSziq3Xdi img,
.cid-ugSziq3Xdi .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ugSziq3Xdi .item:focus,
.cid-ugSziq3Xdi span:focus {
  outline: none;
}
.cid-ugSziq3Xdi .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ugSziq3Xdi .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ugSziq3Xdi .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ugSziq3Xdi .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ugSziq3Xdi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ugSziq3Xdi .mbr-section-title {
  color: #232323;
}
.cid-ugSziq3Xdi .mbr-text,
.cid-ugSziq3Xdi .mbr-section-btn {
  text-align: left;
}
.cid-ugSziq3Xdi .item-title {
  text-align: left;
  color: #ff9966;
}
.cid-ugSziq3Xdi .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-ugSDxlx6SL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ugSDxlx6SL img,
.cid-ugSDxlx6SL .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ugSDxlx6SL .item:focus,
.cid-ugSDxlx6SL span:focus {
  outline: none;
}
.cid-ugSDxlx6SL .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ugSDxlx6SL .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ugSDxlx6SL .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ugSDxlx6SL .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ugSDxlx6SL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ugSDxlx6SL .mbr-section-title {
  color: #232323;
}
.cid-ugSDxlx6SL .mbr-text,
.cid-ugSDxlx6SL .mbr-section-btn {
  text-align: left;
}
.cid-ugSDxlx6SL .item-title {
  text-align: left;
  color: #ff9966;
}
.cid-ugSDxlx6SL .item-subtitle {
  text-align: left;
  color: #232323;
}
.cid-ugMwUOtUqL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ugMwUOtUqL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugMwUOtUqL .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ugMwUOtUqL .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ugMwUOtUqL .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ugMwUOtUqL .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ugMwUOtUqL .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ugMwUOtUqL .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ugMwUOtUqL .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ugMwUOtUqL .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ugMwUOtUqL .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ugMwUOtUqL .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ugMwUOtUqL .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ugMwUOtUqL .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ugMwUOtUqL .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ugMwUOtUqL .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-ugMwUOtUqL foot-menu-item P {
  text-align: right;
}
.cid-sFGzlAXw3z .navbar-dropdown {
  position: relative !important;
}
.cid-sFGzlAXw3z .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGzlAXw3z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGzlAXw3z .dropdown-item:hover,
.cid-sFGzlAXw3z .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-sFGzlAXw3z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGzlAXw3z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGzlAXw3z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGzlAXw3z .nav-link {
  position: relative;
}
.cid-sFGzlAXw3z .container {
  display: flex;
  margin: auto;
}
.cid-sFGzlAXw3z .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown-menu,
.cid-sFGzlAXw3z .navbar.opened {
  background: #353535 !important;
}
.cid-sFGzlAXw3z .nav-item:focus,
.cid-sFGzlAXw3z .nav-link:focus {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGzlAXw3z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGzlAXw3z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-sFGzlAXw3z .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGzlAXw3z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGzlAXw3z .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGzlAXw3z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar.collapsed {
  justify-content: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGzlAXw3z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFGzlAXw3z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGzlAXw3z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGzlAXw3z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFGzlAXw3z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGzlAXw3z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGzlAXw3z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGzlAXw3z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGzlAXw3z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGzlAXw3z .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGzlAXw3z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown-item.active,
.cid-sFGzlAXw3z .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGzlAXw3z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGzlAXw3z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGzlAXw3z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGzlAXw3z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGzlAXw3z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFGzlAXw3z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGzlAXw3z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFGzlAXw3z .navbar {
    height: 70px;
  }
  .cid-sFGzlAXw3z .navbar.opened {
    height: auto;
  }
  .cid-sFGzlAXw3z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugMNytMz0p {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/john-clarke-dec-2023-heart-neb.jpeg");
}
.cid-ugMNytMz0p .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMNytMz0p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugMNytMz0p .mbr-text,
.cid-ugMNytMz0p .mbr-section-btn {
  color: #232323;
}
.cid-ugMNytMz0p .card-title,
.cid-ugMNytMz0p .card-box {
  color: #fff0b0;
}
.cid-ugMNytMz0p .mbr-text,
.cid-ugMNytMz0p .link-wrap {
  color: #ffffff;
}
.cid-uX5FhNgCcQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uX5FhNgCcQ .mbr-section-subtitle {
  color: #fff0b0;
}
.cid-uX5FhNgCcQ .mbr-text {
  color: #ffffff;
}
.cid-vgYbikwMPM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vgYbikwMPM .mbr-section-subtitle {
  color: #fff0b0;
}
.cid-vgYbikwMPM .mbr-text {
  color: #ffffff;
}
.cid-vjj1Gw30Nu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vjj1Gw30Nu .mbr-section-subtitle {
  color: #fff0b0;
}
.cid-vjj1Gw30Nu .mbr-text {
  color: #ffffff;
}
.cid-vjXVHPqvie {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vjXVHPqvie .mbr-section-subtitle {
  color: #fff0b0;
}
.cid-vjXVHPqvie .mbr-text {
  color: #ffffff;
}
.cid-vjj2oRy2S3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vjj2oRy2S3 .mbr-section-subtitle {
  color: #fff0b0;
}
.cid-vjj2oRy2S3 .mbr-text {
  color: #ffffff;
}
.cid-uZuifur0yg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uZuifur0yg .mbr-section-subtitle {
  color: #fff0b0;
}
.cid-uZuifur0yg .mbr-text {
  color: #ffffff;
}
.cid-v60SWq8Gjj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-v60SWq8Gjj .mbr-section-subtitle {
  color: #fff0b0;
}
.cid-v60SWq8Gjj .mbr-text {
  color: #ffffff;
}
.cid-veCq3XC9zU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-veCq3XC9zU .mbr-section-subtitle {
  color: #fff0b0;
}
.cid-veCq3XC9zU .mbr-text {
  color: #ffffff;
}
.cid-vg05vWLSUi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vg05vWLSUi .mbr-section-subtitle {
  color: #fff0b0;
}
.cid-vg05vWLSUi .mbr-text {
  color: #ffffff;
}
.cid-vj2ZXxgPR6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vj2ZXxgPR6 .mbr-section-subtitle {
  color: #fff0b0;
}
.cid-vj2ZXxgPR6 .mbr-text {
  color: #ffffff;
}
.cid-vj30MuY4LW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vj30MuY4LW .mbr-section-subtitle {
  color: #fff0b0;
}
.cid-vj30MuY4LW .mbr-text {
  color: #ffffff;
}
.cid-ugMwUOtUqL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ugMwUOtUqL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugMwUOtUqL .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ugMwUOtUqL .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ugMwUOtUqL .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ugMwUOtUqL .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ugMwUOtUqL .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ugMwUOtUqL .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ugMwUOtUqL .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ugMwUOtUqL .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ugMwUOtUqL .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ugMwUOtUqL .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ugMwUOtUqL .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ugMwUOtUqL .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ugMwUOtUqL .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ugMwUOtUqL .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-ugMwUOtUqL foot-menu-item P {
  text-align: right;
}
.cid-sFGzlAXw3z .navbar-dropdown {
  position: relative !important;
}
.cid-sFGzlAXw3z .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGzlAXw3z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGzlAXw3z .dropdown-item:hover,
.cid-sFGzlAXw3z .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-sFGzlAXw3z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGzlAXw3z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGzlAXw3z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGzlAXw3z .nav-link {
  position: relative;
}
.cid-sFGzlAXw3z .container {
  display: flex;
  margin: auto;
}
.cid-sFGzlAXw3z .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown-menu,
.cid-sFGzlAXw3z .navbar.opened {
  background: #353535 !important;
}
.cid-sFGzlAXw3z .nav-item:focus,
.cid-sFGzlAXw3z .nav-link:focus {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGzlAXw3z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGzlAXw3z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-sFGzlAXw3z .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGzlAXw3z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGzlAXw3z .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGzlAXw3z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar.collapsed {
  justify-content: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGzlAXw3z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFGzlAXw3z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGzlAXw3z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGzlAXw3z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFGzlAXw3z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGzlAXw3z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGzlAXw3z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGzlAXw3z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGzlAXw3z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGzlAXw3z .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGzlAXw3z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown-item.active,
.cid-sFGzlAXw3z .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGzlAXw3z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGzlAXw3z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGzlAXw3z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGzlAXw3z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGzlAXw3z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFGzlAXw3z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGzlAXw3z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFGzlAXw3z .navbar {
    height: 70px;
  }
  .cid-sFGzlAXw3z .navbar.opened {
    height: auto;
  }
  .cid-sFGzlAXw3z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugMP696UgT {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/john-clarke-oct-2023.jpeg");
}
.cid-ugMP696UgT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMP696UgT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugMP696UgT .mbr-text,
.cid-ugMP696UgT .mbr-section-btn {
  color: #232323;
}
.cid-ugMP696UgT .card-title,
.cid-ugMP696UgT .card-box {
  color: #ffe885;
}
.cid-ugMP696UgT .mbr-text,
.cid-ugMP696UgT .link-wrap {
  color: #ffffff;
}
.cid-uhdpDGqNFA {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uhdpDGqNFA .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uhdpDGqNFA .mbr-section-subtitle {
  color: #ffe885;
}
.cid-ugMboxSqD1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ugMboxSqD1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMboxSqD1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugMboxSqD1 .img-wrapper {
  text-align: center;
  padding-bottom: 2rem;
}
.cid-ugMboxSqD1 img {
  margin: auto;
  width: 140px;
}
.cid-ugMboxSqD1 .row {
  align-items: flex-start;
}
.cid-ugMboxSqD1 .item-wrapper {
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 992px) {
  .cid-ugMboxSqD1 .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-ugMboxSqD1 .item-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ugMboxSqD1 .item-wrapper {
    padding: 1rem;
  }
}
.cid-ugMboxSqD1 .card-title {
  color: #353535;
}
.cid-ugMboxSqD1 .mbr-text,
.cid-ugMboxSqD1 .mbr-section-btn {
  color: #e43f3f;
  text-align: center;
}
.cid-ulvpzpkYT3 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ulvpzpkYT3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulvpzpkYT3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulvpzpkYT3 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-ulvpzpkYT3 .card {
    margin-bottom: 2rem!important;
  }
  .cid-ulvpzpkYT3 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ulvpzpkYT3 .link-wrap {
    align-items: center;
  }
}
.cid-ulvpzpkYT3 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ulvpzpkYT3 .card-title,
.cid-ulvpzpkYT3 .card-box {
  color: #ffe885;
}
.cid-ulvpzpkYT3 .mbr-text,
.cid-ulvpzpkYT3 .link-wrap,
.cid-ulvpzpkYT3 .mbr-section-btn {
  color: #ffffff;
}
.cid-ulvpzpkYT3 P {
  color: #ffffff;
}
.cid-ulvu7FjMz8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #232323;
}
.cid-ulvu7FjMz8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulvu7FjMz8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-ulvu7FjMz8 .row {
    flex-direction: column-reverse;
  }
  .cid-ulvu7FjMz8 .row .map-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ulvu7FjMz8 .google-map {
  height: 100%;
  position: relative;
}
.cid-ulvu7FjMz8 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ulvu7FjMz8 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ulvu7FjMz8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ulvu7FjMz8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ulvu7FjMz8 .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-ulvu7FjMz8 .card-wrapper {
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
.cid-ulvu7FjMz8 .card-wrapper:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-ulvu7FjMz8 .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ulvu7FjMz8 .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-ulvu7FjMz8 .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #c37a7a;
}
.cid-ulvu7FjMz8 .mbr-section-title {
  color: #ffe885;
}
.cid-ulvu7FjMz8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulwIvcUUcM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ulwIvcUUcM .mbr-section-subtitle {
  text-align: center;
  color: #ffe885;
}
.cid-ulwIvcUUcM .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-ugMwUOtUqL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ugMwUOtUqL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugMwUOtUqL .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ugMwUOtUqL .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ugMwUOtUqL .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ugMwUOtUqL .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ugMwUOtUqL .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ugMwUOtUqL .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ugMwUOtUqL .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ugMwUOtUqL .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ugMwUOtUqL .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ugMwUOtUqL .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ugMwUOtUqL .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ugMwUOtUqL .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ugMwUOtUqL .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ugMwUOtUqL .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-ugMwUOtUqL foot-menu-item P {
  text-align: right;
}
.cid-sFGzlAXw3z .navbar-dropdown {
  position: relative !important;
}
.cid-sFGzlAXw3z .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGzlAXw3z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGzlAXw3z .dropdown-item:hover,
.cid-sFGzlAXw3z .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-sFGzlAXw3z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGzlAXw3z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGzlAXw3z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGzlAXw3z .nav-link {
  position: relative;
}
.cid-sFGzlAXw3z .container {
  display: flex;
  margin: auto;
}
.cid-sFGzlAXw3z .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown-menu,
.cid-sFGzlAXw3z .navbar.opened {
  background: #353535 !important;
}
.cid-sFGzlAXw3z .nav-item:focus,
.cid-sFGzlAXw3z .nav-link:focus {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGzlAXw3z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGzlAXw3z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-sFGzlAXw3z .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGzlAXw3z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGzlAXw3z .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGzlAXw3z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar.collapsed {
  justify-content: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGzlAXw3z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFGzlAXw3z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGzlAXw3z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGzlAXw3z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFGzlAXw3z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGzlAXw3z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGzlAXw3z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGzlAXw3z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGzlAXw3z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGzlAXw3z .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGzlAXw3z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown-item.active,
.cid-sFGzlAXw3z .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGzlAXw3z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGzlAXw3z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGzlAXw3z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGzlAXw3z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGzlAXw3z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFGzlAXw3z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGzlAXw3z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFGzlAXw3z .navbar {
    height: 70px;
  }
  .cid-sFGzlAXw3z .navbar.opened {
    height: auto;
  }
  .cid-sFGzlAXw3z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugMKmNzHxZ {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/rick-rosette-2024-01-29-at-13.39.58.jpeg");
}
.cid-ugMKmNzHxZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugMKmNzHxZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugMKmNzHxZ .mbr-section-title {
  color: #ffe885;
}
.cid-uzRoUDlyeI {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uzRoUDlyeI img,
.cid-uzRoUDlyeI .item-img {
  width: 100%;
}
.cid-uzRoUDlyeI .item:focus,
.cid-uzRoUDlyeI span:focus {
  outline: none;
}
.cid-uzRoUDlyeI .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uzRoUDlyeI .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uzRoUDlyeI .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzRoUDlyeI .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uzRoUDlyeI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uzRoUDlyeI .mbr-section-title {
  color: #fff0b0;
}
.cid-uzRoUDlyeI .mbr-text,
.cid-uzRoUDlyeI .mbr-section-btn {
  text-align: left;
}
.cid-uzRoUDlyeI .item-title {
  text-align: left;
}
.cid-uzRoUDlyeI .item-subtitle {
  text-align: center;
}
.cid-uzRoUDlyeI .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uKHOu0UhVZ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uKHOu0UhVZ h6 {
  line-height: 1.2;
}
.cid-uKHOu0UhVZ img,
.cid-uKHOu0UhVZ .item-img {
  width: 100%;
  height: 100%;
}
.cid-uKHOu0UhVZ .item:focus,
.cid-uKHOu0UhVZ span:focus {
  outline: none;
}
.cid-uKHOu0UhVZ .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uKHOu0UhVZ .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uKHOu0UhVZ .mbr-section-title {
  color: #e6c63b;
}
.cid-uKHOu0UhVZ .mbr-text,
.cid-uKHOu0UhVZ .mbr-section-btn {
  color: #000000;
}
.cid-uKHOu0UhVZ .item-title {
  color: #000000;
  text-align: center;
}
.cid-uKHOu0UhVZ .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uKHOu0UhVZ .item-text {
  color: #000000;
  text-align: center;
}
.cid-uKHOu0UhVZ .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uKHOu0UhVZ .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uKHOu0UhVZ .item-subtitle,
.cid-uKHOu0UhVZ .mbr-section-btn {
  color: #a0e1e1;
}
.cid-uKHOu0UhVZ .item-title,
.cid-uKHOu0UhVZ .mbr-section-btn {
  color: #ffeb69;
}
.cid-uKHOu0UhVZ .mbr-section-subtitle {
  color: #a0e1e1;
}
.cid-uhdt3nRzbp {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/rick-rosette-2024-01-29-at-13.39.58.jpeg");
}
.cid-uhdt3nRzbp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhdt3nRzbp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhdt3nRzbp .mbr-section-title {
  color: #fff0b0;
}
.cid-uhdt3nRzbp .mbr-text,
.cid-uhdt3nRzbp .mbr-section-btn {
  color: #ffffff;
}
.cid-ugMwUOtUqL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ugMwUOtUqL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugMwUOtUqL .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ugMwUOtUqL .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ugMwUOtUqL .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ugMwUOtUqL .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ugMwUOtUqL .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ugMwUOtUqL .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ugMwUOtUqL .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ugMwUOtUqL .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ugMwUOtUqL .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ugMwUOtUqL .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ugMwUOtUqL .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ugMwUOtUqL .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ugMwUOtUqL .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ugMwUOtUqL .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-ugMwUOtUqL foot-menu-item P {
  text-align: right;
}
.cid-ukuYLoVy1z .navbar-dropdown {
  position: relative !important;
}
.cid-ukuYLoVy1z .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukuYLoVy1z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ukuYLoVy1z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ukuYLoVy1z .dropdown-item:hover,
.cid-ukuYLoVy1z .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-ukuYLoVy1z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ukuYLoVy1z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ukuYLoVy1z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ukuYLoVy1z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ukuYLoVy1z .nav-link {
  position: relative;
}
.cid-ukuYLoVy1z .container {
  display: flex;
  margin: auto;
}
.cid-ukuYLoVy1z .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ukuYLoVy1z .dropdown-menu,
.cid-ukuYLoVy1z .navbar.opened {
  background: #353535 !important;
}
.cid-ukuYLoVy1z .nav-item:focus,
.cid-ukuYLoVy1z .nav-link:focus {
  outline: none;
}
.cid-ukuYLoVy1z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ukuYLoVy1z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ukuYLoVy1z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ukuYLoVy1z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ukuYLoVy1z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ukuYLoVy1z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ukuYLoVy1z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-ukuYLoVy1z .navbar.opened {
  transition: all 0.3s;
}
.cid-ukuYLoVy1z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ukuYLoVy1z .navbar .navbar-logo img {
  width: auto;
}
.cid-ukuYLoVy1z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ukuYLoVy1z .navbar.collapsed {
  justify-content: center;
}
.cid-ukuYLoVy1z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ukuYLoVy1z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ukuYLoVy1z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ukuYLoVy1z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ukuYLoVy1z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ukuYLoVy1z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ukuYLoVy1z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ukuYLoVy1z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ukuYLoVy1z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ukuYLoVy1z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ukuYLoVy1z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ukuYLoVy1z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ukuYLoVy1z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ukuYLoVy1z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ukuYLoVy1z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ukuYLoVy1z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ukuYLoVy1z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ukuYLoVy1z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ukuYLoVy1z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ukuYLoVy1z .navbar.navbar-short {
  min-height: 60px;
}
.cid-ukuYLoVy1z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ukuYLoVy1z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ukuYLoVy1z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ukuYLoVy1z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ukuYLoVy1z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ukuYLoVy1z .dropdown-item.active,
.cid-ukuYLoVy1z .dropdown-item:active {
  background-color: transparent;
}
.cid-ukuYLoVy1z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ukuYLoVy1z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ukuYLoVy1z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ukuYLoVy1z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-ukuYLoVy1z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ukuYLoVy1z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ukuYLoVy1z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ukuYLoVy1z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ukuYLoVy1z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ukuYLoVy1z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ukuYLoVy1z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ukuYLoVy1z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukuYLoVy1z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ukuYLoVy1z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ukuYLoVy1z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukuYLoVy1z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ukuYLoVy1z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ukuYLoVy1z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ukuYLoVy1z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ukuYLoVy1z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ukuYLoVy1z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ukuYLoVy1z .navbar {
    height: 70px;
  }
  .cid-ukuYLoVy1z .navbar.opened {
    height: auto;
  }
  .cid-ukuYLoVy1z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ukuYLpvtZT {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/elephant-osc-hoo-copy.png");
}
.cid-ukuYLpvtZT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukuYLpvtZT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukuYLpvtZT .mbr-text,
.cid-ukuYLpvtZT .mbr-section-btn {
  color: #232323;
}
.cid-ukuYLpvtZT .card-title,
.cid-ukuYLpvtZT .card-box {
  color: #ffffff;
}
.cid-ukuYLpvtZT .mbr-text,
.cid-ukuYLpvtZT .link-wrap {
  color: #ffffff;
}
.cid-ukuYLpvtZT .card-box .mbr-text,
.cid-ukuYLpvtZT .mbr-section-btn {
  color: #ffffff;
}
.cid-ukuYLqcpHg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ukuYLqcpHg .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ukuYLqcpHg .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ukuYLqcpHg .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ukuYLqcpHg .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ukuYLqcpHg .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ukuYLqcpHg .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ukuYLqcpHg .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ukuYLqcpHg .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ukuYLqcpHg .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ukuYLqcpHg .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ukuYLqcpHg .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ukuYLqcpHg .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ukuYLqcpHg .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ukuYLqcpHg .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ukuYLqcpHg .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-ukuYLqcpHg foot-menu-item P {
  text-align: right;
}
.cid-uldU26Tjzn .navbar-dropdown {
  position: relative !important;
}
.cid-uldU26Tjzn .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uldU26Tjzn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uldU26Tjzn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uldU26Tjzn .dropdown-item:hover,
.cid-uldU26Tjzn .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-uldU26Tjzn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uldU26Tjzn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uldU26Tjzn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uldU26Tjzn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uldU26Tjzn .nav-link {
  position: relative;
}
.cid-uldU26Tjzn .container {
  display: flex;
  margin: auto;
}
.cid-uldU26Tjzn .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uldU26Tjzn .dropdown-menu,
.cid-uldU26Tjzn .navbar.opened {
  background: #353535 !important;
}
.cid-uldU26Tjzn .nav-item:focus,
.cid-uldU26Tjzn .nav-link:focus {
  outline: none;
}
.cid-uldU26Tjzn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uldU26Tjzn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uldU26Tjzn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uldU26Tjzn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uldU26Tjzn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uldU26Tjzn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uldU26Tjzn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uldU26Tjzn .navbar.opened {
  transition: all 0.3s;
}
.cid-uldU26Tjzn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uldU26Tjzn .navbar .navbar-logo img {
  width: auto;
}
.cid-uldU26Tjzn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uldU26Tjzn .navbar.collapsed {
  justify-content: center;
}
.cid-uldU26Tjzn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uldU26Tjzn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uldU26Tjzn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uldU26Tjzn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uldU26Tjzn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uldU26Tjzn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uldU26Tjzn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uldU26Tjzn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uldU26Tjzn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uldU26Tjzn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uldU26Tjzn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uldU26Tjzn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uldU26Tjzn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uldU26Tjzn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uldU26Tjzn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uldU26Tjzn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uldU26Tjzn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uldU26Tjzn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uldU26Tjzn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uldU26Tjzn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uldU26Tjzn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uldU26Tjzn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uldU26Tjzn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uldU26Tjzn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uldU26Tjzn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uldU26Tjzn .dropdown-item.active,
.cid-uldU26Tjzn .dropdown-item:active {
  background-color: transparent;
}
.cid-uldU26Tjzn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uldU26Tjzn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uldU26Tjzn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uldU26Tjzn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uldU26Tjzn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uldU26Tjzn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uldU26Tjzn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uldU26Tjzn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uldU26Tjzn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uldU26Tjzn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uldU26Tjzn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uldU26Tjzn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uldU26Tjzn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uldU26Tjzn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uldU26Tjzn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uldU26Tjzn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uldU26Tjzn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uldU26Tjzn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uldU26Tjzn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uldU26Tjzn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uldU26Tjzn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uldU26Tjzn .navbar {
    height: 70px;
  }
  .cid-uldU26Tjzn .navbar.opened {
    height: auto;
  }
  .cid-uldU26Tjzn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uldU27x92w {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uldU27x92w .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uldU27x92w .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-ule15zYXTQ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-ule15zYXTQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ule15zYXTQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ule15zYXTQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ule15zYXTQ .row {
  flex-direction: row-reverse;
}
.cid-ule15zYXTQ img {
  width: 100%;
}
.cid-ule15zYXTQ .mbr-description {
  color: #ffe161;
}
.cid-uldU288fOt {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uldU288fOt .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uldU288fOt .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uldU288fOt .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uldU288fOt .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uldU288fOt .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uldU288fOt .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uldU288fOt .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uldU288fOt .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uldU288fOt .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uldU288fOt .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uldU288fOt .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uldU288fOt .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uldU288fOt .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uldU288fOt .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uldU288fOt .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-uldU288fOt foot-menu-item P {
  text-align: right;
}
.cid-uldVRV2wdD .navbar-dropdown {
  position: relative !important;
}
.cid-uldVRV2wdD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uldVRV2wdD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uldVRV2wdD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uldVRV2wdD .dropdown-item:hover,
.cid-uldVRV2wdD .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-uldVRV2wdD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uldVRV2wdD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uldVRV2wdD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uldVRV2wdD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uldVRV2wdD .nav-link {
  position: relative;
}
.cid-uldVRV2wdD .container {
  display: flex;
  margin: auto;
}
.cid-uldVRV2wdD .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uldVRV2wdD .dropdown-menu,
.cid-uldVRV2wdD .navbar.opened {
  background: #353535 !important;
}
.cid-uldVRV2wdD .nav-item:focus,
.cid-uldVRV2wdD .nav-link:focus {
  outline: none;
}
.cid-uldVRV2wdD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uldVRV2wdD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uldVRV2wdD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uldVRV2wdD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uldVRV2wdD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uldVRV2wdD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uldVRV2wdD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uldVRV2wdD .navbar.opened {
  transition: all 0.3s;
}
.cid-uldVRV2wdD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uldVRV2wdD .navbar .navbar-logo img {
  width: auto;
}
.cid-uldVRV2wdD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uldVRV2wdD .navbar.collapsed {
  justify-content: center;
}
.cid-uldVRV2wdD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uldVRV2wdD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uldVRV2wdD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uldVRV2wdD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uldVRV2wdD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uldVRV2wdD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uldVRV2wdD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uldVRV2wdD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uldVRV2wdD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uldVRV2wdD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uldVRV2wdD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uldVRV2wdD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uldVRV2wdD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uldVRV2wdD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uldVRV2wdD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uldVRV2wdD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uldVRV2wdD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uldVRV2wdD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uldVRV2wdD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uldVRV2wdD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uldVRV2wdD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uldVRV2wdD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uldVRV2wdD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uldVRV2wdD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uldVRV2wdD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uldVRV2wdD .dropdown-item.active,
.cid-uldVRV2wdD .dropdown-item:active {
  background-color: transparent;
}
.cid-uldVRV2wdD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uldVRV2wdD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uldVRV2wdD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uldVRV2wdD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uldVRV2wdD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uldVRV2wdD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uldVRV2wdD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uldVRV2wdD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uldVRV2wdD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uldVRV2wdD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uldVRV2wdD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uldVRV2wdD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uldVRV2wdD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uldVRV2wdD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uldVRV2wdD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uldVRV2wdD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uldVRV2wdD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uldVRV2wdD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uldVRV2wdD .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uldVRV2wdD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uldVRV2wdD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uldVRV2wdD .navbar {
    height: 70px;
  }
  .cid-uldVRV2wdD .navbar.opened {
    height: auto;
  }
  .cid-uldVRV2wdD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uldVRVEhI1 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uldVRVEhI1 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uldVRVEhI1 .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uldXRbhdxn {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uldXRbhdxn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uldXRbhdxn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uldXRbhdxn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uldXRbhdxn .row {
  flex-direction: row-reverse;
}
.cid-uldXRbhdxn img {
  width: 100%;
}
.cid-uldXRbhdxn .mbr-description {
  color: #ffe161;
}
.cid-uldVRWkJmQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uldVRWkJmQ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uldVRWkJmQ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uldVRWkJmQ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uldVRWkJmQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uldVRWkJmQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uldVRWkJmQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uldVRWkJmQ .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uldVRWkJmQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uldVRWkJmQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uldVRWkJmQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uldVRWkJmQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uldVRWkJmQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uldVRWkJmQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uldVRWkJmQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uldVRWkJmQ .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-uldVRWkJmQ foot-menu-item P {
  text-align: right;
}
.cid-ule5h8XpyE .navbar-dropdown {
  position: relative !important;
}
.cid-ule5h8XpyE .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ule5h8XpyE .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ule5h8XpyE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ule5h8XpyE .dropdown-item:hover,
.cid-ule5h8XpyE .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-ule5h8XpyE .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ule5h8XpyE .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ule5h8XpyE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ule5h8XpyE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ule5h8XpyE .nav-link {
  position: relative;
}
.cid-ule5h8XpyE .container {
  display: flex;
  margin: auto;
}
.cid-ule5h8XpyE .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ule5h8XpyE .dropdown-menu,
.cid-ule5h8XpyE .navbar.opened {
  background: #353535 !important;
}
.cid-ule5h8XpyE .nav-item:focus,
.cid-ule5h8XpyE .nav-link:focus {
  outline: none;
}
.cid-ule5h8XpyE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ule5h8XpyE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ule5h8XpyE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ule5h8XpyE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ule5h8XpyE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ule5h8XpyE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ule5h8XpyE .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-ule5h8XpyE .navbar.opened {
  transition: all 0.3s;
}
.cid-ule5h8XpyE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ule5h8XpyE .navbar .navbar-logo img {
  width: auto;
}
.cid-ule5h8XpyE .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ule5h8XpyE .navbar.collapsed {
  justify-content: center;
}
.cid-ule5h8XpyE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ule5h8XpyE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ule5h8XpyE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ule5h8XpyE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ule5h8XpyE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ule5h8XpyE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ule5h8XpyE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ule5h8XpyE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ule5h8XpyE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ule5h8XpyE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ule5h8XpyE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ule5h8XpyE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ule5h8XpyE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ule5h8XpyE .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ule5h8XpyE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ule5h8XpyE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ule5h8XpyE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ule5h8XpyE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ule5h8XpyE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ule5h8XpyE .navbar.navbar-short {
  min-height: 60px;
}
.cid-ule5h8XpyE .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ule5h8XpyE .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ule5h8XpyE .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ule5h8XpyE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ule5h8XpyE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ule5h8XpyE .dropdown-item.active,
.cid-ule5h8XpyE .dropdown-item:active {
  background-color: transparent;
}
.cid-ule5h8XpyE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ule5h8XpyE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ule5h8XpyE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ule5h8XpyE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-ule5h8XpyE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ule5h8XpyE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ule5h8XpyE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ule5h8XpyE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ule5h8XpyE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ule5h8XpyE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ule5h8XpyE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ule5h8XpyE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ule5h8XpyE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ule5h8XpyE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ule5h8XpyE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ule5h8XpyE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ule5h8XpyE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ule5h8XpyE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ule5h8XpyE .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ule5h8XpyE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ule5h8XpyE .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ule5h8XpyE .navbar {
    height: 70px;
  }
  .cid-ule5h8XpyE .navbar.opened {
    height: auto;
  }
  .cid-ule5h8XpyE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ule5h9DlDS {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ule5h9DlDS .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-ule5h9DlDS .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-ule7b7AhrT {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #232323;
}
.cid-ule7b7AhrT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ule7b7AhrT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ule7b7AhrT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ule7b7AhrT .row {
  flex-direction: row-reverse;
}
.cid-ule7b7AhrT img {
  width: 100%;
}
.cid-ule7b7AhrT .mbr-description {
  color: #ffe885;
}
.cid-ule5haQalN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ule5haQalN .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ule5haQalN .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ule5haQalN .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ule5haQalN .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ule5haQalN .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ule5haQalN .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ule5haQalN .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ule5haQalN .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ule5haQalN .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ule5haQalN .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ule5haQalN .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ule5haQalN .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ule5haQalN .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ule5haQalN .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ule5haQalN .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-ule5haQalN foot-menu-item P {
  text-align: right;
}
.cid-ule91tejQO .navbar-dropdown {
  position: relative !important;
}
.cid-ule91tejQO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ule91tejQO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ule91tejQO .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ule91tejQO .dropdown-item:hover,
.cid-ule91tejQO .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-ule91tejQO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ule91tejQO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ule91tejQO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ule91tejQO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ule91tejQO .nav-link {
  position: relative;
}
.cid-ule91tejQO .container {
  display: flex;
  margin: auto;
}
.cid-ule91tejQO .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ule91tejQO .dropdown-menu,
.cid-ule91tejQO .navbar.opened {
  background: #353535 !important;
}
.cid-ule91tejQO .nav-item:focus,
.cid-ule91tejQO .nav-link:focus {
  outline: none;
}
.cid-ule91tejQO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ule91tejQO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ule91tejQO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ule91tejQO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ule91tejQO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ule91tejQO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ule91tejQO .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-ule91tejQO .navbar.opened {
  transition: all 0.3s;
}
.cid-ule91tejQO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ule91tejQO .navbar .navbar-logo img {
  width: auto;
}
.cid-ule91tejQO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ule91tejQO .navbar.collapsed {
  justify-content: center;
}
.cid-ule91tejQO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ule91tejQO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ule91tejQO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ule91tejQO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ule91tejQO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ule91tejQO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ule91tejQO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ule91tejQO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ule91tejQO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ule91tejQO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ule91tejQO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ule91tejQO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ule91tejQO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ule91tejQO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ule91tejQO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ule91tejQO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ule91tejQO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ule91tejQO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ule91tejQO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ule91tejQO .navbar.navbar-short {
  min-height: 60px;
}
.cid-ule91tejQO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ule91tejQO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ule91tejQO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ule91tejQO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ule91tejQO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ule91tejQO .dropdown-item.active,
.cid-ule91tejQO .dropdown-item:active {
  background-color: transparent;
}
.cid-ule91tejQO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ule91tejQO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ule91tejQO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ule91tejQO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-ule91tejQO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ule91tejQO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ule91tejQO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ule91tejQO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ule91tejQO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ule91tejQO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ule91tejQO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ule91tejQO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ule91tejQO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ule91tejQO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ule91tejQO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ule91tejQO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ule91tejQO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ule91tejQO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ule91tejQO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ule91tejQO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ule91tejQO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ule91tejQO .navbar {
    height: 70px;
  }
  .cid-ule91tejQO .navbar.opened {
    height: auto;
  }
  .cid-ule91tejQO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ule91tQ3db {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ule91tQ3db .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-ule91tQ3db .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-ulebA68l4N {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ulebA68l4N .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulebA68l4N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ulebA68l4N .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulebA68l4N .row {
  flex-direction: row-reverse;
}
.cid-ulebA68l4N img {
  width: 100%;
}
.cid-ulebA68l4N .mbr-description {
  color: #ffe885;
}
.cid-ule91v3vTe {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ule91v3vTe .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ule91v3vTe .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ule91v3vTe .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ule91v3vTe .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ule91v3vTe .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ule91v3vTe .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ule91v3vTe .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ule91v3vTe .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ule91v3vTe .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ule91v3vTe .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ule91v3vTe .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ule91v3vTe .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ule91v3vTe .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ule91v3vTe .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ule91v3vTe .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-ule91v3vTe foot-menu-item P {
  text-align: right;
}
.cid-ulkqjfgqaX .navbar-dropdown {
  position: relative !important;
}
.cid-ulkqjfgqaX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulkqjfgqaX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ulkqjfgqaX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ulkqjfgqaX .dropdown-item:hover,
.cid-ulkqjfgqaX .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-ulkqjfgqaX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ulkqjfgqaX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ulkqjfgqaX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ulkqjfgqaX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ulkqjfgqaX .nav-link {
  position: relative;
}
.cid-ulkqjfgqaX .container {
  display: flex;
  margin: auto;
}
.cid-ulkqjfgqaX .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ulkqjfgqaX .dropdown-menu,
.cid-ulkqjfgqaX .navbar.opened {
  background: #353535 !important;
}
.cid-ulkqjfgqaX .nav-item:focus,
.cid-ulkqjfgqaX .nav-link:focus {
  outline: none;
}
.cid-ulkqjfgqaX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulkqjfgqaX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulkqjfgqaX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulkqjfgqaX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulkqjfgqaX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulkqjfgqaX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulkqjfgqaX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-ulkqjfgqaX .navbar.opened {
  transition: all 0.3s;
}
.cid-ulkqjfgqaX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulkqjfgqaX .navbar .navbar-logo img {
  width: auto;
}
.cid-ulkqjfgqaX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulkqjfgqaX .navbar.collapsed {
  justify-content: center;
}
.cid-ulkqjfgqaX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulkqjfgqaX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ulkqjfgqaX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulkqjfgqaX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulkqjfgqaX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ulkqjfgqaX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulkqjfgqaX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulkqjfgqaX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ulkqjfgqaX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulkqjfgqaX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulkqjfgqaX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulkqjfgqaX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulkqjfgqaX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ulkqjfgqaX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ulkqjfgqaX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulkqjfgqaX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulkqjfgqaX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ulkqjfgqaX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulkqjfgqaX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ulkqjfgqaX .navbar.navbar-short {
  min-height: 60px;
}
.cid-ulkqjfgqaX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ulkqjfgqaX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ulkqjfgqaX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ulkqjfgqaX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulkqjfgqaX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulkqjfgqaX .dropdown-item.active,
.cid-ulkqjfgqaX .dropdown-item:active {
  background-color: transparent;
}
.cid-ulkqjfgqaX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulkqjfgqaX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulkqjfgqaX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulkqjfgqaX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-ulkqjfgqaX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ulkqjfgqaX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulkqjfgqaX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulkqjfgqaX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ulkqjfgqaX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulkqjfgqaX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ulkqjfgqaX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulkqjfgqaX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulkqjfgqaX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulkqjfgqaX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulkqjfgqaX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulkqjfgqaX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulkqjfgqaX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulkqjfgqaX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulkqjfgqaX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ulkqjfgqaX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulkqjfgqaX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ulkqjfgqaX .navbar {
    height: 70px;
  }
  .cid-ulkqjfgqaX .navbar.opened {
    height: auto;
  }
  .cid-ulkqjfgqaX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulkvQqXQk9 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ulkvQqXQk9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulkvQqXQk9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulkvQqXQk9 .mbr-section-title {
  color: #ffe885;
}
.cid-ulkvQqXQk9 .mbr-section-subtitle {
  color: #ffe885;
}
.cid-ulkqjfSS9I {
  background-image: url("../../../assets/images/eyepieces-1.jpg");
}
.cid-ulkqjfSS9I .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulkqjfSS9I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulkqjfSS9I .mbr-section-title {
  color: #fff0b0;
  text-align: left;
}
.cid-ulkqjfSS9I .mbr-text,
.cid-ulkqjfSS9I .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ulkO49FrZv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ulkO49FrZv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulkO49FrZv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ulkO49FrZv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulkO49FrZv img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ulkO49FrZv .text-wrapper {
    padding: 2rem;
  }
}
.cid-ulkO49FrZv .mbr-section-title {
  color: #ffe885;
}
.cid-ulkO49FrZv .mbr-text {
  color: #ffffff;
}
.cid-ulkQMUrDvH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ulkQMUrDvH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulkQMUrDvH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulkQMUrDvH .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-ulkQMUrDvH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulkQMUrDvH .row {
  flex-direction: row-reverse;
}
.cid-ulkQMUrDvH img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ulkQMUrDvH .text-wrapper {
    padding: 2rem;
  }
}
.cid-ulkQMUrDvH .mbr-section-title {
  color: #ffe885;
}
.cid-ulkQMUrDvH .mbr-text {
  color: #ffffff;
}
.cid-ulkZHmunSP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ulkZHmunSP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulkZHmunSP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ulkZHmunSP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulkZHmunSP img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ulkZHmunSP .text-wrapper {
    padding: 2rem;
  }
}
.cid-ulkZHmunSP .mbr-section-title {
  color: #ffe885;
}
.cid-ulkZHmunSP .mbr-text {
  color: #ffffff;
}
.cid-ull4ifIP5o {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-ull4ifIP5o .mbr-fallback-image.disabled {
  display: none;
}
.cid-ull4ifIP5o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ull4ifIP5o .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ull4ifIP5o .row {
  flex-direction: row-reverse;
}
.cid-ull4ifIP5o img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ull4ifIP5o .text-wrapper {
    padding: 2rem;
  }
}
.cid-ull4ifIP5o .mbr-text {
  color: #ffffff;
}
.cid-ull4ifIP5o .mbr-section-title {
  color: #ffe885;
}
.cid-ullbdFkh44 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ullbdFkh44 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ullbdFkh44 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ullbdFkh44 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ullbdFkh44 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ullbdFkh44 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ullbdFkh44 .mbr-section-title {
  color: #ffe885;
}
.cid-ullbdFkh44 .mbr-text {
  color: #ffffff;
}
.cid-ullfvfdD2C {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ullfvfdD2C .mbr-fallback-image.disabled {
  display: none;
}
.cid-ullfvfdD2C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ullfvfdD2C .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ullfvfdD2C .row {
  flex-direction: row-reverse;
}
.cid-ullfvfdD2C img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ullfvfdD2C .text-wrapper {
    padding: 2rem;
  }
}
.cid-ullfvfdD2C .mbr-section-title {
  color: #ffe885;
}
.cid-ullfvfdD2C .mbr-text {
  color: #ffffff;
}
.cid-ullhI2ESZw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ullhI2ESZw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ullhI2ESZw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ullhI2ESZw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ullhI2ESZw img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ullhI2ESZw .text-wrapper {
    padding: 2rem;
  }
}
.cid-ullhI2ESZw .mbr-section-title {
  color: #ffe885;
}
.cid-ullhI2ESZw .mbr-text {
  color: #ffffff;
}
.cid-ulljmC9HFF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ulljmC9HFF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulljmC9HFF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ulljmC9HFF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulljmC9HFF .row {
  flex-direction: row-reverse;
}
.cid-ulljmC9HFF img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ulljmC9HFF .text-wrapper {
    padding: 2rem;
  }
}
.cid-ulljmC9HFF .mbr-description {
  color: #ffffff;
}
.cid-ulljmC9HFF .mbr-section-title {
  color: #ffe885;
}
.cid-ulljmC9HFF .mbr-text {
  color: #ffffff;
}
.cid-ulppceutAE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ulppceutAE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulppceutAE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ulppceutAE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulppceutAE img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ulppceutAE .text-wrapper {
    padding: 2rem;
  }
}
.cid-ulppceutAE .mbr-section-title {
  color: #ffe885;
}
.cid-ulppceutAE .mbr-text {
  color: #ffffff;
}
.cid-ulprwJFE3z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ulprwJFE3z .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulprwJFE3z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ulprwJFE3z .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulprwJFE3z .row {
  flex-direction: row-reverse;
}
.cid-ulprwJFE3z img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ulprwJFE3z .text-wrapper {
    padding: 2rem;
  }
}
.cid-ulprwJFE3z .mbr-section-title {
  color: #ffe885;
}
.cid-ulprwJFE3z .mbr-text {
  color: #ffffff;
}
.cid-ulptjy5N8n {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ulptjy5N8n .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulptjy5N8n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ulptjy5N8n .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulptjy5N8n img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ulptjy5N8n .text-wrapper {
    padding: 2rem;
  }
}
.cid-ulptjy5N8n .mbr-section-title {
  color: #ffe885;
}
.cid-ulptjy5N8n .mbr-text {
  color: #ffffff;
}
.cid-ulHNbUzgX2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ulHNbUzgX2 .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-ulHO63RcGu {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-ulHO63RcGu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulHO63RcGu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ulHO63RcGu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulHO63RcGu .row {
  flex-direction: row-reverse;
}
.cid-ulHO63RcGu img {
  width: 100%;
}
.cid-ulHO63RcGu .mbr-description {
  color: #ffffff;
}
.cid-ulpwMr787N {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ulpwMr787N .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulpwMr787N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ulpwMr787N .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulpwMr787N .row {
  flex-direction: row-reverse;
}
.cid-ulpwMr787N img {
  width: 100%;
}
.cid-ulpxkF9XOP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ulpxkF9XOP .mbr-section-subtitle {
  text-align: center;
  color: #ffe885;
}
.cid-ulpyg8IBNF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ulpyg8IBNF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulpyg8IBNF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ulpyg8IBNF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulpyg8IBNF .row {
  flex-direction: row-reverse;
}
.cid-ulpyg8IBNF img {
  width: 100%;
}
.cid-ulpyg8IBNF .mbr-description {
  color: #ffffff;
}
.cid-ulpzg2mfPZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ulpzg2mfPZ .mbr-section-subtitle {
  color: #ffe885;
}
.cid-ulpzg2mfPZ .mbr-text {
  color: #ffffff;
}
.cid-ulpEiAx6KW {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ulpEiAx6KW .mbr-section-subtitle {
  text-align: center;
  color: #ffe885;
}
.cid-ulpFmKowy5 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ulpFmKowy5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulpFmKowy5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ulpFmKowy5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulpFmKowy5 .row {
  flex-direction: row-reverse;
}
.cid-ulpFmKowy5 img {
  width: 100%;
}
.cid-ulpFmKowy5 .mbr-description {
  text-align: left;
  color: #ffffff;
}
.cid-ulpH9LlNA0 {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-ulpH9LlNA0 .mbr-section-subtitle {
  color: #ffe885;
}
.cid-ulpH9LlNA0 .mbr-text {
  color: #ffffff;
}
.cid-ulkqjiJ9i6 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ulkqjiJ9i6 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ulkqjiJ9i6 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ulkqjiJ9i6 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ulkqjiJ9i6 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ulkqjiJ9i6 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ulkqjiJ9i6 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ulkqjiJ9i6 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ulkqjiJ9i6 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ulkqjiJ9i6 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ulkqjiJ9i6 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ulkqjiJ9i6 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ulkqjiJ9i6 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ulkqjiJ9i6 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ulkqjiJ9i6 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ulkqjiJ9i6 .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-ulkqjiJ9i6 foot-menu-item P {
  text-align: right;
}
.cid-ulBk0J3mOq .navbar-dropdown {
  position: relative !important;
}
.cid-ulBk0J3mOq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulBk0J3mOq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ulBk0J3mOq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ulBk0J3mOq .dropdown-item:hover,
.cid-ulBk0J3mOq .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-ulBk0J3mOq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ulBk0J3mOq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ulBk0J3mOq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ulBk0J3mOq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ulBk0J3mOq .nav-link {
  position: relative;
}
.cid-ulBk0J3mOq .container {
  display: flex;
  margin: auto;
}
.cid-ulBk0J3mOq .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ulBk0J3mOq .dropdown-menu,
.cid-ulBk0J3mOq .navbar.opened {
  background: #353535 !important;
}
.cid-ulBk0J3mOq .nav-item:focus,
.cid-ulBk0J3mOq .nav-link:focus {
  outline: none;
}
.cid-ulBk0J3mOq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulBk0J3mOq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulBk0J3mOq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulBk0J3mOq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulBk0J3mOq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulBk0J3mOq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulBk0J3mOq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-ulBk0J3mOq .navbar.opened {
  transition: all 0.3s;
}
.cid-ulBk0J3mOq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulBk0J3mOq .navbar .navbar-logo img {
  width: auto;
}
.cid-ulBk0J3mOq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulBk0J3mOq .navbar.collapsed {
  justify-content: center;
}
.cid-ulBk0J3mOq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulBk0J3mOq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ulBk0J3mOq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulBk0J3mOq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulBk0J3mOq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ulBk0J3mOq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulBk0J3mOq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulBk0J3mOq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ulBk0J3mOq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulBk0J3mOq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulBk0J3mOq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulBk0J3mOq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulBk0J3mOq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ulBk0J3mOq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ulBk0J3mOq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulBk0J3mOq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulBk0J3mOq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ulBk0J3mOq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulBk0J3mOq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ulBk0J3mOq .navbar.navbar-short {
  min-height: 60px;
}
.cid-ulBk0J3mOq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ulBk0J3mOq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ulBk0J3mOq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ulBk0J3mOq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulBk0J3mOq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulBk0J3mOq .dropdown-item.active,
.cid-ulBk0J3mOq .dropdown-item:active {
  background-color: transparent;
}
.cid-ulBk0J3mOq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulBk0J3mOq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulBk0J3mOq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulBk0J3mOq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-ulBk0J3mOq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ulBk0J3mOq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulBk0J3mOq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulBk0J3mOq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ulBk0J3mOq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulBk0J3mOq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ulBk0J3mOq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulBk0J3mOq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulBk0J3mOq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulBk0J3mOq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulBk0J3mOq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulBk0J3mOq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulBk0J3mOq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulBk0J3mOq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulBk0J3mOq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ulBk0J3mOq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulBk0J3mOq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ulBk0J3mOq .navbar {
    height: 70px;
  }
  .cid-ulBk0J3mOq .navbar.opened {
    height: auto;
  }
  .cid-ulBk0J3mOq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulBs1ORhVA {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ulBs1ORhVA .mbr-section-subtitle {
  text-align: center;
  color: #ffe885;
}
.cid-ulBs1ORhVA .mbr-text {
  color: #ffffff;
}
.cid-ulBsS6oVLm {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-ulBsS6oVLm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulBsS6oVLm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulBsS6oVLm .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-ulBsS6oVLm .card {
    margin-bottom: 2rem!important;
  }
  .cid-ulBsS6oVLm .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-ulBsS6oVLm .link-wrap {
    align-items: center;
  }
}
.cid-ulBsS6oVLm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ulBsS6oVLm .mbr-text,
.cid-ulBsS6oVLm .link-wrap,
.cid-ulBsS6oVLm .mbr-section-btn {
  color: #ffffff;
}
.cid-ulBtPT2beq {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-ulBtPT2beq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulBtPT2beq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ulBtPT2beq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulBtPT2beq .row {
  flex-direction: row-reverse;
}
.cid-ulBtPT2beq img {
  width: 100%;
}
.cid-ulBtPT2beq .mbr-description {
  color: #ffffff;
}
.cid-ulBk0KhJHx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ulBk0KhJHx .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ulBk0KhJHx .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ulBk0KhJHx .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ulBk0KhJHx .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ulBk0KhJHx .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ulBk0KhJHx .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ulBk0KhJHx .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ulBk0KhJHx .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ulBk0KhJHx .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ulBk0KhJHx .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ulBk0KhJHx .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ulBk0KhJHx .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ulBk0KhJHx .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ulBk0KhJHx .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ulBk0KhJHx .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-ulBk0KhJHx foot-menu-item P {
  text-align: right;
}
.cid-ulBSEkoy3g .navbar-dropdown {
  position: relative !important;
}
.cid-ulBSEkoy3g .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulBSEkoy3g .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ulBSEkoy3g .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ulBSEkoy3g .dropdown-item:hover,
.cid-ulBSEkoy3g .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-ulBSEkoy3g .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ulBSEkoy3g .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ulBSEkoy3g .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ulBSEkoy3g .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ulBSEkoy3g .nav-link {
  position: relative;
}
.cid-ulBSEkoy3g .container {
  display: flex;
  margin: auto;
}
.cid-ulBSEkoy3g .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ulBSEkoy3g .dropdown-menu,
.cid-ulBSEkoy3g .navbar.opened {
  background: #353535 !important;
}
.cid-ulBSEkoy3g .nav-item:focus,
.cid-ulBSEkoy3g .nav-link:focus {
  outline: none;
}
.cid-ulBSEkoy3g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulBSEkoy3g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulBSEkoy3g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulBSEkoy3g .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulBSEkoy3g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulBSEkoy3g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulBSEkoy3g .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-ulBSEkoy3g .navbar.opened {
  transition: all 0.3s;
}
.cid-ulBSEkoy3g .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulBSEkoy3g .navbar .navbar-logo img {
  width: auto;
}
.cid-ulBSEkoy3g .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulBSEkoy3g .navbar.collapsed {
  justify-content: center;
}
.cid-ulBSEkoy3g .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulBSEkoy3g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ulBSEkoy3g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulBSEkoy3g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulBSEkoy3g .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ulBSEkoy3g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulBSEkoy3g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulBSEkoy3g .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ulBSEkoy3g .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulBSEkoy3g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulBSEkoy3g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulBSEkoy3g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulBSEkoy3g .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ulBSEkoy3g .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ulBSEkoy3g .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulBSEkoy3g .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulBSEkoy3g .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ulBSEkoy3g .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulBSEkoy3g .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ulBSEkoy3g .navbar.navbar-short {
  min-height: 60px;
}
.cid-ulBSEkoy3g .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ulBSEkoy3g .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ulBSEkoy3g .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ulBSEkoy3g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulBSEkoy3g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulBSEkoy3g .dropdown-item.active,
.cid-ulBSEkoy3g .dropdown-item:active {
  background-color: transparent;
}
.cid-ulBSEkoy3g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulBSEkoy3g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulBSEkoy3g .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulBSEkoy3g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-ulBSEkoy3g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ulBSEkoy3g .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulBSEkoy3g ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulBSEkoy3g .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ulBSEkoy3g button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulBSEkoy3g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ulBSEkoy3g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulBSEkoy3g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulBSEkoy3g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulBSEkoy3g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulBSEkoy3g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulBSEkoy3g nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulBSEkoy3g nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulBSEkoy3g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulBSEkoy3g .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ulBSEkoy3g a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulBSEkoy3g .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ulBSEkoy3g .navbar {
    height: 70px;
  }
  .cid-ulBSEkoy3g .navbar.opened {
    height: auto;
  }
  .cid-ulBSEkoy3g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulBT2aUldM {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ulBT2aUldM .mbr-section-subtitle {
  text-align: center;
  color: #ffe885;
}
.cid-ulBVYpGkS4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ulBVYpGkS4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulBVYpGkS4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ulBVYpGkS4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulBVYpGkS4 .row {
  flex-direction: row-reverse;
}
.cid-ulBVYpGkS4 img {
  width: 100%;
}
.cid-ulBUcIG8MR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ulBUcIG8MR .mbr-text {
  color: #ffffff;
}
.cid-ulBVinoBUy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ulBVinoBUy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulBVinoBUy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ulBVinoBUy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulBVinoBUy .row {
  flex-direction: row-reverse;
}
.cid-ulBVinoBUy img {
  width: 100%;
}
.cid-ulBVinoBUy .mbr-description {
  color: #ffffff;
}
.cid-ulBZej6VbW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-ulBZej6VbW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulBZej6VbW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-ulBZej6VbW .text-wrapper {
    padding: 2rem;
  }
}
.cid-ulBZej6VbW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ulBZej6VbW .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-ulBZej6VbW .mbr-text {
  color: #ffffff;
}
.cid-ulC0FbSrHz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ulC0FbSrHz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulC0FbSrHz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ulC0FbSrHz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulC0FbSrHz .row {
  flex-direction: row-reverse;
}
.cid-ulC0FbSrHz img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ulC0FbSrHz .text-wrapper {
    padding: 2rem;
  }
}
.cid-ulC0FbSrHz .mbr-text {
  color: #ffffff;
}
.cid-ulC1FRln1o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ulC1FRln1o .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulC1FRln1o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ulC1FRln1o .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulC1FRln1o img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ulC1FRln1o .text-wrapper {
    padding: 2rem;
  }
}
.cid-ulC1FRln1o .mbr-text {
  color: #ffffff;
}
.cid-ulC1FRln1o .mbr-description {
  color: #ffffff;
}
.cid-ulBSElNVnc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ulBSElNVnc .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ulBSElNVnc .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ulBSElNVnc .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ulBSElNVnc .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ulBSElNVnc .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ulBSElNVnc .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ulBSElNVnc .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ulBSElNVnc .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ulBSElNVnc .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ulBSElNVnc .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ulBSElNVnc .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ulBSElNVnc .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ulBSElNVnc .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ulBSElNVnc .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ulBSElNVnc .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-ulBSElNVnc foot-menu-item P {
  text-align: right;
}
.cid-ulZfKMELV2 .navbar-dropdown {
  position: relative !important;
}
.cid-ulZfKMELV2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulZfKMELV2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ulZfKMELV2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ulZfKMELV2 .dropdown-item:hover,
.cid-ulZfKMELV2 .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-ulZfKMELV2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ulZfKMELV2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ulZfKMELV2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ulZfKMELV2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ulZfKMELV2 .nav-link {
  position: relative;
}
.cid-ulZfKMELV2 .container {
  display: flex;
  margin: auto;
}
.cid-ulZfKMELV2 .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ulZfKMELV2 .dropdown-menu,
.cid-ulZfKMELV2 .navbar.opened {
  background: #353535 !important;
}
.cid-ulZfKMELV2 .nav-item:focus,
.cid-ulZfKMELV2 .nav-link:focus {
  outline: none;
}
.cid-ulZfKMELV2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulZfKMELV2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulZfKMELV2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulZfKMELV2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulZfKMELV2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulZfKMELV2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulZfKMELV2 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-ulZfKMELV2 .navbar.opened {
  transition: all 0.3s;
}
.cid-ulZfKMELV2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulZfKMELV2 .navbar .navbar-logo img {
  width: auto;
}
.cid-ulZfKMELV2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulZfKMELV2 .navbar.collapsed {
  justify-content: center;
}
.cid-ulZfKMELV2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulZfKMELV2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ulZfKMELV2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulZfKMELV2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulZfKMELV2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ulZfKMELV2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulZfKMELV2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulZfKMELV2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ulZfKMELV2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulZfKMELV2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulZfKMELV2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulZfKMELV2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulZfKMELV2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ulZfKMELV2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ulZfKMELV2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulZfKMELV2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulZfKMELV2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ulZfKMELV2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulZfKMELV2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ulZfKMELV2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-ulZfKMELV2 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ulZfKMELV2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ulZfKMELV2 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ulZfKMELV2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulZfKMELV2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulZfKMELV2 .dropdown-item.active,
.cid-ulZfKMELV2 .dropdown-item:active {
  background-color: transparent;
}
.cid-ulZfKMELV2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulZfKMELV2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulZfKMELV2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulZfKMELV2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-ulZfKMELV2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ulZfKMELV2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulZfKMELV2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulZfKMELV2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ulZfKMELV2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulZfKMELV2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ulZfKMELV2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulZfKMELV2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulZfKMELV2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulZfKMELV2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulZfKMELV2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulZfKMELV2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulZfKMELV2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulZfKMELV2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulZfKMELV2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ulZfKMELV2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulZfKMELV2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ulZfKMELV2 .navbar {
    height: 70px;
  }
  .cid-ulZfKMELV2 .navbar.opened {
    height: auto;
  }
  .cid-ulZfKMELV2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulZgykm6Cz {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ulZgykm6Cz .mbr-section-subtitle {
  text-align: center;
  color: #ffe885;
}
.cid-ulZktEK4H6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ulZktEK4H6 .mbr-text {
  color: #ffffff;
}
.cid-ulZmc3hGEj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ulZmc3hGEj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulZmc3hGEj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ulZmc3hGEj .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulZmc3hGEj .row {
  flex-direction: row-reverse;
}
.cid-ulZmc3hGEj img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ulZmc3hGEj .text-wrapper {
    padding: 2rem;
  }
}
.cid-ulZmc3hGEj .mbr-text {
  color: #ffffff;
}
.cid-ulZsdWItDt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ulZsdWItDt .mbr-text {
  color: #ffffff;
}
.cid-ulZtFH5cCs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ulZtFH5cCs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulZtFH5cCs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ulZtFH5cCs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulZtFH5cCs .row {
  flex-direction: row-reverse;
}
.cid-ulZtFH5cCs img {
  width: 100%;
}
.cid-ulZuoA8jL3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ulZuoA8jL3 .mbr-text {
  color: #ffffff;
}
.cid-ulZvt25T9h {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ulZvt25T9h .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulZvt25T9h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ulZvt25T9h .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulZvt25T9h .row {
  flex-direction: row-reverse;
}
.cid-ulZvt25T9h img {
  width: 100%;
}
.cid-ulZvt25T9h .mbr-description {
  color: #ffffff;
}
.cid-ulZwXU448m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ulZwXU448m .mbr-text {
  color: #ffffff;
}
.cid-ulZxsD4VE5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ulZxsD4VE5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulZxsD4VE5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ulZxsD4VE5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulZxsD4VE5 .row {
  flex-direction: row-reverse;
}
.cid-ulZxsD4VE5 img {
  width: 100%;
}
.cid-ulZyeWcynn {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ulZyeWcynn .mbr-text {
  color: #ffffff;
}
.cid-ulZyZxw5g9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ulZyZxw5g9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulZyZxw5g9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ulZyZxw5g9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulZyZxw5g9 .row {
  flex-direction: row-reverse;
}
.cid-ulZyZxw5g9 img {
  width: 100%;
}
.cid-ulZyZxw5g9 .mbr-description {
  color: #ffffff;
}
.cid-ulZINohypT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ulZINohypT .mbr-text {
  color: #ffffff;
}
.cid-ulZfKNFE79 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ulZfKNFE79 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ulZfKNFE79 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ulZfKNFE79 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ulZfKNFE79 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ulZfKNFE79 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ulZfKNFE79 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ulZfKNFE79 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ulZfKNFE79 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ulZfKNFE79 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ulZfKNFE79 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ulZfKNFE79 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ulZfKNFE79 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ulZfKNFE79 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ulZfKNFE79 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ulZfKNFE79 .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-ulZfKNFE79 foot-menu-item P {
  text-align: right;
}
.cid-ulvC9JbXmj .navbar-dropdown {
  position: relative !important;
}
.cid-ulvC9JbXmj .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulvC9JbXmj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ulvC9JbXmj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ulvC9JbXmj .dropdown-item:hover,
.cid-ulvC9JbXmj .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-ulvC9JbXmj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ulvC9JbXmj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ulvC9JbXmj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ulvC9JbXmj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ulvC9JbXmj .nav-link {
  position: relative;
}
.cid-ulvC9JbXmj .container {
  display: flex;
  margin: auto;
}
.cid-ulvC9JbXmj .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ulvC9JbXmj .dropdown-menu,
.cid-ulvC9JbXmj .navbar.opened {
  background: #353535 !important;
}
.cid-ulvC9JbXmj .nav-item:focus,
.cid-ulvC9JbXmj .nav-link:focus {
  outline: none;
}
.cid-ulvC9JbXmj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulvC9JbXmj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulvC9JbXmj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulvC9JbXmj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulvC9JbXmj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulvC9JbXmj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulvC9JbXmj .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-ulvC9JbXmj .navbar.opened {
  transition: all 0.3s;
}
.cid-ulvC9JbXmj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulvC9JbXmj .navbar .navbar-logo img {
  width: auto;
}
.cid-ulvC9JbXmj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulvC9JbXmj .navbar.collapsed {
  justify-content: center;
}
.cid-ulvC9JbXmj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulvC9JbXmj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ulvC9JbXmj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulvC9JbXmj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulvC9JbXmj .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ulvC9JbXmj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulvC9JbXmj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulvC9JbXmj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ulvC9JbXmj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulvC9JbXmj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulvC9JbXmj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulvC9JbXmj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulvC9JbXmj .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ulvC9JbXmj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ulvC9JbXmj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulvC9JbXmj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulvC9JbXmj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ulvC9JbXmj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulvC9JbXmj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ulvC9JbXmj .navbar.navbar-short {
  min-height: 60px;
}
.cid-ulvC9JbXmj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ulvC9JbXmj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ulvC9JbXmj .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ulvC9JbXmj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulvC9JbXmj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulvC9JbXmj .dropdown-item.active,
.cid-ulvC9JbXmj .dropdown-item:active {
  background-color: transparent;
}
.cid-ulvC9JbXmj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulvC9JbXmj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulvC9JbXmj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulvC9JbXmj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-ulvC9JbXmj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ulvC9JbXmj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulvC9JbXmj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulvC9JbXmj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ulvC9JbXmj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulvC9JbXmj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ulvC9JbXmj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulvC9JbXmj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulvC9JbXmj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulvC9JbXmj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulvC9JbXmj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulvC9JbXmj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulvC9JbXmj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulvC9JbXmj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulvC9JbXmj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ulvC9JbXmj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulvC9JbXmj .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ulvC9JbXmj .navbar {
    height: 70px;
  }
  .cid-ulvC9JbXmj .navbar.opened {
    height: auto;
  }
  .cid-ulvC9JbXmj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulvC9JMTAi {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ulvC9JMTAi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulvC9JMTAi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-ulvC9JMTAi .container {
    max-width: 1400px;
  }
}
.cid-ulvC9JMTAi .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-ulvC9JMTAi .row {
  justify-content: center;
}
.cid-ulvC9JMTAi .mbr-section-title {
  color: #ffe885;
}
.cid-ulvC9JMTAi .card-title,
.cid-ulvC9JMTAi .iconfont-wrapper {
  color: #ffe885;
}
.cid-ulvC9JMTAi .card-text {
  color: #ffffff;
}
.cid-ulvC9KAHGr {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ulvC9KAHGr .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ulvC9KAHGr .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ulvC9KAHGr .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ulvC9KAHGr .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ulvC9KAHGr .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ulvC9KAHGr .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ulvC9KAHGr .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ulvC9KAHGr .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ulvC9KAHGr .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ulvC9KAHGr .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ulvC9KAHGr .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ulvC9KAHGr .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ulvC9KAHGr .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ulvC9KAHGr .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ulvC9KAHGr .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-ulvC9KAHGr foot-menu-item P {
  text-align: right;
}
.cid-ulvC9Losxb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-ulvC9Losxb .mbr-section-subtitle {
  color: #232323;
}
.cid-ulBAgzGz1e .navbar-dropdown {
  position: relative !important;
}
.cid-ulBAgzGz1e .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulBAgzGz1e .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ulBAgzGz1e .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ulBAgzGz1e .dropdown-item:hover,
.cid-ulBAgzGz1e .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-ulBAgzGz1e .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ulBAgzGz1e .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ulBAgzGz1e .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ulBAgzGz1e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ulBAgzGz1e .nav-link {
  position: relative;
}
.cid-ulBAgzGz1e .container {
  display: flex;
  margin: auto;
}
.cid-ulBAgzGz1e .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ulBAgzGz1e .dropdown-menu,
.cid-ulBAgzGz1e .navbar.opened {
  background: #353535 !important;
}
.cid-ulBAgzGz1e .nav-item:focus,
.cid-ulBAgzGz1e .nav-link:focus {
  outline: none;
}
.cid-ulBAgzGz1e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ulBAgzGz1e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ulBAgzGz1e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ulBAgzGz1e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ulBAgzGz1e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ulBAgzGz1e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ulBAgzGz1e .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-ulBAgzGz1e .navbar.opened {
  transition: all 0.3s;
}
.cid-ulBAgzGz1e .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ulBAgzGz1e .navbar .navbar-logo img {
  width: auto;
}
.cid-ulBAgzGz1e .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ulBAgzGz1e .navbar.collapsed {
  justify-content: center;
}
.cid-ulBAgzGz1e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ulBAgzGz1e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ulBAgzGz1e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ulBAgzGz1e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ulBAgzGz1e .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ulBAgzGz1e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ulBAgzGz1e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ulBAgzGz1e .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ulBAgzGz1e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ulBAgzGz1e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ulBAgzGz1e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ulBAgzGz1e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ulBAgzGz1e .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ulBAgzGz1e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ulBAgzGz1e .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ulBAgzGz1e .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ulBAgzGz1e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ulBAgzGz1e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ulBAgzGz1e .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ulBAgzGz1e .navbar.navbar-short {
  min-height: 60px;
}
.cid-ulBAgzGz1e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ulBAgzGz1e .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ulBAgzGz1e .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ulBAgzGz1e .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ulBAgzGz1e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ulBAgzGz1e .dropdown-item.active,
.cid-ulBAgzGz1e .dropdown-item:active {
  background-color: transparent;
}
.cid-ulBAgzGz1e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ulBAgzGz1e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ulBAgzGz1e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ulBAgzGz1e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-ulBAgzGz1e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ulBAgzGz1e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ulBAgzGz1e ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ulBAgzGz1e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ulBAgzGz1e button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ulBAgzGz1e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ulBAgzGz1e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ulBAgzGz1e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulBAgzGz1e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ulBAgzGz1e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ulBAgzGz1e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulBAgzGz1e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ulBAgzGz1e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ulBAgzGz1e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ulBAgzGz1e .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ulBAgzGz1e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ulBAgzGz1e .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ulBAgzGz1e .navbar {
    height: 70px;
  }
  .cid-ulBAgzGz1e .navbar.opened {
    height: auto;
  }
  .cid-ulBAgzGz1e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulBAppWvCS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ulBAppWvCS .mbr-section-subtitle {
  text-align: center;
  color: #ffe885;
}
.cid-unXNJjFg0J {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-unXNJjFg0J .mbr-section-subtitle {
  text-align: center;
  color: #ffe885;
}
.cid-unXNJjFg0J .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-ulBBsJ0HQ1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ulBBsJ0HQ1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulBBsJ0HQ1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ulBBsJ0HQ1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulBBsJ0HQ1 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ulBBsJ0HQ1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ulBBsJ0HQ1 .mbr-text {
  color: #ffffff;
}
.cid-ulBED8fP0I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ulBED8fP0I .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulBED8fP0I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ulBED8fP0I .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulBED8fP0I .row {
  flex-direction: row-reverse;
}
.cid-ulBED8fP0I img {
  width: 100%;
}
.cid-ulBAgATCDa {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ulBAgATCDa .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ulBAgATCDa .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ulBAgATCDa .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ulBAgATCDa .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ulBAgATCDa .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ulBAgATCDa .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ulBAgATCDa .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ulBAgATCDa .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ulBAgATCDa .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ulBAgATCDa .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ulBAgATCDa .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ulBAgATCDa .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ulBAgATCDa .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ulBAgATCDa .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ulBAgATCDa .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-ulBAgATCDa foot-menu-item P {
  text-align: right;
}
.cid-uq1ZwWGeeo .navbar-dropdown {
  position: relative !important;
}
.cid-uq1ZwWGeeo .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uq1ZwWGeeo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uq1ZwWGeeo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uq1ZwWGeeo .dropdown-item:hover,
.cid-uq1ZwWGeeo .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-uq1ZwWGeeo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uq1ZwWGeeo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uq1ZwWGeeo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uq1ZwWGeeo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uq1ZwWGeeo .nav-link {
  position: relative;
}
.cid-uq1ZwWGeeo .container {
  display: flex;
  margin: auto;
}
.cid-uq1ZwWGeeo .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uq1ZwWGeeo .dropdown-menu,
.cid-uq1ZwWGeeo .navbar.opened {
  background: #353535 !important;
}
.cid-uq1ZwWGeeo .nav-item:focus,
.cid-uq1ZwWGeeo .nav-link:focus {
  outline: none;
}
.cid-uq1ZwWGeeo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uq1ZwWGeeo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uq1ZwWGeeo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uq1ZwWGeeo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uq1ZwWGeeo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uq1ZwWGeeo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uq1ZwWGeeo .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uq1ZwWGeeo .navbar.opened {
  transition: all 0.3s;
}
.cid-uq1ZwWGeeo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uq1ZwWGeeo .navbar .navbar-logo img {
  width: auto;
}
.cid-uq1ZwWGeeo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uq1ZwWGeeo .navbar.collapsed {
  justify-content: center;
}
.cid-uq1ZwWGeeo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uq1ZwWGeeo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uq1ZwWGeeo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uq1ZwWGeeo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uq1ZwWGeeo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uq1ZwWGeeo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uq1ZwWGeeo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uq1ZwWGeeo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uq1ZwWGeeo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uq1ZwWGeeo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uq1ZwWGeeo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uq1ZwWGeeo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uq1ZwWGeeo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uq1ZwWGeeo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uq1ZwWGeeo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uq1ZwWGeeo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uq1ZwWGeeo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uq1ZwWGeeo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uq1ZwWGeeo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uq1ZwWGeeo .navbar.navbar-short {
  min-height: 60px;
}
.cid-uq1ZwWGeeo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uq1ZwWGeeo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uq1ZwWGeeo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uq1ZwWGeeo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uq1ZwWGeeo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uq1ZwWGeeo .dropdown-item.active,
.cid-uq1ZwWGeeo .dropdown-item:active {
  background-color: transparent;
}
.cid-uq1ZwWGeeo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uq1ZwWGeeo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uq1ZwWGeeo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uq1ZwWGeeo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uq1ZwWGeeo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uq1ZwWGeeo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uq1ZwWGeeo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uq1ZwWGeeo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uq1ZwWGeeo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uq1ZwWGeeo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uq1ZwWGeeo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uq1ZwWGeeo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uq1ZwWGeeo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uq1ZwWGeeo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uq1ZwWGeeo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uq1ZwWGeeo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uq1ZwWGeeo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uq1ZwWGeeo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uq1ZwWGeeo .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uq1ZwWGeeo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uq1ZwWGeeo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uq1ZwWGeeo .navbar {
    height: 70px;
  }
  .cid-uq1ZwWGeeo .navbar.opened {
    height: auto;
  }
  .cid-uq1ZwWGeeo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uq1ZwXdhAS {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uq1ZwXdhAS .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uq1ZwXdhAS .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uq24HS0jjd {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uq24HS0jjd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq24HS0jjd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uq24HS0jjd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uq24HS0jjd .row {
  flex-direction: row-reverse;
}
.cid-uq24HS0jjd img {
  width: 100%;
}
.cid-uq24HS0jjd .mbr-description {
  color: #ffffff;
  text-align: left;
}
.cid-uq273b9RqM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uq273b9RqM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq273b9RqM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uq273b9RqM .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uq273b9RqM .row {
  flex-direction: row-reverse;
}
.cid-uq273b9RqM img {
  width: 100%;
}
.cid-uq273b9RqM .mbr-description {
  color: #ffffff;
  text-align: left;
}
.cid-uq2aofgavy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uq2aofgavy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq2aofgavy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uq2aofgavy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uq2aofgavy .row {
  flex-direction: row-reverse;
}
.cid-uq2aofgavy img {
  width: 100%;
}
.cid-uq2aofgavy .mbr-description {
  color: #ffffff;
  text-align: left;
}
.cid-uq2thI0BrB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uq2thI0BrB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq2thI0BrB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uq2thI0BrB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uq2thI0BrB .row {
  flex-direction: row-reverse;
}
.cid-uq2thI0BrB img {
  width: 100%;
}
.cid-uq2thI0BrB .mbr-description {
  color: #ffffff;
}
.cid-uq2cJRUWro {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uq2cJRUWro .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq2cJRUWro .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uq2cJRUWro .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uq2cJRUWro img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uq2cJRUWro .text-wrapper {
    padding: 2rem;
  }
}
.cid-uq2cJRUWro .mbr-section-title {
  color: #ffe161;
}
.cid-uq2cJRUWro .mbr-text {
  color: #ffffff;
}
.cid-uq2cJRUWro .mbr-description {
  color: #ffffff;
}
.cid-uq2eanfgeH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uq2eanfgeH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uq2eanfgeH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uq2eanfgeH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uq2eanfgeH .row {
  flex-direction: row-reverse;
}
.cid-uq2eanfgeH img {
  width: 100%;
}
.cid-uq2eanfgeH .mbr-description {
  color: #ffffff;
}
.cid-uvpWLkrzVp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uvpWLkrzVp .mbr-section-subtitle {
  color: #ffe885;
}
.cid-uvpWLkrzVp .mbr-text {
  color: #ffffff;
}
.cid-uvpWGtEmIx {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-uvpWGtEmIx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvpWGtEmIx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uvpWGtEmIx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvpWGtEmIx .row {
  flex-direction: row-reverse;
}
.cid-uvpWGtEmIx img {
  width: 100%;
}
.cid-uvpWGtEmIx .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uvq6A0nlJA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uvq6A0nlJA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvq6A0nlJA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uvq6A0nlJA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvq6A0nlJA img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uvq6A0nlJA .text-wrapper {
    padding: 2rem;
  }
}
.cid-uvq6A0nlJA .mbr-section-title {
  color: #ffffff;
}
.cid-uvq6A0nlJA .mbr-text {
  color: #ffffff;
}
.cid-uq1ZwY9AnM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uq1ZwY9AnM .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uq1ZwY9AnM .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uq1ZwY9AnM .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uq1ZwY9AnM .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uq1ZwY9AnM .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uq1ZwY9AnM .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uq1ZwY9AnM .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uq1ZwY9AnM .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uq1ZwY9AnM .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uq1ZwY9AnM .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uq1ZwY9AnM .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uq1ZwY9AnM .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uq1ZwY9AnM .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uq1ZwY9AnM .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uq1ZwY9AnM .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-uq1ZwY9AnM foot-menu-item P {
  text-align: right;
}
.cid-sFGzlAXw3z .navbar-dropdown {
  position: relative !important;
}
.cid-sFGzlAXw3z .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGzlAXw3z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGzlAXw3z .dropdown-item:hover,
.cid-sFGzlAXw3z .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-sFGzlAXw3z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGzlAXw3z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGzlAXw3z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGzlAXw3z .nav-link {
  position: relative;
}
.cid-sFGzlAXw3z .container {
  display: flex;
  margin: auto;
}
.cid-sFGzlAXw3z .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown-menu,
.cid-sFGzlAXw3z .navbar.opened {
  background: #353535 !important;
}
.cid-sFGzlAXw3z .nav-item:focus,
.cid-sFGzlAXw3z .nav-link:focus {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGzlAXw3z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGzlAXw3z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-sFGzlAXw3z .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGzlAXw3z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGzlAXw3z .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGzlAXw3z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar.collapsed {
  justify-content: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGzlAXw3z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFGzlAXw3z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGzlAXw3z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGzlAXw3z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFGzlAXw3z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGzlAXw3z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGzlAXw3z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGzlAXw3z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGzlAXw3z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGzlAXw3z .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGzlAXw3z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown-item.active,
.cid-sFGzlAXw3z .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGzlAXw3z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGzlAXw3z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGzlAXw3z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGzlAXw3z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGzlAXw3z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFGzlAXw3z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGzlAXw3z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFGzlAXw3z .navbar {
    height: 70px;
  }
  .cid-sFGzlAXw3z .navbar.opened {
    height: auto;
  }
  .cid-sFGzlAXw3z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhcsDOZJdz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uhcsDOZJdz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhcsDOZJdz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 1500px) {
  .cid-uhcsDOZJdz .container {
    max-width: 1400px;
  }
}
.cid-uhcsDOZJdz .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-uhcsDOZJdz .row {
  justify-content: center;
}
.cid-uhcsDOZJdz .mbr-section-title {
  color: #ffe885;
}
.cid-uhcsDOZJdz .card-title,
.cid-uhcsDOZJdz .iconfont-wrapper {
  color: #ffe885;
}
.cid-uhcsDOZJdz .card-text {
  color: #ffffff;
}
.cid-ugMwUOtUqL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ugMwUOtUqL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugMwUOtUqL .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ugMwUOtUqL .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ugMwUOtUqL .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ugMwUOtUqL .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ugMwUOtUqL .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ugMwUOtUqL .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ugMwUOtUqL .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ugMwUOtUqL .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ugMwUOtUqL .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ugMwUOtUqL .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ugMwUOtUqL .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ugMwUOtUqL .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ugMwUOtUqL .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ugMwUOtUqL .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-ugMwUOtUqL foot-menu-item P {
  text-align: right;
}
.cid-uknxsHz7vX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uknxsHz7vX .mbr-section-subtitle {
  color: #232323;
}
.cid-uzH5ZCBfUs .navbar-dropdown {
  position: relative !important;
}
.cid-uzH5ZCBfUs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzH5ZCBfUs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzH5ZCBfUs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzH5ZCBfUs .dropdown-item:hover,
.cid-uzH5ZCBfUs .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-uzH5ZCBfUs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzH5ZCBfUs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzH5ZCBfUs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzH5ZCBfUs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzH5ZCBfUs .nav-link {
  position: relative;
}
.cid-uzH5ZCBfUs .container {
  display: flex;
  margin: auto;
}
.cid-uzH5ZCBfUs .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzH5ZCBfUs .dropdown-menu,
.cid-uzH5ZCBfUs .navbar.opened {
  background: #353535 !important;
}
.cid-uzH5ZCBfUs .nav-item:focus,
.cid-uzH5ZCBfUs .nav-link:focus {
  outline: none;
}
.cid-uzH5ZCBfUs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzH5ZCBfUs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzH5ZCBfUs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzH5ZCBfUs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzH5ZCBfUs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzH5ZCBfUs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzH5ZCBfUs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uzH5ZCBfUs .navbar.opened {
  transition: all 0.3s;
}
.cid-uzH5ZCBfUs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzH5ZCBfUs .navbar .navbar-logo img {
  width: auto;
}
.cid-uzH5ZCBfUs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzH5ZCBfUs .navbar.collapsed {
  justify-content: center;
}
.cid-uzH5ZCBfUs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzH5ZCBfUs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzH5ZCBfUs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzH5ZCBfUs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzH5ZCBfUs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzH5ZCBfUs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzH5ZCBfUs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzH5ZCBfUs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzH5ZCBfUs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzH5ZCBfUs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzH5ZCBfUs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzH5ZCBfUs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzH5ZCBfUs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzH5ZCBfUs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzH5ZCBfUs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzH5ZCBfUs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzH5ZCBfUs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzH5ZCBfUs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzH5ZCBfUs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzH5ZCBfUs .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzH5ZCBfUs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzH5ZCBfUs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzH5ZCBfUs .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzH5ZCBfUs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzH5ZCBfUs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzH5ZCBfUs .dropdown-item.active,
.cid-uzH5ZCBfUs .dropdown-item:active {
  background-color: transparent;
}
.cid-uzH5ZCBfUs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzH5ZCBfUs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzH5ZCBfUs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzH5ZCBfUs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uzH5ZCBfUs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzH5ZCBfUs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzH5ZCBfUs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzH5ZCBfUs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzH5ZCBfUs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzH5ZCBfUs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uzH5ZCBfUs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzH5ZCBfUs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzH5ZCBfUs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzH5ZCBfUs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzH5ZCBfUs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzH5ZCBfUs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzH5ZCBfUs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzH5ZCBfUs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzH5ZCBfUs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uzH5ZCBfUs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzH5ZCBfUs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzH5ZCBfUs .navbar {
    height: 70px;
  }
  .cid-uzH5ZCBfUs .navbar.opened {
    height: auto;
  }
  .cid-uzH5ZCBfUs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzH5ZD8PdQ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uzH5ZD8PdQ .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uzH5ZD8PdQ .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uzH5ZDey0y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uzH5ZDey0y .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uzH5ZDey0y .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uzH8WjZ46w {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uzH8WjZ46w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzH8WjZ46w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzH8WjZ46w .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzH8WjZ46w .row {
  flex-direction: row-reverse;
}
.cid-uzH8WjZ46w img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uzH8WjZ46w .text-wrapper {
    padding: 2rem;
  }
}
.cid-uzH8WjZ46w .mbr-text {
  color: #ffffff;
}
.cid-uzH8dObN8f {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uzH8dObN8f .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uzH8dObN8f .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uzH5ZDvngG {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uzH5ZDvngG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzH5ZDvngG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzH5ZDvngG .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzH5ZDvngG .row {
  flex-direction: row-reverse;
}
.cid-uzH5ZDvngG img {
  width: 100%;
}
.cid-uzH5ZDHFpq {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uzH5ZDHFpq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzH5ZDHFpq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzH5ZDHFpq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzH5ZDHFpq .row {
  flex-direction: row-reverse;
}
.cid-uzH5ZDHFpq img {
  width: 100%;
}
.cid-uzH9IukblB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uzH9IukblB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzH9IukblB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzH9IukblB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzH9IukblB .row {
  flex-direction: row-reverse;
}
.cid-uzH9IukblB img {
  width: 100%;
}
.cid-uzH5ZDBQpF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uzH5ZDBQpF .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uzH5ZDBQpF .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uzHalX877o {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uzHalX877o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzHalX877o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzHalX877o .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzHalX877o .row {
  flex-direction: row-reverse;
}
.cid-uzHalX877o img {
  width: 100%;
}
.cid-uzHamBpsZ3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uzHamBpsZ3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzHamBpsZ3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzHamBpsZ3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzHamBpsZ3 .row {
  flex-direction: row-reverse;
}
.cid-uzHamBpsZ3 img {
  width: 100%;
}
.cid-uzHancXxY0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uzHancXxY0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzHancXxY0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzHancXxY0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzHancXxY0 .row {
  flex-direction: row-reverse;
}
.cid-uzHancXxY0 img {
  width: 100%;
}
.cid-uzHaw9Ij3l {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uzHaw9Ij3l .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uzHaw9Ij3l .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uzH5ZDNJyc {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uzH5ZDNJyc .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uzH5ZDNJyc .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uzH5ZDST09 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uzH5ZDST09 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uzH5ZDST09 .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uzH5ZDW3lu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uzH5ZDW3lu .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uzH5ZDW3lu .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uzH5ZDW3lu .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uzH5ZDW3lu .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzH5ZDW3lu .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uzH5ZDW3lu .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uzH5ZDW3lu .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uzH5ZDW3lu .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uzH5ZDW3lu .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uzH5ZDW3lu .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uzH5ZDW3lu .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uzH5ZDW3lu .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uzH5ZDW3lu .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uzH5ZDW3lu .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uzH5ZDW3lu .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-uzH5ZDW3lu foot-menu-item P {
  text-align: right;
}
.cid-uzH11M30Dd .navbar-dropdown {
  position: relative !important;
}
.cid-uzH11M30Dd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzH11M30Dd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzH11M30Dd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzH11M30Dd .dropdown-item:hover,
.cid-uzH11M30Dd .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-uzH11M30Dd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzH11M30Dd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzH11M30Dd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzH11M30Dd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzH11M30Dd .nav-link {
  position: relative;
}
.cid-uzH11M30Dd .container {
  display: flex;
  margin: auto;
}
.cid-uzH11M30Dd .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzH11M30Dd .dropdown-menu,
.cid-uzH11M30Dd .navbar.opened {
  background: #353535 !important;
}
.cid-uzH11M30Dd .nav-item:focus,
.cid-uzH11M30Dd .nav-link:focus {
  outline: none;
}
.cid-uzH11M30Dd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzH11M30Dd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzH11M30Dd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzH11M30Dd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzH11M30Dd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzH11M30Dd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzH11M30Dd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uzH11M30Dd .navbar.opened {
  transition: all 0.3s;
}
.cid-uzH11M30Dd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzH11M30Dd .navbar .navbar-logo img {
  width: auto;
}
.cid-uzH11M30Dd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzH11M30Dd .navbar.collapsed {
  justify-content: center;
}
.cid-uzH11M30Dd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzH11M30Dd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzH11M30Dd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzH11M30Dd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzH11M30Dd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzH11M30Dd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzH11M30Dd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzH11M30Dd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzH11M30Dd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzH11M30Dd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzH11M30Dd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzH11M30Dd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzH11M30Dd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzH11M30Dd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzH11M30Dd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzH11M30Dd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzH11M30Dd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzH11M30Dd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzH11M30Dd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzH11M30Dd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzH11M30Dd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzH11M30Dd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzH11M30Dd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzH11M30Dd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzH11M30Dd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzH11M30Dd .dropdown-item.active,
.cid-uzH11M30Dd .dropdown-item:active {
  background-color: transparent;
}
.cid-uzH11M30Dd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzH11M30Dd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzH11M30Dd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzH11M30Dd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uzH11M30Dd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzH11M30Dd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzH11M30Dd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzH11M30Dd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzH11M30Dd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzH11M30Dd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uzH11M30Dd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzH11M30Dd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzH11M30Dd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzH11M30Dd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzH11M30Dd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzH11M30Dd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzH11M30Dd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzH11M30Dd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzH11M30Dd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uzH11M30Dd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzH11M30Dd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzH11M30Dd .navbar {
    height: 70px;
  }
  .cid-uzH11M30Dd .navbar.opened {
    height: auto;
  }
  .cid-uzH11M30Dd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzH11MEenQ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uzH11MEenQ .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uzH11MEenQ .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uzH11MSgww {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uzH11MSgww .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uzH11MSgww .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uzH11MJYfA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uzH11MJYfA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzH11MJYfA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzH11MJYfA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzH11MJYfA img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uzH11MJYfA .text-wrapper {
    padding: 2rem;
  }
}
.cid-uzH11MJYfA .mbr-text {
  color: #ffffff;
}
.cid-uzH11MJYfA .mbr-description {
  color: #ffffff;
}
.cid-uzH4gMsLN4 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uzH4gMsLN4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzH4gMsLN4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzH4gMsLN4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzH4gMsLN4 .row {
  flex-direction: row-reverse;
}
.cid-uzH4gMsLN4 img {
  width: 100%;
}
.cid-uzH1ZR5aNr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uzH1ZR5aNr .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uzH1ZR5aNr .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uzH5gd3Ljc {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uzH5gd3Ljc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzH5gd3Ljc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzH5gd3Ljc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzH5gd3Ljc .row {
  flex-direction: row-reverse;
}
.cid-uzH5gd3Ljc img {
  width: 100%;
}
.cid-uzH2ohjvEd {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uzH2ohjvEd .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uzH2ohjvEd .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uzH11MXdUK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uzH11MXdUK .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uzH11MXdUK .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uzH11N17CV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uzH11N17CV .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uzH11N17CV .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uzH11N17CV .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uzH11N17CV .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzH11N17CV .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uzH11N17CV .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uzH11N17CV .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uzH11N17CV .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uzH11N17CV .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uzH11N17CV .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uzH11N17CV .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uzH11N17CV .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uzH11N17CV .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uzH11N17CV .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uzH11N17CV .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-uzH11N17CV foot-menu-item P {
  text-align: right;
}
.cid-uzGPPSBtpY .navbar-dropdown {
  position: relative !important;
}
.cid-uzGPPSBtpY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzGPPSBtpY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzGPPSBtpY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzGPPSBtpY .dropdown-item:hover,
.cid-uzGPPSBtpY .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-uzGPPSBtpY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzGPPSBtpY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzGPPSBtpY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzGPPSBtpY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzGPPSBtpY .nav-link {
  position: relative;
}
.cid-uzGPPSBtpY .container {
  display: flex;
  margin: auto;
}
.cid-uzGPPSBtpY .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzGPPSBtpY .dropdown-menu,
.cid-uzGPPSBtpY .navbar.opened {
  background: #353535 !important;
}
.cid-uzGPPSBtpY .nav-item:focus,
.cid-uzGPPSBtpY .nav-link:focus {
  outline: none;
}
.cid-uzGPPSBtpY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzGPPSBtpY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzGPPSBtpY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzGPPSBtpY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzGPPSBtpY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzGPPSBtpY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzGPPSBtpY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uzGPPSBtpY .navbar.opened {
  transition: all 0.3s;
}
.cid-uzGPPSBtpY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzGPPSBtpY .navbar .navbar-logo img {
  width: auto;
}
.cid-uzGPPSBtpY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzGPPSBtpY .navbar.collapsed {
  justify-content: center;
}
.cid-uzGPPSBtpY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzGPPSBtpY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzGPPSBtpY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzGPPSBtpY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzGPPSBtpY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzGPPSBtpY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzGPPSBtpY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzGPPSBtpY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzGPPSBtpY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzGPPSBtpY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzGPPSBtpY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzGPPSBtpY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzGPPSBtpY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzGPPSBtpY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzGPPSBtpY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzGPPSBtpY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzGPPSBtpY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzGPPSBtpY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzGPPSBtpY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzGPPSBtpY .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzGPPSBtpY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzGPPSBtpY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzGPPSBtpY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzGPPSBtpY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzGPPSBtpY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzGPPSBtpY .dropdown-item.active,
.cid-uzGPPSBtpY .dropdown-item:active {
  background-color: transparent;
}
.cid-uzGPPSBtpY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzGPPSBtpY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzGPPSBtpY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzGPPSBtpY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uzGPPSBtpY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzGPPSBtpY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzGPPSBtpY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzGPPSBtpY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzGPPSBtpY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzGPPSBtpY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uzGPPSBtpY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzGPPSBtpY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzGPPSBtpY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzGPPSBtpY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzGPPSBtpY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzGPPSBtpY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzGPPSBtpY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzGPPSBtpY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzGPPSBtpY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uzGPPSBtpY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzGPPSBtpY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzGPPSBtpY .navbar {
    height: 70px;
  }
  .cid-uzGPPSBtpY .navbar.opened {
    height: auto;
  }
  .cid-uzGPPSBtpY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzGPPT9XWz {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uzGPPT9XWz .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uzGPPT9XWz .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uzGTGkq2dw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uzGTGkq2dw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzGTGkq2dw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzGTGkq2dw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzGTGkq2dw img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uzGTGkq2dw .text-wrapper {
    padding: 2rem;
  }
}
.cid-uzGTGkq2dw .mbr-text {
  color: #ffffff;
}
.cid-uzGTGkq2dw .mbr-description {
  color: #ffffff;
}
.cid-uzGRWLrf7B {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uzGRWLrf7B .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uzGRWLrf7B .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uzGV8faDG1 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uzGV8faDG1 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uzGV8faDG1 .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uzGPPTwNgD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uzGPPTwNgD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uzGPPTwNgD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uzGPPTwNgD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uzGPPTwNgD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzGPPTwNgD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uzGPPTwNgD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uzGPPTwNgD .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uzGPPTwNgD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uzGPPTwNgD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uzGPPTwNgD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uzGPPTwNgD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uzGPPTwNgD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uzGPPTwNgD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uzGPPTwNgD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uzGPPTwNgD .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-uzGPPTwNgD foot-menu-item P {
  text-align: right;
}
.cid-uzH7BPUpuC .navbar-dropdown {
  position: relative !important;
}
.cid-uzH7BPUpuC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzH7BPUpuC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzH7BPUpuC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzH7BPUpuC .dropdown-item:hover,
.cid-uzH7BPUpuC .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-uzH7BPUpuC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzH7BPUpuC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzH7BPUpuC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzH7BPUpuC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzH7BPUpuC .nav-link {
  position: relative;
}
.cid-uzH7BPUpuC .container {
  display: flex;
  margin: auto;
}
.cid-uzH7BPUpuC .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzH7BPUpuC .dropdown-menu,
.cid-uzH7BPUpuC .navbar.opened {
  background: #353535 !important;
}
.cid-uzH7BPUpuC .nav-item:focus,
.cid-uzH7BPUpuC .nav-link:focus {
  outline: none;
}
.cid-uzH7BPUpuC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzH7BPUpuC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzH7BPUpuC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzH7BPUpuC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzH7BPUpuC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzH7BPUpuC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzH7BPUpuC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uzH7BPUpuC .navbar.opened {
  transition: all 0.3s;
}
.cid-uzH7BPUpuC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzH7BPUpuC .navbar .navbar-logo img {
  width: auto;
}
.cid-uzH7BPUpuC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzH7BPUpuC .navbar.collapsed {
  justify-content: center;
}
.cid-uzH7BPUpuC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzH7BPUpuC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzH7BPUpuC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzH7BPUpuC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzH7BPUpuC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzH7BPUpuC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzH7BPUpuC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzH7BPUpuC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzH7BPUpuC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzH7BPUpuC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzH7BPUpuC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzH7BPUpuC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzH7BPUpuC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzH7BPUpuC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzH7BPUpuC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzH7BPUpuC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzH7BPUpuC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzH7BPUpuC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzH7BPUpuC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzH7BPUpuC .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzH7BPUpuC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzH7BPUpuC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzH7BPUpuC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzH7BPUpuC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzH7BPUpuC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzH7BPUpuC .dropdown-item.active,
.cid-uzH7BPUpuC .dropdown-item:active {
  background-color: transparent;
}
.cid-uzH7BPUpuC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzH7BPUpuC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzH7BPUpuC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzH7BPUpuC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uzH7BPUpuC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzH7BPUpuC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzH7BPUpuC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzH7BPUpuC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzH7BPUpuC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzH7BPUpuC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uzH7BPUpuC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzH7BPUpuC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzH7BPUpuC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzH7BPUpuC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzH7BPUpuC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzH7BPUpuC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzH7BPUpuC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzH7BPUpuC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzH7BPUpuC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uzH7BPUpuC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzH7BPUpuC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzH7BPUpuC .navbar {
    height: 70px;
  }
  .cid-uzH7BPUpuC .navbar.opened {
    height: auto;
  }
  .cid-uzH7BPUpuC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzH7BQvwT1 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uzH7BQvwT1 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uzH7BQvwT1 .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uzH7BQBJNQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uzH7BQBJNQ .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uzH7BQBJNQ .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uzH7BR1Eeg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uzH7BR1Eeg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzH7BR1Eeg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzH7BR1Eeg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzH7BR1Eeg .row {
  flex-direction: row-reverse;
}
.cid-uzH7BR1Eeg img {
  width: 100%;
}
.cid-uzH7BQXeyg {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uzH7BQXeyg .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uzH7BQXeyg .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uzH7BR64Jc {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uzH7BR64Jc .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uzH7BR64Jc .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uzH7BRaK9B {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uzH7BRaK9B .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uzH7BRaK9B .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uzH7BRfHkx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uzH7BRfHkx .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uzH7BRfHkx .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uzH7BRfHkx .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uzH7BRfHkx .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzH7BRfHkx .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uzH7BRfHkx .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uzH7BRfHkx .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uzH7BRfHkx .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uzH7BRfHkx .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uzH7BRfHkx .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uzH7BRfHkx .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uzH7BRfHkx .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uzH7BRfHkx .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uzH7BRfHkx .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uzH7BRfHkx .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-uzH7BRfHkx foot-menu-item P {
  text-align: right;
}
.cid-uzHcunj15v .navbar-dropdown {
  position: relative !important;
}
.cid-uzHcunj15v .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzHcunj15v .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzHcunj15v .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzHcunj15v .dropdown-item:hover,
.cid-uzHcunj15v .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-uzHcunj15v .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzHcunj15v .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzHcunj15v .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzHcunj15v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzHcunj15v .nav-link {
  position: relative;
}
.cid-uzHcunj15v .container {
  display: flex;
  margin: auto;
}
.cid-uzHcunj15v .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzHcunj15v .dropdown-menu,
.cid-uzHcunj15v .navbar.opened {
  background: #353535 !important;
}
.cid-uzHcunj15v .nav-item:focus,
.cid-uzHcunj15v .nav-link:focus {
  outline: none;
}
.cid-uzHcunj15v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzHcunj15v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzHcunj15v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzHcunj15v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzHcunj15v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzHcunj15v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzHcunj15v .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uzHcunj15v .navbar.opened {
  transition: all 0.3s;
}
.cid-uzHcunj15v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzHcunj15v .navbar .navbar-logo img {
  width: auto;
}
.cid-uzHcunj15v .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzHcunj15v .navbar.collapsed {
  justify-content: center;
}
.cid-uzHcunj15v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzHcunj15v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzHcunj15v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzHcunj15v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzHcunj15v .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzHcunj15v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzHcunj15v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzHcunj15v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzHcunj15v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzHcunj15v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzHcunj15v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzHcunj15v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzHcunj15v .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzHcunj15v .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzHcunj15v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzHcunj15v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzHcunj15v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzHcunj15v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzHcunj15v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzHcunj15v .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzHcunj15v .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzHcunj15v .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzHcunj15v .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzHcunj15v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzHcunj15v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzHcunj15v .dropdown-item.active,
.cid-uzHcunj15v .dropdown-item:active {
  background-color: transparent;
}
.cid-uzHcunj15v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzHcunj15v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzHcunj15v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzHcunj15v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uzHcunj15v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzHcunj15v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzHcunj15v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzHcunj15v .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzHcunj15v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzHcunj15v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uzHcunj15v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzHcunj15v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzHcunj15v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzHcunj15v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzHcunj15v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzHcunj15v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzHcunj15v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzHcunj15v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzHcunj15v .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uzHcunj15v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzHcunj15v .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzHcunj15v .navbar {
    height: 70px;
  }
  .cid-uzHcunj15v .navbar.opened {
    height: auto;
  }
  .cid-uzHcunj15v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzHcunUOoS {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uzHcunUOoS .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uzHcunUOoS .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uzHcuo0IbN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uzHcuo0IbN .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uzHcuo0IbN .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uzHcuogBzL {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uzHcuogBzL .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uzHcuogBzL .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uzHcuokt6O {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uzHcuokt6O .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uzHcuokt6O .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uzHcuooLSN {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uzHcuooLSN .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uzHcuooLSN .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uzHcuooLSN .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uzHcuooLSN .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzHcuooLSN .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uzHcuooLSN .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uzHcuooLSN .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uzHcuooLSN .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uzHcuooLSN .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uzHcuooLSN .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uzHcuooLSN .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uzHcuooLSN .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uzHcuooLSN .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uzHcuooLSN .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uzHcuooLSN .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-uzHcuooLSN foot-menu-item P {
  text-align: right;
}
.cid-uzHdn3qbXG .navbar-dropdown {
  position: relative !important;
}
.cid-uzHdn3qbXG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzHdn3qbXG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzHdn3qbXG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzHdn3qbXG .dropdown-item:hover,
.cid-uzHdn3qbXG .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-uzHdn3qbXG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzHdn3qbXG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzHdn3qbXG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzHdn3qbXG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzHdn3qbXG .nav-link {
  position: relative;
}
.cid-uzHdn3qbXG .container {
  display: flex;
  margin: auto;
}
.cid-uzHdn3qbXG .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzHdn3qbXG .dropdown-menu,
.cid-uzHdn3qbXG .navbar.opened {
  background: #353535 !important;
}
.cid-uzHdn3qbXG .nav-item:focus,
.cid-uzHdn3qbXG .nav-link:focus {
  outline: none;
}
.cid-uzHdn3qbXG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzHdn3qbXG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzHdn3qbXG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzHdn3qbXG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzHdn3qbXG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzHdn3qbXG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzHdn3qbXG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uzHdn3qbXG .navbar.opened {
  transition: all 0.3s;
}
.cid-uzHdn3qbXG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzHdn3qbXG .navbar .navbar-logo img {
  width: auto;
}
.cid-uzHdn3qbXG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzHdn3qbXG .navbar.collapsed {
  justify-content: center;
}
.cid-uzHdn3qbXG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzHdn3qbXG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzHdn3qbXG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzHdn3qbXG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzHdn3qbXG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzHdn3qbXG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzHdn3qbXG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzHdn3qbXG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzHdn3qbXG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzHdn3qbXG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzHdn3qbXG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzHdn3qbXG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzHdn3qbXG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzHdn3qbXG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzHdn3qbXG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzHdn3qbXG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzHdn3qbXG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzHdn3qbXG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzHdn3qbXG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzHdn3qbXG .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzHdn3qbXG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzHdn3qbXG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzHdn3qbXG .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzHdn3qbXG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzHdn3qbXG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzHdn3qbXG .dropdown-item.active,
.cid-uzHdn3qbXG .dropdown-item:active {
  background-color: transparent;
}
.cid-uzHdn3qbXG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzHdn3qbXG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzHdn3qbXG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzHdn3qbXG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uzHdn3qbXG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzHdn3qbXG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzHdn3qbXG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzHdn3qbXG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzHdn3qbXG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzHdn3qbXG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uzHdn3qbXG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzHdn3qbXG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzHdn3qbXG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzHdn3qbXG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzHdn3qbXG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzHdn3qbXG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzHdn3qbXG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzHdn3qbXG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzHdn3qbXG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uzHdn3qbXG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzHdn3qbXG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzHdn3qbXG .navbar {
    height: 70px;
  }
  .cid-uzHdn3qbXG .navbar.opened {
    height: auto;
  }
  .cid-uzHdn3qbXG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzHdn43VVR {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uzHdn43VVR .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uzHdn43VVR .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uzHdn48ODm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uzHdn48ODm .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uzHdn48ODm .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uzHdn4di4Z {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uzHdn4di4Z .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uzHdn4di4Z .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uzHdn4ipPc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uzHdn4ipPc .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uzHdn4ipPc .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uzHdn4m994 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uzHdn4m994 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uzHdn4m994 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uzHdn4m994 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uzHdn4m994 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzHdn4m994 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uzHdn4m994 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uzHdn4m994 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uzHdn4m994 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uzHdn4m994 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uzHdn4m994 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uzHdn4m994 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uzHdn4m994 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uzHdn4m994 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uzHdn4m994 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uzHdn4m994 .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-uzHdn4m994 foot-menu-item P {
  text-align: right;
}
.cid-uzHeaMmd1k .navbar-dropdown {
  position: relative !important;
}
.cid-uzHeaMmd1k .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzHeaMmd1k .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uzHeaMmd1k .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uzHeaMmd1k .dropdown-item:hover,
.cid-uzHeaMmd1k .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-uzHeaMmd1k .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uzHeaMmd1k .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uzHeaMmd1k .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uzHeaMmd1k .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uzHeaMmd1k .nav-link {
  position: relative;
}
.cid-uzHeaMmd1k .container {
  display: flex;
  margin: auto;
}
.cid-uzHeaMmd1k .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uzHeaMmd1k .dropdown-menu,
.cid-uzHeaMmd1k .navbar.opened {
  background: #353535 !important;
}
.cid-uzHeaMmd1k .nav-item:focus,
.cid-uzHeaMmd1k .nav-link:focus {
  outline: none;
}
.cid-uzHeaMmd1k .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzHeaMmd1k .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzHeaMmd1k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzHeaMmd1k .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzHeaMmd1k .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzHeaMmd1k .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzHeaMmd1k .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uzHeaMmd1k .navbar.opened {
  transition: all 0.3s;
}
.cid-uzHeaMmd1k .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzHeaMmd1k .navbar .navbar-logo img {
  width: auto;
}
.cid-uzHeaMmd1k .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uzHeaMmd1k .navbar.collapsed {
  justify-content: center;
}
.cid-uzHeaMmd1k .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzHeaMmd1k .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzHeaMmd1k .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzHeaMmd1k .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzHeaMmd1k .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzHeaMmd1k .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzHeaMmd1k .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzHeaMmd1k .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uzHeaMmd1k .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzHeaMmd1k .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzHeaMmd1k .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzHeaMmd1k .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzHeaMmd1k .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzHeaMmd1k .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzHeaMmd1k .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uzHeaMmd1k .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzHeaMmd1k .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uzHeaMmd1k .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzHeaMmd1k .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzHeaMmd1k .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzHeaMmd1k .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzHeaMmd1k .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzHeaMmd1k .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzHeaMmd1k .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzHeaMmd1k .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzHeaMmd1k .dropdown-item.active,
.cid-uzHeaMmd1k .dropdown-item:active {
  background-color: transparent;
}
.cid-uzHeaMmd1k .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzHeaMmd1k .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzHeaMmd1k .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzHeaMmd1k .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uzHeaMmd1k .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzHeaMmd1k .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzHeaMmd1k ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzHeaMmd1k .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzHeaMmd1k button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzHeaMmd1k button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uzHeaMmd1k button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzHeaMmd1k button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzHeaMmd1k button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzHeaMmd1k button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzHeaMmd1k nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzHeaMmd1k nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzHeaMmd1k nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzHeaMmd1k nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzHeaMmd1k .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uzHeaMmd1k a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzHeaMmd1k .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzHeaMmd1k .navbar {
    height: 70px;
  }
  .cid-uzHeaMmd1k .navbar.opened {
    height: auto;
  }
  .cid-uzHeaMmd1k .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzHeaMVohc {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uzHeaMVohc .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uzHeaMVohc .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uzHeof1jVV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uzHeof1jVV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzHeof1jVV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzHeof1jVV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzHeof1jVV .row {
  flex-direction: row-reverse;
}
.cid-uzHeof1jVV img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uzHeof1jVV .text-wrapper {
    padding: 2rem;
  }
}
.cid-uzHeof1jVV .mbr-text {
  color: #ffffff;
}
.cid-uzHepFvZj9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uzHepFvZj9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzHepFvZj9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzHepFvZj9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzHepFvZj9 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uzHepFvZj9 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uzHepFvZj9 .mbr-text {
  color: #ffffff;
}
.cid-uzHepFvZj9 .mbr-description {
  color: #ffffff;
}
.cid-uzHeaN0L1K {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uzHeaN0L1K .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uzHeaN0L1K .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uzHflpQZUZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uzHflpQZUZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzHflpQZUZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzHflpQZUZ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzHflpQZUZ .row {
  flex-direction: row-reverse;
}
.cid-uzHflpQZUZ img {
  width: 100%;
}
.cid-uzHfIyQw7N {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uzHfIyQw7N .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uzHfIyQw7N .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uzHgw5REMa {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uzHgw5REMa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzHgw5REMa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uzHgw5REMa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uzHgw5REMa .row {
  flex-direction: row-reverse;
}
.cid-uzHgw5REMa img {
  width: 100%;
}
.cid-uzHfJbOsLu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uzHfJbOsLu .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uzHfJbOsLu .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uzHeaN5kRb {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uzHeaN5kRb .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uzHeaN5kRb .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uzHeaNaDYL {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uzHeaNaDYL .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uzHeaNaDYL .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uzHeaNhzjn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uzHeaNhzjn .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uzHeaNhzjn .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uzHeaNhzjn .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uzHeaNhzjn .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uzHeaNhzjn .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uzHeaNhzjn .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uzHeaNhzjn .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uzHeaNhzjn .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uzHeaNhzjn .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uzHeaNhzjn .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uzHeaNhzjn .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uzHeaNhzjn .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uzHeaNhzjn .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uzHeaNhzjn .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uzHeaNhzjn .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-uzHeaNhzjn foot-menu-item P {
  text-align: right;
}
.cid-um4nwCSfc5 .navbar-dropdown {
  position: relative !important;
}
.cid-um4nwCSfc5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-um4nwCSfc5 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-um4nwCSfc5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-um4nwCSfc5 .dropdown-item:hover,
.cid-um4nwCSfc5 .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-um4nwCSfc5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-um4nwCSfc5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-um4nwCSfc5 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-um4nwCSfc5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-um4nwCSfc5 .nav-link {
  position: relative;
}
.cid-um4nwCSfc5 .container {
  display: flex;
  margin: auto;
}
.cid-um4nwCSfc5 .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-um4nwCSfc5 .dropdown-menu,
.cid-um4nwCSfc5 .navbar.opened {
  background: #353535 !important;
}
.cid-um4nwCSfc5 .nav-item:focus,
.cid-um4nwCSfc5 .nav-link:focus {
  outline: none;
}
.cid-um4nwCSfc5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-um4nwCSfc5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-um4nwCSfc5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-um4nwCSfc5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-um4nwCSfc5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-um4nwCSfc5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-um4nwCSfc5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-um4nwCSfc5 .navbar.opened {
  transition: all 0.3s;
}
.cid-um4nwCSfc5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-um4nwCSfc5 .navbar .navbar-logo img {
  width: auto;
}
.cid-um4nwCSfc5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-um4nwCSfc5 .navbar.collapsed {
  justify-content: center;
}
.cid-um4nwCSfc5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-um4nwCSfc5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-um4nwCSfc5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-um4nwCSfc5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-um4nwCSfc5 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-um4nwCSfc5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-um4nwCSfc5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-um4nwCSfc5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-um4nwCSfc5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-um4nwCSfc5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-um4nwCSfc5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-um4nwCSfc5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-um4nwCSfc5 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-um4nwCSfc5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-um4nwCSfc5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-um4nwCSfc5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-um4nwCSfc5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-um4nwCSfc5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-um4nwCSfc5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-um4nwCSfc5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-um4nwCSfc5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-um4nwCSfc5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-um4nwCSfc5 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-um4nwCSfc5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-um4nwCSfc5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-um4nwCSfc5 .dropdown-item.active,
.cid-um4nwCSfc5 .dropdown-item:active {
  background-color: transparent;
}
.cid-um4nwCSfc5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-um4nwCSfc5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-um4nwCSfc5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-um4nwCSfc5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-um4nwCSfc5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-um4nwCSfc5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-um4nwCSfc5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-um4nwCSfc5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-um4nwCSfc5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-um4nwCSfc5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-um4nwCSfc5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-um4nwCSfc5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-um4nwCSfc5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-um4nwCSfc5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-um4nwCSfc5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-um4nwCSfc5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-um4nwCSfc5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-um4nwCSfc5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-um4nwCSfc5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-um4nwCSfc5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-um4nwCSfc5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-um4nwCSfc5 .navbar {
    height: 70px;
  }
  .cid-um4nwCSfc5 .navbar.opened {
    height: auto;
  }
  .cid-um4nwCSfc5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-um4nwDuVPn {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/jet-in-carina-wfc3-uvis-full-field-1.jpg");
}
.cid-um4nwDuVPn .mbr-fallback-image.disabled {
  display: none;
}
.cid-um4nwDuVPn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um4nwDuVPn .mbr-text,
.cid-um4nwDuVPn .mbr-section-btn {
  color: #232323;
}
.cid-um4nwDuVPn .card-title,
.cid-um4nwDuVPn .card-box {
  color: #ffe885;
}
.cid-um4nwDuVPn .mbr-text,
.cid-um4nwDuVPn .link-wrap {
  color: #ffffff;
}
.cid-um4nwGubCp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-um4nwGubCp .mbr-fallback-image.disabled {
  display: none;
}
.cid-um4nwGubCp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um4nwGubCp .mbr-section-title {
  color: #ffe885;
}
.cid-um4xgQRDJa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-um4xgQRDJa .mbr-fallback-image.disabled {
  display: none;
}
.cid-um4xgQRDJa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-um4xgQRDJa .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-um4xgQRDJa .row {
  flex-direction: row-reverse;
}
.cid-um4xgQRDJa img {
  width: 100%;
}
.cid-um4xgQRDJa .mbr-description {
  color: #ffffff;
}
.cid-um4BC5WytM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-um4BC5WytM .mbr-text {
  color: #ffffff;
}
.cid-um4AL2XScO {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-um4AL2XScO .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-um4AzEbhq9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-um4AzEbhq9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-um4AzEbhq9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-um4AzEbhq9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-um4AzEbhq9 .row {
  flex-direction: row-reverse;
}
.cid-um4AzEbhq9 img {
  width: 100%;
}
.cid-um4AzEbhq9 .mbr-description {
  color: #ffffff;
  text-align: left;
}
.cid-um4nwHK0Or {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-um4nwHK0Or .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-um4nwIfoou {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-um4nwIfoou .mbr-fallback-image.disabled {
  display: none;
}
.cid-um4nwIfoou .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-um4nwIfoou .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-um4nwIfoou .row {
  flex-direction: row-reverse;
}
.cid-um4nwIfoou img {
  width: 100%;
}
.cid-um4nwISvLY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-um4nwISvLY .mbr-text {
  color: #ffffff;
}
.cid-um4nwKvv7y {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-um4nwKvv7y .mbr-fallback-image.disabled {
  display: none;
}
.cid-um4nwKvv7y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-um4nwKvv7y .mbr-section-title {
  color: #ffe885;
}
.cid-um4nwL3AFn {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-um4nwL3AFn .mbr-section-subtitle {
  text-align: center;
  color: #ffe885;
}
.cid-um4nwLAEDU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-um4nwLAEDU .mbr-fallback-image.disabled {
  display: none;
}
.cid-um4nwLAEDU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-um4nwLAEDU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-um4nwLAEDU .row {
  flex-direction: row-reverse;
}
.cid-um4nwLAEDU img {
  width: 100%;
}
.cid-um4nwMhvzh {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-um4nwMhvzh .mbr-text {
  color: #ffffff;
}
.cid-um4WOuxsCh {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-um4WOuxsCh .mbr-section-subtitle {
  text-align: center;
  color: #ffe885;
}
.cid-um4XJ5Ii2y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-um4XJ5Ii2y .mbr-fallback-image.disabled {
  display: none;
}
.cid-um4XJ5Ii2y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-um4XJ5Ii2y .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-um4XJ5Ii2y .row {
  flex-direction: row-reverse;
}
.cid-um4XJ5Ii2y img {
  width: 100%;
}
.cid-um4QZk3wK7 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-um4QZk3wK7 .mbr-text {
  color: #ffffff;
}
.cid-um4S1SZhei {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-um4S1SZhei .mbr-section-subtitle {
  text-align: center;
  color: #ffe885;
}
.cid-um4ROr0trr {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-um4ROr0trr .mbr-fallback-image.disabled {
  display: none;
}
.cid-um4ROr0trr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-um4ROr0trr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-um4ROr0trr img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-um4ROr0trr .text-wrapper {
    padding: 2rem;
  }
}
.cid-um4ROr0trr .mbr-text {
  color: #ffffff;
}
.cid-um4ROr0trr .mbr-description {
  color: #ffffff;
}
.cid-um4ROr0trr .mbr-section-title {
  color: #ffe885;
}
.cid-um4nwP8y7f {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-um4nwP8y7f img,
.cid-um4nwP8y7f .item-img {
  width: 100%;
}
.cid-um4nwP8y7f .item:focus,
.cid-um4nwP8y7f span:focus {
  outline: none;
}
.cid-um4nwP8y7f .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-um4nwP8y7f .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-um4nwP8y7f .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-um4nwP8y7f .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-um4nwP8y7f .mbr-section-btn {
  margin-top: auto !important;
}
.cid-um4nwP8y7f .mbr-section-title {
  color: #ffe885;
}
.cid-um4nwP8y7f .mbr-text,
.cid-um4nwP8y7f .mbr-section-btn {
  text-align: left;
}
.cid-um4nwP8y7f .item-title {
  text-align: left;
}
.cid-um4nwP8y7f .item-subtitle {
  text-align: left;
}
.cid-um4nwPXjCr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-um4nwPXjCr img,
.cid-um4nwPXjCr .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-um4nwPXjCr .item:focus,
.cid-um4nwPXjCr span:focus {
  outline: none;
}
.cid-um4nwPXjCr .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-um4nwPXjCr .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-um4nwPXjCr .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-um4nwPXjCr .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-um4nwPXjCr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-um4nwPXjCr .mbr-section-title {
  color: #ffffff;
}
.cid-um4nwPXjCr .mbr-text,
.cid-um4nwPXjCr .mbr-section-btn {
  text-align: left;
}
.cid-um4nwPXjCr .item-title {
  text-align: left;
}
.cid-um4nwPXjCr .item-subtitle {
  text-align: left;
}
.cid-um4nwQIttX {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-um4nwQIttX .row-links {
  width: 100%;
  justify-content: center;
}
.cid-um4nwQIttX .social-row {
  width: 100%;
  justify-content: center;
}
.cid-um4nwQIttX .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-um4nwQIttX .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-um4nwQIttX .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-um4nwQIttX .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-um4nwQIttX .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-um4nwQIttX .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-um4nwQIttX .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-um4nwQIttX .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-um4nwQIttX .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-um4nwQIttX .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-um4nwQIttX .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-um4nwQIttX .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-um4nwQIttX .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-um4nwQIttX foot-menu-item P {
  text-align: right;
}
.cid-upyXNsBzmN .navbar-dropdown {
  position: relative !important;
}
.cid-upyXNsBzmN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upyXNsBzmN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-upyXNsBzmN .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-upyXNsBzmN .dropdown-item:hover,
.cid-upyXNsBzmN .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-upyXNsBzmN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-upyXNsBzmN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-upyXNsBzmN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-upyXNsBzmN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-upyXNsBzmN .nav-link {
  position: relative;
}
.cid-upyXNsBzmN .container {
  display: flex;
  margin: auto;
}
.cid-upyXNsBzmN .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-upyXNsBzmN .dropdown-menu,
.cid-upyXNsBzmN .navbar.opened {
  background: #353535 !important;
}
.cid-upyXNsBzmN .nav-item:focus,
.cid-upyXNsBzmN .nav-link:focus {
  outline: none;
}
.cid-upyXNsBzmN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-upyXNsBzmN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-upyXNsBzmN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-upyXNsBzmN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-upyXNsBzmN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-upyXNsBzmN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-upyXNsBzmN .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-upyXNsBzmN .navbar.opened {
  transition: all 0.3s;
}
.cid-upyXNsBzmN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-upyXNsBzmN .navbar .navbar-logo img {
  width: auto;
}
.cid-upyXNsBzmN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-upyXNsBzmN .navbar.collapsed {
  justify-content: center;
}
.cid-upyXNsBzmN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-upyXNsBzmN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-upyXNsBzmN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-upyXNsBzmN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-upyXNsBzmN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-upyXNsBzmN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-upyXNsBzmN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-upyXNsBzmN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-upyXNsBzmN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-upyXNsBzmN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-upyXNsBzmN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-upyXNsBzmN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-upyXNsBzmN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-upyXNsBzmN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-upyXNsBzmN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-upyXNsBzmN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-upyXNsBzmN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-upyXNsBzmN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-upyXNsBzmN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-upyXNsBzmN .navbar.navbar-short {
  min-height: 60px;
}
.cid-upyXNsBzmN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-upyXNsBzmN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-upyXNsBzmN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-upyXNsBzmN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-upyXNsBzmN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-upyXNsBzmN .dropdown-item.active,
.cid-upyXNsBzmN .dropdown-item:active {
  background-color: transparent;
}
.cid-upyXNsBzmN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-upyXNsBzmN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-upyXNsBzmN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-upyXNsBzmN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-upyXNsBzmN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-upyXNsBzmN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-upyXNsBzmN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-upyXNsBzmN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-upyXNsBzmN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-upyXNsBzmN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-upyXNsBzmN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-upyXNsBzmN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upyXNsBzmN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-upyXNsBzmN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-upyXNsBzmN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upyXNsBzmN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-upyXNsBzmN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-upyXNsBzmN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-upyXNsBzmN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-upyXNsBzmN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-upyXNsBzmN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-upyXNsBzmN .navbar {
    height: 70px;
  }
  .cid-upyXNsBzmN .navbar.opened {
    height: auto;
  }
  .cid-upyXNsBzmN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-upyXNt9SCW {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/jet-in-carina-wfc3-uvis-full-field-1.jpg");
}
.cid-upyXNt9SCW .mbr-fallback-image.disabled {
  display: none;
}
.cid-upyXNt9SCW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upyXNt9SCW .mbr-text,
.cid-upyXNt9SCW .mbr-section-btn {
  color: #232323;
}
.cid-upyXNt9SCW .card-title,
.cid-upyXNt9SCW .card-box {
  color: #ffe885;
}
.cid-upyXNt9SCW .mbr-text,
.cid-upyXNt9SCW .link-wrap {
  color: #ffffff;
}
.cid-upyXNtGa8E {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-upyXNtGa8E .mbr-fallback-image.disabled {
  display: none;
}
.cid-upyXNtGa8E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upyXNtGa8E .mbr-section-title {
  color: #ffe885;
}
.cid-upyXNulyeS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-upyXNulyeS .mbr-fallback-image.disabled {
  display: none;
}
.cid-upyXNulyeS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-upyXNulyeS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-upyXNulyeS .row {
  flex-direction: row-reverse;
}
.cid-upyXNulyeS img {
  width: 100%;
}
.cid-upyXNulyeS .mbr-description {
  color: #ffffff;
  text-align: left;
}
.cid-upyXNvrKy8 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-upyXNvrKy8 .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-upyXNvWon3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-upyXNvWon3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upyXNvWon3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-upyXNvWon3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-upyXNvWon3 .row {
  flex-direction: row-reverse;
}
.cid-upyXNvWon3 img {
  width: 100%;
}
.cid-upyXNvWon3 .mbr-description {
  color: #ffffff;
  text-align: left;
}
.cid-upyXNwrdrK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-upyXNwrdrK .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-upz2ibYofq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-upz2ibYofq .mbr-fallback-image.disabled {
  display: none;
}
.cid-upz2ibYofq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-upz2ibYofq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-upz2ibYofq .row {
  flex-direction: row-reverse;
}
.cid-upz2ibYofq img {
  width: 100%;
}
.cid-upz2ibYofq .mbr-description {
  color: #ffffff;
  text-align: left;
}
.cid-upz4isjIJ6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-upz4isjIJ6 .mbr-section-subtitle {
  color: #ffe885;
}
.cid-upz441fcak {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-upz441fcak .mbr-fallback-image.disabled {
  display: none;
}
.cid-upz441fcak .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-upz441fcak .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-upz441fcak .row {
  flex-direction: row-reverse;
}
.cid-upz441fcak img {
  width: 100%;
}
.cid-upz441fcak .mbr-description {
  text-align: left;
  color: #ffffff;
}
.cid-upyXNy2R6s {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-upyXNy2R6s .mbr-fallback-image.disabled {
  display: none;
}
.cid-upyXNy2R6s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-upyXNy2R6s .mbr-section-title {
  color: #ffe885;
}
.cid-upyXNyCgt7 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-upyXNyCgt7 .mbr-section-subtitle {
  text-align: center;
  color: #ffe885;
}
.cid-upyXNz4941 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-upyXNz4941 .mbr-fallback-image.disabled {
  display: none;
}
.cid-upyXNz4941 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-upyXNz4941 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-upyXNz4941 .row {
  flex-direction: row-reverse;
}
.cid-upyXNz4941 img {
  width: 100%;
}
.cid-upyXNzyWlV {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-upyXNzyWlV .mbr-text {
  color: #ffffff;
}
.cid-upyXNA0Czs {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-upyXNA0Czs .mbr-section-subtitle {
  text-align: center;
  color: #ffe885;
}
.cid-upyXNAuIGh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-upyXNAuIGh .mbr-fallback-image.disabled {
  display: none;
}
.cid-upyXNAuIGh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-upyXNAuIGh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-upyXNAuIGh .row {
  flex-direction: row-reverse;
}
.cid-upyXNAuIGh img {
  width: 100%;
}
.cid-upyXNB0w75 {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-upyXNB0w75 .mbr-text {
  color: #ffffff;
}
.cid-upyXNBq8Qj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-upyXNBq8Qj .mbr-section-subtitle {
  text-align: center;
  color: #ffe885;
}
.cid-upyXNBTPZp {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-upyXNBTPZp .mbr-fallback-image.disabled {
  display: none;
}
.cid-upyXNBTPZp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-upyXNBTPZp .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-upyXNBTPZp img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-upyXNBTPZp .text-wrapper {
    padding: 2rem;
  }
}
.cid-upyXNBTPZp .mbr-text {
  color: #ffffff;
}
.cid-upyXNBTPZp .mbr-description {
  color: #ffffff;
}
.cid-upyXNBTPZp .mbr-section-title {
  color: #ffe885;
}
.cid-upyXNCsvkl {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-upyXNCsvkl img,
.cid-upyXNCsvkl .item-img {
  width: 100%;
}
.cid-upyXNCsvkl .item:focus,
.cid-upyXNCsvkl span:focus {
  outline: none;
}
.cid-upyXNCsvkl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-upyXNCsvkl .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-upyXNCsvkl .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upyXNCsvkl .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-upyXNCsvkl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-upyXNCsvkl .mbr-section-title {
  color: #ffe885;
}
.cid-upyXNCsvkl .mbr-text,
.cid-upyXNCsvkl .mbr-section-btn {
  text-align: left;
}
.cid-upyXNCsvkl .item-title {
  text-align: left;
}
.cid-upyXNCsvkl .item-subtitle {
  text-align: left;
}
.cid-upyXNDhztf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-upyXNDhztf img,
.cid-upyXNDhztf .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-upyXNDhztf .item:focus,
.cid-upyXNDhztf span:focus {
  outline: none;
}
.cid-upyXNDhztf .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-upyXNDhztf .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-upyXNDhztf .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-upyXNDhztf .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-upyXNDhztf .mbr-section-btn {
  margin-top: auto !important;
}
.cid-upyXNDhztf .mbr-section-title {
  color: #ffffff;
}
.cid-upyXNDhztf .mbr-text,
.cid-upyXNDhztf .mbr-section-btn {
  text-align: left;
}
.cid-upyXNDhztf .item-title {
  text-align: left;
}
.cid-upyXNDhztf .item-subtitle {
  text-align: left;
}
.cid-upyXNDY9si {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-upyXNDY9si .row-links {
  width: 100%;
  justify-content: center;
}
.cid-upyXNDY9si .social-row {
  width: 100%;
  justify-content: center;
}
.cid-upyXNDY9si .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-upyXNDY9si .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-upyXNDY9si .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-upyXNDY9si .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-upyXNDY9si .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-upyXNDY9si .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-upyXNDY9si .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-upyXNDY9si .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-upyXNDY9si .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-upyXNDY9si .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-upyXNDY9si .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-upyXNDY9si .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-upyXNDY9si .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-upyXNDY9si foot-menu-item P {
  text-align: right;
}
.cid-uvqdcMsSYY .navbar-dropdown {
  position: relative !important;
}
.cid-uvqdcMsSYY .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvqdcMsSYY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uvqdcMsSYY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uvqdcMsSYY .dropdown-item:hover,
.cid-uvqdcMsSYY .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-uvqdcMsSYY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uvqdcMsSYY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uvqdcMsSYY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uvqdcMsSYY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uvqdcMsSYY .nav-link {
  position: relative;
}
.cid-uvqdcMsSYY .container {
  display: flex;
  margin: auto;
}
.cid-uvqdcMsSYY .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uvqdcMsSYY .dropdown-menu,
.cid-uvqdcMsSYY .navbar.opened {
  background: #353535 !important;
}
.cid-uvqdcMsSYY .nav-item:focus,
.cid-uvqdcMsSYY .nav-link:focus {
  outline: none;
}
.cid-uvqdcMsSYY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uvqdcMsSYY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uvqdcMsSYY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uvqdcMsSYY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uvqdcMsSYY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uvqdcMsSYY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uvqdcMsSYY .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uvqdcMsSYY .navbar.opened {
  transition: all 0.3s;
}
.cid-uvqdcMsSYY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uvqdcMsSYY .navbar .navbar-logo img {
  width: auto;
}
.cid-uvqdcMsSYY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uvqdcMsSYY .navbar.collapsed {
  justify-content: center;
}
.cid-uvqdcMsSYY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uvqdcMsSYY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uvqdcMsSYY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uvqdcMsSYY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uvqdcMsSYY .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uvqdcMsSYY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uvqdcMsSYY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uvqdcMsSYY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uvqdcMsSYY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uvqdcMsSYY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uvqdcMsSYY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uvqdcMsSYY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uvqdcMsSYY .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uvqdcMsSYY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uvqdcMsSYY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uvqdcMsSYY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uvqdcMsSYY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uvqdcMsSYY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uvqdcMsSYY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uvqdcMsSYY .navbar.navbar-short {
  min-height: 60px;
}
.cid-uvqdcMsSYY .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uvqdcMsSYY .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uvqdcMsSYY .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uvqdcMsSYY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uvqdcMsSYY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uvqdcMsSYY .dropdown-item.active,
.cid-uvqdcMsSYY .dropdown-item:active {
  background-color: transparent;
}
.cid-uvqdcMsSYY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uvqdcMsSYY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uvqdcMsSYY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uvqdcMsSYY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uvqdcMsSYY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uvqdcMsSYY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uvqdcMsSYY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uvqdcMsSYY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uvqdcMsSYY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uvqdcMsSYY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uvqdcMsSYY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uvqdcMsSYY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvqdcMsSYY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uvqdcMsSYY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uvqdcMsSYY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvqdcMsSYY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uvqdcMsSYY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uvqdcMsSYY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uvqdcMsSYY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uvqdcMsSYY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uvqdcMsSYY .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uvqdcMsSYY .navbar {
    height: 70px;
  }
  .cid-uvqdcMsSYY .navbar.opened {
    height: auto;
  }
  .cid-uvqdcMsSYY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uvqdcN5Dm9 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/jet-in-carina-wfc3-uvis-full-field-1.jpg");
}
.cid-uvqdcN5Dm9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqdcN5Dm9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvqdcN5Dm9 .mbr-text,
.cid-uvqdcN5Dm9 .mbr-section-btn {
  color: #232323;
}
.cid-uvqdcN5Dm9 .card-title,
.cid-uvqdcN5Dm9 .card-box {
  color: #ffe885;
}
.cid-uvqdcN5Dm9 .mbr-text,
.cid-uvqdcN5Dm9 .link-wrap {
  color: #ffffff;
}
.cid-uvqdcNGly9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uvqdcNGly9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqdcNGly9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvqdcNGly9 .mbr-section-title {
  color: #ffe885;
  text-align: left;
}
.cid-uvqdcOj6lW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uvqdcOj6lW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqdcOj6lW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uvqdcOj6lW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvqdcOj6lW .row {
  flex-direction: row-reverse;
}
.cid-uvqdcOj6lW img {
  width: 100%;
}
.cid-uvqdcOj6lW .mbr-description {
  color: #ffffff;
  text-align: left;
}
.cid-uvqdcORplb {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uvqdcORplb .mbr-section-subtitle {
  color: #ffe885;
  text-align: left;
}
.cid-uvqdcPpQVU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uvqdcPpQVU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqdcPpQVU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uvqdcPpQVU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvqdcPpQVU .row {
  flex-direction: row-reverse;
}
.cid-uvqdcPpQVU img {
  width: 100%;
}
.cid-uvqdcPpQVU .mbr-description {
  color: #ffffff;
  text-align: left;
}
.cid-uvqdcQ3I75 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uvqdcQ3I75 .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uvqdcQEBDc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uvqdcQEBDc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqdcQEBDc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uvqdcQEBDc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvqdcQEBDc .row {
  flex-direction: row-reverse;
}
.cid-uvqdcQEBDc img {
  width: 100%;
}
.cid-uvqdcQEBDc .mbr-description {
  color: #ffffff;
  text-align: left;
}
.cid-uvqdcRb4NW {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uvqdcRb4NW .mbr-section-subtitle {
  color: #ffe885;
}
.cid-uvqdcRI03U {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uvqdcRI03U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqdcRI03U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uvqdcRI03U .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvqdcRI03U .row {
  flex-direction: row-reverse;
}
.cid-uvqdcRI03U img {
  width: 100%;
}
.cid-uvqdcRI03U .mbr-description {
  text-align: left;
  color: #ffffff;
}
.cid-uvqdcSne0y {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uvqdcSne0y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqdcSne0y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvqdcSne0y .mbr-section-title {
  color: #ffe885;
}
.cid-uvqdcSTOaT {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uvqdcSTOaT .mbr-section-subtitle {
  text-align: center;
  color: #ffe885;
}
.cid-uvqdcTrTLe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uvqdcTrTLe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqdcTrTLe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uvqdcTrTLe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvqdcTrTLe .row {
  flex-direction: row-reverse;
}
.cid-uvqdcTrTLe img {
  width: 100%;
}
.cid-uvqdcU1tD3 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uvqdcU1tD3 .mbr-text {
  color: #ffffff;
}
.cid-uvqdcUyYMq {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uvqdcUyYMq .mbr-section-subtitle {
  text-align: center;
  color: #ffe885;
}
.cid-uvqdcV540T {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uvqdcV540T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqdcV540T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uvqdcV540T .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvqdcV540T .row {
  flex-direction: row-reverse;
}
.cid-uvqdcV540T img {
  width: 100%;
}
.cid-uvqdcVDuQO {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uvqdcVDuQO .mbr-text {
  color: #ffffff;
}
.cid-uvqdcWchic {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uvqdcWchic .mbr-section-subtitle {
  text-align: center;
  color: #ffe885;
}
.cid-uvqdcWITWt {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uvqdcWITWt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvqdcWITWt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uvqdcWITWt .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvqdcWITWt img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uvqdcWITWt .text-wrapper {
    padding: 2rem;
  }
}
.cid-uvqdcWITWt .mbr-text {
  color: #ffffff;
}
.cid-uvqdcWITWt .mbr-description {
  color: #ffffff;
}
.cid-uvqdcWITWt .mbr-section-title {
  color: #ffe885;
}
.cid-uvqdcXmo42 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uvqdcXmo42 img,
.cid-uvqdcXmo42 .item-img {
  width: 100%;
}
.cid-uvqdcXmo42 .item:focus,
.cid-uvqdcXmo42 span:focus {
  outline: none;
}
.cid-uvqdcXmo42 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uvqdcXmo42 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uvqdcXmo42 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvqdcXmo42 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uvqdcXmo42 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uvqdcXmo42 .mbr-section-title {
  color: #ffe885;
}
.cid-uvqdcXmo42 .mbr-text,
.cid-uvqdcXmo42 .mbr-section-btn {
  text-align: left;
}
.cid-uvqdcXmo42 .item-title {
  text-align: left;
}
.cid-uvqdcXmo42 .item-subtitle {
  text-align: left;
}
.cid-uvqdcYdVH5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uvqdcYdVH5 img,
.cid-uvqdcYdVH5 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uvqdcYdVH5 .item:focus,
.cid-uvqdcYdVH5 span:focus {
  outline: none;
}
.cid-uvqdcYdVH5 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uvqdcYdVH5 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uvqdcYdVH5 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvqdcYdVH5 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uvqdcYdVH5 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uvqdcYdVH5 .mbr-section-title {
  color: #ffffff;
}
.cid-uvqdcYdVH5 .mbr-text,
.cid-uvqdcYdVH5 .mbr-section-btn {
  text-align: left;
}
.cid-uvqdcYdVH5 .item-title {
  text-align: left;
}
.cid-uvqdcYdVH5 .item-subtitle {
  text-align: left;
}
.cid-uvqdcYUn5u {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uvqdcYUn5u .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uvqdcYUn5u .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uvqdcYUn5u .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uvqdcYUn5u .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uvqdcYUn5u .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uvqdcYUn5u .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uvqdcYUn5u .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uvqdcYUn5u .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uvqdcYUn5u .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uvqdcYUn5u .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uvqdcYUn5u .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uvqdcYUn5u .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uvqdcYUn5u .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uvqdcYUn5u .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uvqdcYUn5u .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-uvqdcYUn5u foot-menu-item P {
  text-align: right;
}
.cid-uk2n1ab0Yr .navbar-dropdown {
  position: relative !important;
}
.cid-uk2n1ab0Yr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uk2n1ab0Yr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uk2n1ab0Yr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uk2n1ab0Yr .dropdown-item:hover,
.cid-uk2n1ab0Yr .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-uk2n1ab0Yr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uk2n1ab0Yr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uk2n1ab0Yr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uk2n1ab0Yr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uk2n1ab0Yr .nav-link {
  position: relative;
}
.cid-uk2n1ab0Yr .container {
  display: flex;
  margin: auto;
}
.cid-uk2n1ab0Yr .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uk2n1ab0Yr .dropdown-menu,
.cid-uk2n1ab0Yr .navbar.opened {
  background: #353535 !important;
}
.cid-uk2n1ab0Yr .nav-item:focus,
.cid-uk2n1ab0Yr .nav-link:focus {
  outline: none;
}
.cid-uk2n1ab0Yr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uk2n1ab0Yr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uk2n1ab0Yr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uk2n1ab0Yr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uk2n1ab0Yr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uk2n1ab0Yr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uk2n1ab0Yr .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uk2n1ab0Yr .navbar.opened {
  transition: all 0.3s;
}
.cid-uk2n1ab0Yr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uk2n1ab0Yr .navbar .navbar-logo img {
  width: auto;
}
.cid-uk2n1ab0Yr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uk2n1ab0Yr .navbar.collapsed {
  justify-content: center;
}
.cid-uk2n1ab0Yr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uk2n1ab0Yr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uk2n1ab0Yr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uk2n1ab0Yr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uk2n1ab0Yr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uk2n1ab0Yr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uk2n1ab0Yr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uk2n1ab0Yr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uk2n1ab0Yr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uk2n1ab0Yr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uk2n1ab0Yr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uk2n1ab0Yr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uk2n1ab0Yr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uk2n1ab0Yr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uk2n1ab0Yr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uk2n1ab0Yr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uk2n1ab0Yr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uk2n1ab0Yr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uk2n1ab0Yr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uk2n1ab0Yr .navbar.navbar-short {
  min-height: 60px;
}
.cid-uk2n1ab0Yr .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uk2n1ab0Yr .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uk2n1ab0Yr .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uk2n1ab0Yr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uk2n1ab0Yr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uk2n1ab0Yr .dropdown-item.active,
.cid-uk2n1ab0Yr .dropdown-item:active {
  background-color: transparent;
}
.cid-uk2n1ab0Yr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uk2n1ab0Yr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uk2n1ab0Yr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uk2n1ab0Yr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uk2n1ab0Yr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uk2n1ab0Yr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uk2n1ab0Yr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uk2n1ab0Yr .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uk2n1ab0Yr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uk2n1ab0Yr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uk2n1ab0Yr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uk2n1ab0Yr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uk2n1ab0Yr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uk2n1ab0Yr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uk2n1ab0Yr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uk2n1ab0Yr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uk2n1ab0Yr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uk2n1ab0Yr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uk2n1ab0Yr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uk2n1ab0Yr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uk2n1ab0Yr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uk2n1ab0Yr .navbar {
    height: 70px;
  }
  .cid-uk2n1ab0Yr .navbar.opened {
    height: auto;
  }
  .cid-uk2n1ab0Yr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ulNMS420Za {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/jet-in-carina-wfc3-uvis-full-field-1.jpg");
}
.cid-ulNMS420Za .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulNMS420Za .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulNMS420Za .mbr-text,
.cid-ulNMS420Za .mbr-section-btn {
  color: #232323;
}
.cid-ulNMS420Za .card-title,
.cid-ulNMS420Za .card-box {
  color: #ffe885;
}
.cid-ulNMS420Za .mbr-text,
.cid-ulNMS420Za .link-wrap {
  color: #ffffff;
}
.cid-uk6jVXSGZN {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uk6jVXSGZN .mbr-section-subtitle {
  text-align: center;
  color: #ffe885;
}
.cid-uk5KwIuaQg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uk5KwIuaQg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk5KwIuaQg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uk5KwIuaQg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uk5KwIuaQg .row {
  flex-direction: row-reverse;
}
.cid-uk5KwIuaQg img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uk5KwIuaQg .text-wrapper {
    padding: 2rem;
  }
}
.cid-uk5KwIuaQg .mbr-section-title {
  color: #ffe885;
}
.cid-uk5KwIuaQg .mbr-text {
  color: #ffffff;
}
.cid-uk2sDmPOmg {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uk2sDmPOmg .mbr-section-subtitle {
  color: #fff0b0;
  text-align: center;
}
.cid-uk2ryGIUS8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uk2ryGIUS8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk2ryGIUS8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uk2ryGIUS8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uk2ryGIUS8 .row {
  flex-direction: row-reverse;
}
.cid-uk2ryGIUS8 img {
  width: 100%;
}
.cid-uk2ryGIUS8 .mbr-description {
  color: #ffffff;
  text-align: left;
}
.cid-uk5OsfeRdq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uk5OsfeRdq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk5OsfeRdq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk5OsfeRdq .mbr-section-title {
  color: #ffe885;
}
.cid-uk5NnJn7RG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uk5NnJn7RG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk5NnJn7RG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-uk5NnJn7RG .text-wrapper {
    padding: 2rem;
  }
}
.cid-uk5NnJn7RG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uk5NnJn7RG .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uk5NnJn7RG .mbr-text {
  color: #ffffff;
}
.cid-ulMYkzbzGX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ulMYkzbzGX .mbr-section-subtitle {
  color: #ffe885;
}
.cid-ulMZuNDEVX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ulMZuNDEVX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulMZuNDEVX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ulMZuNDEVX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulMZuNDEVX .row {
  flex-direction: row-reverse;
}
.cid-ulMZuNDEVX img {
  width: 100%;
}
.cid-ulN0O0YcnU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ulN0O0YcnU .mbr-text {
  color: #ffffff;
}
.cid-uk2sIBOXP0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uk2sIBOXP0 .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uk2sIBOXP0 .mbr-text {
  color: #ffffff;
}
.cid-uk2n1cfAD8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uk2n1cfAD8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk2n1cfAD8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uk2n1cfAD8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uk2n1cfAD8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uk2n1cfAD8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uk2n1cfAD8 .mbr-text {
  color: #ffffff;
}
.cid-uk2n1cfAD8 .mbr-description {
  color: #ffffff;
}
.cid-uk2n1cfAD8 .mbr-section-title {
  color: #ffe885;
}
.cid-uk5WCwWCg1 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uk5WCwWCg1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk5WCwWCg1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uk5WCwWCg1 .mbr-section-title {
  color: #ffe885;
}
.cid-uk6bTINhT5 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uk6bTINhT5 .mbr-section-subtitle {
  text-align: center;
  color: #ffe885;
}
.cid-uk6eAsJ20x {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uk6eAsJ20x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk6eAsJ20x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uk6eAsJ20x .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uk6eAsJ20x .row {
  flex-direction: row-reverse;
}
.cid-uk6eAsJ20x img {
  width: 100%;
}
.cid-uk6eq1vSRu {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uk6eq1vSRu .mbr-text {
  color: #ffffff;
}
.cid-uk6hEnk6IO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uk6hEnk6IO .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uk2n1e6yk9 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uk2n1e6yk9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk2n1e6yk9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uk2n1e6yk9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uk2n1e6yk9 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uk2n1e6yk9 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uk2n1e6yk9 .mbr-text {
  color: #ffffff;
}
.cid-uk2n1e6yk9 .mbr-description {
  color: #ffffff;
}
.cid-uk2n1e6yk9 .mbr-section-title {
  color: #ffe885;
}
.cid-uk6iLnKuJl {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uk6iLnKuJl .mbr-section-subtitle {
  text-align: center;
  color: #ffe885;
}
.cid-uk2n1eRZgn {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uk2n1eRZgn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uk2n1eRZgn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uk2n1eRZgn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uk2n1eRZgn .row {
  flex-direction: row-reverse;
}
.cid-uk2n1eRZgn img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uk2n1eRZgn .text-wrapper {
    padding: 2rem;
  }
}
.cid-uk2n1eRZgn .mbr-text {
  color: #ffffff;
}
.cid-uk2n1eRZgn .mbr-section-title {
  color: #ffe885;
}
.cid-uk2n1eRZgn .mbr-description {
  color: #ffffff;
}
.cid-uk2n1ftlOE {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uk2n1ftlOE img,
.cid-uk2n1ftlOE .item-img {
  width: 100%;
}
.cid-uk2n1ftlOE .item:focus,
.cid-uk2n1ftlOE span:focus {
  outline: none;
}
.cid-uk2n1ftlOE .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uk2n1ftlOE .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uk2n1ftlOE .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uk2n1ftlOE .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uk2n1ftlOE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uk2n1ftlOE .mbr-section-title {
  color: #ffe885;
}
.cid-uk2n1ftlOE .mbr-text,
.cid-uk2n1ftlOE .mbr-section-btn {
  text-align: left;
}
.cid-uk2n1ftlOE .item-title {
  text-align: left;
}
.cid-uk2n1ftlOE .item-subtitle {
  text-align: left;
}
.cid-uk2n1gfZeq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uk2n1gfZeq img,
.cid-uk2n1gfZeq .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uk2n1gfZeq .item:focus,
.cid-uk2n1gfZeq span:focus {
  outline: none;
}
.cid-uk2n1gfZeq .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uk2n1gfZeq .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uk2n1gfZeq .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uk2n1gfZeq .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uk2n1gfZeq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uk2n1gfZeq .mbr-section-title {
  color: #ffffff;
}
.cid-uk2n1gfZeq .mbr-text,
.cid-uk2n1gfZeq .mbr-section-btn {
  text-align: left;
}
.cid-uk2n1gfZeq .item-title {
  text-align: left;
}
.cid-uk2n1gfZeq .item-subtitle {
  text-align: left;
}
.cid-uk2n1gUdRD {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uk2n1gUdRD .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uk2n1gUdRD .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uk2n1gUdRD .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uk2n1gUdRD .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uk2n1gUdRD .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uk2n1gUdRD .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uk2n1gUdRD .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uk2n1gUdRD .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uk2n1gUdRD .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uk2n1gUdRD .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uk2n1gUdRD .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uk2n1gUdRD .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uk2n1gUdRD .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uk2n1gUdRD .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uk2n1gUdRD .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-uk2n1gUdRD foot-menu-item P {
  text-align: right;
}
.cid-ulNJLqLE3Y {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-ulNJLqLE3Y .mbr-section-subtitle {
  text-align: center;
  color: #ffe885;
}
.cid-uF2wxobGuD .navbar-dropdown {
  position: relative !important;
}
.cid-uF2wxobGuD .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF2wxobGuD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uF2wxobGuD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uF2wxobGuD .dropdown-item:hover,
.cid-uF2wxobGuD .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-uF2wxobGuD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uF2wxobGuD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uF2wxobGuD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uF2wxobGuD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uF2wxobGuD .nav-link {
  position: relative;
}
.cid-uF2wxobGuD .container {
  display: flex;
  margin: auto;
}
.cid-uF2wxobGuD .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uF2wxobGuD .dropdown-menu,
.cid-uF2wxobGuD .navbar.opened {
  background: #353535 !important;
}
.cid-uF2wxobGuD .nav-item:focus,
.cid-uF2wxobGuD .nav-link:focus {
  outline: none;
}
.cid-uF2wxobGuD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF2wxobGuD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF2wxobGuD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF2wxobGuD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF2wxobGuD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF2wxobGuD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF2wxobGuD .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uF2wxobGuD .navbar.opened {
  transition: all 0.3s;
}
.cid-uF2wxobGuD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uF2wxobGuD .navbar .navbar-logo img {
  width: auto;
}
.cid-uF2wxobGuD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF2wxobGuD .navbar.collapsed {
  justify-content: center;
}
.cid-uF2wxobGuD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF2wxobGuD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uF2wxobGuD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF2wxobGuD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF2wxobGuD .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uF2wxobGuD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF2wxobGuD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uF2wxobGuD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uF2wxobGuD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF2wxobGuD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF2wxobGuD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF2wxobGuD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF2wxobGuD .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uF2wxobGuD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF2wxobGuD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF2wxobGuD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF2wxobGuD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF2wxobGuD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF2wxobGuD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uF2wxobGuD .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF2wxobGuD .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF2wxobGuD .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF2wxobGuD .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF2wxobGuD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF2wxobGuD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF2wxobGuD .dropdown-item.active,
.cid-uF2wxobGuD .dropdown-item:active {
  background-color: transparent;
}
.cid-uF2wxobGuD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF2wxobGuD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF2wxobGuD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF2wxobGuD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uF2wxobGuD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF2wxobGuD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF2wxobGuD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uF2wxobGuD .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF2wxobGuD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uF2wxobGuD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uF2wxobGuD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF2wxobGuD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF2wxobGuD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF2wxobGuD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF2wxobGuD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF2wxobGuD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF2wxobGuD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF2wxobGuD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF2wxobGuD .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uF2wxobGuD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uF2wxobGuD .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF2wxobGuD .navbar {
    height: 70px;
  }
  .cid-uF2wxobGuD .navbar.opened {
    height: auto;
  }
  .cid-uF2wxobGuD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF2wxoPKP7 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uF2wxoPKP7 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uF2wxoPKP7 .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uF2yQKpec8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uF2yQKpec8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF2yQKpec8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uF2yQKpec8 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF2yQKpec8 .row {
  flex-direction: row-reverse;
}
.cid-uF2yQKpec8 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uF2yQKpec8 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uF2yQKpec8 .mbr-text {
  color: #ffffff;
}
.cid-uF2zI3z6zG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uF2zI3z6zG .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uF2zI3z6zG .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uF2wxp6nVK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uF2wxp6nVK .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uF2wxp6nVK .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uF2wxp6nVK .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uF2wxp6nVK .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uF2wxp6nVK .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uF2wxp6nVK .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uF2wxp6nVK .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uF2wxp6nVK .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uF2wxp6nVK .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uF2wxp6nVK .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uF2wxp6nVK .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uF2wxp6nVK .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uF2wxp6nVK .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uF2wxp6nVK .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uF2wxp6nVK .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-uF2wxp6nVK foot-menu-item P {
  text-align: right;
}
.cid-uF2B56uqZe .navbar-dropdown {
  position: relative !important;
}
.cid-uF2B56uqZe .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF2B56uqZe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uF2B56uqZe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uF2B56uqZe .dropdown-item:hover,
.cid-uF2B56uqZe .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-uF2B56uqZe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uF2B56uqZe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uF2B56uqZe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uF2B56uqZe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uF2B56uqZe .nav-link {
  position: relative;
}
.cid-uF2B56uqZe .container {
  display: flex;
  margin: auto;
}
.cid-uF2B56uqZe .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uF2B56uqZe .dropdown-menu,
.cid-uF2B56uqZe .navbar.opened {
  background: #353535 !important;
}
.cid-uF2B56uqZe .nav-item:focus,
.cid-uF2B56uqZe .nav-link:focus {
  outline: none;
}
.cid-uF2B56uqZe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uF2B56uqZe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uF2B56uqZe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uF2B56uqZe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uF2B56uqZe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uF2B56uqZe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uF2B56uqZe .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uF2B56uqZe .navbar.opened {
  transition: all 0.3s;
}
.cid-uF2B56uqZe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uF2B56uqZe .navbar .navbar-logo img {
  width: auto;
}
.cid-uF2B56uqZe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uF2B56uqZe .navbar.collapsed {
  justify-content: center;
}
.cid-uF2B56uqZe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uF2B56uqZe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uF2B56uqZe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uF2B56uqZe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uF2B56uqZe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uF2B56uqZe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uF2B56uqZe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uF2B56uqZe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uF2B56uqZe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uF2B56uqZe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uF2B56uqZe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uF2B56uqZe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uF2B56uqZe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uF2B56uqZe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uF2B56uqZe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uF2B56uqZe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uF2B56uqZe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uF2B56uqZe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uF2B56uqZe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uF2B56uqZe .navbar.navbar-short {
  min-height: 60px;
}
.cid-uF2B56uqZe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uF2B56uqZe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uF2B56uqZe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uF2B56uqZe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uF2B56uqZe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uF2B56uqZe .dropdown-item.active,
.cid-uF2B56uqZe .dropdown-item:active {
  background-color: transparent;
}
.cid-uF2B56uqZe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uF2B56uqZe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uF2B56uqZe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uF2B56uqZe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uF2B56uqZe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uF2B56uqZe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uF2B56uqZe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uF2B56uqZe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uF2B56uqZe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uF2B56uqZe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uF2B56uqZe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uF2B56uqZe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF2B56uqZe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uF2B56uqZe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uF2B56uqZe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF2B56uqZe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uF2B56uqZe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uF2B56uqZe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uF2B56uqZe .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uF2B56uqZe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uF2B56uqZe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uF2B56uqZe .navbar {
    height: 70px;
  }
  .cid-uF2B56uqZe .navbar.opened {
    height: auto;
  }
  .cid-uF2B56uqZe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uF2B574DEd {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uF2B574DEd .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uF2B574DEd .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uF2B57aHok {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uF2B57aHok .mbr-fallback-image.disabled {
  display: none;
}
.cid-uF2B57aHok .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uF2B57aHok .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uF2B57aHok .row {
  flex-direction: row-reverse;
}
.cid-uF2B57aHok img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uF2B57aHok .text-wrapper {
    padding: 2rem;
  }
}
.cid-uF2B57aHok .mbr-text {
  color: #ffffff;
}
.cid-uF2B57kkaX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uF2B57kkaX .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uF2B57kkaX .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uF2B57pNDd {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uF2B57pNDd .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uF2B57pNDd .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uF2B57pNDd .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uF2B57pNDd .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uF2B57pNDd .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uF2B57pNDd .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uF2B57pNDd .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uF2B57pNDd .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uF2B57pNDd .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uF2B57pNDd .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uF2B57pNDd .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uF2B57pNDd .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uF2B57pNDd .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uF2B57pNDd .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uF2B57pNDd .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-uF2B57pNDd foot-menu-item P {
  text-align: right;
}
.cid-uFcGNTC8sm .navbar-dropdown {
  position: relative !important;
}
.cid-uFcGNTC8sm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFcGNTC8sm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFcGNTC8sm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFcGNTC8sm .dropdown-item:hover,
.cid-uFcGNTC8sm .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-uFcGNTC8sm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFcGNTC8sm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFcGNTC8sm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFcGNTC8sm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFcGNTC8sm .nav-link {
  position: relative;
}
.cid-uFcGNTC8sm .container {
  display: flex;
  margin: auto;
}
.cid-uFcGNTC8sm .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFcGNTC8sm .dropdown-menu,
.cid-uFcGNTC8sm .navbar.opened {
  background: #353535 !important;
}
.cid-uFcGNTC8sm .nav-item:focus,
.cid-uFcGNTC8sm .nav-link:focus {
  outline: none;
}
.cid-uFcGNTC8sm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFcGNTC8sm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFcGNTC8sm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFcGNTC8sm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFcGNTC8sm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFcGNTC8sm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFcGNTC8sm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uFcGNTC8sm .navbar.opened {
  transition: all 0.3s;
}
.cid-uFcGNTC8sm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFcGNTC8sm .navbar .navbar-logo img {
  width: auto;
}
.cid-uFcGNTC8sm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFcGNTC8sm .navbar.collapsed {
  justify-content: center;
}
.cid-uFcGNTC8sm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFcGNTC8sm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFcGNTC8sm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFcGNTC8sm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFcGNTC8sm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uFcGNTC8sm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFcGNTC8sm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFcGNTC8sm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFcGNTC8sm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFcGNTC8sm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFcGNTC8sm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFcGNTC8sm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFcGNTC8sm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uFcGNTC8sm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFcGNTC8sm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFcGNTC8sm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFcGNTC8sm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFcGNTC8sm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFcGNTC8sm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFcGNTC8sm .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFcGNTC8sm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFcGNTC8sm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFcGNTC8sm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFcGNTC8sm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFcGNTC8sm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFcGNTC8sm .dropdown-item.active,
.cid-uFcGNTC8sm .dropdown-item:active {
  background-color: transparent;
}
.cid-uFcGNTC8sm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFcGNTC8sm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFcGNTC8sm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFcGNTC8sm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uFcGNTC8sm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFcGNTC8sm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFcGNTC8sm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFcGNTC8sm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFcGNTC8sm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFcGNTC8sm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFcGNTC8sm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFcGNTC8sm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFcGNTC8sm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFcGNTC8sm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFcGNTC8sm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFcGNTC8sm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFcGNTC8sm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFcGNTC8sm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFcGNTC8sm .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFcGNTC8sm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFcGNTC8sm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFcGNTC8sm .navbar {
    height: 70px;
  }
  .cid-uFcGNTC8sm .navbar.opened {
    height: auto;
  }
  .cid-uFcGNTC8sm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFcGNUjHMK {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uFcGNUjHMK .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uFcGNUjHMK .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uFcGNUtnfn {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uFcGNUtnfn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFcGNUtnfn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uFcGNUtnfn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFcGNUtnfn .row {
  flex-direction: row-reverse;
}
.cid-uFcGNUtnfn img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uFcGNUtnfn .text-wrapper {
    padding: 2rem;
  }
}
.cid-uFcGNUtnfn .mbr-text {
  color: #ffffff;
}
.cid-uFcGNULKP6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uFcGNULKP6 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uFcGNULKP6 .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uFcGNUQXWL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uFcGNUQXWL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uFcGNUQXWL .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uFcGNUQXWL .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uFcGNUQXWL .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFcGNUQXWL .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFcGNUQXWL .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFcGNUQXWL .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uFcGNUQXWL .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFcGNUQXWL .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFcGNUQXWL .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uFcGNUQXWL .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFcGNUQXWL .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFcGNUQXWL .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFcGNUQXWL .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFcGNUQXWL .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-uFcGNUQXWL foot-menu-item P {
  text-align: right;
}
.cid-uFfdfIQ9lX .navbar-dropdown {
  position: relative !important;
}
.cid-uFfdfIQ9lX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFfdfIQ9lX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFfdfIQ9lX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFfdfIQ9lX .dropdown-item:hover,
.cid-uFfdfIQ9lX .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-uFfdfIQ9lX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFfdfIQ9lX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFfdfIQ9lX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFfdfIQ9lX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFfdfIQ9lX .nav-link {
  position: relative;
}
.cid-uFfdfIQ9lX .container {
  display: flex;
  margin: auto;
}
.cid-uFfdfIQ9lX .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFfdfIQ9lX .dropdown-menu,
.cid-uFfdfIQ9lX .navbar.opened {
  background: #353535 !important;
}
.cid-uFfdfIQ9lX .nav-item:focus,
.cid-uFfdfIQ9lX .nav-link:focus {
  outline: none;
}
.cid-uFfdfIQ9lX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFfdfIQ9lX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFfdfIQ9lX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFfdfIQ9lX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFfdfIQ9lX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFfdfIQ9lX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFfdfIQ9lX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uFfdfIQ9lX .navbar.opened {
  transition: all 0.3s;
}
.cid-uFfdfIQ9lX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFfdfIQ9lX .navbar .navbar-logo img {
  width: auto;
}
.cid-uFfdfIQ9lX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFfdfIQ9lX .navbar.collapsed {
  justify-content: center;
}
.cid-uFfdfIQ9lX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFfdfIQ9lX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFfdfIQ9lX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFfdfIQ9lX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFfdfIQ9lX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uFfdfIQ9lX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFfdfIQ9lX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFfdfIQ9lX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFfdfIQ9lX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFfdfIQ9lX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFfdfIQ9lX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFfdfIQ9lX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFfdfIQ9lX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uFfdfIQ9lX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFfdfIQ9lX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFfdfIQ9lX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFfdfIQ9lX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFfdfIQ9lX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFfdfIQ9lX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFfdfIQ9lX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFfdfIQ9lX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFfdfIQ9lX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFfdfIQ9lX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFfdfIQ9lX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFfdfIQ9lX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFfdfIQ9lX .dropdown-item.active,
.cid-uFfdfIQ9lX .dropdown-item:active {
  background-color: transparent;
}
.cid-uFfdfIQ9lX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFfdfIQ9lX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFfdfIQ9lX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFfdfIQ9lX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uFfdfIQ9lX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFfdfIQ9lX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFfdfIQ9lX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFfdfIQ9lX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFfdfIQ9lX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFfdfIQ9lX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFfdfIQ9lX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFfdfIQ9lX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFfdfIQ9lX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFfdfIQ9lX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFfdfIQ9lX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFfdfIQ9lX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFfdfIQ9lX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFfdfIQ9lX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFfdfIQ9lX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFfdfIQ9lX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFfdfIQ9lX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFfdfIQ9lX .navbar {
    height: 70px;
  }
  .cid-uFfdfIQ9lX .navbar.opened {
    height: auto;
  }
  .cid-uFfdfIQ9lX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFfdfJAeCQ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uFfdfJAeCQ .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uFfdfJAeCQ .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uFfdfJGrq7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uFfdfJGrq7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFfdfJGrq7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uFfdfJGrq7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFfdfJGrq7 .row {
  flex-direction: row-reverse;
}
.cid-uFfdfJGrq7 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uFfdfJGrq7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uFfdfJGrq7 .mbr-text {
  color: #ffffff;
}
.cid-uFfdfJTywM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uFfdfJTywM .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uFfdfJTywM .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uFfdfJWoMG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uFfdfJWoMG .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uFfdfJWoMG .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uFfdfJWoMG .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uFfdfJWoMG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFfdfJWoMG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFfdfJWoMG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFfdfJWoMG .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uFfdfJWoMG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFfdfJWoMG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFfdfJWoMG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uFfdfJWoMG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFfdfJWoMG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFfdfJWoMG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFfdfJWoMG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFfdfJWoMG .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-uFfdfJWoMG foot-menu-item P {
  text-align: right;
}
.cid-uFffTy3V6M .navbar-dropdown {
  position: relative !important;
}
.cid-uFffTy3V6M .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFffTy3V6M .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uFffTy3V6M .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uFffTy3V6M .dropdown-item:hover,
.cid-uFffTy3V6M .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-uFffTy3V6M .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uFffTy3V6M .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uFffTy3V6M .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uFffTy3V6M .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uFffTy3V6M .nav-link {
  position: relative;
}
.cid-uFffTy3V6M .container {
  display: flex;
  margin: auto;
}
.cid-uFffTy3V6M .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uFffTy3V6M .dropdown-menu,
.cid-uFffTy3V6M .navbar.opened {
  background: #353535 !important;
}
.cid-uFffTy3V6M .nav-item:focus,
.cid-uFffTy3V6M .nav-link:focus {
  outline: none;
}
.cid-uFffTy3V6M .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uFffTy3V6M .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uFffTy3V6M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uFffTy3V6M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uFffTy3V6M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uFffTy3V6M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uFffTy3V6M .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uFffTy3V6M .navbar.opened {
  transition: all 0.3s;
}
.cid-uFffTy3V6M .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uFffTy3V6M .navbar .navbar-logo img {
  width: auto;
}
.cid-uFffTy3V6M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uFffTy3V6M .navbar.collapsed {
  justify-content: center;
}
.cid-uFffTy3V6M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uFffTy3V6M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uFffTy3V6M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uFffTy3V6M .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uFffTy3V6M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uFffTy3V6M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uFffTy3V6M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uFffTy3V6M .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uFffTy3V6M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uFffTy3V6M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uFffTy3V6M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uFffTy3V6M .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uFffTy3V6M .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uFffTy3V6M .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uFffTy3V6M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uFffTy3V6M .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uFffTy3V6M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uFffTy3V6M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uFffTy3V6M .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uFffTy3V6M .navbar.navbar-short {
  min-height: 60px;
}
.cid-uFffTy3V6M .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uFffTy3V6M .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uFffTy3V6M .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uFffTy3V6M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uFffTy3V6M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uFffTy3V6M .dropdown-item.active,
.cid-uFffTy3V6M .dropdown-item:active {
  background-color: transparent;
}
.cid-uFffTy3V6M .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uFffTy3V6M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uFffTy3V6M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uFffTy3V6M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uFffTy3V6M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uFffTy3V6M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uFffTy3V6M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uFffTy3V6M .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uFffTy3V6M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uFffTy3V6M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uFffTy3V6M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uFffTy3V6M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFffTy3V6M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uFffTy3V6M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uFffTy3V6M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFffTy3V6M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uFffTy3V6M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uFffTy3V6M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uFffTy3V6M .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uFffTy3V6M a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFffTy3V6M .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uFffTy3V6M .navbar {
    height: 70px;
  }
  .cid-uFffTy3V6M .navbar.opened {
    height: auto;
  }
  .cid-uFffTy3V6M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uFffTyKjUA {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uFffTyKjUA .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uFffTyKjUA .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uFffTyTyo4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uFffTyTyo4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFffTyTyo4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uFffTyTyo4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFffTyTyo4 .row {
  flex-direction: row-reverse;
}
.cid-uFffTyTyo4 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uFffTyTyo4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uFffTyTyo4 .mbr-text {
  color: #ffffff;
}
.cid-uFfgzBwlM9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uFfgzBwlM9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFfgzBwlM9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uFfgzBwlM9 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uFfgzBwlM9 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uFfgzBwlM9 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uFfgzBwlM9 .mbr-text {
  color: #ffffff;
}
.cid-uFfgzBwlM9 .mbr-description {
  color: #ffffff;
}
.cid-uFffTz7fG2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uFffTz7fG2 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uFffTz7fG2 .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uFffTzbnRQ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uFffTzbnRQ .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uFffTzbnRQ .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uFffTzbnRQ .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uFffTzbnRQ .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uFffTzbnRQ .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uFffTzbnRQ .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uFffTzbnRQ .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uFffTzbnRQ .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uFffTzbnRQ .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uFffTzbnRQ .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uFffTzbnRQ .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uFffTzbnRQ .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uFffTzbnRQ .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uFffTzbnRQ .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uFffTzbnRQ .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-uFffTzbnRQ foot-menu-item P {
  text-align: right;
}
.cid-uH6Ex2VqYX .navbar-dropdown {
  position: relative !important;
}
.cid-uH6Ex2VqYX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uH6Ex2VqYX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uH6Ex2VqYX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uH6Ex2VqYX .dropdown-item:hover,
.cid-uH6Ex2VqYX .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-uH6Ex2VqYX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uH6Ex2VqYX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uH6Ex2VqYX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uH6Ex2VqYX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uH6Ex2VqYX .nav-link {
  position: relative;
}
.cid-uH6Ex2VqYX .container {
  display: flex;
  margin: auto;
}
.cid-uH6Ex2VqYX .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uH6Ex2VqYX .dropdown-menu,
.cid-uH6Ex2VqYX .navbar.opened {
  background: #353535 !important;
}
.cid-uH6Ex2VqYX .nav-item:focus,
.cid-uH6Ex2VqYX .nav-link:focus {
  outline: none;
}
.cid-uH6Ex2VqYX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uH6Ex2VqYX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uH6Ex2VqYX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uH6Ex2VqYX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uH6Ex2VqYX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uH6Ex2VqYX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uH6Ex2VqYX .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uH6Ex2VqYX .navbar.opened {
  transition: all 0.3s;
}
.cid-uH6Ex2VqYX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uH6Ex2VqYX .navbar .navbar-logo img {
  width: auto;
}
.cid-uH6Ex2VqYX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uH6Ex2VqYX .navbar.collapsed {
  justify-content: center;
}
.cid-uH6Ex2VqYX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uH6Ex2VqYX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uH6Ex2VqYX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uH6Ex2VqYX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uH6Ex2VqYX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uH6Ex2VqYX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uH6Ex2VqYX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uH6Ex2VqYX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uH6Ex2VqYX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uH6Ex2VqYX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uH6Ex2VqYX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uH6Ex2VqYX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uH6Ex2VqYX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uH6Ex2VqYX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uH6Ex2VqYX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uH6Ex2VqYX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uH6Ex2VqYX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uH6Ex2VqYX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uH6Ex2VqYX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uH6Ex2VqYX .navbar.navbar-short {
  min-height: 60px;
}
.cid-uH6Ex2VqYX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uH6Ex2VqYX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uH6Ex2VqYX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uH6Ex2VqYX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uH6Ex2VqYX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uH6Ex2VqYX .dropdown-item.active,
.cid-uH6Ex2VqYX .dropdown-item:active {
  background-color: transparent;
}
.cid-uH6Ex2VqYX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uH6Ex2VqYX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uH6Ex2VqYX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uH6Ex2VqYX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uH6Ex2VqYX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uH6Ex2VqYX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uH6Ex2VqYX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uH6Ex2VqYX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uH6Ex2VqYX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uH6Ex2VqYX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uH6Ex2VqYX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uH6Ex2VqYX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH6Ex2VqYX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH6Ex2VqYX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uH6Ex2VqYX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH6Ex2VqYX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uH6Ex2VqYX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uH6Ex2VqYX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH6Ex2VqYX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uH6Ex2VqYX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uH6Ex2VqYX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uH6Ex2VqYX .navbar {
    height: 70px;
  }
  .cid-uH6Ex2VqYX .navbar.opened {
    height: auto;
  }
  .cid-uH6Ex2VqYX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uH6Ex3oKno {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uH6Ex3oKno .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uH6Ex3oKno .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uH6Ex3sSQk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uH6Ex3sSQk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH6Ex3sSQk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uH6Ex3sSQk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uH6Ex3sSQk .row {
  flex-direction: row-reverse;
}
.cid-uH6Ex3sSQk img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uH6Ex3sSQk .text-wrapper {
    padding: 2rem;
  }
}
.cid-uH6Ex3sSQk .mbr-text {
  color: #ffffff;
}
.cid-uH6Ex3BVx0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uH6Ex3BVx0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH6Ex3BVx0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uH6Ex3BVx0 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uH6Ex3BVx0 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uH6Ex3BVx0 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uH6Ex3BVx0 .mbr-text {
  color: #ffffff;
}
.cid-uH6Ex3BVx0 .mbr-description {
  color: #ffffff;
}
.cid-uH6Ex3K059 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uH6Ex3K059 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uH6Ex3K059 .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uH6Ex3O76S {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uH6Ex3O76S .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uH6Ex3O76S .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uH6Ex3O76S .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uH6Ex3O76S .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uH6Ex3O76S .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uH6Ex3O76S .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uH6Ex3O76S .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uH6Ex3O76S .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uH6Ex3O76S .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uH6Ex3O76S .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uH6Ex3O76S .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uH6Ex3O76S .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uH6Ex3O76S .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uH6Ex3O76S .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uH6Ex3O76S .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-uH6Ex3O76S foot-menu-item P {
  text-align: right;
}
.cid-uH6GTeoAro .navbar-dropdown {
  position: relative !important;
}
.cid-uH6GTeoAro .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uH6GTeoAro .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uH6GTeoAro .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uH6GTeoAro .dropdown-item:hover,
.cid-uH6GTeoAro .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-uH6GTeoAro .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uH6GTeoAro .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uH6GTeoAro .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uH6GTeoAro .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uH6GTeoAro .nav-link {
  position: relative;
}
.cid-uH6GTeoAro .container {
  display: flex;
  margin: auto;
}
.cid-uH6GTeoAro .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uH6GTeoAro .dropdown-menu,
.cid-uH6GTeoAro .navbar.opened {
  background: #353535 !important;
}
.cid-uH6GTeoAro .nav-item:focus,
.cid-uH6GTeoAro .nav-link:focus {
  outline: none;
}
.cid-uH6GTeoAro .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uH6GTeoAro .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uH6GTeoAro .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uH6GTeoAro .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uH6GTeoAro .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uH6GTeoAro .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uH6GTeoAro .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uH6GTeoAro .navbar.opened {
  transition: all 0.3s;
}
.cid-uH6GTeoAro .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uH6GTeoAro .navbar .navbar-logo img {
  width: auto;
}
.cid-uH6GTeoAro .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uH6GTeoAro .navbar.collapsed {
  justify-content: center;
}
.cid-uH6GTeoAro .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uH6GTeoAro .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uH6GTeoAro .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uH6GTeoAro .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uH6GTeoAro .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uH6GTeoAro .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uH6GTeoAro .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uH6GTeoAro .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uH6GTeoAro .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uH6GTeoAro .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uH6GTeoAro .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uH6GTeoAro .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uH6GTeoAro .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uH6GTeoAro .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uH6GTeoAro .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uH6GTeoAro .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uH6GTeoAro .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uH6GTeoAro .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uH6GTeoAro .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uH6GTeoAro .navbar.navbar-short {
  min-height: 60px;
}
.cid-uH6GTeoAro .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uH6GTeoAro .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uH6GTeoAro .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uH6GTeoAro .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uH6GTeoAro .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uH6GTeoAro .dropdown-item.active,
.cid-uH6GTeoAro .dropdown-item:active {
  background-color: transparent;
}
.cid-uH6GTeoAro .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uH6GTeoAro .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uH6GTeoAro .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uH6GTeoAro .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uH6GTeoAro .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uH6GTeoAro .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uH6GTeoAro ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uH6GTeoAro .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uH6GTeoAro button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uH6GTeoAro button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uH6GTeoAro button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uH6GTeoAro button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH6GTeoAro button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uH6GTeoAro button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uH6GTeoAro nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH6GTeoAro nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uH6GTeoAro nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uH6GTeoAro nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uH6GTeoAro .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uH6GTeoAro a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uH6GTeoAro .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uH6GTeoAro .navbar {
    height: 70px;
  }
  .cid-uH6GTeoAro .navbar.opened {
    height: auto;
  }
  .cid-uH6GTeoAro .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uH6GTeUbuG {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uH6GTeUbuG .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uH6GTeUbuG .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uH6GTf0O5X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uH6GTf0O5X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH6GTf0O5X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uH6GTf0O5X .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uH6GTf0O5X .row {
  flex-direction: row-reverse;
}
.cid-uH6GTf0O5X img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uH6GTf0O5X .text-wrapper {
    padding: 2rem;
  }
}
.cid-uH6GTf0O5X .mbr-text {
  color: #ffffff;
}
.cid-uH6GTf9nsi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uH6GTf9nsi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uH6GTf9nsi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uH6GTf9nsi .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uH6GTf9nsi img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uH6GTf9nsi .text-wrapper {
    padding: 2rem;
  }
}
.cid-uH6GTf9nsi .mbr-text {
  color: #ffffff;
}
.cid-uH6GTf9nsi .mbr-description {
  color: #ffffff;
}
.cid-uH6GTfgFxJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uH6GTfgFxJ .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uH6GTfgFxJ .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uH6GTfl69J {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uH6GTfl69J .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uH6GTfl69J .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uH6GTfl69J .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uH6GTfl69J .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uH6GTfl69J .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uH6GTfl69J .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uH6GTfl69J .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uH6GTfl69J .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uH6GTfl69J .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uH6GTfl69J .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uH6GTfl69J .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uH6GTfl69J .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uH6GTfl69J .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uH6GTfl69J .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uH6GTfl69J .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-uH6GTfl69J foot-menu-item P {
  text-align: right;
}
.cid-uL4P03JYLP .navbar-dropdown {
  position: relative !important;
}
.cid-uL4P03JYLP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL4P03JYLP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL4P03JYLP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL4P03JYLP .dropdown-item:hover,
.cid-uL4P03JYLP .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-uL4P03JYLP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL4P03JYLP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL4P03JYLP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL4P03JYLP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL4P03JYLP .nav-link {
  position: relative;
}
.cid-uL4P03JYLP .container {
  display: flex;
  margin: auto;
}
.cid-uL4P03JYLP .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL4P03JYLP .dropdown-menu,
.cid-uL4P03JYLP .navbar.opened {
  background: #353535 !important;
}
.cid-uL4P03JYLP .nav-item:focus,
.cid-uL4P03JYLP .nav-link:focus {
  outline: none;
}
.cid-uL4P03JYLP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL4P03JYLP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL4P03JYLP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL4P03JYLP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL4P03JYLP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL4P03JYLP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL4P03JYLP .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uL4P03JYLP .navbar.opened {
  transition: all 0.3s;
}
.cid-uL4P03JYLP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL4P03JYLP .navbar .navbar-logo img {
  width: auto;
}
.cid-uL4P03JYLP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL4P03JYLP .navbar.collapsed {
  justify-content: center;
}
.cid-uL4P03JYLP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL4P03JYLP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uL4P03JYLP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL4P03JYLP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL4P03JYLP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uL4P03JYLP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL4P03JYLP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL4P03JYLP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL4P03JYLP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL4P03JYLP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL4P03JYLP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL4P03JYLP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL4P03JYLP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uL4P03JYLP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL4P03JYLP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL4P03JYLP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL4P03JYLP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL4P03JYLP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL4P03JYLP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uL4P03JYLP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL4P03JYLP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL4P03JYLP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL4P03JYLP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uL4P03JYLP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL4P03JYLP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL4P03JYLP .dropdown-item.active,
.cid-uL4P03JYLP .dropdown-item:active {
  background-color: transparent;
}
.cid-uL4P03JYLP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL4P03JYLP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL4P03JYLP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL4P03JYLP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uL4P03JYLP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL4P03JYLP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL4P03JYLP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL4P03JYLP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL4P03JYLP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL4P03JYLP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uL4P03JYLP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL4P03JYLP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL4P03JYLP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL4P03JYLP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL4P03JYLP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL4P03JYLP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL4P03JYLP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL4P03JYLP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL4P03JYLP .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uL4P03JYLP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL4P03JYLP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uL4P03JYLP .navbar {
    height: 70px;
  }
  .cid-uL4P03JYLP .navbar.opened {
    height: auto;
  }
  .cid-uL4P03JYLP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL4P04yx6X {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/jet-in-carina-wfc3-uvis-full-field-1.jpg");
}
.cid-uL4P04yx6X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4P04yx6X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4P04yx6X .mbr-text,
.cid-uL4P04yx6X .mbr-section-btn {
  color: #232323;
}
.cid-uL4P04yx6X .card-title,
.cid-uL4P04yx6X .card-box {
  color: #ffe885;
}
.cid-uL4P04yx6X .mbr-text,
.cid-uL4P04yx6X .link-wrap {
  color: #ffffff;
}
.cid-uL4P04RXZo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uL4P04RXZo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4P04RXZo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4P04RXZo .mbr-section-title {
  color: #ffe885;
  text-align: center;
}
.cid-uL4P051yQC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uL4P051yQC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4P051yQC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uL4P051yQC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uL4P051yQC .row {
  flex-direction: row-reverse;
}
.cid-uL4P051yQC img {
  width: 100%;
}
.cid-uL4P051yQC .mbr-description {
  color: #ffffff;
  text-align: left;
}
.cid-uL4P057I1o {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uL4P057I1o .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uL4P05bhxA {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-uL4P05bhxA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4P05bhxA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uL4P05bhxA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uL4P05bhxA .row {
  flex-direction: row-reverse;
}
.cid-uL4P05bhxA img {
  width: 100%;
}
.cid-uL4P05bhxA .mbr-description {
  color: #ffffff;
  text-align: left;
}
.cid-uL4P05hBEh {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uL4P05hBEh .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uL4P05neoQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uL4P05neoQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4P05neoQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uL4P05neoQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uL4P05neoQ .row {
  flex-direction: row-reverse;
}
.cid-uL4P05neoQ img {
  width: 100%;
}
.cid-uL4P05neoQ .mbr-description {
  color: #ffffff;
  text-align: left;
}
.cid-uL4P05Jitp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uL4P05Jitp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4P05Jitp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4P05Jitp .mbr-section-title {
  color: #ffe885;
}
.cid-uL4P05Ud1s {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uL4P05Ud1s .mbr-section-subtitle {
  text-align: center;
  color: #ffe885;
}
.cid-uL4P05Y5MH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uL4P05Y5MH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4P05Y5MH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uL4P05Y5MH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uL4P05Y5MH .row {
  flex-direction: row-reverse;
}
.cid-uL4P05Y5MH img {
  width: 100%;
}
.cid-uL4TB2mIHA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uL4TB2mIHA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4TB2mIHA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uL4TB2mIHA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uL4TB2mIHA img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uL4TB2mIHA .text-wrapper {
    padding: 2rem;
  }
}
.cid-uL4TB2mIHA .mbr-text {
  color: #ffffff;
}
.cid-uL4TB2mIHA .mbr-description {
  color: #ffffff;
}
.cid-uL4TB2mIHA .mbr-section-title {
  color: #e6c63b;
}
.cid-uL4P0693t1 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uL4P0693t1 .mbr-section-subtitle {
  text-align: center;
  color: #ffe885;
}
.cid-uL4P06fAAX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uL4P06fAAX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4P06fAAX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uL4P06fAAX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uL4P06fAAX .row {
  flex-direction: row-reverse;
}
.cid-uL4P06fAAX img {
  width: 100%;
}
.cid-uL4P06p8hN {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uL4P06p8hN .mbr-text {
  color: #ffffff;
}
.cid-uL4P06MpHd {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uL4P06MpHd img,
.cid-uL4P06MpHd .item-img {
  width: 100%;
}
.cid-uL4P06MpHd .item:focus,
.cid-uL4P06MpHd span:focus {
  outline: none;
}
.cid-uL4P06MpHd .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uL4P06MpHd .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL4P06MpHd .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL4P06MpHd .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL4P06MpHd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL4P06MpHd .mbr-section-title {
  color: #ffe885;
}
.cid-uL4P06MpHd .mbr-text,
.cid-uL4P06MpHd .mbr-section-btn {
  text-align: left;
}
.cid-uL4P06MpHd .item-title {
  text-align: left;
}
.cid-uL4P06MpHd .item-subtitle {
  text-align: left;
}
.cid-uL4P070K2t {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uL4P070K2t img,
.cid-uL4P070K2t .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uL4P070K2t .item:focus,
.cid-uL4P070K2t span:focus {
  outline: none;
}
.cid-uL4P070K2t .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uL4P070K2t .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uL4P070K2t .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uL4P070K2t .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uL4P070K2t .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uL4P070K2t .mbr-section-title {
  color: #ffffff;
}
.cid-uL4P070K2t .mbr-text,
.cid-uL4P070K2t .mbr-section-btn {
  text-align: left;
}
.cid-uL4P070K2t .item-title {
  text-align: left;
}
.cid-uL4P070K2t .item-subtitle {
  text-align: left;
}
.cid-uL4P079wYx {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uL4P079wYx .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uL4P079wYx .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uL4P079wYx .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uL4P079wYx .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uL4P079wYx .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uL4P079wYx .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uL4P079wYx .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uL4P079wYx .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uL4P079wYx .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uL4P079wYx .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uL4P079wYx .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uL4P079wYx .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uL4P079wYx .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uL4P079wYx .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uL4P079wYx .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-uL4P079wYx foot-menu-item P {
  text-align: right;
}
.cid-uRury2lstb .navbar-dropdown {
  position: relative !important;
}
.cid-uRury2lstb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRury2lstb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRury2lstb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRury2lstb .dropdown-item:hover,
.cid-uRury2lstb .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-uRury2lstb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRury2lstb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRury2lstb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRury2lstb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRury2lstb .nav-link {
  position: relative;
}
.cid-uRury2lstb .container {
  display: flex;
  margin: auto;
}
.cid-uRury2lstb .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRury2lstb .dropdown-menu,
.cid-uRury2lstb .navbar.opened {
  background: #353535 !important;
}
.cid-uRury2lstb .nav-item:focus,
.cid-uRury2lstb .nav-link:focus {
  outline: none;
}
.cid-uRury2lstb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRury2lstb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRury2lstb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRury2lstb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRury2lstb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRury2lstb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRury2lstb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uRury2lstb .navbar.opened {
  transition: all 0.3s;
}
.cid-uRury2lstb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRury2lstb .navbar .navbar-logo img {
  width: auto;
}
.cid-uRury2lstb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRury2lstb .navbar.collapsed {
  justify-content: center;
}
.cid-uRury2lstb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRury2lstb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uRury2lstb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRury2lstb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRury2lstb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uRury2lstb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRury2lstb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRury2lstb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRury2lstb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRury2lstb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRury2lstb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRury2lstb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRury2lstb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uRury2lstb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRury2lstb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRury2lstb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRury2lstb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRury2lstb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRury2lstb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRury2lstb .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRury2lstb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRury2lstb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRury2lstb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRury2lstb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRury2lstb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRury2lstb .dropdown-item.active,
.cid-uRury2lstb .dropdown-item:active {
  background-color: transparent;
}
.cid-uRury2lstb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRury2lstb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRury2lstb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRury2lstb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uRury2lstb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRury2lstb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRury2lstb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRury2lstb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRury2lstb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRury2lstb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uRury2lstb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRury2lstb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRury2lstb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRury2lstb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRury2lstb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRury2lstb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRury2lstb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRury2lstb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRury2lstb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRury2lstb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRury2lstb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRury2lstb .navbar {
    height: 70px;
  }
  .cid-uRury2lstb .navbar.opened {
    height: auto;
  }
  .cid-uRury2lstb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRury30Dss {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/jet-in-carina-wfc3-uvis-full-field-1.jpg");
}
.cid-uRury30Dss .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRury30Dss .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRury30Dss .mbr-text,
.cid-uRury30Dss .mbr-section-btn {
  color: #232323;
}
.cid-uRury30Dss .card-title,
.cid-uRury30Dss .card-box {
  color: #ffe885;
}
.cid-uRury30Dss .mbr-text,
.cid-uRury30Dss .link-wrap {
  color: #ffffff;
}
.cid-uRury3amFM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #bbbbbb;
}
.cid-uRury3amFM .mbr-text {
  color: #fafafa;
  text-align: center;
}
.cid-uRury3amFM .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uRury3l260 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-uRury3l260 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRury3l260 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uRury3l260 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRury3l260 .row {
  flex-direction: row-reverse;
}
.cid-uRury3l260 img {
  width: 100%;
}
.cid-uRury3l260 .mbr-description {
  color: #ffffff;
  text-align: left;
}
.cid-uRusd7rdOw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-uRusd7rdOw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRusd7rdOw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uRusd7rdOw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRusd7rdOw .row {
  flex-direction: row-reverse;
}
.cid-uRusd7rdOw img {
  width: 100%;
}
.cid-uRusd7rdOw .mbr-description {
  color: #ffffff;
  text-align: left;
}
.cid-uRuse5SjhQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-uRuse5SjhQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRuse5SjhQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uRuse5SjhQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRuse5SjhQ .row {
  flex-direction: row-reverse;
}
.cid-uRuse5SjhQ img {
  width: 100%;
}
.cid-uRuse5SjhQ .mbr-description {
  color: #ffffff;
  text-align: left;
}
.cid-uRusrNLFy2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-uRusrNLFy2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRusrNLFy2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uRusrNLFy2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRusrNLFy2 .row {
  flex-direction: row-reverse;
}
.cid-uRusrNLFy2 img {
  width: 100%;
}
.cid-uRusrNLFy2 .mbr-description {
  color: #ffffff;
  text-align: left;
}
.cid-uRussqVtBb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-uRussqVtBb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRussqVtBb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uRussqVtBb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRussqVtBb .row {
  flex-direction: row-reverse;
}
.cid-uRussqVtBb img {
  width: 100%;
}
.cid-uRussqVtBb .mbr-description {
  color: #ffffff;
  text-align: left;
}
.cid-uRussYcygF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-uRussYcygF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRussYcygF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uRussYcygF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRussYcygF .row {
  flex-direction: row-reverse;
}
.cid-uRussYcygF img {
  width: 100%;
}
.cid-uRussYcygF .mbr-description {
  color: #ffffff;
  text-align: left;
}
.cid-uRury4aszf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uRury4aszf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uRury4aszf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uRury4aszf .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uRury4aszf .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uRury4aszf .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uRury4aszf .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uRury4aszf .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uRury4aszf .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uRury4aszf .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uRury4aszf .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uRury4aszf .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uRury4aszf .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uRury4aszf .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uRury4aszf .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uRury4aszf .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-uRury4aszf foot-menu-item P {
  text-align: right;
}
.cid-uL4VdTGbbw .navbar-dropdown {
  position: relative !important;
}
.cid-uL4VdTGbbw .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL4VdTGbbw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uL4VdTGbbw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uL4VdTGbbw .dropdown-item:hover,
.cid-uL4VdTGbbw .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-uL4VdTGbbw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uL4VdTGbbw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uL4VdTGbbw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uL4VdTGbbw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uL4VdTGbbw .nav-link {
  position: relative;
}
.cid-uL4VdTGbbw .container {
  display: flex;
  margin: auto;
}
.cid-uL4VdTGbbw .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uL4VdTGbbw .dropdown-menu,
.cid-uL4VdTGbbw .navbar.opened {
  background: #353535 !important;
}
.cid-uL4VdTGbbw .nav-item:focus,
.cid-uL4VdTGbbw .nav-link:focus {
  outline: none;
}
.cid-uL4VdTGbbw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uL4VdTGbbw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uL4VdTGbbw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uL4VdTGbbw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uL4VdTGbbw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uL4VdTGbbw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uL4VdTGbbw .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uL4VdTGbbw .navbar.opened {
  transition: all 0.3s;
}
.cid-uL4VdTGbbw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uL4VdTGbbw .navbar .navbar-logo img {
  width: auto;
}
.cid-uL4VdTGbbw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uL4VdTGbbw .navbar.collapsed {
  justify-content: center;
}
.cid-uL4VdTGbbw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uL4VdTGbbw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uL4VdTGbbw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uL4VdTGbbw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uL4VdTGbbw .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uL4VdTGbbw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uL4VdTGbbw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uL4VdTGbbw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uL4VdTGbbw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uL4VdTGbbw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uL4VdTGbbw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uL4VdTGbbw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uL4VdTGbbw .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uL4VdTGbbw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uL4VdTGbbw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uL4VdTGbbw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uL4VdTGbbw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uL4VdTGbbw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uL4VdTGbbw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uL4VdTGbbw .navbar.navbar-short {
  min-height: 60px;
}
.cid-uL4VdTGbbw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uL4VdTGbbw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uL4VdTGbbw .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uL4VdTGbbw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uL4VdTGbbw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uL4VdTGbbw .dropdown-item.active,
.cid-uL4VdTGbbw .dropdown-item:active {
  background-color: transparent;
}
.cid-uL4VdTGbbw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uL4VdTGbbw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uL4VdTGbbw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uL4VdTGbbw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uL4VdTGbbw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uL4VdTGbbw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uL4VdTGbbw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uL4VdTGbbw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uL4VdTGbbw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uL4VdTGbbw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uL4VdTGbbw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uL4VdTGbbw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL4VdTGbbw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uL4VdTGbbw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uL4VdTGbbw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL4VdTGbbw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uL4VdTGbbw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uL4VdTGbbw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uL4VdTGbbw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uL4VdTGbbw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uL4VdTGbbw .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uL4VdTGbbw .navbar {
    height: 70px;
  }
  .cid-uL4VdTGbbw .navbar.opened {
    height: auto;
  }
  .cid-uL4VdTGbbw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uL4VdUmYus {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/jet-in-carina-wfc3-uvis-full-field-1.jpg");
}
.cid-uL4VdUmYus .mbr-fallback-image.disabled {
  display: none;
}
.cid-uL4VdUmYus .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uL4VdUmYus .mbr-text,
.cid-uL4VdUmYus .mbr-section-btn {
  color: #232323;
}
.cid-uL4VdUmYus .card-title,
.cid-uL4VdUmYus .card-box {
  color: #ffe885;
}
.cid-uL4VdUmYus .mbr-text,
.cid-uL4VdUmYus .link-wrap {
  color: #ffffff;
}
.cid-uL4VXJSzW3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-uL4VXJSzW3 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uL4VXJSzW3 .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uQxvLT3Otn {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #bbbbbb;
}
.cid-uQxvLT3Otn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQxvLT3Otn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uQxvLT3Otn .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uQxvLT3Otn .row {
  flex-direction: row-reverse;
}
.cid-uQxvLT3Otn img {
  width: 100%;
}
.cid-uRuq3XWC8r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-uRuq3XWC8r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRuq3XWC8r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uRuq3XWC8r .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRuq3XWC8r .row {
  flex-direction: row-reverse;
}
.cid-uRuq3XWC8r img {
  width: 100%;
}
.cid-uRuq3XWC8r .mbr-description {
  color: #ffe885;
  text-align: center;
}
.cid-uQxzlLsuYj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #bbbbbb;
}
.cid-uQxzlLsuYj .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uQxzlLsuYj .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uL4VdWhnaV {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uL4VdWhnaV .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uL4VdWhnaV .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uL4VdWhnaV .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uL4VdWhnaV .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uL4VdWhnaV .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uL4VdWhnaV .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uL4VdWhnaV .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uL4VdWhnaV .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uL4VdWhnaV .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uL4VdWhnaV .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uL4VdWhnaV .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uL4VdWhnaV .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uL4VdWhnaV .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uL4VdWhnaV .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uL4VdWhnaV .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-uL4VdWhnaV foot-menu-item P {
  text-align: right;
}
.cid-uTgVIk77D1 .navbar-dropdown {
  position: relative !important;
}
.cid-uTgVIk77D1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTgVIk77D1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uTgVIk77D1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uTgVIk77D1 .dropdown-item:hover,
.cid-uTgVIk77D1 .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-uTgVIk77D1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTgVIk77D1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTgVIk77D1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uTgVIk77D1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTgVIk77D1 .nav-link {
  position: relative;
}
.cid-uTgVIk77D1 .container {
  display: flex;
  margin: auto;
}
.cid-uTgVIk77D1 .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTgVIk77D1 .dropdown-menu,
.cid-uTgVIk77D1 .navbar.opened {
  background: #353535 !important;
}
.cid-uTgVIk77D1 .nav-item:focus,
.cid-uTgVIk77D1 .nav-link:focus {
  outline: none;
}
.cid-uTgVIk77D1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTgVIk77D1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTgVIk77D1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTgVIk77D1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTgVIk77D1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTgVIk77D1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTgVIk77D1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uTgVIk77D1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uTgVIk77D1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTgVIk77D1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uTgVIk77D1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTgVIk77D1 .navbar.collapsed {
  justify-content: center;
}
.cid-uTgVIk77D1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTgVIk77D1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uTgVIk77D1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTgVIk77D1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTgVIk77D1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uTgVIk77D1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTgVIk77D1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTgVIk77D1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTgVIk77D1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTgVIk77D1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTgVIk77D1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTgVIk77D1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTgVIk77D1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uTgVIk77D1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTgVIk77D1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTgVIk77D1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTgVIk77D1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uTgVIk77D1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTgVIk77D1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTgVIk77D1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTgVIk77D1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTgVIk77D1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTgVIk77D1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTgVIk77D1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTgVIk77D1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTgVIk77D1 .dropdown-item.active,
.cid-uTgVIk77D1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uTgVIk77D1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTgVIk77D1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTgVIk77D1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTgVIk77D1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uTgVIk77D1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTgVIk77D1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTgVIk77D1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTgVIk77D1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTgVIk77D1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTgVIk77D1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uTgVIk77D1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTgVIk77D1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTgVIk77D1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTgVIk77D1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTgVIk77D1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTgVIk77D1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTgVIk77D1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTgVIk77D1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTgVIk77D1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uTgVIk77D1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTgVIk77D1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTgVIk77D1 .navbar {
    height: 70px;
  }
  .cid-uTgVIk77D1 .navbar.opened {
    height: auto;
  }
  .cid-uTgVIk77D1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTgVIkCrtU {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/jet-in-carina-wfc3-uvis-full-field-1.jpg");
}
.cid-uTgVIkCrtU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTgVIkCrtU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTgVIkCrtU .mbr-text,
.cid-uTgVIkCrtU .mbr-section-btn {
  color: #232323;
}
.cid-uTgVIkCrtU .card-title,
.cid-uTgVIkCrtU .card-box {
  color: #ffe885;
}
.cid-uTgVIkCrtU .mbr-text,
.cid-uTgVIkCrtU .link-wrap {
  color: #ffffff;
}
.cid-uTgVIkRPI0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-uTgVIkRPI0 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uTgVIkRPI0 .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uThi4zqVBy {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #bbbbbb;
}
.cid-uThi4zqVBy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uThi4zqVBy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uThi4zqVBy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uThi4zqVBy .row {
  flex-direction: row-reverse;
}
.cid-uThi4zqVBy img {
  width: 100%;
}
.cid-uTgVIl8vyd {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-uTgVIl8vyd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTgVIl8vyd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uTgVIl8vyd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTgVIl8vyd .row {
  flex-direction: row-reverse;
}
.cid-uTgVIl8vyd img {
  width: 100%;
}
.cid-uTgVIl8vyd .mbr-description {
  color: #ffe885;
  text-align: center;
}
.cid-uTgVIlc2wj {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #bbbbbb;
}
.cid-uTgVIlc2wj .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uTgVIlc2wj .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uTgVIlg1UH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uTgVIlg1UH .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uTgVIlg1UH .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uTgVIlg1UH .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uTgVIlg1UH .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uTgVIlg1UH .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uTgVIlg1UH .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uTgVIlg1UH .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uTgVIlg1UH .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uTgVIlg1UH .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uTgVIlg1UH .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uTgVIlg1UH .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uTgVIlg1UH .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uTgVIlg1UH .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uTgVIlg1UH .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uTgVIlg1UH .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-uTgVIlg1UH foot-menu-item P {
  text-align: right;
}
.cid-uWaMl3jimy .navbar-dropdown {
  position: relative !important;
}
.cid-uWaMl3jimy .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWaMl3jimy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWaMl3jimy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWaMl3jimy .dropdown-item:hover,
.cid-uWaMl3jimy .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-uWaMl3jimy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWaMl3jimy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWaMl3jimy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWaMl3jimy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWaMl3jimy .nav-link {
  position: relative;
}
.cid-uWaMl3jimy .container {
  display: flex;
  margin: auto;
}
.cid-uWaMl3jimy .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWaMl3jimy .dropdown-menu,
.cid-uWaMl3jimy .navbar.opened {
  background: #353535 !important;
}
.cid-uWaMl3jimy .nav-item:focus,
.cid-uWaMl3jimy .nav-link:focus {
  outline: none;
}
.cid-uWaMl3jimy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWaMl3jimy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWaMl3jimy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWaMl3jimy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWaMl3jimy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWaMl3jimy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWaMl3jimy .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uWaMl3jimy .navbar.opened {
  transition: all 0.3s;
}
.cid-uWaMl3jimy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWaMl3jimy .navbar .navbar-logo img {
  width: auto;
}
.cid-uWaMl3jimy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWaMl3jimy .navbar.collapsed {
  justify-content: center;
}
.cid-uWaMl3jimy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWaMl3jimy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uWaMl3jimy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWaMl3jimy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWaMl3jimy .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uWaMl3jimy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWaMl3jimy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWaMl3jimy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWaMl3jimy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWaMl3jimy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWaMl3jimy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWaMl3jimy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWaMl3jimy .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uWaMl3jimy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWaMl3jimy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWaMl3jimy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWaMl3jimy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWaMl3jimy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWaMl3jimy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWaMl3jimy .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWaMl3jimy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWaMl3jimy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWaMl3jimy .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWaMl3jimy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWaMl3jimy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWaMl3jimy .dropdown-item.active,
.cid-uWaMl3jimy .dropdown-item:active {
  background-color: transparent;
}
.cid-uWaMl3jimy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWaMl3jimy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWaMl3jimy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWaMl3jimy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uWaMl3jimy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWaMl3jimy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWaMl3jimy ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWaMl3jimy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWaMl3jimy button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWaMl3jimy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uWaMl3jimy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWaMl3jimy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWaMl3jimy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWaMl3jimy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWaMl3jimy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWaMl3jimy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWaMl3jimy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWaMl3jimy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWaMl3jimy .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWaMl3jimy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWaMl3jimy .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWaMl3jimy .navbar {
    height: 70px;
  }
  .cid-uWaMl3jimy .navbar.opened {
    height: auto;
  }
  .cid-uWaMl3jimy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWaMl3ZqQf {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uWaMl3ZqQf .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uWaMl3ZqQf .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uWaMl46AhE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uWaMl46AhE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWaMl46AhE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWaMl46AhE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWaMl46AhE .row {
  flex-direction: row-reverse;
}
.cid-uWaMl46AhE img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uWaMl46AhE .text-wrapper {
    padding: 2rem;
  }
}
.cid-uWaMl46AhE .mbr-text {
  color: #ffffff;
}
.cid-uWaMl4dZka {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uWaMl4dZka .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWaMl4dZka .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWaMl4dZka .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWaMl4dZka img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uWaMl4dZka .text-wrapper {
    padding: 2rem;
  }
}
.cid-uWaMl4dZka .mbr-text {
  color: #ffffff;
}
.cid-uWaMl4dZka .mbr-description {
  color: #ffffff;
}
.cid-uWaNxb4Nja {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uWaNxb4Nja .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWaNxb4Nja .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWaNxb4Nja .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWaNxb4Nja .row {
  flex-direction: row-reverse;
}
.cid-uWaNxb4Nja img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uWaNxb4Nja .text-wrapper {
    padding: 2rem;
  }
}
.cid-uWaNxb4Nja .mbr-text {
  color: #ffffff;
}
.cid-uWaMl4m1sv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uWaMl4m1sv .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uWaMl4m1sv .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uWaMl4tVXb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uWaMl4tVXb .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uWaMl4tVXb .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uWaMl4tVXb .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uWaMl4tVXb .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uWaMl4tVXb .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uWaMl4tVXb .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uWaMl4tVXb .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uWaMl4tVXb .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uWaMl4tVXb .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uWaMl4tVXb .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uWaMl4tVXb .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uWaMl4tVXb .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWaMl4tVXb .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uWaMl4tVXb .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uWaMl4tVXb .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-uWaMl4tVXb foot-menu-item P {
  text-align: right;
}
.cid-uWf4LZxD6b .navbar-dropdown {
  position: relative !important;
}
.cid-uWf4LZxD6b .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWf4LZxD6b .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uWf4LZxD6b .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uWf4LZxD6b .dropdown-item:hover,
.cid-uWf4LZxD6b .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-uWf4LZxD6b .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uWf4LZxD6b .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uWf4LZxD6b .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uWf4LZxD6b .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uWf4LZxD6b .nav-link {
  position: relative;
}
.cid-uWf4LZxD6b .container {
  display: flex;
  margin: auto;
}
.cid-uWf4LZxD6b .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uWf4LZxD6b .dropdown-menu,
.cid-uWf4LZxD6b .navbar.opened {
  background: #353535 !important;
}
.cid-uWf4LZxD6b .nav-item:focus,
.cid-uWf4LZxD6b .nav-link:focus {
  outline: none;
}
.cid-uWf4LZxD6b .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uWf4LZxD6b .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uWf4LZxD6b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uWf4LZxD6b .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uWf4LZxD6b .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWf4LZxD6b .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWf4LZxD6b .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uWf4LZxD6b .navbar.opened {
  transition: all 0.3s;
}
.cid-uWf4LZxD6b .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uWf4LZxD6b .navbar .navbar-logo img {
  width: auto;
}
.cid-uWf4LZxD6b .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWf4LZxD6b .navbar.collapsed {
  justify-content: center;
}
.cid-uWf4LZxD6b .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWf4LZxD6b .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uWf4LZxD6b .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWf4LZxD6b .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uWf4LZxD6b .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uWf4LZxD6b .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWf4LZxD6b .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uWf4LZxD6b .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uWf4LZxD6b .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWf4LZxD6b .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWf4LZxD6b .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWf4LZxD6b .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uWf4LZxD6b .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uWf4LZxD6b .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uWf4LZxD6b .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWf4LZxD6b .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uWf4LZxD6b .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uWf4LZxD6b .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uWf4LZxD6b .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uWf4LZxD6b .navbar.navbar-short {
  min-height: 60px;
}
.cid-uWf4LZxD6b .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uWf4LZxD6b .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uWf4LZxD6b .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWf4LZxD6b .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWf4LZxD6b .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWf4LZxD6b .dropdown-item.active,
.cid-uWf4LZxD6b .dropdown-item:active {
  background-color: transparent;
}
.cid-uWf4LZxD6b .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uWf4LZxD6b .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWf4LZxD6b .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWf4LZxD6b .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uWf4LZxD6b .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWf4LZxD6b .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWf4LZxD6b ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uWf4LZxD6b .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uWf4LZxD6b button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uWf4LZxD6b button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uWf4LZxD6b button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uWf4LZxD6b button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWf4LZxD6b button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uWf4LZxD6b button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uWf4LZxD6b nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWf4LZxD6b nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uWf4LZxD6b nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uWf4LZxD6b nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uWf4LZxD6b .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uWf4LZxD6b a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uWf4LZxD6b .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWf4LZxD6b .navbar {
    height: 70px;
  }
  .cid-uWf4LZxD6b .navbar.opened {
    height: auto;
  }
  .cid-uWf4LZxD6b .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWf4LZNyTa {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uWf4LZNyTa .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uWf4LZNyTa .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uWf4LZXMMy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uWf4LZXMMy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWf4LZXMMy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWf4LZXMMy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWf4LZXMMy .row {
  flex-direction: row-reverse;
}
.cid-uWf4LZXMMy img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uWf4LZXMMy .text-wrapper {
    padding: 2rem;
  }
}
.cid-uWf4LZXMMy .mbr-text {
  color: #ffffff;
}
.cid-uWf4M05EM2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uWf4M05EM2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWf4M05EM2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWf4M05EM2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWf4M05EM2 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uWf4M05EM2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uWf4M05EM2 .mbr-text {
  color: #ffffff;
}
.cid-uWf4M05EM2 .mbr-description {
  color: #ffffff;
}
.cid-uWf4M0ehna {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uWf4M0ehna .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWf4M0ehna .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWf4M0ehna .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWf4M0ehna .row {
  flex-direction: row-reverse;
}
.cid-uWf4M0ehna img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uWf4M0ehna .text-wrapper {
    padding: 2rem;
  }
}
.cid-uWf4M0ehna .mbr-text {
  color: #ffffff;
}
.cid-uWf4M0kLXN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uWf4M0kLXN .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uWf4M0kLXN .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uWf4M0qnFG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uWf4M0qnFG .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uWf4M0qnFG .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uWf4M0qnFG .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uWf4M0qnFG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uWf4M0qnFG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uWf4M0qnFG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uWf4M0qnFG .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uWf4M0qnFG .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uWf4M0qnFG .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uWf4M0qnFG .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uWf4M0qnFG .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uWf4M0qnFG .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uWf4M0qnFG .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uWf4M0qnFG .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uWf4M0qnFG .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-uWf4M0qnFG foot-menu-item P {
  text-align: right;
}
.cid-uX8MS3lQR9 .navbar-dropdown {
  position: relative !important;
}
.cid-uX8MS3lQR9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uX8MS3lQR9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uX8MS3lQR9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uX8MS3lQR9 .dropdown-item:hover,
.cid-uX8MS3lQR9 .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-uX8MS3lQR9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uX8MS3lQR9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uX8MS3lQR9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uX8MS3lQR9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uX8MS3lQR9 .nav-link {
  position: relative;
}
.cid-uX8MS3lQR9 .container {
  display: flex;
  margin: auto;
}
.cid-uX8MS3lQR9 .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uX8MS3lQR9 .dropdown-menu,
.cid-uX8MS3lQR9 .navbar.opened {
  background: #353535 !important;
}
.cid-uX8MS3lQR9 .nav-item:focus,
.cid-uX8MS3lQR9 .nav-link:focus {
  outline: none;
}
.cid-uX8MS3lQR9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uX8MS3lQR9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uX8MS3lQR9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uX8MS3lQR9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uX8MS3lQR9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uX8MS3lQR9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uX8MS3lQR9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uX8MS3lQR9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uX8MS3lQR9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uX8MS3lQR9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uX8MS3lQR9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uX8MS3lQR9 .navbar.collapsed {
  justify-content: center;
}
.cid-uX8MS3lQR9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uX8MS3lQR9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uX8MS3lQR9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uX8MS3lQR9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uX8MS3lQR9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uX8MS3lQR9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uX8MS3lQR9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uX8MS3lQR9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uX8MS3lQR9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uX8MS3lQR9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uX8MS3lQR9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uX8MS3lQR9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uX8MS3lQR9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uX8MS3lQR9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uX8MS3lQR9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uX8MS3lQR9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uX8MS3lQR9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uX8MS3lQR9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uX8MS3lQR9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uX8MS3lQR9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uX8MS3lQR9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uX8MS3lQR9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uX8MS3lQR9 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uX8MS3lQR9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uX8MS3lQR9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uX8MS3lQR9 .dropdown-item.active,
.cid-uX8MS3lQR9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uX8MS3lQR9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uX8MS3lQR9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uX8MS3lQR9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uX8MS3lQR9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uX8MS3lQR9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uX8MS3lQR9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uX8MS3lQR9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uX8MS3lQR9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uX8MS3lQR9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uX8MS3lQR9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uX8MS3lQR9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uX8MS3lQR9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX8MS3lQR9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uX8MS3lQR9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uX8MS3lQR9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX8MS3lQR9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uX8MS3lQR9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uX8MS3lQR9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uX8MS3lQR9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uX8MS3lQR9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uX8MS3lQR9 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uX8MS3lQR9 .navbar {
    height: 70px;
  }
  .cid-uX8MS3lQR9 .navbar.opened {
    height: auto;
  }
  .cid-uX8MS3lQR9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uX8MS3ID6C {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/jet-in-carina-wfc3-uvis-full-field-1.jpg");
}
.cid-uX8MS3ID6C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX8MS3ID6C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uX8MS3ID6C .mbr-text,
.cid-uX8MS3ID6C .mbr-section-btn {
  color: #232323;
}
.cid-uX8MS3ID6C .card-title,
.cid-uX8MS3ID6C .card-box {
  color: #ffe885;
}
.cid-uX8MS3ID6C .mbr-text,
.cid-uX8MS3ID6C .link-wrap {
  color: #ffffff;
}
.cid-uX8MS3R0Cu {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-uX8MS3R0Cu .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uX8MS3R0Cu .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uX8OcfyKtP {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #bbbbbb;
}
.cid-uX8OcfyKtP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX8OcfyKtP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uX8OcfyKtP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uX8OcfyKtP .row {
  flex-direction: row-reverse;
}
.cid-uX8OcfyKtP img {
  width: 100%;
}
.cid-uX8OcfyKtP .mbr-description {
  color: #e43f3f;
}
.cid-uX8NJtNuJf {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #bbbbbb;
}
.cid-uX8NJtNuJf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uX8NJtNuJf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uX8NJtNuJf .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uX8NJtNuJf .row {
  flex-direction: row-reverse;
}
.cid-uX8NJtNuJf img {
  width: 100%;
}
.cid-uX8NJtNuJf .mbr-description {
  color: #e43f3f;
}
.cid-uX8MS4ew05 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #bbbbbb;
}
.cid-uX8MS4ew05 .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uX8MS4ew05 .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uX8MS4lAhb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uX8MS4lAhb .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uX8MS4lAhb .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uX8MS4lAhb .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uX8MS4lAhb .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uX8MS4lAhb .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uX8MS4lAhb .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uX8MS4lAhb .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uX8MS4lAhb .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uX8MS4lAhb .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uX8MS4lAhb .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uX8MS4lAhb .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uX8MS4lAhb .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uX8MS4lAhb .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uX8MS4lAhb .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uX8MS4lAhb .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-uX8MS4lAhb foot-menu-item P {
  text-align: right;
}
.cid-uZFHi8HI8c .navbar-dropdown {
  position: relative !important;
}
.cid-uZFHi8HI8c .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZFHi8HI8c .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZFHi8HI8c .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZFHi8HI8c .dropdown-item:hover,
.cid-uZFHi8HI8c .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-uZFHi8HI8c .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZFHi8HI8c .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZFHi8HI8c .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZFHi8HI8c .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZFHi8HI8c .nav-link {
  position: relative;
}
.cid-uZFHi8HI8c .container {
  display: flex;
  margin: auto;
}
.cid-uZFHi8HI8c .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZFHi8HI8c .dropdown-menu,
.cid-uZFHi8HI8c .navbar.opened {
  background: #353535 !important;
}
.cid-uZFHi8HI8c .nav-item:focus,
.cid-uZFHi8HI8c .nav-link:focus {
  outline: none;
}
.cid-uZFHi8HI8c .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZFHi8HI8c .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZFHi8HI8c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZFHi8HI8c .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZFHi8HI8c .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZFHi8HI8c .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZFHi8HI8c .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uZFHi8HI8c .navbar.opened {
  transition: all 0.3s;
}
.cid-uZFHi8HI8c .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZFHi8HI8c .navbar .navbar-logo img {
  width: auto;
}
.cid-uZFHi8HI8c .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZFHi8HI8c .navbar.collapsed {
  justify-content: center;
}
.cid-uZFHi8HI8c .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZFHi8HI8c .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZFHi8HI8c .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZFHi8HI8c .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZFHi8HI8c .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZFHi8HI8c .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZFHi8HI8c .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZFHi8HI8c .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZFHi8HI8c .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZFHi8HI8c .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZFHi8HI8c .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZFHi8HI8c .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZFHi8HI8c .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZFHi8HI8c .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZFHi8HI8c .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZFHi8HI8c .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZFHi8HI8c .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZFHi8HI8c .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZFHi8HI8c .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZFHi8HI8c .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZFHi8HI8c .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZFHi8HI8c .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZFHi8HI8c .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZFHi8HI8c .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZFHi8HI8c .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZFHi8HI8c .dropdown-item.active,
.cid-uZFHi8HI8c .dropdown-item:active {
  background-color: transparent;
}
.cid-uZFHi8HI8c .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZFHi8HI8c .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZFHi8HI8c .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZFHi8HI8c .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uZFHi8HI8c .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZFHi8HI8c .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZFHi8HI8c ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZFHi8HI8c .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZFHi8HI8c button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZFHi8HI8c button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZFHi8HI8c button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZFHi8HI8c button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZFHi8HI8c button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZFHi8HI8c button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZFHi8HI8c nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZFHi8HI8c nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZFHi8HI8c nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZFHi8HI8c nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZFHi8HI8c .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZFHi8HI8c a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZFHi8HI8c .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZFHi8HI8c .navbar {
    height: 70px;
  }
  .cid-uZFHi8HI8c .navbar.opened {
    height: auto;
  }
  .cid-uZFHi8HI8c .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZFHi8VGQb {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/john-clarke-dec-2023-heart-neb.jpeg");
}
.cid-uZFHi8VGQb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZFHi8VGQb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZFHi8VGQb .mbr-text,
.cid-uZFHi8VGQb .mbr-section-btn {
  color: #232323;
}
.cid-uZFHi8VGQb .card-title,
.cid-uZFHi8VGQb .card-box {
  color: #fff0b0;
}
.cid-uZFHi8VGQb .mbr-text,
.cid-uZFHi8VGQb .link-wrap {
  color: #ffffff;
}
.cid-uZFHi9cjqO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uZFHi9cjqO .mbr-section-subtitle {
  color: #fff0b0;
}
.cid-uZFHi9cjqO .mbr-text {
  color: #ffffff;
}
.cid-uZFHi98wTN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uZFHi98wTN .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uZFHi98wTN .mbr-text {
  color: #bbbbbb;
}
.cid-uZFHi93Pmv {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uZFHi93Pmv .mbr-text {
  color: #bbbbbb;
}
.cid-uZFHi93Pmv .mbr-section-subtitle {
  color: #bbbbbb;
}
.cid-uZFHi9QsQj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uZFHi9QsQj .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uZFHi9QsQj .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uZFHi9QsQj .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uZFHi9QsQj .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uZFHi9QsQj .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uZFHi9QsQj .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uZFHi9QsQj .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uZFHi9QsQj .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uZFHi9QsQj .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uZFHi9QsQj .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uZFHi9QsQj .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uZFHi9QsQj .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uZFHi9QsQj .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uZFHi9QsQj .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uZFHi9QsQj .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-uZFHi9QsQj foot-menu-item P {
  text-align: right;
}
.cid-uZMZmzsBdB .navbar-dropdown {
  position: relative !important;
}
.cid-uZMZmzsBdB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZMZmzsBdB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZMZmzsBdB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZMZmzsBdB .dropdown-item:hover,
.cid-uZMZmzsBdB .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-uZMZmzsBdB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZMZmzsBdB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZMZmzsBdB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZMZmzsBdB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZMZmzsBdB .nav-link {
  position: relative;
}
.cid-uZMZmzsBdB .container {
  display: flex;
  margin: auto;
}
.cid-uZMZmzsBdB .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZMZmzsBdB .dropdown-menu,
.cid-uZMZmzsBdB .navbar.opened {
  background: #353535 !important;
}
.cid-uZMZmzsBdB .nav-item:focus,
.cid-uZMZmzsBdB .nav-link:focus {
  outline: none;
}
.cid-uZMZmzsBdB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZMZmzsBdB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZMZmzsBdB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZMZmzsBdB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZMZmzsBdB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZMZmzsBdB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZMZmzsBdB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uZMZmzsBdB .navbar.opened {
  transition: all 0.3s;
}
.cid-uZMZmzsBdB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZMZmzsBdB .navbar .navbar-logo img {
  width: auto;
}
.cid-uZMZmzsBdB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZMZmzsBdB .navbar.collapsed {
  justify-content: center;
}
.cid-uZMZmzsBdB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZMZmzsBdB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZMZmzsBdB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZMZmzsBdB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZMZmzsBdB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZMZmzsBdB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZMZmzsBdB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZMZmzsBdB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZMZmzsBdB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZMZmzsBdB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZMZmzsBdB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZMZmzsBdB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZMZmzsBdB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZMZmzsBdB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZMZmzsBdB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZMZmzsBdB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZMZmzsBdB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZMZmzsBdB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZMZmzsBdB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZMZmzsBdB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZMZmzsBdB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZMZmzsBdB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZMZmzsBdB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZMZmzsBdB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZMZmzsBdB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZMZmzsBdB .dropdown-item.active,
.cid-uZMZmzsBdB .dropdown-item:active {
  background-color: transparent;
}
.cid-uZMZmzsBdB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZMZmzsBdB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZMZmzsBdB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZMZmzsBdB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uZMZmzsBdB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZMZmzsBdB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZMZmzsBdB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZMZmzsBdB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZMZmzsBdB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZMZmzsBdB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZMZmzsBdB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZMZmzsBdB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZMZmzsBdB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZMZmzsBdB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZMZmzsBdB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZMZmzsBdB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZMZmzsBdB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZMZmzsBdB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZMZmzsBdB .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZMZmzsBdB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZMZmzsBdB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZMZmzsBdB .navbar {
    height: 70px;
  }
  .cid-uZMZmzsBdB .navbar.opened {
    height: auto;
  }
  .cid-uZMZmzsBdB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZMZmA7ZtU {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uZMZmA7ZtU .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uZMZmA7ZtU .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uZMZmAe2J6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uZMZmAe2J6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZMZmAe2J6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uZMZmAe2J6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZMZmAe2J6 .row {
  flex-direction: row-reverse;
}
.cid-uZMZmAe2J6 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uZMZmAe2J6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uZMZmAe2J6 .mbr-text {
  color: #ffffff;
}
.cid-uZMZmApiA1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uZMZmApiA1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZMZmApiA1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uZMZmApiA1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZMZmApiA1 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uZMZmApiA1 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uZMZmApiA1 .mbr-text {
  color: #ffffff;
}
.cid-uZMZmApiA1 .mbr-description {
  color: #ffffff;
}
.cid-uZMZmAvuzD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uZMZmAvuzD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZMZmAvuzD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uZMZmAvuzD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZMZmAvuzD .row {
  flex-direction: row-reverse;
}
.cid-uZMZmAvuzD img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uZMZmAvuzD .text-wrapper {
    padding: 2rem;
  }
}
.cid-uZMZmAvuzD .mbr-text {
  color: #ffffff;
}
.cid-uZMZmAEu8t {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-uZMZmAEu8t .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uZMZmAEu8t .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uZMZmAKmEI {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uZMZmAKmEI .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uZMZmAKmEI .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uZMZmAKmEI .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uZMZmAKmEI .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uZMZmAKmEI .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uZMZmAKmEI .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uZMZmAKmEI .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uZMZmAKmEI .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uZMZmAKmEI .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uZMZmAKmEI .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uZMZmAKmEI .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uZMZmAKmEI .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uZMZmAKmEI .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uZMZmAKmEI .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uZMZmAKmEI .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-uZMZmAKmEI foot-menu-item P {
  text-align: right;
}
.cid-uZRrcaqzzC .navbar-dropdown {
  position: relative !important;
}
.cid-uZRrcaqzzC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZRrcaqzzC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uZRrcaqzzC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uZRrcaqzzC .dropdown-item:hover,
.cid-uZRrcaqzzC .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-uZRrcaqzzC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZRrcaqzzC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZRrcaqzzC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZRrcaqzzC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZRrcaqzzC .nav-link {
  position: relative;
}
.cid-uZRrcaqzzC .container {
  display: flex;
  margin: auto;
}
.cid-uZRrcaqzzC .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uZRrcaqzzC .dropdown-menu,
.cid-uZRrcaqzzC .navbar.opened {
  background: #353535 !important;
}
.cid-uZRrcaqzzC .nav-item:focus,
.cid-uZRrcaqzzC .nav-link:focus {
  outline: none;
}
.cid-uZRrcaqzzC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZRrcaqzzC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uZRrcaqzzC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZRrcaqzzC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZRrcaqzzC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZRrcaqzzC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZRrcaqzzC .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-uZRrcaqzzC .navbar.opened {
  transition: all 0.3s;
}
.cid-uZRrcaqzzC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uZRrcaqzzC .navbar .navbar-logo img {
  width: auto;
}
.cid-uZRrcaqzzC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZRrcaqzzC .navbar.collapsed {
  justify-content: center;
}
.cid-uZRrcaqzzC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZRrcaqzzC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uZRrcaqzzC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZRrcaqzzC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZRrcaqzzC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZRrcaqzzC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZRrcaqzzC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZRrcaqzzC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZRrcaqzzC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZRrcaqzzC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZRrcaqzzC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZRrcaqzzC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZRrcaqzzC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZRrcaqzzC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZRrcaqzzC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZRrcaqzzC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uZRrcaqzzC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uZRrcaqzzC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZRrcaqzzC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZRrcaqzzC .navbar.navbar-short {
  min-height: 60px;
}
.cid-uZRrcaqzzC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uZRrcaqzzC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uZRrcaqzzC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uZRrcaqzzC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uZRrcaqzzC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZRrcaqzzC .dropdown-item.active,
.cid-uZRrcaqzzC .dropdown-item:active {
  background-color: transparent;
}
.cid-uZRrcaqzzC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZRrcaqzzC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZRrcaqzzC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZRrcaqzzC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-uZRrcaqzzC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uZRrcaqzzC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZRrcaqzzC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uZRrcaqzzC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uZRrcaqzzC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uZRrcaqzzC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZRrcaqzzC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uZRrcaqzzC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZRrcaqzzC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uZRrcaqzzC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uZRrcaqzzC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZRrcaqzzC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZRrcaqzzC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZRrcaqzzC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZRrcaqzzC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uZRrcaqzzC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZRrcaqzzC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZRrcaqzzC .navbar {
    height: 70px;
  }
  .cid-uZRrcaqzzC .navbar.opened {
    height: auto;
  }
  .cid-uZRrcaqzzC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZRrcbgygR {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/jet-in-carina-wfc3-uvis-full-field-1.jpg");
}
.cid-uZRrcbgygR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZRrcbgygR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZRrcbgygR .mbr-text,
.cid-uZRrcbgygR .mbr-section-btn {
  color: #232323;
}
.cid-uZRrcbgygR .card-title,
.cid-uZRrcbgygR .card-box {
  color: #ffe885;
}
.cid-uZRrcbgygR .mbr-text,
.cid-uZRrcbgygR .link-wrap {
  color: #ffffff;
}
.cid-uZRrcbCcwx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-uZRrcbCcwx .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uZRrcbCcwx .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uZRrcbOhLU {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #bbbbbb;
}
.cid-uZRrcbOhLU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZRrcbOhLU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uZRrcbOhLU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZRrcbOhLU .row {
  flex-direction: row-reverse;
}
.cid-uZRrcbOhLU img {
  width: 100%;
}
.cid-uZRrcbOhLU .mbr-description {
  color: #e43f3f;
}
.cid-uZRrcbY3FF {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #bbbbbb;
}
.cid-uZRrcbY3FF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZRrcbY3FF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uZRrcbY3FF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uZRrcbY3FF .row {
  flex-direction: row-reverse;
}
.cid-uZRrcbY3FF img {
  width: 100%;
}
.cid-uZRrcbY3FF .mbr-description {
  color: #e43f3f;
}
.cid-uZRrcc3hBC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #bbbbbb;
}
.cid-uZRrcc3hBC .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uZRrcc3hBC .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-uZRrcca8sf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uZRrcca8sf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uZRrcca8sf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-uZRrcca8sf .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-uZRrcca8sf .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uZRrcca8sf .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uZRrcca8sf .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uZRrcca8sf .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uZRrcca8sf .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uZRrcca8sf .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uZRrcca8sf .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-uZRrcca8sf .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uZRrcca8sf .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uZRrcca8sf .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-uZRrcca8sf .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-uZRrcca8sf .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-uZRrcca8sf foot-menu-item P {
  text-align: right;
}
.cid-v60UAp6Rmk .navbar-dropdown {
  position: relative !important;
}
.cid-v60UAp6Rmk .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v60UAp6Rmk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v60UAp6Rmk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v60UAp6Rmk .dropdown-item:hover,
.cid-v60UAp6Rmk .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-v60UAp6Rmk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v60UAp6Rmk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v60UAp6Rmk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v60UAp6Rmk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v60UAp6Rmk .nav-link {
  position: relative;
}
.cid-v60UAp6Rmk .container {
  display: flex;
  margin: auto;
}
.cid-v60UAp6Rmk .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v60UAp6Rmk .dropdown-menu,
.cid-v60UAp6Rmk .navbar.opened {
  background: #353535 !important;
}
.cid-v60UAp6Rmk .nav-item:focus,
.cid-v60UAp6Rmk .nav-link:focus {
  outline: none;
}
.cid-v60UAp6Rmk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v60UAp6Rmk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v60UAp6Rmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v60UAp6Rmk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v60UAp6Rmk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v60UAp6Rmk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v60UAp6Rmk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-v60UAp6Rmk .navbar.opened {
  transition: all 0.3s;
}
.cid-v60UAp6Rmk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v60UAp6Rmk .navbar .navbar-logo img {
  width: auto;
}
.cid-v60UAp6Rmk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v60UAp6Rmk .navbar.collapsed {
  justify-content: center;
}
.cid-v60UAp6Rmk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v60UAp6Rmk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v60UAp6Rmk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v60UAp6Rmk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v60UAp6Rmk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v60UAp6Rmk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v60UAp6Rmk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v60UAp6Rmk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v60UAp6Rmk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v60UAp6Rmk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v60UAp6Rmk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v60UAp6Rmk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v60UAp6Rmk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v60UAp6Rmk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v60UAp6Rmk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v60UAp6Rmk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v60UAp6Rmk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v60UAp6Rmk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v60UAp6Rmk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v60UAp6Rmk .navbar.navbar-short {
  min-height: 60px;
}
.cid-v60UAp6Rmk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v60UAp6Rmk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v60UAp6Rmk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v60UAp6Rmk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v60UAp6Rmk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v60UAp6Rmk .dropdown-item.active,
.cid-v60UAp6Rmk .dropdown-item:active {
  background-color: transparent;
}
.cid-v60UAp6Rmk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v60UAp6Rmk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v60UAp6Rmk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v60UAp6Rmk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-v60UAp6Rmk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v60UAp6Rmk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v60UAp6Rmk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v60UAp6Rmk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v60UAp6Rmk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v60UAp6Rmk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v60UAp6Rmk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v60UAp6Rmk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v60UAp6Rmk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v60UAp6Rmk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v60UAp6Rmk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v60UAp6Rmk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v60UAp6Rmk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v60UAp6Rmk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v60UAp6Rmk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v60UAp6Rmk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v60UAp6Rmk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v60UAp6Rmk .navbar {
    height: 70px;
  }
  .cid-v60UAp6Rmk .navbar.opened {
    height: auto;
  }
  .cid-v60UAp6Rmk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v60UApkarh {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-v60UApkarh .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-v60UApkarh .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-v60UAptLQU {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-v60UAptLQU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v60UAptLQU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v60UAptLQU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v60UAptLQU .row {
  flex-direction: row-reverse;
}
.cid-v60UAptLQU img {
  width: 100%;
}
.cid-v60UAptLQU .mbr-description {
  color: #ffffff;
  text-align: left;
}
.cid-v60UApBn70 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-v60UApBn70 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v60UApBn70 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v60UApBn70 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v60UApBn70 .row {
  flex-direction: row-reverse;
}
.cid-v60UApBn70 img {
  width: 100%;
}
.cid-v60UApBn70 .mbr-description {
  color: #ffffff;
  text-align: left;
}
.cid-v60UApKfoD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-v60UApKfoD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v60UApKfoD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v60UApKfoD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v60UApKfoD .row {
  flex-direction: row-reverse;
}
.cid-v60UApKfoD img {
  width: 100%;
}
.cid-v60UApKfoD .mbr-description {
  color: #ffffff;
  text-align: left;
}
.cid-v60UApRXoX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-v60UApRXoX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v60UApRXoX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v60UApRXoX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v60UApRXoX .row {
  flex-direction: row-reverse;
}
.cid-v60UApRXoX img {
  width: 100%;
}
.cid-v60UApRXoX .mbr-description {
  color: #ffffff;
}
.cid-v60UApZgew {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-v60UApZgew .mbr-fallback-image.disabled {
  display: none;
}
.cid-v60UApZgew .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v60UApZgew .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v60UApZgew img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v60UApZgew .text-wrapper {
    padding: 2rem;
  }
}
.cid-v60UApZgew .mbr-section-title {
  color: #ffe161;
}
.cid-v60UApZgew .mbr-text {
  color: #ffffff;
}
.cid-v60UApZgew .mbr-description {
  color: #ffffff;
}
.cid-v60UAq80IT {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-v60UAq80IT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v60UAq80IT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v60UAq80IT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v60UAq80IT .row {
  flex-direction: row-reverse;
}
.cid-v60UAq80IT img {
  width: 100%;
}
.cid-v60UAq80IT .mbr-description {
  color: #ffffff;
}
.cid-v60UAqfota {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #232323;
}
.cid-v60UAqfota .mbr-section-subtitle {
  color: #ffe885;
}
.cid-v60UAqfota .mbr-text {
  color: #ffffff;
}
.cid-v60UAqlcoC {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-v60UAqlcoC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v60UAqlcoC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v60UAqlcoC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v60UAqlcoC .row {
  flex-direction: row-reverse;
}
.cid-v60UAqlcoC img {
  width: 100%;
}
.cid-v60UAqlcoC .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-v60UAqu24e {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-v60UAqu24e .mbr-fallback-image.disabled {
  display: none;
}
.cid-v60UAqu24e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v60UAqu24e .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v60UAqu24e img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v60UAqu24e .text-wrapper {
    padding: 2rem;
  }
}
.cid-v60UAqu24e .mbr-section-title {
  color: #ffffff;
}
.cid-v60UAqu24e .mbr-text {
  color: #ffffff;
}
.cid-v60UAqGCQq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-v60UAqGCQq .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v60UAqGCQq .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v60UAqGCQq .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v60UAqGCQq .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v60UAqGCQq .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v60UAqGCQq .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v60UAqGCQq .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-v60UAqGCQq .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v60UAqGCQq .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v60UAqGCQq .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v60UAqGCQq .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v60UAqGCQq .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v60UAqGCQq .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v60UAqGCQq .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v60UAqGCQq .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-v60UAqGCQq foot-menu-item P {
  text-align: right;
}
.cid-v6Th3x4NGK .navbar-dropdown {
  position: relative !important;
}
.cid-v6Th3x4NGK .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6Th3x4NGK .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v6Th3x4NGK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v6Th3x4NGK .dropdown-item:hover,
.cid-v6Th3x4NGK .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-v6Th3x4NGK .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6Th3x4NGK .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6Th3x4NGK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v6Th3x4NGK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v6Th3x4NGK .nav-link {
  position: relative;
}
.cid-v6Th3x4NGK .container {
  display: flex;
  margin: auto;
}
.cid-v6Th3x4NGK .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v6Th3x4NGK .dropdown-menu,
.cid-v6Th3x4NGK .navbar.opened {
  background: #353535 !important;
}
.cid-v6Th3x4NGK .nav-item:focus,
.cid-v6Th3x4NGK .nav-link:focus {
  outline: none;
}
.cid-v6Th3x4NGK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6Th3x4NGK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6Th3x4NGK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6Th3x4NGK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6Th3x4NGK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6Th3x4NGK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6Th3x4NGK .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-v6Th3x4NGK .navbar.opened {
  transition: all 0.3s;
}
.cid-v6Th3x4NGK .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6Th3x4NGK .navbar .navbar-logo img {
  width: auto;
}
.cid-v6Th3x4NGK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6Th3x4NGK .navbar.collapsed {
  justify-content: center;
}
.cid-v6Th3x4NGK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6Th3x4NGK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v6Th3x4NGK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6Th3x4NGK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6Th3x4NGK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v6Th3x4NGK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6Th3x4NGK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6Th3x4NGK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v6Th3x4NGK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6Th3x4NGK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6Th3x4NGK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6Th3x4NGK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6Th3x4NGK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v6Th3x4NGK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v6Th3x4NGK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6Th3x4NGK .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6Th3x4NGK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v6Th3x4NGK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6Th3x4NGK .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v6Th3x4NGK .navbar.navbar-short {
  min-height: 60px;
}
.cid-v6Th3x4NGK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v6Th3x4NGK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v6Th3x4NGK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v6Th3x4NGK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v6Th3x4NGK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6Th3x4NGK .dropdown-item.active,
.cid-v6Th3x4NGK .dropdown-item:active {
  background-color: transparent;
}
.cid-v6Th3x4NGK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6Th3x4NGK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6Th3x4NGK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6Th3x4NGK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-v6Th3x4NGK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v6Th3x4NGK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6Th3x4NGK ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6Th3x4NGK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v6Th3x4NGK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v6Th3x4NGK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v6Th3x4NGK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6Th3x4NGK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6Th3x4NGK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6Th3x4NGK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6Th3x4NGK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6Th3x4NGK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6Th3x4NGK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6Th3x4NGK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6Th3x4NGK .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v6Th3x4NGK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6Th3x4NGK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v6Th3x4NGK .navbar {
    height: 70px;
  }
  .cid-v6Th3x4NGK .navbar.opened {
    height: auto;
  }
  .cid-v6Th3x4NGK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v7xCtYl31J {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-v7xCtYl31J .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7xCtYl31J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v7xCtYl31J .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v7xCtYl31J .row {
  flex-direction: row-reverse;
}
.cid-v7xCtYl31J img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v7xCtYl31J .text-wrapper {
    padding: 2rem;
  }
}
.cid-v7xCtYl31J .mbr-text {
  color: #ffffff;
}
.cid-v7xCtYl31J .mbr-section-title {
  color: #ffe885;
}
.cid-v7xDXifGas {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-v7xDXifGas .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7xDXifGas .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v7xDXifGas .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v7xDXifGas img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v7xDXifGas .text-wrapper {
    padding: 2rem;
  }
}
.cid-v7xDXifGas .mbr-text {
  color: #ffffff;
}
.cid-v7xDXifGas .mbr-description {
  color: #ffffff;
}
.cid-v7xHCSG3rr {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-v7xHCSG3rr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7xHCSG3rr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v7xHCSG3rr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v7xHCSG3rr .row {
  flex-direction: row-reverse;
}
.cid-v7xHCSG3rr img {
  width: 100%;
}
.cid-v7xHCSG3rr .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-v7xIEBSvpB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-v7xIEBSvpB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7xIEBSvpB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v7xIEBSvpB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v7xIEBSvpB img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v7xIEBSvpB .text-wrapper {
    padding: 2rem;
  }
}
.cid-v7xIEBSvpB .mbr-text {
  color: #ffffff;
}
.cid-v7xIEBSvpB .mbr-description {
  color: #ffffff;
}
.cid-v7xJmiw5ep {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-v7xJmiw5ep .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7xJmiw5ep .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v7xJmiw5ep .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v7xJmiw5ep .row {
  flex-direction: row-reverse;
}
.cid-v7xJmiw5ep img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v7xJmiw5ep .text-wrapper {
    padding: 2rem;
  }
}
.cid-v7xJmiw5ep .mbr-text {
  color: #ffffff;
}
.cid-v7xKPLRcMA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-v7xKPLRcMA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7xKPLRcMA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v7xKPLRcMA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v7xKPLRcMA img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v7xKPLRcMA .text-wrapper {
    padding: 2rem;
  }
}
.cid-v7xKPLRcMA .mbr-text {
  color: #ffffff;
}
.cid-v7xKPLRcMA .mbr-description {
  color: #ffffff;
}
.cid-v7xLK0wpgs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-v7xLK0wpgs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7xLK0wpgs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v7xLK0wpgs .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v7xLK0wpgs .row {
  flex-direction: row-reverse;
}
.cid-v7xLK0wpgs img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v7xLK0wpgs .text-wrapper {
    padding: 2rem;
  }
}
.cid-v7xLK0wpgs .mbr-text {
  color: #ffffff;
}
.cid-v7xMccWsYA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-v7xMccWsYA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7xMccWsYA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v7xMccWsYA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v7xMccWsYA img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v7xMccWsYA .text-wrapper {
    padding: 2rem;
  }
}
.cid-v7xMccWsYA .mbr-text {
  color: #ffffff;
}
.cid-v7xMccWsYA .mbr-description {
  color: #ffffff;
}
.cid-v7xOeZtoKN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-v7xOeZtoKN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7xOeZtoKN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v7xOeZtoKN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v7xOeZtoKN .row {
  flex-direction: row-reverse;
}
.cid-v7xOeZtoKN img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v7xOeZtoKN .text-wrapper {
    padding: 2rem;
  }
}
.cid-v7xOeZtoKN .mbr-text {
  color: #ffffff;
}
.cid-v7xOFPuvrb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-v7xOFPuvrb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v7xOFPuvrb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v7xOFPuvrb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v7xOFPuvrb img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v7xOFPuvrb .text-wrapper {
    padding: 2rem;
  }
}
.cid-v7xOFPuvrb .mbr-text {
  color: #ffffff;
}
.cid-v7xOFPuvrb .mbr-description {
  color: #ffffff;
}
.cid-v7xOOYj42p {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-v7xOOYj42p .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-v7xOOYj42p .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-v6Th3xNsn3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-v6Th3xNsn3 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v6Th3xNsn3 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v6Th3xNsn3 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v6Th3xNsn3 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v6Th3xNsn3 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v6Th3xNsn3 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v6Th3xNsn3 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-v6Th3xNsn3 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v6Th3xNsn3 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v6Th3xNsn3 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v6Th3xNsn3 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v6Th3xNsn3 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v6Th3xNsn3 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v6Th3xNsn3 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v6Th3xNsn3 .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-v6Th3xNsn3 foot-menu-item P {
  text-align: right;
}
.cid-v6Th40sFIm .navbar-dropdown {
  position: relative !important;
}
.cid-v6Th40sFIm .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6Th40sFIm .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v6Th40sFIm .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v6Th40sFIm .dropdown-item:hover,
.cid-v6Th40sFIm .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-v6Th40sFIm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v6Th40sFIm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v6Th40sFIm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v6Th40sFIm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v6Th40sFIm .nav-link {
  position: relative;
}
.cid-v6Th40sFIm .container {
  display: flex;
  margin: auto;
}
.cid-v6Th40sFIm .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v6Th40sFIm .dropdown-menu,
.cid-v6Th40sFIm .navbar.opened {
  background: #353535 !important;
}
.cid-v6Th40sFIm .nav-item:focus,
.cid-v6Th40sFIm .nav-link:focus {
  outline: none;
}
.cid-v6Th40sFIm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v6Th40sFIm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v6Th40sFIm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v6Th40sFIm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v6Th40sFIm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v6Th40sFIm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v6Th40sFIm .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-v6Th40sFIm .navbar.opened {
  transition: all 0.3s;
}
.cid-v6Th40sFIm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v6Th40sFIm .navbar .navbar-logo img {
  width: auto;
}
.cid-v6Th40sFIm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v6Th40sFIm .navbar.collapsed {
  justify-content: center;
}
.cid-v6Th40sFIm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v6Th40sFIm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v6Th40sFIm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v6Th40sFIm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v6Th40sFIm .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v6Th40sFIm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v6Th40sFIm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v6Th40sFIm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v6Th40sFIm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v6Th40sFIm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v6Th40sFIm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v6Th40sFIm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v6Th40sFIm .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v6Th40sFIm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v6Th40sFIm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v6Th40sFIm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v6Th40sFIm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v6Th40sFIm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v6Th40sFIm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v6Th40sFIm .navbar.navbar-short {
  min-height: 60px;
}
.cid-v6Th40sFIm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v6Th40sFIm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v6Th40sFIm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v6Th40sFIm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v6Th40sFIm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v6Th40sFIm .dropdown-item.active,
.cid-v6Th40sFIm .dropdown-item:active {
  background-color: transparent;
}
.cid-v6Th40sFIm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v6Th40sFIm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v6Th40sFIm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v6Th40sFIm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-v6Th40sFIm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v6Th40sFIm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v6Th40sFIm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v6Th40sFIm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v6Th40sFIm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v6Th40sFIm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v6Th40sFIm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v6Th40sFIm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6Th40sFIm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v6Th40sFIm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v6Th40sFIm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6Th40sFIm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v6Th40sFIm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v6Th40sFIm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v6Th40sFIm .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v6Th40sFIm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v6Th40sFIm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v6Th40sFIm .navbar {
    height: 70px;
  }
  .cid-v6Th40sFIm .navbar.opened {
    height: auto;
  }
  .cid-v6Th40sFIm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v6Th40BDLZ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-v6Th40BDLZ .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-v6Th40BDLZ .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-v6Th40F8ur {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-v6Th40F8ur .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6Th40F8ur .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v6Th40F8ur .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6Th40F8ur .row {
  flex-direction: row-reverse;
}
.cid-v6Th40F8ur img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v6Th40F8ur .text-wrapper {
    padding: 2rem;
  }
}
.cid-v6Th40F8ur .mbr-text {
  color: #ffffff;
}
.cid-v6UgkX6zSP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-v6UgkX6zSP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6UgkX6zSP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v6UgkX6zSP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6UgkX6zSP img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v6UgkX6zSP .text-wrapper {
    padding: 2rem;
  }
}
.cid-v6UgkX6zSP .mbr-text {
  color: #ffffff;
}
.cid-v6UgkX6zSP .mbr-description {
  color: #ffffff;
}
.cid-v6UeyCRuXq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-v6UeyCRuXq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v6UeyCRuXq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v6UeyCRuXq .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v6UeyCRuXq .row {
  flex-direction: row-reverse;
}
.cid-v6UeyCRuXq img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v6UeyCRuXq .text-wrapper {
    padding: 2rem;
  }
}
.cid-v6UeyCRuXq .mbr-text {
  color: #ffffff;
}
.cid-v6Th410ANN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-v6Th410ANN .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-v6Th410ANN .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-v6Th415Sii {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-v6Th415Sii .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v6Th415Sii .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v6Th415Sii .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v6Th415Sii .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v6Th415Sii .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v6Th415Sii .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v6Th415Sii .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-v6Th415Sii .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v6Th415Sii .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v6Th415Sii .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v6Th415Sii .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v6Th415Sii .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v6Th415Sii .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v6Th415Sii .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v6Th415Sii .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-v6Th415Sii foot-menu-item P {
  text-align: right;
}
.cid-v80xI1IFGM .navbar-dropdown {
  position: relative !important;
}
.cid-v80xI1IFGM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v80xI1IFGM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v80xI1IFGM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v80xI1IFGM .dropdown-item:hover,
.cid-v80xI1IFGM .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-v80xI1IFGM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v80xI1IFGM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v80xI1IFGM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v80xI1IFGM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v80xI1IFGM .nav-link {
  position: relative;
}
.cid-v80xI1IFGM .container {
  display: flex;
  margin: auto;
}
.cid-v80xI1IFGM .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v80xI1IFGM .dropdown-menu,
.cid-v80xI1IFGM .navbar.opened {
  background: #353535 !important;
}
.cid-v80xI1IFGM .nav-item:focus,
.cid-v80xI1IFGM .nav-link:focus {
  outline: none;
}
.cid-v80xI1IFGM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v80xI1IFGM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v80xI1IFGM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v80xI1IFGM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v80xI1IFGM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v80xI1IFGM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v80xI1IFGM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-v80xI1IFGM .navbar.opened {
  transition: all 0.3s;
}
.cid-v80xI1IFGM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v80xI1IFGM .navbar .navbar-logo img {
  width: auto;
}
.cid-v80xI1IFGM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v80xI1IFGM .navbar.collapsed {
  justify-content: center;
}
.cid-v80xI1IFGM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v80xI1IFGM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-v80xI1IFGM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v80xI1IFGM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v80xI1IFGM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v80xI1IFGM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v80xI1IFGM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v80xI1IFGM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v80xI1IFGM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v80xI1IFGM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v80xI1IFGM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v80xI1IFGM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v80xI1IFGM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v80xI1IFGM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v80xI1IFGM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v80xI1IFGM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v80xI1IFGM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v80xI1IFGM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v80xI1IFGM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v80xI1IFGM .navbar.navbar-short {
  min-height: 60px;
}
.cid-v80xI1IFGM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v80xI1IFGM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v80xI1IFGM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v80xI1IFGM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v80xI1IFGM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v80xI1IFGM .dropdown-item.active,
.cid-v80xI1IFGM .dropdown-item:active {
  background-color: transparent;
}
.cid-v80xI1IFGM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v80xI1IFGM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v80xI1IFGM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v80xI1IFGM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-v80xI1IFGM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v80xI1IFGM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v80xI1IFGM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v80xI1IFGM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v80xI1IFGM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v80xI1IFGM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v80xI1IFGM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v80xI1IFGM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v80xI1IFGM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v80xI1IFGM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v80xI1IFGM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v80xI1IFGM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v80xI1IFGM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v80xI1IFGM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v80xI1IFGM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v80xI1IFGM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v80xI1IFGM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v80xI1IFGM .navbar {
    height: 70px;
  }
  .cid-v80xI1IFGM .navbar.opened {
    height: auto;
  }
  .cid-v80xI1IFGM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v80xI1V6Gw {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-v80xI1V6Gw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v80xI1V6Gw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v80xI1V6Gw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v80xI1V6Gw .row {
  flex-direction: row-reverse;
}
.cid-v80xI1V6Gw img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v80xI1V6Gw .text-wrapper {
    padding: 2rem;
  }
}
.cid-v80xI1V6Gw .mbr-text {
  color: #ffffff;
}
.cid-v80xI1V6Gw .mbr-section-title {
  color: #ffe885;
}
.cid-v80CPinepb {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-v80CPinepb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v80CPinepb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v80CPinepb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v80CPinepb .row {
  flex-direction: row-reverse;
}
.cid-v80CPinepb img {
  width: 100%;
}
.cid-v80CPinepb .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-v80xI2sNz2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-v80xI2sNz2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v80xI2sNz2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v80xI2sNz2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v80xI2sNz2 .row {
  flex-direction: row-reverse;
}
.cid-v80xI2sNz2 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v80xI2sNz2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-v80xI2sNz2 .mbr-text {
  color: #ffffff;
}
.cid-v80xI2BGVL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-v80xI2BGVL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v80xI2BGVL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v80xI2BGVL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v80xI2BGVL img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v80xI2BGVL .text-wrapper {
    padding: 2rem;
  }
}
.cid-v80xI2BGVL .mbr-text {
  color: #ffffff;
}
.cid-v80xI2BGVL .mbr-description {
  color: #ffffff;
}
.cid-v80xI2JJMV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-v80xI2JJMV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v80xI2JJMV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v80xI2JJMV .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v80xI2JJMV .row {
  flex-direction: row-reverse;
}
.cid-v80xI2JJMV img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v80xI2JJMV .text-wrapper {
    padding: 2rem;
  }
}
.cid-v80xI2JJMV .mbr-text {
  color: #ffffff;
}
.cid-v80xI2RMgF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-v80xI2RMgF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v80xI2RMgF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v80xI2RMgF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v80xI2RMgF img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v80xI2RMgF .text-wrapper {
    padding: 2rem;
  }
}
.cid-v80xI2RMgF .mbr-text {
  color: #ffffff;
}
.cid-v80xI2RMgF .mbr-description {
  color: #ffffff;
}
.cid-v80xI2ZnMR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-v80xI2ZnMR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v80xI2ZnMR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v80xI2ZnMR .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v80xI2ZnMR .row {
  flex-direction: row-reverse;
}
.cid-v80xI2ZnMR img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v80xI2ZnMR .text-wrapper {
    padding: 2rem;
  }
}
.cid-v80xI2ZnMR .mbr-text {
  color: #ffffff;
}
.cid-v80xI37220 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-v80xI37220 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v80xI37220 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v80xI37220 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v80xI37220 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v80xI37220 .text-wrapper {
    padding: 2rem;
  }
}
.cid-v80xI37220 .mbr-text {
  color: #ffffff;
}
.cid-v80xI37220 .mbr-description {
  color: #ffffff;
}
.cid-v80FC8C4MV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-v80FC8C4MV .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-v80FC8C4MV .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-v80xI3mDYw {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-v80xI3mDYw .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v80xI3mDYw .social-row {
  width: 100%;
  justify-content: center;
}
.cid-v80xI3mDYw .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-v80xI3mDYw .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v80xI3mDYw .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v80xI3mDYw .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-v80xI3mDYw .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-v80xI3mDYw .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-v80xI3mDYw .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v80xI3mDYw .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-v80xI3mDYw .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v80xI3mDYw .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v80xI3mDYw .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-v80xI3mDYw .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-v80xI3mDYw .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-v80xI3mDYw foot-menu-item P {
  text-align: right;
}
.cid-vcVjuRO205 .navbar-dropdown {
  position: relative !important;
}
.cid-vcVjuRO205 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcVjuRO205 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcVjuRO205 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcVjuRO205 .dropdown-item:hover,
.cid-vcVjuRO205 .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-vcVjuRO205 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcVjuRO205 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcVjuRO205 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcVjuRO205 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcVjuRO205 .nav-link {
  position: relative;
}
.cid-vcVjuRO205 .container {
  display: flex;
  margin: auto;
}
.cid-vcVjuRO205 .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vcVjuRO205 .dropdown-menu,
.cid-vcVjuRO205 .navbar.opened {
  background: #353535 !important;
}
.cid-vcVjuRO205 .nav-item:focus,
.cid-vcVjuRO205 .nav-link:focus {
  outline: none;
}
.cid-vcVjuRO205 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcVjuRO205 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcVjuRO205 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcVjuRO205 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcVjuRO205 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcVjuRO205 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcVjuRO205 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-vcVjuRO205 .navbar.opened {
  transition: all 0.3s;
}
.cid-vcVjuRO205 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcVjuRO205 .navbar .navbar-logo img {
  width: auto;
}
.cid-vcVjuRO205 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcVjuRO205 .navbar.collapsed {
  justify-content: center;
}
.cid-vcVjuRO205 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcVjuRO205 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vcVjuRO205 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcVjuRO205 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcVjuRO205 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vcVjuRO205 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcVjuRO205 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcVjuRO205 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcVjuRO205 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcVjuRO205 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcVjuRO205 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcVjuRO205 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcVjuRO205 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vcVjuRO205 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcVjuRO205 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcVjuRO205 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcVjuRO205 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vcVjuRO205 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcVjuRO205 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcVjuRO205 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vcVjuRO205 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vcVjuRO205 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vcVjuRO205 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vcVjuRO205 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcVjuRO205 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcVjuRO205 .dropdown-item.active,
.cid-vcVjuRO205 .dropdown-item:active {
  background-color: transparent;
}
.cid-vcVjuRO205 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcVjuRO205 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcVjuRO205 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcVjuRO205 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-vcVjuRO205 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcVjuRO205 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcVjuRO205 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcVjuRO205 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vcVjuRO205 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcVjuRO205 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vcVjuRO205 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcVjuRO205 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcVjuRO205 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcVjuRO205 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcVjuRO205 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcVjuRO205 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcVjuRO205 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcVjuRO205 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcVjuRO205 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vcVjuRO205 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcVjuRO205 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcVjuRO205 .navbar {
    height: 70px;
  }
  .cid-vcVjuRO205 .navbar.opened {
    height: auto;
  }
  .cid-vcVjuRO205 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcVjuRZG1P {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vcVjuRZG1P .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-vcVjuRZG1P .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-vcVjuS4wc6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vcVjuS4wc6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcVjuS4wc6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vcVjuS4wc6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcVjuS4wc6 .row {
  flex-direction: row-reverse;
}
.cid-vcVjuS4wc6 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vcVjuS4wc6 .text-wrapper {
    padding: 2rem;
  }
}
.cid-vcVjuS4wc6 .mbr-text {
  color: #ffffff;
}
.cid-vcVjuSedjo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vcVjuSedjo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcVjuSedjo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vcVjuSedjo .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcVjuSedjo img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vcVjuSedjo .text-wrapper {
    padding: 2rem;
  }
}
.cid-vcVjuSedjo .mbr-text {
  color: #ffffff;
}
.cid-vcVjuSedjo .mbr-description {
  color: #ffffff;
}
.cid-vcVjuSl8qE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vcVjuSl8qE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcVjuSl8qE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vcVjuSl8qE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcVjuSl8qE .row {
  flex-direction: row-reverse;
}
.cid-vcVjuSl8qE img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vcVjuSl8qE .text-wrapper {
    padding: 2rem;
  }
}
.cid-vcVjuSl8qE .mbr-text {
  color: #ffffff;
}
.cid-vcVnFABn5t {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-vcVnFABn5t .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcVnFABn5t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vcVnFABn5t .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vcVnFABn5t .row {
  flex-direction: row-reverse;
}
.cid-vcVnFABn5t img {
  width: 100%;
}
.cid-vcVnFABn5t .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-vcVjuSwVA8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-vcVjuSwVA8 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vcVjuSwVA8 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vcVjuSwVA8 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vcVjuSwVA8 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vcVjuSwVA8 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vcVjuSwVA8 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vcVjuSwVA8 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vcVjuSwVA8 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vcVjuSwVA8 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vcVjuSwVA8 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vcVjuSwVA8 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vcVjuSwVA8 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vcVjuSwVA8 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vcVjuSwVA8 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vcVjuSwVA8 .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-vcVjuSwVA8 foot-menu-item P {
  text-align: right;
}
.cid-sFGzlAXw3z .navbar-dropdown {
  position: relative !important;
}
.cid-sFGzlAXw3z .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGzlAXw3z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGzlAXw3z .dropdown-item:hover,
.cid-sFGzlAXw3z .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-sFGzlAXw3z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGzlAXw3z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGzlAXw3z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGzlAXw3z .nav-link {
  position: relative;
}
.cid-sFGzlAXw3z .container {
  display: flex;
  margin: auto;
}
.cid-sFGzlAXw3z .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown-menu,
.cid-sFGzlAXw3z .navbar.opened {
  background: #353535 !important;
}
.cid-sFGzlAXw3z .nav-item:focus,
.cid-sFGzlAXw3z .nav-link:focus {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGzlAXw3z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGzlAXw3z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-sFGzlAXw3z .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGzlAXw3z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGzlAXw3z .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGzlAXw3z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar.collapsed {
  justify-content: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGzlAXw3z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFGzlAXw3z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGzlAXw3z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGzlAXw3z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFGzlAXw3z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGzlAXw3z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGzlAXw3z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGzlAXw3z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGzlAXw3z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGzlAXw3z .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGzlAXw3z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown-item.active,
.cid-sFGzlAXw3z .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGzlAXw3z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGzlAXw3z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGzlAXw3z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGzlAXw3z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGzlAXw3z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFGzlAXw3z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGzlAXw3z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFGzlAXw3z .navbar {
    height: 70px;
  }
  .cid-sFGzlAXw3z .navbar.opened {
    height: auto;
  }
  .cid-sFGzlAXw3z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ugMwUOtUqL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ugMwUOtUqL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugMwUOtUqL .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ugMwUOtUqL .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ugMwUOtUqL .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ugMwUOtUqL .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ugMwUOtUqL .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ugMwUOtUqL .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ugMwUOtUqL .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ugMwUOtUqL .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ugMwUOtUqL .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ugMwUOtUqL .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ugMwUOtUqL .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ugMwUOtUqL .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ugMwUOtUqL .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ugMwUOtUqL .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-ugMwUOtUqL foot-menu-item P {
  text-align: right;
}
.cid-vf5MDAjTOd {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vf5MDAjTOd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf5MDAjTOd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vf5MDAjTOd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vf5MDAjTOd .row {
  flex-direction: row-reverse;
}
.cid-vf5MDAjTOd img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vf5MDAjTOd .text-wrapper {
    padding: 2rem;
  }
}
.cid-vf5MDAjTOd .mbr-text {
  color: #ffffff;
}
.cid-vf5MDAjTOd .mbr-section-title {
  color: #ffe885;
}
.cid-vf6h2fDQmw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vf6h2fDQmw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf6h2fDQmw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vf6h2fDQmw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vf6h2fDQmw img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vf6h2fDQmw .text-wrapper {
    padding: 2rem;
  }
}
.cid-vf6h2fDQmw .mbr-text {
  color: #ffffff;
}
.cid-vf6h2fDQmw .mbr-description {
  color: #ffffff;
}
.cid-vf6U2s6FgY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vf6U2s6FgY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf6U2s6FgY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vf6U2s6FgY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vf6U2s6FgY .row {
  flex-direction: row-reverse;
}
.cid-vf6U2s6FgY img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vf6U2s6FgY .text-wrapper {
    padding: 2rem;
  }
}
.cid-vf6U2s6FgY .mbr-text {
  color: #ffffff;
}
.cid-vf6UT7xWjQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vf6UT7xWjQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf6UT7xWjQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vf6UT7xWjQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vf6UT7xWjQ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vf6UT7xWjQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-vf6UT7xWjQ .mbr-text {
  color: #ffffff;
}
.cid-vf6UT7xWjQ .mbr-description {
  color: #ffffff;
}
.cid-vf6VpmNL0s {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-vf6VpmNL0s .mbr-fallback-image.disabled {
  display: none;
}
.cid-vf6VpmNL0s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vf6VpmNL0s .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vf6VpmNL0s .row {
  flex-direction: row-reverse;
}
.cid-vf6VpmNL0s img {
  width: 100%;
}
.cid-vf6VpmNL0s .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-sFGzlAXw3z .navbar-dropdown {
  position: relative !important;
}
.cid-sFGzlAXw3z .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGzlAXw3z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGzlAXw3z .dropdown-item:hover,
.cid-sFGzlAXw3z .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-sFGzlAXw3z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGzlAXw3z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGzlAXw3z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGzlAXw3z .nav-link {
  position: relative;
}
.cid-sFGzlAXw3z .container {
  display: flex;
  margin: auto;
}
.cid-sFGzlAXw3z .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown-menu,
.cid-sFGzlAXw3z .navbar.opened {
  background: #353535 !important;
}
.cid-sFGzlAXw3z .nav-item:focus,
.cid-sFGzlAXw3z .nav-link:focus {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGzlAXw3z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGzlAXw3z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-sFGzlAXw3z .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGzlAXw3z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGzlAXw3z .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGzlAXw3z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar.collapsed {
  justify-content: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGzlAXw3z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFGzlAXw3z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGzlAXw3z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGzlAXw3z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFGzlAXw3z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGzlAXw3z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGzlAXw3z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGzlAXw3z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGzlAXw3z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGzlAXw3z .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGzlAXw3z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown-item.active,
.cid-sFGzlAXw3z .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGzlAXw3z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGzlAXw3z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGzlAXw3z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGzlAXw3z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGzlAXw3z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFGzlAXw3z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGzlAXw3z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFGzlAXw3z .navbar {
    height: 70px;
  }
  .cid-sFGzlAXw3z .navbar.opened {
    height: auto;
  }
  .cid-sFGzlAXw3z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vg0c9EyuwI {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vg0c9EyuwI .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vg0c9EyuwI .mbr-section-subtitle {
  color: #ffe885;
  text-align: center;
}
.cid-vgAH8uvSnI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vgAH8uvSnI img,
.cid-vgAH8uvSnI .item-img {
  width: 100%;
}
.cid-vgAH8uvSnI .item:focus,
.cid-vgAH8uvSnI span:focus {
  outline: none;
}
.cid-vgAH8uvSnI .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-vgAH8uvSnI .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #232323;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-vgAH8uvSnI .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-vgAH8uvSnI .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-vgAH8uvSnI .mbr-section-btn {
  margin-top: auto !important;
}
.cid-vgAH8uvSnI .mbr-section-title {
  color: #232323;
}
.cid-vgAH8uvSnI .mbr-text,
.cid-vgAH8uvSnI .mbr-section-btn {
  color: #ffffff;
}
.cid-ugMwUOtUqL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ugMwUOtUqL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugMwUOtUqL .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ugMwUOtUqL .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ugMwUOtUqL .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ugMwUOtUqL .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ugMwUOtUqL .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ugMwUOtUqL .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ugMwUOtUqL .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ugMwUOtUqL .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ugMwUOtUqL .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ugMwUOtUqL .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ugMwUOtUqL .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ugMwUOtUqL .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ugMwUOtUqL .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ugMwUOtUqL .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-ugMwUOtUqL foot-menu-item P {
  text-align: right;
}
.cid-sFGzlAXw3z .navbar-dropdown {
  position: relative !important;
}
.cid-sFGzlAXw3z .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sFGzlAXw3z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sFGzlAXw3z .dropdown-item:hover,
.cid-sFGzlAXw3z .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-sFGzlAXw3z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sFGzlAXw3z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sFGzlAXw3z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sFGzlAXw3z .nav-link {
  position: relative;
}
.cid-sFGzlAXw3z .container {
  display: flex;
  margin: auto;
}
.cid-sFGzlAXw3z .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown-menu,
.cid-sFGzlAXw3z .navbar.opened {
  background: #353535 !important;
}
.cid-sFGzlAXw3z .nav-item:focus,
.cid-sFGzlAXw3z .nav-link:focus {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sFGzlAXw3z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sFGzlAXw3z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFGzlAXw3z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFGzlAXw3z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-sFGzlAXw3z .navbar.opened {
  transition: all 0.3s;
}
.cid-sFGzlAXw3z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sFGzlAXw3z .navbar .navbar-logo img {
  width: auto;
}
.cid-sFGzlAXw3z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar.collapsed {
  justify-content: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFGzlAXw3z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-sFGzlAXw3z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFGzlAXw3z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sFGzlAXw3z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sFGzlAXw3z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFGzlAXw3z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-sFGzlAXw3z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sFGzlAXw3z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFGzlAXw3z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sFGzlAXw3z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sFGzlAXw3z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sFGzlAXw3z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sFGzlAXw3z .navbar.navbar-short {
  min-height: 60px;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sFGzlAXw3z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sFGzlAXw3z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFGzlAXw3z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFGzlAXw3z .dropdown-item.active,
.cid-sFGzlAXw3z .dropdown-item:active {
  background-color: transparent;
}
.cid-sFGzlAXw3z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFGzlAXw3z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-sFGzlAXw3z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFGzlAXw3z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFGzlAXw3z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sFGzlAXw3z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sFGzlAXw3z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sFGzlAXw3z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sFGzlAXw3z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sFGzlAXw3z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-sFGzlAXw3z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sFGzlAXw3z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFGzlAXw3z .navbar {
    height: 70px;
  }
  .cid-sFGzlAXw3z .navbar.opened {
    height: auto;
  }
  .cid-sFGzlAXw3z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vgAqu4LCyA {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-vgAqu4LCyA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgAqu4LCyA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vgAqu4LCyA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vgAqu4LCyA .row {
  flex-direction: row-reverse;
}
.cid-vgAqu4LCyA img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vgAqu4LCyA .text-wrapper {
    padding: 2rem;
  }
}
.cid-vgAqu4LCyA .mbr-text {
  color: #ffffff;
}
.cid-vgAqu4LCyA .mbr-section-title {
  color: #ffe885;
}
.cid-vgTS634uwM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-vgTS634uwM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgTS634uwM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgTS634uwM .item {
  padding-bottom: 2rem;
}
.cid-vgTS634uwM .item-wrapper {
  position: relative;
}
.cid-vgTS634uwM .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vgTS634uwM .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vgTS634uwM .carousel-control,
.cid-vgTS634uwM .close {
  background: #1b1b1b;
}
.cid-vgTS634uwM .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vgTS634uwM .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vgTS634uwM .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vgTS634uwM .carousel-control-next span {
  margin-left: 5px;
}
.cid-vgTS634uwM .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vgTS634uwM .close::before {
  content: '\e91a';
}
.cid-vgTS634uwM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vgTS634uwM .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vgTS634uwM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgTS634uwM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vgTS634uwM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vgTS634uwM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vgTS634uwM .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vgTS634uwM .carousel-indicators li.active,
.cid-vgTS634uwM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vgTS634uwM .carousel-indicators li::after,
.cid-vgTS634uwM .carousel-indicators li::before {
  content: none;
}
.cid-vgTS634uwM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vgTS634uwM .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vgTS634uwM .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vgTS634uwM .carousel-indicators {
    display: none;
  }
}
.cid-vgTS634uwM .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vgTS634uwM .carousel-inner > .active {
  display: block;
}
.cid-vgTS634uwM .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vgTS634uwM .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vgTS634uwM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vgTS634uwM .carousel-control,
  .cid-vgTS634uwM .carousel-indicators,
  .cid-vgTS634uwM .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vgTS634uwM .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vgTS634uwM .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vgTS634uwM .carousel-indicators .active,
.cid-vgTS634uwM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vgTS634uwM .carousel-indicators .active {
  background: #fff;
}
.cid-vgTS634uwM .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vgTS634uwM .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vgTS634uwM .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vgTS634uwM .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vgTS634uwM .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vgTS634uwM .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vgTS634uwM .carousel {
  width: 100%;
}
.cid-vgTS634uwM .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vgTS634uwM .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vgTS634uwM .modal.fade .modal-dialog,
.cid-vgTS634uwM .modal.in .modal-dialog {
  transform: none;
}
.cid-vgTS634uwM .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vgTS634uwM H6 {
  text-align: center;
}
.cid-vgTS634uwM .mbr-item-subtitle {
  color: #ffffff;
}
.cid-viG29sO3WM {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-viG29sO3WM .mbr-fallback-image.disabled {
  display: none;
}
.cid-viG29sO3WM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viG29sO3WM .item {
  padding-bottom: 2rem;
}
.cid-viG29sO3WM .item-wrapper {
  position: relative;
}
.cid-viG29sO3WM .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-viG29sO3WM .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-viG29sO3WM .carousel-control,
.cid-viG29sO3WM .close {
  background: #1b1b1b;
}
.cid-viG29sO3WM .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-viG29sO3WM .carousel-control-prev span {
  margin-right: 5px;
}
.cid-viG29sO3WM .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-viG29sO3WM .carousel-control-next span {
  margin-left: 5px;
}
.cid-viG29sO3WM .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-viG29sO3WM .close::before {
  content: '\e91a';
}
.cid-viG29sO3WM .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-viG29sO3WM .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-viG29sO3WM .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-viG29sO3WM .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-viG29sO3WM .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-viG29sO3WM .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-viG29sO3WM .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-viG29sO3WM .carousel-indicators li.active,
.cid-viG29sO3WM .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-viG29sO3WM .carousel-indicators li::after,
.cid-viG29sO3WM .carousel-indicators li::before {
  content: none;
}
.cid-viG29sO3WM .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-viG29sO3WM .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-viG29sO3WM .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-viG29sO3WM .carousel-indicators {
    display: none;
  }
}
.cid-viG29sO3WM .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-viG29sO3WM .carousel-inner > .active {
  display: block;
}
.cid-viG29sO3WM .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-viG29sO3WM .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-viG29sO3WM .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-viG29sO3WM .carousel-control,
  .cid-viG29sO3WM .carousel-indicators,
  .cid-viG29sO3WM .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-viG29sO3WM .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-viG29sO3WM .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-viG29sO3WM .carousel-indicators .active,
.cid-viG29sO3WM .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-viG29sO3WM .carousel-indicators .active {
  background: #fff;
}
.cid-viG29sO3WM .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-viG29sO3WM .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-viG29sO3WM .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-viG29sO3WM .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-viG29sO3WM .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-viG29sO3WM .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-viG29sO3WM .carousel {
  width: 100%;
}
.cid-viG29sO3WM .modal-backdrop.in {
  opacity: 0.8;
}
.cid-viG29sO3WM .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-viG29sO3WM .modal.fade .modal-dialog,
.cid-viG29sO3WM .modal.in .modal-dialog {
  transform: none;
}
.cid-viG29sO3WM .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-viG29sO3WM H6 {
  text-align: center;
}
.cid-viG29sO3WM .mbr-item-subtitle {
  color: #ffffff;
}
.cid-ugMwUOtUqL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ugMwUOtUqL .row-links {
  width: 100%;
  justify-content: center;
}
.cid-ugMwUOtUqL .social-row {
  width: 100%;
  justify-content: center;
}
.cid-ugMwUOtUqL .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-ugMwUOtUqL .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-ugMwUOtUqL .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-ugMwUOtUqL .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-ugMwUOtUqL .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-ugMwUOtUqL .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-ugMwUOtUqL .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-ugMwUOtUqL .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-ugMwUOtUqL .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-ugMwUOtUqL .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-ugMwUOtUqL .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-ugMwUOtUqL .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-ugMwUOtUqL .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-ugMwUOtUqL foot-menu-item P {
  text-align: right;
}
.cid-vh2wW5eVpl .navbar-dropdown {
  position: relative !important;
}
.cid-vh2wW5eVpl .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh2wW5eVpl .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vh2wW5eVpl .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vh2wW5eVpl .dropdown-item:hover,
.cid-vh2wW5eVpl .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-vh2wW5eVpl .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vh2wW5eVpl .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vh2wW5eVpl .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vh2wW5eVpl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vh2wW5eVpl .nav-link {
  position: relative;
}
.cid-vh2wW5eVpl .container {
  display: flex;
  margin: auto;
}
.cid-vh2wW5eVpl .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vh2wW5eVpl .dropdown-menu,
.cid-vh2wW5eVpl .navbar.opened {
  background: #353535 !important;
}
.cid-vh2wW5eVpl .nav-item:focus,
.cid-vh2wW5eVpl .nav-link:focus {
  outline: none;
}
.cid-vh2wW5eVpl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh2wW5eVpl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh2wW5eVpl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vh2wW5eVpl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh2wW5eVpl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh2wW5eVpl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh2wW5eVpl .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-vh2wW5eVpl .navbar.opened {
  transition: all 0.3s;
}
.cid-vh2wW5eVpl .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vh2wW5eVpl .navbar .navbar-logo img {
  width: auto;
}
.cid-vh2wW5eVpl .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vh2wW5eVpl .navbar.collapsed {
  justify-content: center;
}
.cid-vh2wW5eVpl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vh2wW5eVpl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vh2wW5eVpl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vh2wW5eVpl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vh2wW5eVpl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vh2wW5eVpl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vh2wW5eVpl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vh2wW5eVpl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vh2wW5eVpl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vh2wW5eVpl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vh2wW5eVpl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vh2wW5eVpl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vh2wW5eVpl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vh2wW5eVpl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vh2wW5eVpl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vh2wW5eVpl .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vh2wW5eVpl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vh2wW5eVpl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vh2wW5eVpl .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vh2wW5eVpl .navbar.navbar-short {
  min-height: 60px;
}
.cid-vh2wW5eVpl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vh2wW5eVpl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vh2wW5eVpl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vh2wW5eVpl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vh2wW5eVpl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vh2wW5eVpl .dropdown-item.active,
.cid-vh2wW5eVpl .dropdown-item:active {
  background-color: transparent;
}
.cid-vh2wW5eVpl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vh2wW5eVpl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vh2wW5eVpl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vh2wW5eVpl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-vh2wW5eVpl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vh2wW5eVpl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh2wW5eVpl ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vh2wW5eVpl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vh2wW5eVpl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vh2wW5eVpl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vh2wW5eVpl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh2wW5eVpl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh2wW5eVpl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh2wW5eVpl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh2wW5eVpl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh2wW5eVpl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh2wW5eVpl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh2wW5eVpl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh2wW5eVpl .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vh2wW5eVpl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vh2wW5eVpl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vh2wW5eVpl .navbar {
    height: 70px;
  }
  .cid-vh2wW5eVpl .navbar.opened {
    height: auto;
  }
  .cid-vh2wW5eVpl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vh2wW5r96g {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-vh2wW5r96g .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh2wW5r96g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vh2wW5r96g .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vh2wW5r96g .row {
  flex-direction: row-reverse;
}
.cid-vh2wW5r96g img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vh2wW5r96g .text-wrapper {
    padding: 2rem;
  }
}
.cid-vh2wW5r96g .mbr-text {
  color: #ffffff;
}
.cid-vh2wW5r96g .mbr-section-title {
  color: #ffe885;
}
.cid-vh2wW5ADKa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-vh2wW5ADKa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh2wW5ADKa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh2wW5ADKa .item {
  padding-bottom: 2rem;
}
.cid-vh2wW5ADKa .item-wrapper {
  position: relative;
}
.cid-vh2wW5ADKa .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vh2wW5ADKa .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vh2wW5ADKa .carousel-control,
.cid-vh2wW5ADKa .close {
  background: #1b1b1b;
}
.cid-vh2wW5ADKa .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vh2wW5ADKa .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vh2wW5ADKa .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vh2wW5ADKa .carousel-control-next span {
  margin-left: 5px;
}
.cid-vh2wW5ADKa .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vh2wW5ADKa .close::before {
  content: '\e91a';
}
.cid-vh2wW5ADKa .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vh2wW5ADKa .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vh2wW5ADKa .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vh2wW5ADKa .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vh2wW5ADKa .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vh2wW5ADKa .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vh2wW5ADKa .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vh2wW5ADKa .carousel-indicators li.active,
.cid-vh2wW5ADKa .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vh2wW5ADKa .carousel-indicators li::after,
.cid-vh2wW5ADKa .carousel-indicators li::before {
  content: none;
}
.cid-vh2wW5ADKa .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vh2wW5ADKa .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vh2wW5ADKa .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vh2wW5ADKa .carousel-indicators {
    display: none;
  }
}
.cid-vh2wW5ADKa .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vh2wW5ADKa .carousel-inner > .active {
  display: block;
}
.cid-vh2wW5ADKa .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vh2wW5ADKa .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vh2wW5ADKa .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vh2wW5ADKa .carousel-control,
  .cid-vh2wW5ADKa .carousel-indicators,
  .cid-vh2wW5ADKa .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vh2wW5ADKa .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vh2wW5ADKa .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vh2wW5ADKa .carousel-indicators .active,
.cid-vh2wW5ADKa .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vh2wW5ADKa .carousel-indicators .active {
  background: #fff;
}
.cid-vh2wW5ADKa .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vh2wW5ADKa .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vh2wW5ADKa .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vh2wW5ADKa .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vh2wW5ADKa .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vh2wW5ADKa .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vh2wW5ADKa .carousel {
  width: 100%;
}
.cid-vh2wW5ADKa .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vh2wW5ADKa .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vh2wW5ADKa .modal.fade .modal-dialog,
.cid-vh2wW5ADKa .modal.in .modal-dialog {
  transform: none;
}
.cid-vh2wW5ADKa .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vh2wW5ADKa H6 {
  text-align: center;
}
.cid-vh2wW5ADKa .mbr-item-subtitle {
  color: #ffffff;
}
.cid-vh2ATQj2z6 {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-vh2ATQj2z6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh2ATQj2z6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh2ATQj2z6 .item {
  padding-bottom: 2rem;
}
.cid-vh2ATQj2z6 .item-wrapper {
  position: relative;
}
.cid-vh2ATQj2z6 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vh2ATQj2z6 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vh2ATQj2z6 .carousel-control,
.cid-vh2ATQj2z6 .close {
  background: #1b1b1b;
}
.cid-vh2ATQj2z6 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vh2ATQj2z6 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vh2ATQj2z6 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vh2ATQj2z6 .carousel-control-next span {
  margin-left: 5px;
}
.cid-vh2ATQj2z6 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vh2ATQj2z6 .close::before {
  content: '\e91a';
}
.cid-vh2ATQj2z6 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vh2ATQj2z6 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vh2ATQj2z6 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vh2ATQj2z6 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vh2ATQj2z6 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vh2ATQj2z6 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vh2ATQj2z6 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vh2ATQj2z6 .carousel-indicators li.active,
.cid-vh2ATQj2z6 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vh2ATQj2z6 .carousel-indicators li::after,
.cid-vh2ATQj2z6 .carousel-indicators li::before {
  content: none;
}
.cid-vh2ATQj2z6 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vh2ATQj2z6 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vh2ATQj2z6 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vh2ATQj2z6 .carousel-indicators {
    display: none;
  }
}
.cid-vh2ATQj2z6 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vh2ATQj2z6 .carousel-inner > .active {
  display: block;
}
.cid-vh2ATQj2z6 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vh2ATQj2z6 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vh2ATQj2z6 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vh2ATQj2z6 .carousel-control,
  .cid-vh2ATQj2z6 .carousel-indicators,
  .cid-vh2ATQj2z6 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vh2ATQj2z6 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vh2ATQj2z6 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vh2ATQj2z6 .carousel-indicators .active,
.cid-vh2ATQj2z6 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vh2ATQj2z6 .carousel-indicators .active {
  background: #fff;
}
.cid-vh2ATQj2z6 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vh2ATQj2z6 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vh2ATQj2z6 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vh2ATQj2z6 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vh2ATQj2z6 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vh2ATQj2z6 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vh2ATQj2z6 .carousel {
  width: 100%;
}
.cid-vh2ATQj2z6 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vh2ATQj2z6 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vh2ATQj2z6 .modal.fade .modal-dialog,
.cid-vh2ATQj2z6 .modal.in .modal-dialog {
  transform: none;
}
.cid-vh2ATQj2z6 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vh2ATQj2z6 H6 {
  text-align: center;
}
.cid-vh2ATQj2z6 .mbr-item-subtitle {
  color: #ffffff;
}
.cid-vh2wW5R3ux {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-vh2wW5R3ux .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vh2wW5R3ux .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vh2wW5R3ux .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vh2wW5R3ux .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vh2wW5R3ux .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vh2wW5R3ux .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vh2wW5R3ux .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vh2wW5R3ux .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vh2wW5R3ux .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vh2wW5R3ux .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vh2wW5R3ux .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vh2wW5R3ux .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vh2wW5R3ux .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vh2wW5R3ux .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vh2wW5R3ux .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-vh2wW5R3ux foot-menu-item P {
  text-align: right;
}
.cid-vhmLpjO3el .navbar-dropdown {
  position: relative !important;
}
.cid-vhmLpjO3el .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhmLpjO3el .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vhmLpjO3el .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vhmLpjO3el .dropdown-item:hover,
.cid-vhmLpjO3el .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-vhmLpjO3el .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vhmLpjO3el .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vhmLpjO3el .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vhmLpjO3el .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhmLpjO3el .nav-link {
  position: relative;
}
.cid-vhmLpjO3el .container {
  display: flex;
  margin: auto;
}
.cid-vhmLpjO3el .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vhmLpjO3el .dropdown-menu,
.cid-vhmLpjO3el .navbar.opened {
  background: #353535 !important;
}
.cid-vhmLpjO3el .nav-item:focus,
.cid-vhmLpjO3el .nav-link:focus {
  outline: none;
}
.cid-vhmLpjO3el .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhmLpjO3el .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhmLpjO3el .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhmLpjO3el .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhmLpjO3el .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhmLpjO3el .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhmLpjO3el .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-vhmLpjO3el .navbar.opened {
  transition: all 0.3s;
}
.cid-vhmLpjO3el .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhmLpjO3el .navbar .navbar-logo img {
  width: auto;
}
.cid-vhmLpjO3el .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhmLpjO3el .navbar.collapsed {
  justify-content: center;
}
.cid-vhmLpjO3el .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhmLpjO3el .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhmLpjO3el .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhmLpjO3el .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhmLpjO3el .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vhmLpjO3el .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhmLpjO3el .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhmLpjO3el .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vhmLpjO3el .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhmLpjO3el .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhmLpjO3el .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhmLpjO3el .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhmLpjO3el .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vhmLpjO3el .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhmLpjO3el .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vhmLpjO3el .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhmLpjO3el .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vhmLpjO3el .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhmLpjO3el .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhmLpjO3el .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhmLpjO3el .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhmLpjO3el .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhmLpjO3el .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhmLpjO3el .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhmLpjO3el .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhmLpjO3el .dropdown-item.active,
.cid-vhmLpjO3el .dropdown-item:active {
  background-color: transparent;
}
.cid-vhmLpjO3el .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhmLpjO3el .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhmLpjO3el .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhmLpjO3el .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-vhmLpjO3el .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhmLpjO3el .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhmLpjO3el ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhmLpjO3el .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhmLpjO3el button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhmLpjO3el button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vhmLpjO3el button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhmLpjO3el button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhmLpjO3el button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhmLpjO3el button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhmLpjO3el nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhmLpjO3el nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhmLpjO3el nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhmLpjO3el nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhmLpjO3el .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhmLpjO3el a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhmLpjO3el .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhmLpjO3el .navbar {
    height: 70px;
  }
  .cid-vhmLpjO3el .navbar.opened {
    height: auto;
  }
  .cid-vhmLpjO3el .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhmLpjZomx {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-vhmLpjZomx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhmLpjZomx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vhmLpjZomx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vhmLpjZomx .row {
  flex-direction: row-reverse;
}
.cid-vhmLpjZomx img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vhmLpjZomx .text-wrapper {
    padding: 2rem;
  }
}
.cid-vhmLpjZomx .mbr-text {
  color: #ffffff;
}
.cid-vhmLpjZomx .mbr-section-title {
  color: #ffe885;
}
.cid-vhsUIUVgqc {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-vhsUIUVgqc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhsUIUVgqc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhsUIUVgqc .item {
  padding-bottom: 2rem;
}
.cid-vhsUIUVgqc .item-wrapper {
  position: relative;
}
.cid-vhsUIUVgqc .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vhsUIUVgqc .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vhsUIUVgqc .carousel-control,
.cid-vhsUIUVgqc .close {
  background: #1b1b1b;
}
.cid-vhsUIUVgqc .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vhsUIUVgqc .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vhsUIUVgqc .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vhsUIUVgqc .carousel-control-next span {
  margin-left: 5px;
}
.cid-vhsUIUVgqc .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vhsUIUVgqc .close::before {
  content: '\e91a';
}
.cid-vhsUIUVgqc .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vhsUIUVgqc .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vhsUIUVgqc .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhsUIUVgqc .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vhsUIUVgqc .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vhsUIUVgqc .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vhsUIUVgqc .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vhsUIUVgqc .carousel-indicators li.active,
.cid-vhsUIUVgqc .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vhsUIUVgqc .carousel-indicators li::after,
.cid-vhsUIUVgqc .carousel-indicators li::before {
  content: none;
}
.cid-vhsUIUVgqc .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vhsUIUVgqc .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vhsUIUVgqc .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vhsUIUVgqc .carousel-indicators {
    display: none;
  }
}
.cid-vhsUIUVgqc .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vhsUIUVgqc .carousel-inner > .active {
  display: block;
}
.cid-vhsUIUVgqc .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhsUIUVgqc .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vhsUIUVgqc .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vhsUIUVgqc .carousel-control,
  .cid-vhsUIUVgqc .carousel-indicators,
  .cid-vhsUIUVgqc .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vhsUIUVgqc .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vhsUIUVgqc .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vhsUIUVgqc .carousel-indicators .active,
.cid-vhsUIUVgqc .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vhsUIUVgqc .carousel-indicators .active {
  background: #fff;
}
.cid-vhsUIUVgqc .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vhsUIUVgqc .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vhsUIUVgqc .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vhsUIUVgqc .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vhsUIUVgqc .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vhsUIUVgqc .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vhsUIUVgqc .carousel {
  width: 100%;
}
.cid-vhsUIUVgqc .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vhsUIUVgqc .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vhsUIUVgqc .modal.fade .modal-dialog,
.cid-vhsUIUVgqc .modal.in .modal-dialog {
  transform: none;
}
.cid-vhsUIUVgqc .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vhsUIUVgqc H6 {
  text-align: center;
}
.cid-vhsUIUVgqc .mbr-item-subtitle {
  color: #ffffff;
}
.cid-vhsVTv8bkQ {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-vhsVTv8bkQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhsVTv8bkQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhsVTv8bkQ .item {
  padding-bottom: 2rem;
}
.cid-vhsVTv8bkQ .item-wrapper {
  position: relative;
}
.cid-vhsVTv8bkQ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vhsVTv8bkQ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vhsVTv8bkQ .carousel-control,
.cid-vhsVTv8bkQ .close {
  background: #1b1b1b;
}
.cid-vhsVTv8bkQ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vhsVTv8bkQ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vhsVTv8bkQ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vhsVTv8bkQ .carousel-control-next span {
  margin-left: 5px;
}
.cid-vhsVTv8bkQ .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vhsVTv8bkQ .close::before {
  content: '\e91a';
}
.cid-vhsVTv8bkQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vhsVTv8bkQ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vhsVTv8bkQ .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhsVTv8bkQ .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vhsVTv8bkQ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vhsVTv8bkQ .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vhsVTv8bkQ .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vhsVTv8bkQ .carousel-indicators li.active,
.cid-vhsVTv8bkQ .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vhsVTv8bkQ .carousel-indicators li::after,
.cid-vhsVTv8bkQ .carousel-indicators li::before {
  content: none;
}
.cid-vhsVTv8bkQ .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vhsVTv8bkQ .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vhsVTv8bkQ .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vhsVTv8bkQ .carousel-indicators {
    display: none;
  }
}
.cid-vhsVTv8bkQ .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vhsVTv8bkQ .carousel-inner > .active {
  display: block;
}
.cid-vhsVTv8bkQ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhsVTv8bkQ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vhsVTv8bkQ .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vhsVTv8bkQ .carousel-control,
  .cid-vhsVTv8bkQ .carousel-indicators,
  .cid-vhsVTv8bkQ .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vhsVTv8bkQ .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vhsVTv8bkQ .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vhsVTv8bkQ .carousel-indicators .active,
.cid-vhsVTv8bkQ .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vhsVTv8bkQ .carousel-indicators .active {
  background: #fff;
}
.cid-vhsVTv8bkQ .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vhsVTv8bkQ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vhsVTv8bkQ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vhsVTv8bkQ .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vhsVTv8bkQ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vhsVTv8bkQ .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vhsVTv8bkQ .carousel {
  width: 100%;
}
.cid-vhsVTv8bkQ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vhsVTv8bkQ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vhsVTv8bkQ .modal.fade .modal-dialog,
.cid-vhsVTv8bkQ .modal.in .modal-dialog {
  transform: none;
}
.cid-vhsVTv8bkQ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vhsVTv8bkQ H6 {
  text-align: center;
}
.cid-vhsVTv8bkQ .mbr-item-subtitle {
  color: #ffffff;
}
.cid-vhmLpkn091 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-vhmLpkn091 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vhmLpkn091 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vhmLpkn091 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vhmLpkn091 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vhmLpkn091 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vhmLpkn091 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vhmLpkn091 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vhmLpkn091 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vhmLpkn091 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vhmLpkn091 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vhmLpkn091 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vhmLpkn091 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vhmLpkn091 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vhmLpkn091 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vhmLpkn091 .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-vhmLpkn091 foot-menu-item P {
  text-align: right;
}
.cid-vhsI6VK2Yv .navbar-dropdown {
  position: relative !important;
}
.cid-vhsI6VK2Yv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhsI6VK2Yv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vhsI6VK2Yv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vhsI6VK2Yv .dropdown-item:hover,
.cid-vhsI6VK2Yv .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-vhsI6VK2Yv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vhsI6VK2Yv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vhsI6VK2Yv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vhsI6VK2Yv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vhsI6VK2Yv .nav-link {
  position: relative;
}
.cid-vhsI6VK2Yv .container {
  display: flex;
  margin: auto;
}
.cid-vhsI6VK2Yv .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vhsI6VK2Yv .dropdown-menu,
.cid-vhsI6VK2Yv .navbar.opened {
  background: #353535 !important;
}
.cid-vhsI6VK2Yv .nav-item:focus,
.cid-vhsI6VK2Yv .nav-link:focus {
  outline: none;
}
.cid-vhsI6VK2Yv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhsI6VK2Yv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhsI6VK2Yv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhsI6VK2Yv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhsI6VK2Yv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhsI6VK2Yv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhsI6VK2Yv .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-vhsI6VK2Yv .navbar.opened {
  transition: all 0.3s;
}
.cid-vhsI6VK2Yv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vhsI6VK2Yv .navbar .navbar-logo img {
  width: auto;
}
.cid-vhsI6VK2Yv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vhsI6VK2Yv .navbar.collapsed {
  justify-content: center;
}
.cid-vhsI6VK2Yv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhsI6VK2Yv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhsI6VK2Yv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhsI6VK2Yv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhsI6VK2Yv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vhsI6VK2Yv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhsI6VK2Yv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vhsI6VK2Yv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vhsI6VK2Yv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhsI6VK2Yv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhsI6VK2Yv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhsI6VK2Yv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vhsI6VK2Yv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vhsI6VK2Yv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhsI6VK2Yv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vhsI6VK2Yv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vhsI6VK2Yv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vhsI6VK2Yv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhsI6VK2Yv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vhsI6VK2Yv .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhsI6VK2Yv .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhsI6VK2Yv .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhsI6VK2Yv .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vhsI6VK2Yv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vhsI6VK2Yv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhsI6VK2Yv .dropdown-item.active,
.cid-vhsI6VK2Yv .dropdown-item:active {
  background-color: transparent;
}
.cid-vhsI6VK2Yv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vhsI6VK2Yv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhsI6VK2Yv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhsI6VK2Yv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-vhsI6VK2Yv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhsI6VK2Yv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhsI6VK2Yv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vhsI6VK2Yv .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhsI6VK2Yv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vhsI6VK2Yv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vhsI6VK2Yv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhsI6VK2Yv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhsI6VK2Yv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhsI6VK2Yv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhsI6VK2Yv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhsI6VK2Yv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhsI6VK2Yv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhsI6VK2Yv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhsI6VK2Yv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vhsI6VK2Yv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vhsI6VK2Yv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vhsI6VK2Yv .navbar {
    height: 70px;
  }
  .cid-vhsI6VK2Yv .navbar.opened {
    height: auto;
  }
  .cid-vhsI6VK2Yv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhsI6VULzE {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-vhsI6VULzE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhsI6VULzE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vhsI6VULzE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vhsI6VULzE .row {
  flex-direction: row-reverse;
}
.cid-vhsI6VULzE img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vhsI6VULzE .text-wrapper {
    padding: 2rem;
  }
}
.cid-vhsI6VULzE .mbr-text {
  color: #ffffff;
}
.cid-vhsI6VULzE .mbr-section-title {
  color: #ffe885;
}
.cid-vhsWHtOtMo {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-vhsWHtOtMo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhsWHtOtMo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhsWHtOtMo .item {
  padding-bottom: 2rem;
}
.cid-vhsWHtOtMo .item-wrapper {
  position: relative;
}
.cid-vhsWHtOtMo .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vhsWHtOtMo .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vhsWHtOtMo .carousel-control,
.cid-vhsWHtOtMo .close {
  background: #1b1b1b;
}
.cid-vhsWHtOtMo .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vhsWHtOtMo .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vhsWHtOtMo .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vhsWHtOtMo .carousel-control-next span {
  margin-left: 5px;
}
.cid-vhsWHtOtMo .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vhsWHtOtMo .close::before {
  content: '\e91a';
}
.cid-vhsWHtOtMo .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vhsWHtOtMo .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vhsWHtOtMo .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhsWHtOtMo .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vhsWHtOtMo .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vhsWHtOtMo .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vhsWHtOtMo .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vhsWHtOtMo .carousel-indicators li.active,
.cid-vhsWHtOtMo .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vhsWHtOtMo .carousel-indicators li::after,
.cid-vhsWHtOtMo .carousel-indicators li::before {
  content: none;
}
.cid-vhsWHtOtMo .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vhsWHtOtMo .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vhsWHtOtMo .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vhsWHtOtMo .carousel-indicators {
    display: none;
  }
}
.cid-vhsWHtOtMo .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vhsWHtOtMo .carousel-inner > .active {
  display: block;
}
.cid-vhsWHtOtMo .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhsWHtOtMo .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vhsWHtOtMo .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vhsWHtOtMo .carousel-control,
  .cid-vhsWHtOtMo .carousel-indicators,
  .cid-vhsWHtOtMo .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vhsWHtOtMo .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vhsWHtOtMo .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vhsWHtOtMo .carousel-indicators .active,
.cid-vhsWHtOtMo .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vhsWHtOtMo .carousel-indicators .active {
  background: #fff;
}
.cid-vhsWHtOtMo .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vhsWHtOtMo .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vhsWHtOtMo .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vhsWHtOtMo .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vhsWHtOtMo .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vhsWHtOtMo .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vhsWHtOtMo .carousel {
  width: 100%;
}
.cid-vhsWHtOtMo .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vhsWHtOtMo .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vhsWHtOtMo .modal.fade .modal-dialog,
.cid-vhsWHtOtMo .modal.in .modal-dialog {
  transform: none;
}
.cid-vhsWHtOtMo .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vhsWHtOtMo H6 {
  text-align: center;
}
.cid-vhsWHtOtMo .mbr-item-subtitle {
  color: #ffffff;
}
.cid-vhsWIkeycy {
  padding-top: 1rem;
  padding-bottom: 6rem;
  background-color: #232323;
}
.cid-vhsWIkeycy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhsWIkeycy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhsWIkeycy .item {
  padding-bottom: 2rem;
}
.cid-vhsWIkeycy .item-wrapper {
  position: relative;
}
.cid-vhsWIkeycy .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vhsWIkeycy .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vhsWIkeycy .carousel-control,
.cid-vhsWIkeycy .close {
  background: #1b1b1b;
}
.cid-vhsWIkeycy .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vhsWIkeycy .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vhsWIkeycy .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vhsWIkeycy .carousel-control-next span {
  margin-left: 5px;
}
.cid-vhsWIkeycy .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vhsWIkeycy .close::before {
  content: '\e91a';
}
.cid-vhsWIkeycy .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-vhsWIkeycy .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vhsWIkeycy .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhsWIkeycy .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vhsWIkeycy .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vhsWIkeycy .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vhsWIkeycy .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vhsWIkeycy .carousel-indicators li.active,
.cid-vhsWIkeycy .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vhsWIkeycy .carousel-indicators li::after,
.cid-vhsWIkeycy .carousel-indicators li::before {
  content: none;
}
.cid-vhsWIkeycy .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vhsWIkeycy .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vhsWIkeycy .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vhsWIkeycy .carousel-indicators {
    display: none;
  }
}
.cid-vhsWIkeycy .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vhsWIkeycy .carousel-inner > .active {
  display: block;
}
.cid-vhsWIkeycy .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vhsWIkeycy .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vhsWIkeycy .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vhsWIkeycy .carousel-control,
  .cid-vhsWIkeycy .carousel-indicators,
  .cid-vhsWIkeycy .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vhsWIkeycy .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vhsWIkeycy .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vhsWIkeycy .carousel-indicators .active,
.cid-vhsWIkeycy .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vhsWIkeycy .carousel-indicators .active {
  background: #fff;
}
.cid-vhsWIkeycy .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vhsWIkeycy .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vhsWIkeycy .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vhsWIkeycy .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vhsWIkeycy .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vhsWIkeycy .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vhsWIkeycy .carousel {
  width: 100%;
}
.cid-vhsWIkeycy .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vhsWIkeycy .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vhsWIkeycy .modal.fade .modal-dialog,
.cid-vhsWIkeycy .modal.in .modal-dialog {
  transform: none;
}
.cid-vhsWIkeycy .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vhsWIkeycy H6 {
  text-align: center;
}
.cid-vhsWIkeycy .mbr-item-subtitle {
  color: #ffffff;
}
.cid-vhsI6WjBG5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-vhsI6WjBG5 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vhsI6WjBG5 .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vhsI6WjBG5 .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vhsI6WjBG5 .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vhsI6WjBG5 .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vhsI6WjBG5 .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vhsI6WjBG5 .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vhsI6WjBG5 .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vhsI6WjBG5 .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vhsI6WjBG5 .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vhsI6WjBG5 .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vhsI6WjBG5 .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vhsI6WjBG5 .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vhsI6WjBG5 .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vhsI6WjBG5 .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-vhsI6WjBG5 foot-menu-item P {
  text-align: right;
}
.cid-vi7AG7pNUH .navbar-dropdown {
  position: relative !important;
}
.cid-vi7AG7pNUH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vi7AG7pNUH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vi7AG7pNUH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vi7AG7pNUH .dropdown-item:hover,
.cid-vi7AG7pNUH .dropdown-item:focus {
  background: #c37a7a !important;
  color: white !important;
}
.cid-vi7AG7pNUH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vi7AG7pNUH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vi7AG7pNUH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vi7AG7pNUH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vi7AG7pNUH .nav-link {
  position: relative;
}
.cid-vi7AG7pNUH .container {
  display: flex;
  margin: auto;
}
.cid-vi7AG7pNUH .iconfont-wrapper {
  color: #fff0b0 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-vi7AG7pNUH .dropdown-menu,
.cid-vi7AG7pNUH .navbar.opened {
  background: #353535 !important;
}
.cid-vi7AG7pNUH .nav-item:focus,
.cid-vi7AG7pNUH .nav-link:focus {
  outline: none;
}
.cid-vi7AG7pNUH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vi7AG7pNUH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vi7AG7pNUH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vi7AG7pNUH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vi7AG7pNUH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vi7AG7pNUH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vi7AG7pNUH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #353535;
}
.cid-vi7AG7pNUH .navbar.opened {
  transition: all 0.3s;
}
.cid-vi7AG7pNUH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vi7AG7pNUH .navbar .navbar-logo img {
  width: auto;
}
.cid-vi7AG7pNUH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vi7AG7pNUH .navbar.collapsed {
  justify-content: center;
}
.cid-vi7AG7pNUH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vi7AG7pNUH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vi7AG7pNUH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vi7AG7pNUH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vi7AG7pNUH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vi7AG7pNUH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vi7AG7pNUH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vi7AG7pNUH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vi7AG7pNUH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vi7AG7pNUH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vi7AG7pNUH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vi7AG7pNUH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vi7AG7pNUH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vi7AG7pNUH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vi7AG7pNUH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vi7AG7pNUH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vi7AG7pNUH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-vi7AG7pNUH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vi7AG7pNUH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vi7AG7pNUH .navbar.navbar-short {
  min-height: 60px;
}
.cid-vi7AG7pNUH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vi7AG7pNUH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vi7AG7pNUH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-vi7AG7pNUH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vi7AG7pNUH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vi7AG7pNUH .dropdown-item.active,
.cid-vi7AG7pNUH .dropdown-item:active {
  background-color: transparent;
}
.cid-vi7AG7pNUH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vi7AG7pNUH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vi7AG7pNUH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vi7AG7pNUH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #353535;
}
.cid-vi7AG7pNUH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vi7AG7pNUH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vi7AG7pNUH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vi7AG7pNUH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vi7AG7pNUH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vi7AG7pNUH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vi7AG7pNUH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vi7AG7pNUH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vi7AG7pNUH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vi7AG7pNUH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vi7AG7pNUH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vi7AG7pNUH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vi7AG7pNUH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vi7AG7pNUH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vi7AG7pNUH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vi7AG7pNUH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vi7AG7pNUH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vi7AG7pNUH .navbar {
    height: 70px;
  }
  .cid-vi7AG7pNUH .navbar.opened {
    height: auto;
  }
  .cid-vi7AG7pNUH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vi7AG7BsGo {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-vi7AG7BsGo .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vi7AG7BsGo .social-row {
  width: 100%;
  justify-content: center;
}
.cid-vi7AG7BsGo .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-vi7AG7BsGo .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vi7AG7BsGo .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vi7AG7BsGo .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-vi7AG7BsGo .media-container-row .social-list {
  width: auto;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-vi7AG7BsGo .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-vi7AG7BsGo .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-vi7AG7BsGo .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-vi7AG7BsGo .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-vi7AG7BsGo .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-vi7AG7BsGo .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-vi7AG7BsGo .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-vi7AG7BsGo .media-container-row .mbr-text {
  color: #bbbbbb;
}
.cid-vi7AG7BsGo foot-menu-item P {
  text-align: right;
}
.cid-vi7AG7Nkq5 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-vi7AG7Nkq5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi7AG7Nkq5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vi7AG7Nkq5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vi7AG7Nkq5 .row {
  flex-direction: row-reverse;
}
.cid-vi7AG7Nkq5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vi7AG7Nkq5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-vi7AG7Nkq5 .mbr-text {
  color: #ffffff;
}
.cid-vi7AG7Nkq5 .mbr-section-title {
  color: #ffe885;
}
.cid-vi7AG7XGwx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vi7AG7XGwx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi7AG7XGwx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vi7AG7XGwx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vi7AG7XGwx img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vi7AG7XGwx .text-wrapper {
    padding: 2rem;
  }
}
.cid-vi7AG7XGwx .mbr-text {
  color: #ffffff;
}
.cid-vi7AG7XGwx .mbr-description {
  color: #ffffff;
}
.cid-vi7AG85yfw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vi7AG85yfw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi7AG85yfw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vi7AG85yfw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vi7AG85yfw .row {
  flex-direction: row-reverse;
}
.cid-vi7AG85yfw img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vi7AG85yfw .text-wrapper {
    padding: 2rem;
  }
}
.cid-vi7AG85yfw .mbr-text {
  color: #ffffff;
}
.cid-vi7AG8cWOQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vi7AG8cWOQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi7AG8cWOQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vi7AG8cWOQ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vi7AG8cWOQ img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vi7AG8cWOQ .text-wrapper {
    padding: 2rem;
  }
}
.cid-vi7AG8cWOQ .mbr-text {
  color: #ffffff;
}
.cid-vi7AG8cWOQ .mbr-description {
  color: #ffffff;
}
.cid-vi7FOWkxvk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-vi7FOWkxvk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vi7FOWkxvk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vi7FOWkxvk .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vi7FOWkxvk .row {
  flex-direction: row-reverse;
}
.cid-vi7FOWkxvk img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vi7FOWkxvk .text-wrapper {
    padding: 2rem;
  }
}
.cid-vi7FOWkxvk .mbr-text {
  color: #ffffff;
}
