.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Great Vibes', handwriting;
  font-size: 2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-2 {
  font-family: 'Great Vibes', handwriting;
  font-size: 4.2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Great Vibes', handwriting;
  font-size: 2.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-7 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 1.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.4rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.36rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 1.4rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.36rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.12rem + (4.2 - 2.12) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #b79b6c !important;
}
.bg-success {
  background-color: #bdcdc6 !important;
}
.bg-info {
  background-color: #e7d8d6 !important;
}
.bg-warning {
  background-color: #c08598 !important;
}
.bg-danger {
  background-color: #0c2c68 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b79b6c !important;
  border-color: #b79b6c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #c8b28e !important;
  border-color: #c8b28e !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c8b28e !important;
  border-color: #c8b28e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e4eedb !important;
  border-color: #e4eedb !important;
  color: #638941 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #fefefe !important;
  border-color: #fefefe !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #638941 !important;
  background-color: #fefefe !important;
  border-color: #fefefe !important;
}
.btn-info,
.btn-info:active {
  background-color: #e7d8d6 !important;
  border-color: #e7d8d6 !important;
  color: #784c46 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #faf7f6 !important;
  border-color: #faf7f6 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #784c46 !important;
  background-color: #faf7f6 !important;
  border-color: #faf7f6 !important;
}
.btn-success,
.btn-success:active {
  background-color: #bdcdc6 !important;
  border-color: #bdcdc6 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #dae3df !important;
  border-color: #dae3df !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #dae3df !important;
  border-color: #dae3df !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c08598 !important;
  border-color: #c08598 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #d1a7b4 !important;
  border-color: #d1a7b4 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #d1a7b4 !important;
  border-color: #d1a7b4 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #b79b6c;
  color: #b79b6c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #896f43 !important;
  background-color: transparent !important;
  border-color: #896f43 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b79b6c !important;
  border-color: #b79b6c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e4eedb;
  color: #e4eedb;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b8d2a0 !important;
  background-color: transparent !important;
  border-color: #b8d2a0 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #638941 !important;
  background-color: #e4eedb !important;
  border-color: #e4eedb !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #e7d8d6;
  color: #e7d8d6;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c7a49f !important;
  background-color: transparent !important;
  border-color: #c7a49f !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #784c46 !important;
  background-color: #e7d8d6 !important;
  border-color: #e7d8d6 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #bdcdc6;
  color: #bdcdc6;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #8ca89b !important;
  background-color: transparent !important;
  border-color: #8ca89b !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #bdcdc6 !important;
  border-color: #bdcdc6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #c08598;
  color: #c08598;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9d516a !important;
  background-color: transparent !important;
  border-color: #9d516a !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c08598 !important;
  border-color: #c08598 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #0c2c68;
  color: #0c2c68;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #030b1a !important;
  background-color: transparent !important;
  border-color: #030b1a !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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: #fafafa;
  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: #cfcfcf !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: #b79b6c !important;
}
.text-secondary {
  color: #e4eedb !important;
}
.text-success {
  color: #bdcdc6 !important;
}
.text-info {
  color: #e7d8d6 !important;
}
.text-warning {
  color: #c08598 !important;
}
.text-danger {
  color: #0c2c68 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #7f673e !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b0cd96 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #83a194 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c19b96 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #934c63 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #01050d !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: #b79b6c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e7d8d6;
}
.alert-warning {
  background-color: #c08598;
}
.alert-danger {
  background-color: #0c2c68;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b79b6c;
  border-color: #b79b6c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #b79b6c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e1d5c2;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ebd9df;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #195cda;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  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: #b79b6c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #b79b6c;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b79b6c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #b79b6c;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #b79b6c;
  border-bottom-color: #b79b6c;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #b79b6c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #e4eedb !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='%23b79b6c' %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;
}
.cid-tUlBNTnYVq {
  z-index: 1000;
  width: 100%;
}
.cid-tUlBNTnYVq nav.navbar {
  position: fixed;
}
.cid-tUlBNTnYVq .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-tUlBNTnYVq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUlBNTnYVq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUlBNTnYVq .dropdown-item:hover,
.cid-tUlBNTnYVq .dropdown-item:focus {
  background: #b79b6c !important;
  color: white !important;
}
.cid-tUlBNTnYVq .dropdown-item:hover span {
  color: white;
}
.cid-tUlBNTnYVq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUlBNTnYVq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUlBNTnYVq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUlBNTnYVq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUlBNTnYVq .nav-link {
  position: relative;
}
.cid-tUlBNTnYVq .container {
  display: flex;
  margin: auto;
}
.cid-tUlBNTnYVq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUlBNTnYVq .dropdown-menu,
.cid-tUlBNTnYVq .navbar.opened {
  background: #112b5c !important;
}
.cid-tUlBNTnYVq .nav-item:focus,
.cid-tUlBNTnYVq .nav-link:focus {
  outline: none;
}
.cid-tUlBNTnYVq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUlBNTnYVq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUlBNTnYVq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUlBNTnYVq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUlBNTnYVq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUlBNTnYVq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUlBNTnYVq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(17, 43, 92, 0.8);
}
.cid-tUlBNTnYVq .navbar.opened {
  transition: all 0.3s;
}
.cid-tUlBNTnYVq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUlBNTnYVq .navbar .navbar-logo img {
  width: auto;
}
.cid-tUlBNTnYVq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUlBNTnYVq .navbar.collapsed {
  justify-content: center;
}
.cid-tUlBNTnYVq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUlBNTnYVq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tUlBNTnYVq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUlBNTnYVq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUlBNTnYVq .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-tUlBNTnYVq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUlBNTnYVq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUlBNTnYVq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUlBNTnYVq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUlBNTnYVq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUlBNTnYVq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUlBNTnYVq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUlBNTnYVq .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-tUlBNTnYVq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUlBNTnYVq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUlBNTnYVq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUlBNTnYVq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUlBNTnYVq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUlBNTnYVq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tUlBNTnYVq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tUlBNTnYVq .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUlBNTnYVq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUlBNTnYVq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUlBNTnYVq .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-tUlBNTnYVq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUlBNTnYVq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUlBNTnYVq .dropdown-item.active,
.cid-tUlBNTnYVq .dropdown-item:active {
  background-color: transparent;
}
.cid-tUlBNTnYVq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUlBNTnYVq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUlBNTnYVq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUlBNTnYVq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #112b5c;
}
.cid-tUlBNTnYVq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUlBNTnYVq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUlBNTnYVq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUlBNTnYVq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUlBNTnYVq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUlBNTnYVq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUlBNTnYVq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUlBNTnYVq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUlBNTnYVq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUlBNTnYVq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUlBNTnYVq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUlBNTnYVq .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-tUlBNTnYVq .navbar {
    height: 70px;
  }
  .cid-tUlBNTnYVq .navbar.opened {
    height: auto;
  }
  .cid-tUlBNTnYVq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXbrYntE9D {
  background-color: #ffffff;
  display: block;
  padding-top: 0;
  padding-bottom: 0;
}
.cid-tXbrYntE9D .carousel {
  width: 100%;
}
.cid-tXbrYntE9D .carousel-inner {
  display: flex;
  align-content: center;
  align-items: center;
}
.cid-tXbrYntE9D .carousel-item img {
  height: 100vh;
  object-fit: cover;
}
.cid-tXbrYntE9D .carousel-caption {
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-tXbrYntE9D .carousel-caption {
    right: 5%;
    left: 5%;
  }
}
.cid-tXbrYntE9D .mbr-section-title {
  letter-spacing: 12px;
  margin-bottom: 25px;
}
@media (min-width: 1400px) {
  .cid-tXbrYntE9D .mbr-section-title.display-1 {
    font-size: 90px;
    line-height: 160px;
  }
}
.cid-tXbrYntE9D .mbr-section-btn {
  margin-top: 42px;
}
.cid-tXbrYntE9D .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tXbrYntE9D .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tXbrYntE9D .carousel-control:hover.carousel-control-prev .mobi-mbri {
  transform: translateX(3px);
}
.cid-tXbrYntE9D .carousel-control:hover.carousel-control-next .mobi-mbri {
  transform: translateX(-3px);
}
.cid-tXbrYntE9D .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tXbrYntE9D .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tXbrYntE9D .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tXbrYntE9D .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tXbrYntE9D .carousel-control {
  top: 50%;
  width: 92px;
  height: 92px;
  margin-top: -1.5rem;
  font-size: 21px;
  border-radius: 50%;
  color: #202020;
  background-color: transparent;
  border: 1px solid #f92c50;
  transition: all 0.2s ease-out;
  opacity: 1;
}
.cid-tXbrYntE9D .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  color: #f92c50 !important;
}
.cid-tXbrYntE9D .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  color: #f92c50 !important;
}
.cid-tXbrYntE9D .carousel-control .mobi-mbri {
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .cid-tXbrYntE9D .carousel-control {
    display: none !important;
  }
}
.cid-tXbrYntE9D .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 2rem !important;
  align-items: center;
}
.cid-tXbrYntE9D .carousel-indicators li {
  max-width: 10px;
  max-height: 10px;
  height: 6px;
  width: 6px;
  margin: 15px;
  background-color: #f92c50;
  border: none;
  border-radius: 50%;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.cid-tXbrYntE9D .carousel-indicators li.active,
.cid-tXbrYntE9D .carousel-indicators li:hover {
  transform: scale(1.6);
}
.cid-tXbrYntE9D .carousel-indicators li::after,
.cid-tXbrYntE9D .carousel-indicators li::before {
  content: none;
}
.cid-tXbrYntE9D .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tXbrYntE9D .carousel-indicators {
    display: none !important;
  }
}
.cid-tXbrYntE9D .mbr-section-text,
.cid-tXbrYntE9D .mbr-section-btn {
  text-align: center;
}
.cid-tM2WY3jI64 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tM2WY3jI64 .mbr-text {
  color: #555555;
}
.cid-tM2WY3jI64 .mbr-section-subtitle {
  color: #b79b6c;
}
.cid-tM2WY3jI64 .mbr-section-title {
  color: #0c2c68;
}
.cid-uaZifSNvGa {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uaZifSNvGa .mbr-media {
  position: relative;
}
.cid-uaZifSNvGa .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-uaZifSNvGa a:hover {
  background-image: none !important;
}
.cid-uaZifSNvGa .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uaZifSNvGa .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uaZifSNvGa .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uaZifSNvGa .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uaZifSNvGa .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uaZifSNvGa .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  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;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uaZifSNvGa .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uaZifSNvGa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uaZifSNvGa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uaZifSNvGa .content-head {
  max-width: 800px;
}
.cid-uiAQ7RtMn5 {
  background-color: #ffffff;
}
.cid-uiAQ7RtMn5 img {
  object-fit: contain;
}
.cid-uiAR3SK19B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uiAR3SK19B .mbr-text {
  color: #000000;
}
.cid-uiAR3SK19B .mbr-section-subtitle {
  color: #000000;
}
.cid-uiAR3SK19B .mbr-section-title {
  color: #0c2c68;
}
.cid-tMgh3scQhV {
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #e3f5fe;
}
.cid-tMgh3scQhV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMgh3scQhV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMgh3scQhV .mbr-section-title {
  text-align: center;
  color: #0c2c68;
}
.cid-tMgh3scQhV .mbr-section-subtitle,
.cid-tMgh3scQhV .mbr-section-btn {
  text-align: left;
}
.cid-tUlGdygk58 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #e3f5fe;
}
.cid-tUlGdygk58 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUlGdygk58 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUlGdygk58 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tUlGdygk58 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tUlGdygk58 .container {
    padding: 0;
  }
}
.cid-tUlGdygk58 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tUlGdygk58 .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tUlGdygk58 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tUlGdygk58 .panel-group {
    padding: 0 16px;
  }
}
.cid-tUlGdygk58 .panel-group .card {
  padding: 50px 0;
  border-bottom: 1px solid #e3f5fe;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-tUlGdygk58 .panel-group .card {
    padding: 30px 0;
  }
}
.cid-tUlGdygk58 .panel-group .card .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
}
.cid-tUlGdygk58 .panel-group .card .card-header .panel-title {
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tUlGdygk58 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tUlGdygk58 .panel-group .card .card-header .panel-title .mbr-iconfont {
  margin-left: 10px;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-tUlGdygk58 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
  color: #b79b6c;
}
.cid-tUlGdygk58 .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 0 0;
}
.cid-tUlGdygk58 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tUlGdygk58 .mbr-section-title {
  color: #263652;
}
.cid-tUlGdygk58 .panel-title-edit,
.cid-tUlGdygk58 .mbr-iconfont {
  color: #b79b6c;
}
.cid-tUlGdygk58 .panel-text {
  color: #555555;
}
.cid-u5BmgprfQS {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #e3f5fe;
}
.cid-u5BmgprfQS .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5BmgprfQS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u5BmgprfQS .container {
    padding: 0 20px;
  }
}
.cid-u5BmgprfQS .row {
  justify-content: center;
}
.cid-u5BmgprfQS .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-u5BmgprfQS .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u5BmgprfQS .card {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-u5BmgprfQS .card {
    margin-bottom: 30px;
  }
}
.cid-u5BmgprfQS .card .card-wrapper {
  height: 100%;
}
.cid-u5BmgprfQS .card .card-wrapper .icon-wrap {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u5BmgprfQS .card .card-wrapper .icon-wrap {
    margin-bottom: 24px;
  }
}
.cid-u5BmgprfQS .card .card-wrapper .icon-wrap .mbr-iconfont {
  font-size: 42px;
  width: 76px;
  height: 76px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #b79b6c;
  position: relative;
}
.cid-u5BmgprfQS .card .card-wrapper .icon-wrap .mbr-iconfont::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #e3f5fe;
  opacity: .1;
}
.cid-u5BmgprfQS .card .card-wrapper .mbr-card-title {
  margin-bottom: 14px;
  line-height: 1.2em;
}
.cid-u5BmgprfQS .card .card-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.8em;
}
.cid-u5BmgprfQS .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-u5BmgprfQS .mbr-card-title {
  color: #ffffff;
}
.cid-u5BmgprfQS .mbr-text {
  color: #232323;
  text-align: center;
}
.cid-u5BmgprfQS .mbr-card-title,
.cid-u5BmgprfQS .icon-wrap {
  text-align: center;
  color: #b79b6c;
}
.cid-tUlEyEUJLM {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #e3f5fe;
}
.cid-tUlEyEUJLM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUlEyEUJLM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUlEyEUJLM .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tUlEyEUJLM .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tUlEyEUJLM .container {
    padding: 0;
  }
}
.cid-tUlEyEUJLM .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tUlEyEUJLM .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tUlEyEUJLM .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tUlEyEUJLM .panel-group {
    padding: 0 16px;
  }
}
.cid-tUlEyEUJLM .panel-group .card {
  padding: 50px 0;
  border-bottom: 1px solid #e3f5fe;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-tUlEyEUJLM .panel-group .card {
    padding: 30px 0;
  }
}
.cid-tUlEyEUJLM .panel-group .card .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
}
.cid-tUlEyEUJLM .panel-group .card .card-header .panel-title {
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tUlEyEUJLM .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tUlEyEUJLM .panel-group .card .card-header .panel-title .mbr-iconfont {
  margin-left: 10px;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-tUlEyEUJLM .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
  color: #b79b6c;
}
.cid-tUlEyEUJLM .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 0 0;
}
.cid-tUlEyEUJLM .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tUlEyEUJLM .mbr-section-title {
  color: #263652;
}
.cid-tUlEyEUJLM .panel-title-edit,
.cid-tUlEyEUJLM .mbr-iconfont {
  color: #b79b6c;
}
.cid-tUlEyEUJLM .panel-text {
  color: #555555;
}
.cid-tMjJoE32ZP {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #112b5c;
}
.cid-tMjJoE32ZP .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tMjJoE32ZP .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-tMjJoE32ZP .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
}
.cid-tUlBNTnYVq {
  z-index: 1000;
  width: 100%;
}
.cid-tUlBNTnYVq nav.navbar {
  position: fixed;
}
.cid-tUlBNTnYVq .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-tUlBNTnYVq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUlBNTnYVq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUlBNTnYVq .dropdown-item:hover,
.cid-tUlBNTnYVq .dropdown-item:focus {
  background: #b79b6c !important;
  color: white !important;
}
.cid-tUlBNTnYVq .dropdown-item:hover span {
  color: white;
}
.cid-tUlBNTnYVq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUlBNTnYVq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUlBNTnYVq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUlBNTnYVq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUlBNTnYVq .nav-link {
  position: relative;
}
.cid-tUlBNTnYVq .container {
  display: flex;
  margin: auto;
}
.cid-tUlBNTnYVq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUlBNTnYVq .dropdown-menu,
.cid-tUlBNTnYVq .navbar.opened {
  background: #112b5c !important;
}
.cid-tUlBNTnYVq .nav-item:focus,
.cid-tUlBNTnYVq .nav-link:focus {
  outline: none;
}
.cid-tUlBNTnYVq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUlBNTnYVq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUlBNTnYVq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUlBNTnYVq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUlBNTnYVq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUlBNTnYVq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUlBNTnYVq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(17, 43, 92, 0.8);
}
.cid-tUlBNTnYVq .navbar.opened {
  transition: all 0.3s;
}
.cid-tUlBNTnYVq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUlBNTnYVq .navbar .navbar-logo img {
  width: auto;
}
.cid-tUlBNTnYVq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUlBNTnYVq .navbar.collapsed {
  justify-content: center;
}
.cid-tUlBNTnYVq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUlBNTnYVq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tUlBNTnYVq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUlBNTnYVq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUlBNTnYVq .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-tUlBNTnYVq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUlBNTnYVq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUlBNTnYVq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUlBNTnYVq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUlBNTnYVq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUlBNTnYVq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUlBNTnYVq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUlBNTnYVq .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-tUlBNTnYVq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUlBNTnYVq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUlBNTnYVq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUlBNTnYVq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUlBNTnYVq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUlBNTnYVq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tUlBNTnYVq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tUlBNTnYVq .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUlBNTnYVq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUlBNTnYVq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUlBNTnYVq .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-tUlBNTnYVq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUlBNTnYVq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUlBNTnYVq .dropdown-item.active,
.cid-tUlBNTnYVq .dropdown-item:active {
  background-color: transparent;
}
.cid-tUlBNTnYVq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUlBNTnYVq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUlBNTnYVq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUlBNTnYVq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #112b5c;
}
.cid-tUlBNTnYVq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUlBNTnYVq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUlBNTnYVq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUlBNTnYVq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUlBNTnYVq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUlBNTnYVq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUlBNTnYVq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUlBNTnYVq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUlBNTnYVq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUlBNTnYVq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUlBNTnYVq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUlBNTnYVq .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-tUlBNTnYVq .navbar {
    height: 70px;
  }
  .cid-tUlBNTnYVq .navbar.opened {
    height: auto;
  }
  .cid-tUlBNTnYVq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tM2FLJ4S5i {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tM2FLJ4S5i .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-tM2FLJ4S5i .card .card-img img {
  transition: all 0.5s;
}
.cid-tM2FLJ4S5i .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tM2FLJ4S5i .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-tM2FLJ4S5i .underline .line {
  width: 2rem;
  height: 1px;
  background: #adadad;
  display: inline-block;
}
.cid-tM2FLJ4S5i .first-card {
  display: block;
}
.cid-tM2FLJ4S5i .first-card .card-wrapper {
  height: 100%;
}
.cid-tM2FLJ4S5i .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-tM2FLJ4S5i .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tM2FLJ4S5i .first-card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-tM2FLJ4S5i .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-tM2FLJ4S5i .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-tM2FLJ4S5i .first-row,
.cid-tM2FLJ4S5i .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-tM2FLJ4S5i .first-row .card .card-wrapper,
.cid-tM2FLJ4S5i .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-tM2FLJ4S5i .first-row .card .card-wrapper .card-img,
.cid-tM2FLJ4S5i .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-tM2FLJ4S5i .first-row .card .card-wrapper .card-img img,
.cid-tM2FLJ4S5i .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-tM2FLJ4S5i .first-row,
  .cid-tM2FLJ4S5i .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tM2FLJ4S5i .first-row .card .card-wrapper .card-img,
  .cid-tM2FLJ4S5i .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tM2FLJ4S5i .first-row .card .card-wrapper .card-img img,
  .cid-tM2FLJ4S5i .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-tM2FLJ4S5i .first-row .caption,
.cid-tM2FLJ4S5i .second-row .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-tM2FLJ4S5i .first-row .caption .price,
.cid-tM2FLJ4S5i .second-row .caption .price {
  background: #c19b76;
  padding: 0 0.5rem;
}
.cid-tM2FLJ4S5i .first-row {
  padding-bottom: 1rem;
}
.cid-tM2FLJ4S5i .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tM2FLJ4S5i .first-card,
  .cid-tM2FLJ4S5i .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tM2FLJ4S5i .first-card {
    padding-bottom: 2rem;
  }
  .cid-tM2FLJ4S5i .only-first-row {
    height: 100%;
  }
}
.cid-tM2FLJ4S5i .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-tM2FLJ4S5i .main-title {
  color: #0c2c68;
}
.cid-tM2FLJ4S5i .main-subtitle,
.cid-tM2FLJ4S5i .underline {
  color: #adadad;
}
.cid-tM2FLJ4S5i .first-card-text,
.cid-tM2FLJ4S5i .card-btn {
  color: #555555;
}
.cid-tM2FLJ4S5i .info-text {
  color: #adadad;
}
.cid-tM2FLJ4S5i .first-card-title,
.cid-tM2FLJ4S5i .first-card-info {
  color: #0c2c68;
}
.cid-tM5iyZe4Ks {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #f7f7f7;
}
.cid-tM5iyZe4Ks .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-tM5iyZe4Ks .card .card-img img {
  transition: all 0.5s;
}
.cid-tM5iyZe4Ks .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tM5iyZe4Ks .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-tM5iyZe4Ks .underline .line {
  width: 2rem;
  height: 1px;
  background: #999999;
  display: inline-block;
}
.cid-tM5iyZe4Ks .first-card {
  display: block;
}
.cid-tM5iyZe4Ks .first-card .card-wrapper {
  height: 100%;
}
.cid-tM5iyZe4Ks .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-tM5iyZe4Ks .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tM5iyZe4Ks .first-card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-tM5iyZe4Ks .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-tM5iyZe4Ks .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-tM5iyZe4Ks .first-row,
.cid-tM5iyZe4Ks .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-tM5iyZe4Ks .first-row .card .card-wrapper,
.cid-tM5iyZe4Ks .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-tM5iyZe4Ks .first-row .card .card-wrapper .card-img,
.cid-tM5iyZe4Ks .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-tM5iyZe4Ks .first-row .card .card-wrapper .card-img img,
.cid-tM5iyZe4Ks .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-tM5iyZe4Ks .first-row,
  .cid-tM5iyZe4Ks .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tM5iyZe4Ks .first-row .card .card-wrapper .card-img,
  .cid-tM5iyZe4Ks .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tM5iyZe4Ks .first-row .card .card-wrapper .card-img img,
  .cid-tM5iyZe4Ks .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-tM5iyZe4Ks .first-row .caption,
.cid-tM5iyZe4Ks .second-row .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-tM5iyZe4Ks .first-row .caption .price,
.cid-tM5iyZe4Ks .second-row .caption .price {
  background: #c19b76;
  padding: 0 0.5rem;
}
.cid-tM5iyZe4Ks .first-row {
  padding-bottom: 1rem;
}
.cid-tM5iyZe4Ks .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tM5iyZe4Ks .first-card,
  .cid-tM5iyZe4Ks .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tM5iyZe4Ks .first-card {
    padding-bottom: 2rem;
  }
  .cid-tM5iyZe4Ks .only-first-row {
    height: 100%;
  }
}
.cid-tM5iyZe4Ks .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-tM5iyZe4Ks .main-title {
  color: #555555;
}
.cid-tM5iyZe4Ks .main-subtitle,
.cid-tM5iyZe4Ks .underline {
  color: #999999;
}
.cid-tM5iyZe4Ks .first-card-text,
.cid-tM5iyZe4Ks .card-btn {
  color: #555555;
}
.cid-tM5iyZe4Ks .info-text {
  color: #adadad;
}
.cid-tM5iyZe4Ks .first-card-title,
.cid-tM5iyZe4Ks .first-card-info {
  color: #0c2c68;
}
.cid-tMedUQ08tW {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tMedUQ08tW .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-tMedUQ08tW .card .card-img img {
  transition: all 0.5s;
}
.cid-tMedUQ08tW .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tMedUQ08tW .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-tMedUQ08tW .underline .line {
  width: 2rem;
  height: 1px;
  background: #999999;
  display: inline-block;
}
.cid-tMedUQ08tW .first-card {
  display: block;
}
.cid-tMedUQ08tW .first-card .card-wrapper {
  height: 100%;
}
.cid-tMedUQ08tW .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-tMedUQ08tW .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tMedUQ08tW .first-card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-tMedUQ08tW .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-tMedUQ08tW .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-tMedUQ08tW .first-row,
.cid-tMedUQ08tW .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-tMedUQ08tW .first-row .card .card-wrapper,
.cid-tMedUQ08tW .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-tMedUQ08tW .first-row .card .card-wrapper .card-img,
.cid-tMedUQ08tW .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-tMedUQ08tW .first-row .card .card-wrapper .card-img img,
.cid-tMedUQ08tW .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-tMedUQ08tW .first-row,
  .cid-tMedUQ08tW .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tMedUQ08tW .first-row .card .card-wrapper .card-img,
  .cid-tMedUQ08tW .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tMedUQ08tW .first-row .card .card-wrapper .card-img img,
  .cid-tMedUQ08tW .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-tMedUQ08tW .first-row .caption,
.cid-tMedUQ08tW .second-row .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-tMedUQ08tW .first-row .caption .price,
.cid-tMedUQ08tW .second-row .caption .price {
  background: #c19b76;
  padding: 0 0.5rem;
}
.cid-tMedUQ08tW .first-row {
  padding-bottom: 1rem;
}
.cid-tMedUQ08tW .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tMedUQ08tW .first-card,
  .cid-tMedUQ08tW .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tMedUQ08tW .first-card {
    padding-bottom: 2rem;
  }
  .cid-tMedUQ08tW .only-first-row {
    height: 100%;
  }
}
.cid-tMedUQ08tW .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-tMedUQ08tW .main-title {
  color: #555555;
}
.cid-tMedUQ08tW .main-subtitle,
.cid-tMedUQ08tW .underline {
  color: #999999;
}
.cid-tMedUQ08tW .first-card-text,
.cid-tMedUQ08tW .card-btn {
  color: #555555;
}
.cid-tMedUQ08tW .info-text {
  color: #adadad;
}
.cid-tMedUQ08tW .first-card-title,
.cid-tMedUQ08tW .first-card-info {
  color: #0c2c68;
}
.cid-tM5kV7g1NE {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #f7f7f7;
}
.cid-tM5kV7g1NE .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-tM5kV7g1NE .card .card-img img {
  transition: all 0.5s;
}
.cid-tM5kV7g1NE .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tM5kV7g1NE .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-tM5kV7g1NE .underline .line {
  width: 2rem;
  height: 1px;
  background: #999999;
  display: inline-block;
}
.cid-tM5kV7g1NE .first-card {
  display: block;
}
.cid-tM5kV7g1NE .first-card .card-wrapper {
  height: 100%;
}
.cid-tM5kV7g1NE .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-tM5kV7g1NE .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tM5kV7g1NE .first-card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-tM5kV7g1NE .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-tM5kV7g1NE .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-tM5kV7g1NE .first-row,
.cid-tM5kV7g1NE .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-tM5kV7g1NE .first-row .card .card-wrapper,
.cid-tM5kV7g1NE .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-tM5kV7g1NE .first-row .card .card-wrapper .card-img,
.cid-tM5kV7g1NE .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-tM5kV7g1NE .first-row .card .card-wrapper .card-img img,
.cid-tM5kV7g1NE .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-tM5kV7g1NE .first-row,
  .cid-tM5kV7g1NE .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tM5kV7g1NE .first-row .card .card-wrapper .card-img,
  .cid-tM5kV7g1NE .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tM5kV7g1NE .first-row .card .card-wrapper .card-img img,
  .cid-tM5kV7g1NE .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-tM5kV7g1NE .first-row .caption,
.cid-tM5kV7g1NE .second-row .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-tM5kV7g1NE .first-row .caption .price,
.cid-tM5kV7g1NE .second-row .caption .price {
  background: #c19b76;
  padding: 0 0.5rem;
}
.cid-tM5kV7g1NE .first-row {
  padding-bottom: 1rem;
}
.cid-tM5kV7g1NE .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tM5kV7g1NE .first-card,
  .cid-tM5kV7g1NE .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tM5kV7g1NE .first-card {
    padding-bottom: 2rem;
  }
  .cid-tM5kV7g1NE .only-first-row {
    height: 100%;
  }
}
.cid-tM5kV7g1NE .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-tM5kV7g1NE .main-title {
  color: #555555;
}
.cid-tM5kV7g1NE .main-subtitle,
.cid-tM5kV7g1NE .underline {
  color: #999999;
}
.cid-tM5kV7g1NE .first-card-text,
.cid-tM5kV7g1NE .card-btn {
  color: #555555;
}
.cid-tM5kV7g1NE .info-text {
  color: #adadad;
}
.cid-tM5kV7g1NE .first-card-title,
.cid-tM5kV7g1NE .first-card-info {
  color: #0c2c68;
}
.cid-tM5kVv3teZ {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tM5kVv3teZ .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-tM5kVv3teZ .card .card-img img {
  transition: all 0.5s;
}
.cid-tM5kVv3teZ .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tM5kVv3teZ .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-tM5kVv3teZ .underline .line {
  width: 2rem;
  height: 1px;
  background: #999999;
  display: inline-block;
}
.cid-tM5kVv3teZ .first-card {
  display: block;
}
.cid-tM5kVv3teZ .first-card .card-wrapper {
  height: 100%;
}
.cid-tM5kVv3teZ .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-tM5kVv3teZ .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tM5kVv3teZ .first-card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-tM5kVv3teZ .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-tM5kVv3teZ .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-tM5kVv3teZ .first-row,
.cid-tM5kVv3teZ .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-tM5kVv3teZ .first-row .card .card-wrapper,
.cid-tM5kVv3teZ .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-tM5kVv3teZ .first-row .card .card-wrapper .card-img,
.cid-tM5kVv3teZ .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-tM5kVv3teZ .first-row .card .card-wrapper .card-img img,
.cid-tM5kVv3teZ .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-tM5kVv3teZ .first-row,
  .cid-tM5kVv3teZ .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tM5kVv3teZ .first-row .card .card-wrapper .card-img,
  .cid-tM5kVv3teZ .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tM5kVv3teZ .first-row .card .card-wrapper .card-img img,
  .cid-tM5kVv3teZ .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-tM5kVv3teZ .first-row .caption,
.cid-tM5kVv3teZ .second-row .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-tM5kVv3teZ .first-row .caption .price,
.cid-tM5kVv3teZ .second-row .caption .price {
  background: #c19b76;
  padding: 0 0.5rem;
}
.cid-tM5kVv3teZ .first-row {
  padding-bottom: 1rem;
}
.cid-tM5kVv3teZ .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tM5kVv3teZ .first-card,
  .cid-tM5kVv3teZ .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tM5kVv3teZ .first-card {
    padding-bottom: 2rem;
  }
  .cid-tM5kVv3teZ .only-first-row {
    height: 100%;
  }
}
.cid-tM5kVv3teZ .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-tM5kVv3teZ .main-title {
  color: #555555;
}
.cid-tM5kVv3teZ .main-subtitle,
.cid-tM5kVv3teZ .underline {
  color: #999999;
}
.cid-tM5kVv3teZ .first-card-text,
.cid-tM5kVv3teZ .card-btn {
  color: #555555;
}
.cid-tM5kVv3teZ .info-text {
  color: #adadad;
}
.cid-tM5kVv3teZ .first-card-title,
.cid-tM5kVv3teZ .first-card-info {
  color: #0c2c68;
}
.cid-tM5kW8ZJNr {
  padding-top: 60px;
  padding-bottom: 90px;
  background-color: #f7f7f7;
}
.cid-tM5kW8ZJNr .card .card-img {
  overflow: hidden;
  border-radius: 0;
}
.cid-tM5kW8ZJNr .card .card-img img {
  transition: all 0.5s;
}
.cid-tM5kW8ZJNr .card .card-img:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-tM5kW8ZJNr .media-container-column {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: nowrap;
}
.cid-tM5kW8ZJNr .underline .line {
  width: 2rem;
  height: 1px;
  background: #999999;
  display: inline-block;
}
.cid-tM5kW8ZJNr .first-card {
  display: block;
}
.cid-tM5kW8ZJNr .first-card .card-wrapper {
  height: 100%;
}
.cid-tM5kW8ZJNr .first-card .card-box {
  background: #ffffff;
  padding: 2rem;
}
.cid-tM5kW8ZJNr .first-card .info-wrapper {
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tM5kW8ZJNr .first-card .info-wrapper .mbr-iconfont {
  padding-right: 0.5rem;
  font-size: 20px;
}
.cid-tM5kW8ZJNr .first-card .info-wrapper .info-text {
  display: inline-block;
  padding-right: 1rem;
  margin: 0;
}
.cid-tM5kW8ZJNr .first-card .card-btn .btn {
  margin-left: 4px !important;
  margin-right: 4px !important;
}
.cid-tM5kW8ZJNr .first-row,
.cid-tM5kW8ZJNr .second-row {
  -webkit-flex: 1 1 50%;
  flex: 1 1 50%;
  margin: 0;
}
.cid-tM5kW8ZJNr .first-row .card .card-wrapper,
.cid-tM5kW8ZJNr .second-row .card .card-wrapper {
  overflow: hidden;
  position: relative;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  flex: 1;
}
.cid-tM5kW8ZJNr .first-row .card .card-wrapper .card-img,
.cid-tM5kW8ZJNr .second-row .card .card-wrapper .card-img {
  -webkit-flex: 1 1 100%;
  flex: 1 1 100%;
}
.cid-tM5kW8ZJNr .first-row .card .card-wrapper .card-img img,
.cid-tM5kW8ZJNr .second-row .card .card-wrapper .card-img img {
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media (max-width: 767px) {
  .cid-tM5kW8ZJNr .first-row,
  .cid-tM5kW8ZJNr .second-row {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tM5kW8ZJNr .first-row .card .card-wrapper .card-img,
  .cid-tM5kW8ZJNr .second-row .card .card-wrapper .card-img {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tM5kW8ZJNr .first-row .card .card-wrapper .card-img img,
  .cid-tM5kW8ZJNr .second-row .card .card-wrapper .card-img img {
    min-height: 0;
  }
}
.cid-tM5kW8ZJNr .first-row .caption,
.cid-tM5kW8ZJNr .second-row .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: inline-flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-tM5kW8ZJNr .first-row .caption .price,
.cid-tM5kW8ZJNr .second-row .caption .price {
  background: #c19b76;
  padding: 0 0.5rem;
}
.cid-tM5kW8ZJNr .first-row {
  padding-bottom: 1rem;
}
.cid-tM5kW8ZJNr .second-row {
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tM5kW8ZJNr .first-card,
  .cid-tM5kW8ZJNr .first-child {
    padding-bottom: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tM5kW8ZJNr .first-card {
    padding-bottom: 2rem;
  }
  .cid-tM5kW8ZJNr .only-first-row {
    height: 100%;
  }
}
.cid-tM5kW8ZJNr .card-title {
  text-align: center;
  color: #ffffff;
}
.cid-tM5kW8ZJNr .main-title {
  color: #555555;
}
.cid-tM5kW8ZJNr .main-subtitle,
.cid-tM5kW8ZJNr .underline {
  color: #999999;
}
.cid-tM5kW8ZJNr .first-card-text,
.cid-tM5kW8ZJNr .card-btn {
  color: #555555;
}
.cid-tM5kW8ZJNr .info-text {
  color: #adadad;
}
.cid-tM5kW8ZJNr .first-card-title,
.cid-tM5kW8ZJNr .first-card-info {
  color: #0c2c68;
}
.cid-tMjJoE32ZP {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #112b5c;
}
.cid-tMjJoE32ZP .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tMjJoE32ZP .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-tMjJoE32ZP .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
}
.cid-tUlBNTnYVq {
  z-index: 1000;
  width: 100%;
}
.cid-tUlBNTnYVq nav.navbar {
  position: fixed;
}
.cid-tUlBNTnYVq .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-tUlBNTnYVq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUlBNTnYVq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUlBNTnYVq .dropdown-item:hover,
.cid-tUlBNTnYVq .dropdown-item:focus {
  background: #b79b6c !important;
  color: white !important;
}
.cid-tUlBNTnYVq .dropdown-item:hover span {
  color: white;
}
.cid-tUlBNTnYVq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUlBNTnYVq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUlBNTnYVq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUlBNTnYVq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUlBNTnYVq .nav-link {
  position: relative;
}
.cid-tUlBNTnYVq .container {
  display: flex;
  margin: auto;
}
.cid-tUlBNTnYVq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUlBNTnYVq .dropdown-menu,
.cid-tUlBNTnYVq .navbar.opened {
  background: #112b5c !important;
}
.cid-tUlBNTnYVq .nav-item:focus,
.cid-tUlBNTnYVq .nav-link:focus {
  outline: none;
}
.cid-tUlBNTnYVq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUlBNTnYVq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUlBNTnYVq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUlBNTnYVq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUlBNTnYVq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUlBNTnYVq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUlBNTnYVq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(17, 43, 92, 0.8);
}
.cid-tUlBNTnYVq .navbar.opened {
  transition: all 0.3s;
}
.cid-tUlBNTnYVq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUlBNTnYVq .navbar .navbar-logo img {
  width: auto;
}
.cid-tUlBNTnYVq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUlBNTnYVq .navbar.collapsed {
  justify-content: center;
}
.cid-tUlBNTnYVq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUlBNTnYVq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tUlBNTnYVq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUlBNTnYVq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUlBNTnYVq .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-tUlBNTnYVq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUlBNTnYVq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUlBNTnYVq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUlBNTnYVq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUlBNTnYVq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUlBNTnYVq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUlBNTnYVq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUlBNTnYVq .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-tUlBNTnYVq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUlBNTnYVq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUlBNTnYVq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUlBNTnYVq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUlBNTnYVq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUlBNTnYVq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tUlBNTnYVq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tUlBNTnYVq .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUlBNTnYVq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUlBNTnYVq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUlBNTnYVq .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-tUlBNTnYVq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUlBNTnYVq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUlBNTnYVq .dropdown-item.active,
.cid-tUlBNTnYVq .dropdown-item:active {
  background-color: transparent;
}
.cid-tUlBNTnYVq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUlBNTnYVq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUlBNTnYVq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUlBNTnYVq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #112b5c;
}
.cid-tUlBNTnYVq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUlBNTnYVq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUlBNTnYVq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUlBNTnYVq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUlBNTnYVq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUlBNTnYVq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUlBNTnYVq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUlBNTnYVq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUlBNTnYVq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUlBNTnYVq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUlBNTnYVq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUlBNTnYVq .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-tUlBNTnYVq .navbar {
    height: 70px;
  }
  .cid-tUlBNTnYVq .navbar.opened {
    height: auto;
  }
  .cid-tUlBNTnYVq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5pFBj6jNO {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/villa-rosita-magnificent-mediterranean-views.jpg");
}
.cid-u5pFBj6jNO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5pFBj6jNO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5pFBj6jNO .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u5pFBj6jNO .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u5pFBj6jNO .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u5pFBj6jNO .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u5pFBj6jNO .container {
    padding: 0 16px;
  }
}
.cid-u5pFBj6jNO .row {
  justify-content: center;
  height: 500px;
}
@media (max-width: 992px) {
  .cid-u5pFBj6jNO .row {
    height: 350px;
  }
}
.cid-u5pG7z9wOW {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-u5pG7z9wOW .mbr-text {
  color: #555555;
}
.cid-u5pG7z9wOW .mbr-section-subtitle {
  color: #b79b6c;
}
.cid-u5pG7z9wOW .mbr-section-title {
  color: #0c2c68;
}
.cid-tM90IQzJVG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tM90IQzJVG .carousel {
    min-height: 900px;
  }
  .cid-tM90IQzJVG .carousel img {
    max-height: 900px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tM90IQzJVG .carousel {
    min-height: 585px;
  }
  .cid-tM90IQzJVG .carousel img {
    max-height: 585px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tM90IQzJVG .carousel {
    min-height: 495px;
  }
  .cid-tM90IQzJVG .carousel img {
    max-height: 495px;
    object-fit: contain;
  }
  .cid-tM90IQzJVG .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tM90IQzJVG .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tM90IQzJVG .carousel,
.cid-tM90IQzJVG .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tM90IQzJVG .item-wrapper {
  width: 100%;
}
.cid-tM90IQzJVG .carousel-caption {
  bottom: 40px;
}
.cid-tM90IQzJVG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tM90IQzJVG .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tM90IQzJVG .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tM90IQzJVG .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tM90IQzJVG .carousel-control {
  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-tM90IQzJVG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tM90IQzJVG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tM90IQzJVG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tM90IQzJVG .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tM90IQzJVG .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-tM90IQzJVG .carousel-indicators li.active,
.cid-tM90IQzJVG .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tM90IQzJVG .carousel-indicators li::after,
.cid-tM90IQzJVG .carousel-indicators li::before {
  content: none;
}
.cid-tM90IQzJVG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tM90IQzJVG .carousel-indicators {
    display: none !important;
  }
}
.cid-tM90IQzJVG P {
  color: #ffffff;
  text-align: left;
}
.cid-tM94A63lAW {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tM94A63lAW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM94A63lAW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tM94A63lAW .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tM94A63lAW .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tM94A63lAW .container {
    padding: 0;
  }
}
.cid-tM94A63lAW .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tM94A63lAW .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tM94A63lAW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tM94A63lAW .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tM94A63lAW .mbr-section-title {
  color: #0c2c68;
}
.cid-tM94A63lAW .mbr-text {
  color: #555555;
}
.cid-tM9530aT2Q {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tM9530aT2Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM9530aT2Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tM9530aT2Q .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tM9530aT2Q .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tM9530aT2Q .container {
    padding: 0;
  }
}
.cid-tM9530aT2Q .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tM9530aT2Q .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tM9530aT2Q .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tM9530aT2Q .panel-group {
    padding: 0 16px;
  }
}
.cid-tM9530aT2Q .panel-group .card {
  padding: 50px 0;
  border-bottom: 1px solid #adadad;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-tM9530aT2Q .panel-group .card {
    padding: 30px 0;
  }
}
.cid-tM9530aT2Q .panel-group .card .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
}
.cid-tM9530aT2Q .panel-group .card .card-header .panel-title {
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tM9530aT2Q .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tM9530aT2Q .panel-group .card .card-header .panel-title .mbr-iconfont {
  margin-left: 10px;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-tM9530aT2Q .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
  color: #b79b6c;
}
.cid-tM9530aT2Q .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 0 0;
}
.cid-tM9530aT2Q .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tM9530aT2Q .mbr-section-title {
  color: #263652;
}
.cid-tM9530aT2Q .panel-title-edit,
.cid-tM9530aT2Q .mbr-iconfont {
  color: #0c2c68;
}
.cid-tM9530aT2Q .panel-text {
  color: #555555;
}
.cid-tM9ewbYRXq {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tM9ewbYRXq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM9ewbYRXq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tM9ewbYRXq .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tM9ewbYRXq .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tM9ewbYRXq .container {
    padding: 0;
  }
}
.cid-tM9ewbYRXq .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tM9ewbYRXq .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tM9ewbYRXq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tM9ewbYRXq .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tM9ewbYRXq .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-tM9ewbYRXq .mbr-text {
  color: #555555;
  text-align: center;
}
#custom-html-1q {
  /* Type valid CSS here */
}
#custom-html-1q div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-1q p {
  font-size: 60px;
  color: #777;
}
.cid-tMjJVHTOWA {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tMjJVHTOWA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMjJVHTOWA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMjJVHTOWA .mbr-section-subtitle,
.cid-tMjJVHTOWA .mbr-section-btn {
  text-align: center;
}
.cid-tMjJoE32ZP {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #112b5c;
}
.cid-tMjJoE32ZP .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tMjJoE32ZP .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-tMjJoE32ZP .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
}
.cid-tUlBNTnYVq {
  z-index: 1000;
  width: 100%;
}
.cid-tUlBNTnYVq nav.navbar {
  position: fixed;
}
.cid-tUlBNTnYVq .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-tUlBNTnYVq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUlBNTnYVq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUlBNTnYVq .dropdown-item:hover,
.cid-tUlBNTnYVq .dropdown-item:focus {
  background: #b79b6c !important;
  color: white !important;
}
.cid-tUlBNTnYVq .dropdown-item:hover span {
  color: white;
}
.cid-tUlBNTnYVq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUlBNTnYVq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUlBNTnYVq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUlBNTnYVq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUlBNTnYVq .nav-link {
  position: relative;
}
.cid-tUlBNTnYVq .container {
  display: flex;
  margin: auto;
}
.cid-tUlBNTnYVq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUlBNTnYVq .dropdown-menu,
.cid-tUlBNTnYVq .navbar.opened {
  background: #112b5c !important;
}
.cid-tUlBNTnYVq .nav-item:focus,
.cid-tUlBNTnYVq .nav-link:focus {
  outline: none;
}
.cid-tUlBNTnYVq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUlBNTnYVq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUlBNTnYVq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUlBNTnYVq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUlBNTnYVq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUlBNTnYVq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUlBNTnYVq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(17, 43, 92, 0.8);
}
.cid-tUlBNTnYVq .navbar.opened {
  transition: all 0.3s;
}
.cid-tUlBNTnYVq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUlBNTnYVq .navbar .navbar-logo img {
  width: auto;
}
.cid-tUlBNTnYVq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUlBNTnYVq .navbar.collapsed {
  justify-content: center;
}
.cid-tUlBNTnYVq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUlBNTnYVq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tUlBNTnYVq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUlBNTnYVq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUlBNTnYVq .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-tUlBNTnYVq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUlBNTnYVq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUlBNTnYVq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUlBNTnYVq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUlBNTnYVq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUlBNTnYVq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUlBNTnYVq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUlBNTnYVq .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-tUlBNTnYVq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUlBNTnYVq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUlBNTnYVq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUlBNTnYVq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUlBNTnYVq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUlBNTnYVq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tUlBNTnYVq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tUlBNTnYVq .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUlBNTnYVq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUlBNTnYVq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUlBNTnYVq .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-tUlBNTnYVq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUlBNTnYVq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUlBNTnYVq .dropdown-item.active,
.cid-tUlBNTnYVq .dropdown-item:active {
  background-color: transparent;
}
.cid-tUlBNTnYVq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUlBNTnYVq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUlBNTnYVq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUlBNTnYVq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #112b5c;
}
.cid-tUlBNTnYVq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUlBNTnYVq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUlBNTnYVq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUlBNTnYVq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUlBNTnYVq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUlBNTnYVq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUlBNTnYVq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUlBNTnYVq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUlBNTnYVq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUlBNTnYVq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUlBNTnYVq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUlBNTnYVq .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-tUlBNTnYVq .navbar {
    height: 70px;
  }
  .cid-tUlBNTnYVq .navbar.opened {
    height: auto;
  }
  .cid-tUlBNTnYVq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5pGCOR5MQ {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/10.jpg");
}
.cid-u5pGCOR5MQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5pGCOR5MQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5pGCOR5MQ .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u5pGCOR5MQ .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u5pGCOR5MQ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u5pGCOR5MQ .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u5pGCOR5MQ .container {
    padding: 0 16px;
  }
}
.cid-u5pGCOR5MQ .row {
  justify-content: center;
  height: 500px;
}
@media (max-width: 992px) {
  .cid-u5pGCOR5MQ .row {
    height: 350px;
  }
}
.cid-u5pH4RtX1t {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-u5pH4RtX1t .mbr-text {
  color: #555555;
}
.cid-u5pH4RtX1t .mbr-section-subtitle {
  color: #b79b6c;
}
.cid-u5pH4RtX1t .mbr-section-title {
  color: #0c2c68;
}
.cid-tMeRME753n {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tMeRME753n .carousel {
    min-height: 1000px;
  }
  .cid-tMeRME753n .carousel img {
    max-height: 1000px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tMeRME753n .carousel {
    min-height: 650px;
  }
  .cid-tMeRME753n .carousel img {
    max-height: 650px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tMeRME753n .carousel {
    min-height: 550px;
  }
  .cid-tMeRME753n .carousel img {
    max-height: 550px;
    object-fit: contain;
  }
  .cid-tMeRME753n .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tMeRME753n .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tMeRME753n .carousel,
.cid-tMeRME753n .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tMeRME753n .item-wrapper {
  width: 100%;
}
.cid-tMeRME753n .carousel-caption {
  bottom: 40px;
}
.cid-tMeRME753n .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tMeRME753n .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tMeRME753n .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tMeRME753n .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tMeRME753n .carousel-control {
  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-tMeRME753n .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tMeRME753n .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tMeRME753n .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tMeRME753n .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tMeRME753n .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-tMeRME753n .carousel-indicators li.active,
.cid-tMeRME753n .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tMeRME753n .carousel-indicators li::after,
.cid-tMeRME753n .carousel-indicators li::before {
  content: none;
}
.cid-tMeRME753n .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tMeRME753n .carousel-indicators {
    display: none !important;
  }
}
.cid-tMeRME753n P {
  color: #ffffff;
  text-align: left;
}
.cid-tMeRMEGFJP {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMeRMEGFJP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMeRMEGFJP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMeRMEGFJP .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMeRMEGFJP .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tMeRMEGFJP .container {
    padding: 0;
  }
}
.cid-tMeRMEGFJP .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tMeRMEGFJP .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tMeRMEGFJP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tMeRMEGFJP .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tMeRMEGFJP .mbr-section-title {
  color: #0c2c68;
}
.cid-tMeRMEGFJP .mbr-text {
  color: #555555;
}
.cid-tMeRMEUgen {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMeRMEUgen .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMeRMEUgen .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMeRMEUgen .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMeRMEUgen .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tMeRMEUgen .container {
    padding: 0;
  }
}
.cid-tMeRMEUgen .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tMeRMEUgen .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tMeRMEUgen .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tMeRMEUgen .panel-group {
    padding: 0 16px;
  }
}
.cid-tMeRMEUgen .panel-group .card {
  padding: 50px 0;
  border-bottom: 1px solid #adadad;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-tMeRMEUgen .panel-group .card {
    padding: 30px 0;
  }
}
.cid-tMeRMEUgen .panel-group .card .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
}
.cid-tMeRMEUgen .panel-group .card .card-header .panel-title {
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tMeRMEUgen .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tMeRMEUgen .panel-group .card .card-header .panel-title .mbr-iconfont {
  margin-left: 10px;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-tMeRMEUgen .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
  color: #b79b6c;
}
.cid-tMeRMEUgen .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 0 0;
}
.cid-tMeRMEUgen .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tMeRMEUgen .mbr-section-title {
  color: #263652;
}
.cid-tMeRMEUgen .panel-title-edit,
.cid-tMeRMEUgen .mbr-iconfont {
  color: #0c2c68;
}
.cid-tMeRMEUgen .panel-text {
  color: #555555;
}
.cid-tMeRMFfXbg {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMeRMFfXbg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMeRMFfXbg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMeRMFfXbg .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMeRMFfXbg .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tMeRMFfXbg .container {
    padding: 0;
  }
}
.cid-tMeRMFfXbg .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tMeRMFfXbg .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tMeRMFfXbg .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tMeRMFfXbg .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tMeRMFfXbg .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-tMeRMFfXbg .mbr-text {
  color: #555555;
  text-align: center;
}
#custom-html-36 {
  /* Type valid CSS here */
}
#custom-html-36 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-36 p {
  font-size: 60px;
  color: #777;
}
.cid-tMjKdIsGbD {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tMjKdIsGbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMjKdIsGbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMjKdIsGbD .mbr-section-subtitle,
.cid-tMjKdIsGbD .mbr-section-btn {
  text-align: center;
}
.cid-tMjJoE32ZP {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #112b5c;
}
.cid-tMjJoE32ZP .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tMjJoE32ZP .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-tMjJoE32ZP .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
}
.cid-tUlBNTnYVq {
  z-index: 1000;
  width: 100%;
}
.cid-tUlBNTnYVq nav.navbar {
  position: fixed;
}
.cid-tUlBNTnYVq .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-tUlBNTnYVq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUlBNTnYVq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUlBNTnYVq .dropdown-item:hover,
.cid-tUlBNTnYVq .dropdown-item:focus {
  background: #b79b6c !important;
  color: white !important;
}
.cid-tUlBNTnYVq .dropdown-item:hover span {
  color: white;
}
.cid-tUlBNTnYVq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUlBNTnYVq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUlBNTnYVq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUlBNTnYVq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUlBNTnYVq .nav-link {
  position: relative;
}
.cid-tUlBNTnYVq .container {
  display: flex;
  margin: auto;
}
.cid-tUlBNTnYVq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUlBNTnYVq .dropdown-menu,
.cid-tUlBNTnYVq .navbar.opened {
  background: #112b5c !important;
}
.cid-tUlBNTnYVq .nav-item:focus,
.cid-tUlBNTnYVq .nav-link:focus {
  outline: none;
}
.cid-tUlBNTnYVq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUlBNTnYVq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUlBNTnYVq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUlBNTnYVq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUlBNTnYVq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUlBNTnYVq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUlBNTnYVq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(17, 43, 92, 0.8);
}
.cid-tUlBNTnYVq .navbar.opened {
  transition: all 0.3s;
}
.cid-tUlBNTnYVq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUlBNTnYVq .navbar .navbar-logo img {
  width: auto;
}
.cid-tUlBNTnYVq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUlBNTnYVq .navbar.collapsed {
  justify-content: center;
}
.cid-tUlBNTnYVq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUlBNTnYVq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tUlBNTnYVq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUlBNTnYVq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUlBNTnYVq .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-tUlBNTnYVq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUlBNTnYVq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUlBNTnYVq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUlBNTnYVq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUlBNTnYVq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUlBNTnYVq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUlBNTnYVq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUlBNTnYVq .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-tUlBNTnYVq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUlBNTnYVq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUlBNTnYVq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUlBNTnYVq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUlBNTnYVq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUlBNTnYVq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tUlBNTnYVq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tUlBNTnYVq .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUlBNTnYVq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUlBNTnYVq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUlBNTnYVq .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-tUlBNTnYVq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUlBNTnYVq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUlBNTnYVq .dropdown-item.active,
.cid-tUlBNTnYVq .dropdown-item:active {
  background-color: transparent;
}
.cid-tUlBNTnYVq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUlBNTnYVq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUlBNTnYVq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUlBNTnYVq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #112b5c;
}
.cid-tUlBNTnYVq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUlBNTnYVq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUlBNTnYVq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUlBNTnYVq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUlBNTnYVq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUlBNTnYVq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUlBNTnYVq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUlBNTnYVq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUlBNTnYVq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUlBNTnYVq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUlBNTnYVq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUlBNTnYVq .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-tUlBNTnYVq .navbar {
    height: 70px;
  }
  .cid-tUlBNTnYVq .navbar.opened {
    height: auto;
  }
  .cid-tUlBNTnYVq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5pGFQ4Eot {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/2-2.jpg");
}
.cid-u5pGFQ4Eot .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5pGFQ4Eot .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5pGFQ4Eot .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u5pGFQ4Eot .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u5pGFQ4Eot .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u5pGFQ4Eot .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u5pGFQ4Eot .container {
    padding: 0 16px;
  }
}
.cid-u5pGFQ4Eot .row {
  justify-content: center;
  height: 500px;
}
@media (max-width: 992px) {
  .cid-u5pGFQ4Eot .row {
    height: 350px;
  }
}
.cid-u5pH73eqUD {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-u5pH73eqUD .mbr-text {
  color: #555555;
}
.cid-u5pH73eqUD .mbr-section-subtitle {
  color: #b79b6c;
}
.cid-u5pH73eqUD .mbr-section-title {
  color: #0c2c68;
}
.cid-tMeZhZ39I4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tMeZhZ39I4 .carousel {
    min-height: 1000px;
  }
  .cid-tMeZhZ39I4 .carousel img {
    max-height: 1000px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tMeZhZ39I4 .carousel {
    min-height: 650px;
  }
  .cid-tMeZhZ39I4 .carousel img {
    max-height: 650px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tMeZhZ39I4 .carousel {
    min-height: 550px;
  }
  .cid-tMeZhZ39I4 .carousel img {
    max-height: 550px;
    object-fit: contain;
  }
  .cid-tMeZhZ39I4 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tMeZhZ39I4 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tMeZhZ39I4 .carousel,
.cid-tMeZhZ39I4 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tMeZhZ39I4 .item-wrapper {
  width: 100%;
}
.cid-tMeZhZ39I4 .carousel-caption {
  bottom: 40px;
}
.cid-tMeZhZ39I4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tMeZhZ39I4 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tMeZhZ39I4 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tMeZhZ39I4 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tMeZhZ39I4 .carousel-control {
  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-tMeZhZ39I4 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tMeZhZ39I4 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tMeZhZ39I4 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tMeZhZ39I4 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tMeZhZ39I4 .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-tMeZhZ39I4 .carousel-indicators li.active,
.cid-tMeZhZ39I4 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tMeZhZ39I4 .carousel-indicators li::after,
.cid-tMeZhZ39I4 .carousel-indicators li::before {
  content: none;
}
.cid-tMeZhZ39I4 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tMeZhZ39I4 .carousel-indicators {
    display: none !important;
  }
}
.cid-tMeZhZ39I4 P {
  color: #ffffff;
  text-align: left;
}
.cid-tMeZhZunqs {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMeZhZunqs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMeZhZunqs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMeZhZunqs .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMeZhZunqs .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tMeZhZunqs .container {
    padding: 0;
  }
}
.cid-tMeZhZunqs .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tMeZhZunqs .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tMeZhZunqs .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tMeZhZunqs .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tMeZhZunqs .mbr-section-title {
  color: #0c2c68;
}
.cid-tMeZhZunqs .mbr-text {
  color: #555555;
}
.cid-tMeZhZJJty {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMeZhZJJty .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMeZhZJJty .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMeZhZJJty .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMeZhZJJty .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tMeZhZJJty .container {
    padding: 0;
  }
}
.cid-tMeZhZJJty .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tMeZhZJJty .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tMeZhZJJty .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tMeZhZJJty .panel-group {
    padding: 0 16px;
  }
}
.cid-tMeZhZJJty .panel-group .card {
  padding: 50px 0;
  border-bottom: 1px solid #adadad;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-tMeZhZJJty .panel-group .card {
    padding: 30px 0;
  }
}
.cid-tMeZhZJJty .panel-group .card .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
}
.cid-tMeZhZJJty .panel-group .card .card-header .panel-title {
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tMeZhZJJty .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tMeZhZJJty .panel-group .card .card-header .panel-title .mbr-iconfont {
  margin-left: 10px;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-tMeZhZJJty .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
  color: #b79b6c;
}
.cid-tMeZhZJJty .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 0 0;
}
.cid-tMeZhZJJty .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tMeZhZJJty .mbr-section-title {
  color: #263652;
}
.cid-tMeZhZJJty .panel-title-edit,
.cid-tMeZhZJJty .mbr-iconfont {
  color: #0c2c68;
}
.cid-tMeZhZJJty .panel-text {
  color: #555555;
}
.cid-tMeZi04g6a {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMeZi04g6a .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMeZi04g6a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMeZi04g6a .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMeZi04g6a .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tMeZi04g6a .container {
    padding: 0;
  }
}
.cid-tMeZi04g6a .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tMeZi04g6a .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tMeZi04g6a .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tMeZi04g6a .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tMeZi04g6a .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-tMeZi04g6a .mbr-text {
  color: #555555;
  text-align: center;
}
#custom-html-3c {
  /* Type valid CSS here */
}
#custom-html-3c div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3c p {
  font-size: 60px;
  color: #777;
}
.cid-tMjKhjxySX {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tMjKhjxySX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMjKhjxySX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMjKhjxySX .mbr-section-subtitle,
.cid-tMjKhjxySX .mbr-section-btn {
  text-align: center;
}
.cid-tMjJoE32ZP {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #112b5c;
}
.cid-tMjJoE32ZP .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tMjJoE32ZP .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-tMjJoE32ZP .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
}
.cid-tUlBNTnYVq {
  z-index: 1000;
  width: 100%;
}
.cid-tUlBNTnYVq nav.navbar {
  position: fixed;
}
.cid-tUlBNTnYVq .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-tUlBNTnYVq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUlBNTnYVq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUlBNTnYVq .dropdown-item:hover,
.cid-tUlBNTnYVq .dropdown-item:focus {
  background: #b79b6c !important;
  color: white !important;
}
.cid-tUlBNTnYVq .dropdown-item:hover span {
  color: white;
}
.cid-tUlBNTnYVq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUlBNTnYVq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUlBNTnYVq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUlBNTnYVq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUlBNTnYVq .nav-link {
  position: relative;
}
.cid-tUlBNTnYVq .container {
  display: flex;
  margin: auto;
}
.cid-tUlBNTnYVq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUlBNTnYVq .dropdown-menu,
.cid-tUlBNTnYVq .navbar.opened {
  background: #112b5c !important;
}
.cid-tUlBNTnYVq .nav-item:focus,
.cid-tUlBNTnYVq .nav-link:focus {
  outline: none;
}
.cid-tUlBNTnYVq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUlBNTnYVq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUlBNTnYVq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUlBNTnYVq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUlBNTnYVq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUlBNTnYVq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUlBNTnYVq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(17, 43, 92, 0.8);
}
.cid-tUlBNTnYVq .navbar.opened {
  transition: all 0.3s;
}
.cid-tUlBNTnYVq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUlBNTnYVq .navbar .navbar-logo img {
  width: auto;
}
.cid-tUlBNTnYVq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUlBNTnYVq .navbar.collapsed {
  justify-content: center;
}
.cid-tUlBNTnYVq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUlBNTnYVq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tUlBNTnYVq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUlBNTnYVq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUlBNTnYVq .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-tUlBNTnYVq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUlBNTnYVq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUlBNTnYVq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUlBNTnYVq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUlBNTnYVq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUlBNTnYVq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUlBNTnYVq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUlBNTnYVq .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-tUlBNTnYVq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUlBNTnYVq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUlBNTnYVq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUlBNTnYVq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUlBNTnYVq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUlBNTnYVq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tUlBNTnYVq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tUlBNTnYVq .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUlBNTnYVq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUlBNTnYVq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUlBNTnYVq .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-tUlBNTnYVq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUlBNTnYVq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUlBNTnYVq .dropdown-item.active,
.cid-tUlBNTnYVq .dropdown-item:active {
  background-color: transparent;
}
.cid-tUlBNTnYVq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUlBNTnYVq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUlBNTnYVq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUlBNTnYVq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #112b5c;
}
.cid-tUlBNTnYVq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUlBNTnYVq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUlBNTnYVq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUlBNTnYVq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUlBNTnYVq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUlBNTnYVq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUlBNTnYVq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUlBNTnYVq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUlBNTnYVq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUlBNTnYVq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUlBNTnYVq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUlBNTnYVq .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-tUlBNTnYVq .navbar {
    height: 70px;
  }
  .cid-tUlBNTnYVq .navbar.opened {
    height: auto;
  }
  .cid-tUlBNTnYVq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5pGJdLGdr {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/rositas-vineyard-villas-interior-1.jpg");
}
.cid-u5pGJdLGdr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5pGJdLGdr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5pGJdLGdr .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u5pGJdLGdr .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u5pGJdLGdr .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u5pGJdLGdr .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u5pGJdLGdr .container {
    padding: 0 16px;
  }
}
.cid-u5pGJdLGdr .row {
  justify-content: center;
  height: 500px;
}
@media (max-width: 992px) {
  .cid-u5pGJdLGdr .row {
    height: 350px;
  }
}
.cid-u5pH9fSUXO {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-u5pH9fSUXO .mbr-text {
  color: #555555;
}
.cid-u5pH9fSUXO .mbr-section-subtitle {
  color: #b79b6c;
}
.cid-u5pH9fSUXO .mbr-section-title {
  color: #0c2c68;
}
.cid-tMf7HqtzaK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tMf7HqtzaK .carousel {
    min-height: 1000px;
  }
  .cid-tMf7HqtzaK .carousel img {
    max-height: 1000px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tMf7HqtzaK .carousel {
    min-height: 650px;
  }
  .cid-tMf7HqtzaK .carousel img {
    max-height: 650px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tMf7HqtzaK .carousel {
    min-height: 550px;
  }
  .cid-tMf7HqtzaK .carousel img {
    max-height: 550px;
    object-fit: contain;
  }
  .cid-tMf7HqtzaK .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tMf7HqtzaK .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tMf7HqtzaK .carousel,
.cid-tMf7HqtzaK .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tMf7HqtzaK .item-wrapper {
  width: 100%;
}
.cid-tMf7HqtzaK .carousel-caption {
  bottom: 40px;
}
.cid-tMf7HqtzaK .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tMf7HqtzaK .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tMf7HqtzaK .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tMf7HqtzaK .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tMf7HqtzaK .carousel-control {
  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-tMf7HqtzaK .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tMf7HqtzaK .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tMf7HqtzaK .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tMf7HqtzaK .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tMf7HqtzaK .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-tMf7HqtzaK .carousel-indicators li.active,
.cid-tMf7HqtzaK .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tMf7HqtzaK .carousel-indicators li::after,
.cid-tMf7HqtzaK .carousel-indicators li::before {
  content: none;
}
.cid-tMf7HqtzaK .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tMf7HqtzaK .carousel-indicators {
    display: none !important;
  }
}
.cid-tMf7HqtzaK P {
  color: #ffffff;
  text-align: left;
}
.cid-tMf7HqXfOU {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMf7HqXfOU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMf7HqXfOU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMf7HqXfOU .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMf7HqXfOU .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tMf7HqXfOU .container {
    padding: 0;
  }
}
.cid-tMf7HqXfOU .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tMf7HqXfOU .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tMf7HqXfOU .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tMf7HqXfOU .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tMf7HqXfOU .mbr-section-title {
  color: #0c2c68;
}
.cid-tMf7HqXfOU .mbr-text {
  color: #555555;
}
.cid-tMf7HrbA2O {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMf7HrbA2O .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMf7HrbA2O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMf7HrbA2O .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMf7HrbA2O .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tMf7HrbA2O .container {
    padding: 0;
  }
}
.cid-tMf7HrbA2O .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tMf7HrbA2O .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tMf7HrbA2O .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tMf7HrbA2O .panel-group {
    padding: 0 16px;
  }
}
.cid-tMf7HrbA2O .panel-group .card {
  padding: 50px 0;
  border-bottom: 1px solid #adadad;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-tMf7HrbA2O .panel-group .card {
    padding: 30px 0;
  }
}
.cid-tMf7HrbA2O .panel-group .card .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
}
.cid-tMf7HrbA2O .panel-group .card .card-header .panel-title {
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tMf7HrbA2O .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tMf7HrbA2O .panel-group .card .card-header .panel-title .mbr-iconfont {
  margin-left: 10px;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-tMf7HrbA2O .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
  color: #b79b6c;
}
.cid-tMf7HrbA2O .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 0 0;
}
.cid-tMf7HrbA2O .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tMf7HrbA2O .mbr-section-title {
  color: #263652;
}
.cid-tMf7HrbA2O .panel-title-edit,
.cid-tMf7HrbA2O .mbr-iconfont {
  color: #0c2c68;
}
.cid-tMf7HrbA2O .panel-text {
  color: #555555;
}
.cid-tMf7Hrxpuf {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMf7Hrxpuf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMf7Hrxpuf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMf7Hrxpuf .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMf7Hrxpuf .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tMf7Hrxpuf .container {
    padding: 0;
  }
}
.cid-tMf7Hrxpuf .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tMf7Hrxpuf .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tMf7Hrxpuf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tMf7Hrxpuf .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tMf7Hrxpuf .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-tMf7Hrxpuf .mbr-text {
  color: #555555;
  text-align: center;
}
#custom-html-3i {
  /* Type valid CSS here */
}
#custom-html-3i div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3i p {
  font-size: 60px;
  color: #777;
}
.cid-tMjKjmz63P {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tMjKjmz63P .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMjKjmz63P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMjKjmz63P .mbr-section-subtitle,
.cid-tMjKjmz63P .mbr-section-btn {
  text-align: center;
}
.cid-tMjJoE32ZP {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #112b5c;
}
.cid-tMjJoE32ZP .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tMjJoE32ZP .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-tMjJoE32ZP .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
}
.cid-tUlBNTnYVq {
  z-index: 1000;
  width: 100%;
}
.cid-tUlBNTnYVq nav.navbar {
  position: fixed;
}
.cid-tUlBNTnYVq .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-tUlBNTnYVq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUlBNTnYVq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUlBNTnYVq .dropdown-item:hover,
.cid-tUlBNTnYVq .dropdown-item:focus {
  background: #b79b6c !important;
  color: white !important;
}
.cid-tUlBNTnYVq .dropdown-item:hover span {
  color: white;
}
.cid-tUlBNTnYVq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUlBNTnYVq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUlBNTnYVq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUlBNTnYVq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUlBNTnYVq .nav-link {
  position: relative;
}
.cid-tUlBNTnYVq .container {
  display: flex;
  margin: auto;
}
.cid-tUlBNTnYVq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUlBNTnYVq .dropdown-menu,
.cid-tUlBNTnYVq .navbar.opened {
  background: #112b5c !important;
}
.cid-tUlBNTnYVq .nav-item:focus,
.cid-tUlBNTnYVq .nav-link:focus {
  outline: none;
}
.cid-tUlBNTnYVq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUlBNTnYVq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUlBNTnYVq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUlBNTnYVq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUlBNTnYVq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUlBNTnYVq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUlBNTnYVq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(17, 43, 92, 0.8);
}
.cid-tUlBNTnYVq .navbar.opened {
  transition: all 0.3s;
}
.cid-tUlBNTnYVq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUlBNTnYVq .navbar .navbar-logo img {
  width: auto;
}
.cid-tUlBNTnYVq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUlBNTnYVq .navbar.collapsed {
  justify-content: center;
}
.cid-tUlBNTnYVq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUlBNTnYVq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tUlBNTnYVq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUlBNTnYVq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUlBNTnYVq .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-tUlBNTnYVq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUlBNTnYVq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUlBNTnYVq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUlBNTnYVq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUlBNTnYVq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUlBNTnYVq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUlBNTnYVq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUlBNTnYVq .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-tUlBNTnYVq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUlBNTnYVq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUlBNTnYVq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUlBNTnYVq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUlBNTnYVq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUlBNTnYVq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tUlBNTnYVq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tUlBNTnYVq .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUlBNTnYVq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUlBNTnYVq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUlBNTnYVq .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-tUlBNTnYVq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUlBNTnYVq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUlBNTnYVq .dropdown-item.active,
.cid-tUlBNTnYVq .dropdown-item:active {
  background-color: transparent;
}
.cid-tUlBNTnYVq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUlBNTnYVq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUlBNTnYVq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUlBNTnYVq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #112b5c;
}
.cid-tUlBNTnYVq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUlBNTnYVq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUlBNTnYVq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUlBNTnYVq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUlBNTnYVq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUlBNTnYVq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUlBNTnYVq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUlBNTnYVq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUlBNTnYVq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUlBNTnYVq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUlBNTnYVq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUlBNTnYVq .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-tUlBNTnYVq .navbar {
    height: 70px;
  }
  .cid-tUlBNTnYVq .navbar.opened {
    height: auto;
  }
  .cid-tUlBNTnYVq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5pGLej3Y9 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/rositas-vineyard-villas-liatiko-exteriors-2.jpg");
}
.cid-u5pGLej3Y9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5pGLej3Y9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5pGLej3Y9 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u5pGLej3Y9 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u5pGLej3Y9 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u5pGLej3Y9 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u5pGLej3Y9 .container {
    padding: 0 16px;
  }
}
.cid-u5pGLej3Y9 .row {
  justify-content: center;
  height: 500px;
}
@media (max-width: 992px) {
  .cid-u5pGLej3Y9 .row {
    height: 350px;
  }
}
.cid-u5pHbdKqS5 {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-u5pHbdKqS5 .mbr-text {
  color: #555555;
}
.cid-u5pHbdKqS5 .mbr-section-subtitle {
  color: #b79b6c;
}
.cid-u5pHbdKqS5 .mbr-section-title {
  color: #0c2c68;
}
.cid-tMfkwXl3Lz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tMfkwXl3Lz .carousel {
    min-height: 1000px;
  }
  .cid-tMfkwXl3Lz .carousel img {
    max-height: 1000px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tMfkwXl3Lz .carousel {
    min-height: 650px;
  }
  .cid-tMfkwXl3Lz .carousel img {
    max-height: 650px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tMfkwXl3Lz .carousel {
    min-height: 550px;
  }
  .cid-tMfkwXl3Lz .carousel img {
    max-height: 550px;
    object-fit: contain;
  }
  .cid-tMfkwXl3Lz .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tMfkwXl3Lz .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tMfkwXl3Lz .carousel,
.cid-tMfkwXl3Lz .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tMfkwXl3Lz .item-wrapper {
  width: 100%;
}
.cid-tMfkwXl3Lz .carousel-caption {
  bottom: 40px;
}
.cid-tMfkwXl3Lz .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tMfkwXl3Lz .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tMfkwXl3Lz .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tMfkwXl3Lz .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tMfkwXl3Lz .carousel-control {
  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-tMfkwXl3Lz .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tMfkwXl3Lz .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tMfkwXl3Lz .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tMfkwXl3Lz .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tMfkwXl3Lz .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-tMfkwXl3Lz .carousel-indicators li.active,
.cid-tMfkwXl3Lz .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tMfkwXl3Lz .carousel-indicators li::after,
.cid-tMfkwXl3Lz .carousel-indicators li::before {
  content: none;
}
.cid-tMfkwXl3Lz .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tMfkwXl3Lz .carousel-indicators {
    display: none !important;
  }
}
.cid-tMfkwXl3Lz P {
  color: #ffffff;
  text-align: left;
}
.cid-tMfkwXWYNx {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMfkwXWYNx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMfkwXWYNx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMfkwXWYNx .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMfkwXWYNx .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tMfkwXWYNx .container {
    padding: 0;
  }
}
.cid-tMfkwXWYNx .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tMfkwXWYNx .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tMfkwXWYNx .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tMfkwXWYNx .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tMfkwXWYNx .mbr-section-title {
  color: #0c2c68;
}
.cid-tMfkwXWYNx .mbr-text {
  color: #555555;
}
.cid-tMfkwYbBPj {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMfkwYbBPj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMfkwYbBPj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMfkwYbBPj .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMfkwYbBPj .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tMfkwYbBPj .container {
    padding: 0;
  }
}
.cid-tMfkwYbBPj .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tMfkwYbBPj .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tMfkwYbBPj .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tMfkwYbBPj .panel-group {
    padding: 0 16px;
  }
}
.cid-tMfkwYbBPj .panel-group .card {
  padding: 50px 0;
  border-bottom: 1px solid #adadad;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-tMfkwYbBPj .panel-group .card {
    padding: 30px 0;
  }
}
.cid-tMfkwYbBPj .panel-group .card .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
}
.cid-tMfkwYbBPj .panel-group .card .card-header .panel-title {
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tMfkwYbBPj .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tMfkwYbBPj .panel-group .card .card-header .panel-title .mbr-iconfont {
  margin-left: 10px;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-tMfkwYbBPj .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
  color: #b79b6c;
}
.cid-tMfkwYbBPj .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 0 0;
}
.cid-tMfkwYbBPj .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tMfkwYbBPj .mbr-section-title {
  color: #263652;
}
.cid-tMfkwYbBPj .panel-title-edit,
.cid-tMfkwYbBPj .mbr-iconfont {
  color: #0c2c68;
}
.cid-tMfkwYbBPj .panel-text {
  color: #555555;
}
.cid-tMfkwYxWut {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMfkwYxWut .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMfkwYxWut .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMfkwYxWut .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMfkwYxWut .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tMfkwYxWut .container {
    padding: 0;
  }
}
.cid-tMfkwYxWut .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tMfkwYxWut .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tMfkwYxWut .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tMfkwYxWut .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tMfkwYxWut .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-tMfkwYxWut .mbr-text {
  color: #555555;
  text-align: center;
}
#custom-html-3o {
  /* Type valid CSS here */
}
#custom-html-3o div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3o p {
  font-size: 60px;
  color: #777;
}
.cid-tMjKlm9u9t {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tMjKlm9u9t .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMjKlm9u9t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMjKlm9u9t .mbr-section-subtitle,
.cid-tMjKlm9u9t .mbr-section-btn {
  text-align: center;
}
.cid-tMjJoE32ZP {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #112b5c;
}
.cid-tMjJoE32ZP .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tMjJoE32ZP .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-tMjJoE32ZP .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
}
.cid-tUlBNTnYVq {
  z-index: 1000;
  width: 100%;
}
.cid-tUlBNTnYVq nav.navbar {
  position: fixed;
}
.cid-tUlBNTnYVq .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-tUlBNTnYVq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUlBNTnYVq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUlBNTnYVq .dropdown-item:hover,
.cid-tUlBNTnYVq .dropdown-item:focus {
  background: #b79b6c !important;
  color: white !important;
}
.cid-tUlBNTnYVq .dropdown-item:hover span {
  color: white;
}
.cid-tUlBNTnYVq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUlBNTnYVq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUlBNTnYVq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUlBNTnYVq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUlBNTnYVq .nav-link {
  position: relative;
}
.cid-tUlBNTnYVq .container {
  display: flex;
  margin: auto;
}
.cid-tUlBNTnYVq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUlBNTnYVq .dropdown-menu,
.cid-tUlBNTnYVq .navbar.opened {
  background: #112b5c !important;
}
.cid-tUlBNTnYVq .nav-item:focus,
.cid-tUlBNTnYVq .nav-link:focus {
  outline: none;
}
.cid-tUlBNTnYVq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUlBNTnYVq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUlBNTnYVq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUlBNTnYVq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUlBNTnYVq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUlBNTnYVq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUlBNTnYVq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(17, 43, 92, 0.8);
}
.cid-tUlBNTnYVq .navbar.opened {
  transition: all 0.3s;
}
.cid-tUlBNTnYVq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUlBNTnYVq .navbar .navbar-logo img {
  width: auto;
}
.cid-tUlBNTnYVq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUlBNTnYVq .navbar.collapsed {
  justify-content: center;
}
.cid-tUlBNTnYVq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUlBNTnYVq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tUlBNTnYVq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUlBNTnYVq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUlBNTnYVq .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-tUlBNTnYVq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUlBNTnYVq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUlBNTnYVq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUlBNTnYVq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUlBNTnYVq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUlBNTnYVq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUlBNTnYVq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUlBNTnYVq .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-tUlBNTnYVq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUlBNTnYVq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUlBNTnYVq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUlBNTnYVq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUlBNTnYVq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUlBNTnYVq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tUlBNTnYVq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tUlBNTnYVq .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUlBNTnYVq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUlBNTnYVq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUlBNTnYVq .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-tUlBNTnYVq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUlBNTnYVq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUlBNTnYVq .dropdown-item.active,
.cid-tUlBNTnYVq .dropdown-item:active {
  background-color: transparent;
}
.cid-tUlBNTnYVq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUlBNTnYVq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUlBNTnYVq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUlBNTnYVq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #112b5c;
}
.cid-tUlBNTnYVq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUlBNTnYVq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUlBNTnYVq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUlBNTnYVq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUlBNTnYVq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUlBNTnYVq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUlBNTnYVq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUlBNTnYVq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUlBNTnYVq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUlBNTnYVq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUlBNTnYVq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUlBNTnYVq .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-tUlBNTnYVq .navbar {
    height: 70px;
  }
  .cid-tUlBNTnYVq .navbar.opened {
    height: auto;
  }
  .cid-tUlBNTnYVq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5pGNfJHLU {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/channels-6.jpg");
}
.cid-u5pGNfJHLU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5pGNfJHLU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5pGNfJHLU .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-u5pGNfJHLU .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u5pGNfJHLU .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u5pGNfJHLU .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-u5pGNfJHLU .container {
    padding: 0 16px;
  }
}
.cid-u5pGNfJHLU .row {
  justify-content: center;
  height: 500px;
}
@media (max-width: 992px) {
  .cid-u5pGNfJHLU .row {
    height: 350px;
  }
}
.cid-u5pHd3r7vk {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-u5pHd3r7vk .mbr-text {
  color: #555555;
}
.cid-u5pHd3r7vk .mbr-section-subtitle {
  color: #b79b6c;
}
.cid-u5pHd3r7vk .mbr-section-title {
  color: #0c2c68;
}
.cid-tMfmnUyBNk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tMfmnUyBNk .carousel {
    min-height: 1100px;
  }
  .cid-tMfmnUyBNk .carousel img {
    max-height: 1100px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tMfmnUyBNk .carousel {
    min-height: 715px;
  }
  .cid-tMfmnUyBNk .carousel img {
    max-height: 715px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tMfmnUyBNk .carousel {
    min-height: 605px;
  }
  .cid-tMfmnUyBNk .carousel img {
    max-height: 605px;
    object-fit: contain;
  }
  .cid-tMfmnUyBNk .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tMfmnUyBNk .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tMfmnUyBNk .carousel,
.cid-tMfmnUyBNk .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tMfmnUyBNk .item-wrapper {
  width: 100%;
}
.cid-tMfmnUyBNk .carousel-caption {
  bottom: 40px;
}
.cid-tMfmnUyBNk .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tMfmnUyBNk .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tMfmnUyBNk .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tMfmnUyBNk .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tMfmnUyBNk .carousel-control {
  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-tMfmnUyBNk .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tMfmnUyBNk .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tMfmnUyBNk .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tMfmnUyBNk .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tMfmnUyBNk .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-tMfmnUyBNk .carousel-indicators li.active,
.cid-tMfmnUyBNk .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tMfmnUyBNk .carousel-indicators li::after,
.cid-tMfmnUyBNk .carousel-indicators li::before {
  content: none;
}
.cid-tMfmnUyBNk .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tMfmnUyBNk .carousel-indicators {
    display: none !important;
  }
}
.cid-tMfmnUyBNk P {
  color: #ffffff;
  text-align: left;
}
.cid-tMfmnV5GTD {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMfmnV5GTD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMfmnV5GTD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMfmnV5GTD .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMfmnV5GTD .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tMfmnV5GTD .container {
    padding: 0;
  }
}
.cid-tMfmnV5GTD .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tMfmnV5GTD .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tMfmnV5GTD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tMfmnV5GTD .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tMfmnV5GTD .mbr-section-title {
  color: #0c2c68;
}
.cid-tMfmnV5GTD .mbr-text {
  color: #555555;
}
.cid-tMfmnVk2W9 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tMfmnVk2W9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMfmnVk2W9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMfmnVk2W9 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMfmnVk2W9 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tMfmnVk2W9 .container {
    padding: 0;
  }
}
.cid-tMfmnVk2W9 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tMfmnVk2W9 .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tMfmnVk2W9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tMfmnVk2W9 .panel-group {
    padding: 0 16px;
  }
}
.cid-tMfmnVk2W9 .panel-group .card {
  padding: 50px 0;
  border-bottom: 1px solid #adadad;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-tMfmnVk2W9 .panel-group .card {
    padding: 30px 0;
  }
}
.cid-tMfmnVk2W9 .panel-group .card .card-header {
  padding: 0;
  background-color: transparent;
  border: none;
}
.cid-tMfmnVk2W9 .panel-group .card .card-header .panel-title {
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tMfmnVk2W9 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tMfmnVk2W9 .panel-group .card .card-header .panel-title .mbr-iconfont {
  margin-left: 10px;
  font-size: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-tMfmnVk2W9 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
  color: #b79b6c;
}
.cid-tMfmnVk2W9 .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 0 0;
}
.cid-tMfmnVk2W9 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tMfmnVk2W9 .mbr-section-title {
  color: #263652;
}
.cid-tMfmnVk2W9 .panel-title-edit,
.cid-tMfmnVk2W9 .mbr-iconfont {
  color: #0c2c68;
}
.cid-tMfmnVk2W9 .panel-text {
  color: #555555;
}
.cid-tMfmnVG1NT {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tMfmnVG1NT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMfmnVG1NT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMfmnVG1NT .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMfmnVG1NT .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tMfmnVG1NT .container {
    padding: 0;
  }
}
.cid-tMfmnVG1NT .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tMfmnVG1NT .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tMfmnVG1NT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tMfmnVG1NT .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tMfmnVG1NT .mbr-section-title {
  color: #0c2c68;
  text-align: center;
}
.cid-tMfmnVG1NT .mbr-text {
  color: #555555;
  text-align: center;
}
#custom-html-3u {
  /* Type valid CSS here */
}
#custom-html-3u div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-3u p {
  font-size: 60px;
  color: #777;
}
.cid-tMjKnkmH1H {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tMjKnkmH1H .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMjKnkmH1H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMjKnkmH1H .mbr-section-subtitle,
.cid-tMjKnkmH1H .mbr-section-btn {
  text-align: center;
}
.cid-tMjJoE32ZP {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #112b5c;
}
.cid-tMjJoE32ZP .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tMjJoE32ZP .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-tMjJoE32ZP .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
}
.cid-tUlBNTnYVq {
  z-index: 1000;
  width: 100%;
}
.cid-tUlBNTnYVq nav.navbar {
  position: fixed;
}
.cid-tUlBNTnYVq .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-tUlBNTnYVq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUlBNTnYVq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUlBNTnYVq .dropdown-item:hover,
.cid-tUlBNTnYVq .dropdown-item:focus {
  background: #b79b6c !important;
  color: white !important;
}
.cid-tUlBNTnYVq .dropdown-item:hover span {
  color: white;
}
.cid-tUlBNTnYVq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUlBNTnYVq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUlBNTnYVq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUlBNTnYVq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUlBNTnYVq .nav-link {
  position: relative;
}
.cid-tUlBNTnYVq .container {
  display: flex;
  margin: auto;
}
.cid-tUlBNTnYVq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUlBNTnYVq .dropdown-menu,
.cid-tUlBNTnYVq .navbar.opened {
  background: #112b5c !important;
}
.cid-tUlBNTnYVq .nav-item:focus,
.cid-tUlBNTnYVq .nav-link:focus {
  outline: none;
}
.cid-tUlBNTnYVq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUlBNTnYVq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUlBNTnYVq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUlBNTnYVq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUlBNTnYVq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUlBNTnYVq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUlBNTnYVq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(17, 43, 92, 0.8);
}
.cid-tUlBNTnYVq .navbar.opened {
  transition: all 0.3s;
}
.cid-tUlBNTnYVq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUlBNTnYVq .navbar .navbar-logo img {
  width: auto;
}
.cid-tUlBNTnYVq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUlBNTnYVq .navbar.collapsed {
  justify-content: center;
}
.cid-tUlBNTnYVq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUlBNTnYVq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tUlBNTnYVq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUlBNTnYVq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUlBNTnYVq .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-tUlBNTnYVq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUlBNTnYVq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUlBNTnYVq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUlBNTnYVq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUlBNTnYVq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUlBNTnYVq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUlBNTnYVq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUlBNTnYVq .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-tUlBNTnYVq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUlBNTnYVq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUlBNTnYVq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUlBNTnYVq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUlBNTnYVq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUlBNTnYVq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tUlBNTnYVq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tUlBNTnYVq .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUlBNTnYVq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUlBNTnYVq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUlBNTnYVq .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-tUlBNTnYVq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUlBNTnYVq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUlBNTnYVq .dropdown-item.active,
.cid-tUlBNTnYVq .dropdown-item:active {
  background-color: transparent;
}
.cid-tUlBNTnYVq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUlBNTnYVq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUlBNTnYVq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUlBNTnYVq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #112b5c;
}
.cid-tUlBNTnYVq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUlBNTnYVq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUlBNTnYVq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUlBNTnYVq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUlBNTnYVq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUlBNTnYVq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUlBNTnYVq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUlBNTnYVq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUlBNTnYVq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUlBNTnYVq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUlBNTnYVq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUlBNTnYVq .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-tUlBNTnYVq .navbar {
    height: 70px;
  }
  .cid-tUlBNTnYVq .navbar.opened {
    height: auto;
  }
  .cid-tUlBNTnYVq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMh2vLEl6r {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/p2.jpg");
}
@media (min-width: 992px) {
  .cid-tMh2vLEl6r .display-1 {
    font-size: 120px;
  }
  .cid-tMh2vLEl6r .display-2 {
    font-size: 40px;
  }
  .cid-tMh2vLEl6r .display-5 {
    font-size: 29px;
  }
}
.cid-tMh2vLEl6r .mbr-section-subtitle {
  font-weight: 300;
  color: #f7f7f7;
  text-align: center;
}
.cid-tMh2vLEl6r .mbr-section-btn {
  z-index: 3;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  bottom: 0px;
}
@media (max-width: 991px) {
  .cid-tMh2vLEl6r .mbr-section-btn {
    width: 100%;
    bottom: 0px;
  }
}
.cid-tMh2vLEl6r .btn-success {
  color: #18293D !important;
}
.cid-tMh2vLEl6r .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
  min-height: 110px;
  padding-right: 120px;
  padding-left: 120px;
  margin: 0;
}
.cid-tMh2vLEl6r .btn:hover {
  background: #BEE1E6 !important;
  border-color: #BEE1E6 !important;
  color: #18293D !important;
}
@media (max-width: 991px) {
  .cid-tMh2vLEl6r .btn {
    width: 50%;
    min-height: 80px;
  }
}
@media (max-width: 767px) {
  .cid-tMh2vLEl6r .btn {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.cid-tMh2vLEl6r .one:hover {
  background: #EeFF42 !important;
  border-color: #EeFF42 !important;
}
.cid-tMh2vLEl6r .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tMh2vLEl6r .soc-item {
  align-items: center;
  padding: 0.5rem 0.5rem 0.4rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  line-height: 3em;
  font-size: 16px;
  background: #000000;
  cursor: pointer;
  margin-right: 1.5rem;
  height: 25px;
  width: 25px;
}
.cid-tMh2vLEl6r .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-tMh2vLEl6r .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tMjxZDkZUd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tMjxZDkZUd .row {
  flex-direction: row-reverse;
}
.cid-tMjxZDkZUd .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tMjxZDkZUd .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tMjxZDkZUd .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tMjxZDkZUd .text-wrapper {
    padding: 0 3rem 0 0;
  }
}
@media (max-width: 768px) {
  .cid-tMjxZDkZUd .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tMjxZDkZUd .mbr-section-tag {
  margin-bottom: 1rem;
  color: #878787;
}
.cid-tMjxZDkZUd .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tMjxZDkZUd .mbr-section-bottom {
  margin-top: 1.375rem;
}
.cid-tMjxZDkZUd .bottom-text {
  margin-top: 1.75rem;
  margin-bottom: 0.625rem;
}
.cid-tMjxZDkZUd .bottom-title {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  color: #f23801;
}
.cid-tMjxZDkZUd .list {
  list-style: none;
  margin: 0;
  padding-left: 1.6rem;
}
.cid-tMjxZDkZUd .list li {
  position: relative;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.cid-tMjxZDkZUd .list li::before {
  content: "\e97c";
  position: absolute;
  left: -1.6rem;
  top: 0.5rem;
  font-family: 'Moririse2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.cid-tMjxZDkZUd .mbr-section-title {
  margin-bottom: 2.1875rem;
  color: #0c2c68;
}
.cid-tMjxZDkZUd .mbr-section-title b:last-child,
.cid-tMjxZDkZUd .mbr-section-title strong:last-child {
  color: #b79b6c;
}
.cid-tMjxZDkZUd .mbr-subtitle {
  color: #555555;
}
.cid-tMjxZDkZUd .mbr-text {
  color: #555555;
}
.cid-tMjyWE8deB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tMjyWE8deB .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tMjyWE8deB .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tMjyWE8deB .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tMjyWE8deB .text-wrapper {
    padding: 0 0 0 3rem;
  }
}
@media (max-width: 768px) {
  .cid-tMjyWE8deB .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tMjyWE8deB .mbr-section-tag {
  margin-bottom: 1rem;
  color: #878787;
}
.cid-tMjyWE8deB .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tMjyWE8deB .mbr-section-bottom {
  margin-top: 1.375rem;
}
.cid-tMjyWE8deB .bottom-text {
  margin-top: 1.75rem;
  margin-bottom: 0.625rem;
}
.cid-tMjyWE8deB .bottom-title {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  color: #f23801;
}
.cid-tMjyWE8deB .list {
  list-style: none;
  margin: 0;
  padding-left: 1.6rem;
}
.cid-tMjyWE8deB .list li {
  position: relative;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.cid-tMjyWE8deB .list li::before {
  content: "\e97c";
  position: absolute;
  left: -1.6rem;
  top: 0.5rem;
  font-family: 'Moririse2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.cid-tMjyWE8deB .mbr-section-title {
  margin-bottom: 2.1875rem;
  color: #0c2c68;
}
.cid-tMjyWE8deB .mbr-section-title b:last-child,
.cid-tMjyWE8deB .mbr-section-title strong:last-child {
  color: #b79b6c;
}
.cid-tMjyWE8deB .mbr-subtitle {
  color: #555555;
}
.cid-tMjyWE8deB .mbr-text {
  color: #555555;
}
.cid-tMh2xPyr0Q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tMh2xPyr0Q .row {
  flex-direction: row-reverse;
}
.cid-tMh2xPyr0Q .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tMh2xPyr0Q .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tMh2xPyr0Q .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-tMh2xPyr0Q .text-wrapper {
    padding: 0 3rem 0 0;
  }
}
@media (max-width: 768px) {
  .cid-tMh2xPyr0Q .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tMh2xPyr0Q .mbr-section-tag {
  margin-bottom: 1rem;
  color: #878787;
}
.cid-tMh2xPyr0Q .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tMh2xPyr0Q .mbr-section-bottom {
  margin-top: 1.375rem;
}
.cid-tMh2xPyr0Q .bottom-text {
  margin-top: 1.75rem;
  margin-bottom: 0.625rem;
}
.cid-tMh2xPyr0Q .bottom-title {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  color: #f23801;
}
.cid-tMh2xPyr0Q .list {
  list-style: none;
  margin: 0;
  padding-left: 1.6rem;
}
.cid-tMh2xPyr0Q .list li {
  position: relative;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.cid-tMh2xPyr0Q .list li::before {
  content: "\e97c";
  position: absolute;
  left: -1.6rem;
  top: 0.5rem;
  font-family: 'Moririse2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.cid-tMh2xPyr0Q .mbr-section-title {
  margin-bottom: 2.1875rem;
  color: #0c2c68;
}
.cid-tMh2xPyr0Q .mbr-section-title b:last-child,
.cid-tMh2xPyr0Q .mbr-section-title strong:last-child {
  color: #b79b6c;
}
.cid-tMh2xPyr0Q .mbr-subtitle {
  color: #555555;
}
.cid-tMh2xPyr0Q .mbr-text {
  color: #555555;
}
.cid-tMh2yWDmz1 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tMh2yWDmz1 img,
.cid-tMh2yWDmz1 .item-img {
  width: 100%;
}
.cid-tMh2yWDmz1 .item:focus,
.cid-tMh2yWDmz1 span:focus {
  outline: none;
}
.cid-tMh2yWDmz1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tMh2yWDmz1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tMh2yWDmz1 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tMh2yWDmz1 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tMh2yWDmz1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tMh2yWDmz1 .mbr-section-title {
  color: #0c2c68;
}
.cid-tMh2yWDmz1 .mbr-text,
.cid-tMh2yWDmz1 .mbr-section-btn {
  text-align: left;
}
.cid-tMh2yWDmz1 .item-title {
  text-align: left;
  color: #555555;
}
.cid-tMh2yWDmz1 .item-subtitle {
  text-align: left;
}
.cid-tMh2yWDmz1 .mbr-section-subtitle {
  color: #878787;
}
.cid-tMjJoE32ZP {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #112b5c;
}
.cid-tMjJoE32ZP .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tMjJoE32ZP .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-tMjJoE32ZP .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
}
.cid-tUlBNTnYVq {
  z-index: 1000;
  width: 100%;
}
.cid-tUlBNTnYVq nav.navbar {
  position: fixed;
}
.cid-tUlBNTnYVq .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-tUlBNTnYVq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUlBNTnYVq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUlBNTnYVq .dropdown-item:hover,
.cid-tUlBNTnYVq .dropdown-item:focus {
  background: #b79b6c !important;
  color: white !important;
}
.cid-tUlBNTnYVq .dropdown-item:hover span {
  color: white;
}
.cid-tUlBNTnYVq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUlBNTnYVq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUlBNTnYVq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUlBNTnYVq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUlBNTnYVq .nav-link {
  position: relative;
}
.cid-tUlBNTnYVq .container {
  display: flex;
  margin: auto;
}
.cid-tUlBNTnYVq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUlBNTnYVq .dropdown-menu,
.cid-tUlBNTnYVq .navbar.opened {
  background: #112b5c !important;
}
.cid-tUlBNTnYVq .nav-item:focus,
.cid-tUlBNTnYVq .nav-link:focus {
  outline: none;
}
.cid-tUlBNTnYVq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUlBNTnYVq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUlBNTnYVq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUlBNTnYVq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUlBNTnYVq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUlBNTnYVq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUlBNTnYVq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(17, 43, 92, 0.8);
}
.cid-tUlBNTnYVq .navbar.opened {
  transition: all 0.3s;
}
.cid-tUlBNTnYVq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUlBNTnYVq .navbar .navbar-logo img {
  width: auto;
}
.cid-tUlBNTnYVq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUlBNTnYVq .navbar.collapsed {
  justify-content: center;
}
.cid-tUlBNTnYVq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUlBNTnYVq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tUlBNTnYVq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUlBNTnYVq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUlBNTnYVq .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-tUlBNTnYVq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUlBNTnYVq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUlBNTnYVq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUlBNTnYVq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUlBNTnYVq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUlBNTnYVq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUlBNTnYVq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUlBNTnYVq .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-tUlBNTnYVq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUlBNTnYVq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUlBNTnYVq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUlBNTnYVq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUlBNTnYVq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUlBNTnYVq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tUlBNTnYVq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tUlBNTnYVq .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUlBNTnYVq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUlBNTnYVq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUlBNTnYVq .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-tUlBNTnYVq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUlBNTnYVq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUlBNTnYVq .dropdown-item.active,
.cid-tUlBNTnYVq .dropdown-item:active {
  background-color: transparent;
}
.cid-tUlBNTnYVq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUlBNTnYVq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUlBNTnYVq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUlBNTnYVq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #112b5c;
}
.cid-tUlBNTnYVq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUlBNTnYVq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUlBNTnYVq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUlBNTnYVq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUlBNTnYVq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUlBNTnYVq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUlBNTnYVq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUlBNTnYVq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUlBNTnYVq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUlBNTnYVq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUlBNTnYVq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUlBNTnYVq .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-tUlBNTnYVq .navbar {
    height: 70px;
  }
  .cid-tUlBNTnYVq .navbar.opened {
    height: auto;
  }
  .cid-tUlBNTnYVq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMgtq8NyIE {
  display: flex;
  padding-top: 165px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/contact-1.jpg");
}
.cid-tMgtq8NyIE .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-tMgtq8NyIE .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tMgtq8NyIE {
    align-items: flex-end;
  }
  .cid-tMgtq8NyIE .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tMgtq8NyIE .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tMgtq8NyIE {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tMgtq8NyIE .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tMgtq8NyIE .content-wrap {
    width: 100%;
  }
}
.cid-tMgtq8NyIE .mbr-section-title {
  text-align: center;
  color: #edefeb;
}
.cid-tMgtq8NyIE .mbr-text,
.cid-tMgtq8NyIE .mbr-section-btn {
  text-align: center;
}
.cid-tMgBpR013W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tMgBpR013W .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMgBpR013W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tMgBpR013W .container {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tMgBpR013W .title-wrapper {
    margin-top: 45px;
  }
}
.cid-tMgBpR013W .title-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tMgBpR013W .title-wrapper .mbr-section-subtitle {
    margin-bottom: 10px;
  }
}
.cid-tMgBpR013W .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tMgBpR013W .title-wrapper .mbr-section-title {
    margin-bottom: 10px;
  }
}
.cid-tMgBpR013W .title-wrapper .mbr-text {
  line-height: inherit;
  margin-bottom: 0;
}
.cid-tMgBpR013W .title-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 30px 0 0 0;
}
@media (max-width: 768px) {
  .cid-tMgBpR013W .title-wrapper .list {
    margin-top: 20px;
  }
}
.cid-tMgBpR013W .title-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .cid-tMgBpR013W .title-wrapper .list .item-wrap {
    margin-top: 10px;
  }
}
.cid-tMgBpR013W .title-wrapper .list .item-wrap .mbr-iconfont {
  margin-right: 12px;
  color: #b79b6c;
}
@media (min-width: 992px) {
  .cid-tMgBpR013W .mbr-form {
    margin-top: 32px;
  }
}
.cid-tMgBpR013W .dragArea.row .form-group {
  margin-bottom: 40px !important;
}
@media (max-width: 992px) {
  .cid-tMgBpR013W .dragArea.row .form-group {
    margin-top: 20px;
  }
}
.cid-tMgBpR013W .dragArea.row .form-group .form-control {
  border: none !important;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #555555 !important;
  padding: 14px 0;
}
.cid-tMgBpR013W .dragArea.row .form-group .form-control::placeholder {
  color: #555555;
}
.cid-tMgBpR013W .dragArea.row .form-group .form-control:hover {
  border-color: #555555 !important;
}
.cid-tMgBpR013W .dragArea.row .form-group .form-control:focus {
  background-color: transparent;
  box-shadow: none;
}
.cid-tMgBpR013W .dragArea.row .form-group .form-check .form-check-input {
  background: transparent;
  border: 1px solid #e4eedb;
}
.cid-tMgBpR013W .dragArea.row .mbr-section-btn {
  margin-top: 20px;
}
.cid-tMgBpR013W .dragArea.row .mbr-section-btn .btn {
  flex-direction: row-reverse;
}
.cid-tMgBpR013W .dragArea.row .mbr-section-btn .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: 10px;
}
.cid-tMgBpR013W .mbr-section-subtitle {
  color: #000000;
}
.cid-tMgBpR013W .mbr-section-title {
  color: #0c2c68;
}
.cid-tMgBpR013W .mbr-text {
  color: #555555;
}
.cid-tMgBpR013W .list {
  color: #6a6e71;
}
.cid-tMgBpR013W label {
  color: #000000;
}
.cid-tMgM0Ko4hd {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-tMgM0Ko4hd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMgM0Ko4hd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMgM0Ko4hd .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMgM0Ko4hd .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tMgM0Ko4hd .container {
    padding: 0;
  }
}
.cid-tMgM0Ko4hd .row {
  justify-content: center;
}
.cid-tMgM0Ko4hd .title-wrapper {
  padding: 0 16px;
}
.cid-tMgM0Ko4hd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tMgM0Ko4hd .mbr-section-title {
  color: #263652;
  text-align: center;
}
.cid-tMgIFeU30Q {
  padding-top: 45px;
  padding-bottom: 105px;
  background-color: #f7f7f7;
}
.cid-tMgIFeU30Q .google-map {
  height: 25rem;
  position: relative;
}
.cid-tMgIFeU30Q .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tMgIFeU30Q .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  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-tMgIFeU30Q .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tMgIFeU30Q .google-map[data-state='loading'] [data-state-details] {
  display: none;
}
@media (min-width: 1200px) {
  .cid-tMgIFeU30Q .map1 {
    padding-right: 2rem;
  }
  .cid-tMgIFeU30Q .map2 {
    padding-left: 2rem;
  }
}
@media (max-width: 576px) {
  .cid-tMgIFeU30Q .map1 {
    padding-bottom: 2rem;
  }
}
.cid-tMgXwzLrwz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tMgXwzLrwz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMgXwzLrwz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMgXwzLrwz .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tMgXwzLrwz .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-tMgXwzLrwz .item-wrapper {
  background: #f7f7f7;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-tMgXwzLrwz .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-tMgXwzLrwz .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #0c2c68;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #b79b6c;
  height: 80px;
  border-radius: 50%;
}
.cid-tMgXwzLrwz .mbr-section-title {
  color: #0c2c68;
}
.cid-tMgXwzLrwz .mbr-section-subtitle {
  color: #555555;
}
.cid-tMgXwzLrwz .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-tMgXwzLrwz .card-box .item-footer {
  margin-top: auto;
}
.cid-tMgXwzLrwz .card-title,
.cid-tMgXwzLrwz .iconfont-wrapper {
  color: #0c2c68;
}
.cid-tMgXwzLrwz .card-text {
  color: #555555;
}
.cid-tMjJoE32ZP {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #112b5c;
}
.cid-tMjJoE32ZP .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tMjJoE32ZP .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-tMjJoE32ZP .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
}
.cid-tUlBNTnYVq {
  z-index: 1000;
  width: 100%;
}
.cid-tUlBNTnYVq nav.navbar {
  position: fixed;
}
.cid-tUlBNTnYVq .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-tUlBNTnYVq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUlBNTnYVq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUlBNTnYVq .dropdown-item:hover,
.cid-tUlBNTnYVq .dropdown-item:focus {
  background: #b79b6c !important;
  color: white !important;
}
.cid-tUlBNTnYVq .dropdown-item:hover span {
  color: white;
}
.cid-tUlBNTnYVq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUlBNTnYVq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUlBNTnYVq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUlBNTnYVq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUlBNTnYVq .nav-link {
  position: relative;
}
.cid-tUlBNTnYVq .container {
  display: flex;
  margin: auto;
}
.cid-tUlBNTnYVq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUlBNTnYVq .dropdown-menu,
.cid-tUlBNTnYVq .navbar.opened {
  background: #112b5c !important;
}
.cid-tUlBNTnYVq .nav-item:focus,
.cid-tUlBNTnYVq .nav-link:focus {
  outline: none;
}
.cid-tUlBNTnYVq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUlBNTnYVq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUlBNTnYVq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUlBNTnYVq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUlBNTnYVq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUlBNTnYVq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUlBNTnYVq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(17, 43, 92, 0.8);
}
.cid-tUlBNTnYVq .navbar.opened {
  transition: all 0.3s;
}
.cid-tUlBNTnYVq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUlBNTnYVq .navbar .navbar-logo img {
  width: auto;
}
.cid-tUlBNTnYVq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUlBNTnYVq .navbar.collapsed {
  justify-content: center;
}
.cid-tUlBNTnYVq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUlBNTnYVq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tUlBNTnYVq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUlBNTnYVq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUlBNTnYVq .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-tUlBNTnYVq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUlBNTnYVq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUlBNTnYVq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUlBNTnYVq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUlBNTnYVq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUlBNTnYVq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUlBNTnYVq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUlBNTnYVq .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-tUlBNTnYVq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUlBNTnYVq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUlBNTnYVq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUlBNTnYVq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUlBNTnYVq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUlBNTnYVq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tUlBNTnYVq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tUlBNTnYVq .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUlBNTnYVq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUlBNTnYVq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUlBNTnYVq .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-tUlBNTnYVq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUlBNTnYVq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUlBNTnYVq .dropdown-item.active,
.cid-tUlBNTnYVq .dropdown-item:active {
  background-color: transparent;
}
.cid-tUlBNTnYVq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUlBNTnYVq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUlBNTnYVq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUlBNTnYVq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #112b5c;
}
.cid-tUlBNTnYVq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUlBNTnYVq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUlBNTnYVq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUlBNTnYVq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUlBNTnYVq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUlBNTnYVq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUlBNTnYVq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUlBNTnYVq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUlBNTnYVq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUlBNTnYVq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUlBNTnYVq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUlBNTnYVq .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-tUlBNTnYVq .navbar {
    height: 70px;
  }
  .cid-tUlBNTnYVq .navbar.opened {
    height: auto;
  }
  .cid-tUlBNTnYVq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMjCPLYEAU {
  display: flex;
  background-image: url("../../../assets/images/socialmedia1.jpg");
}
.cid-tMjCPLYEAU .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-tMjCPLYEAU .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tMjCPLYEAU {
    align-items: flex-end;
  }
  .cid-tMjCPLYEAU .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tMjCPLYEAU .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tMjCPLYEAU {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tMjCPLYEAU .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tMjCPLYEAU .content-wrap {
    width: 100%;
  }
}
.cid-tMjCPLYEAU .mbr-section-title {
  text-align: center;
}
.cid-tMjCPLYEAU .mbr-text,
.cid-tMjCPLYEAU .mbr-section-btn {
  text-align: center;
}
.cid-tMjJoE32ZP {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #112b5c;
}
.cid-tMjJoE32ZP .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tMjJoE32ZP .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-tMjJoE32ZP .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
}
.cid-tUlBNTnYVq {
  z-index: 1000;
  width: 100%;
}
.cid-tUlBNTnYVq nav.navbar {
  position: fixed;
}
.cid-tUlBNTnYVq .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-tUlBNTnYVq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUlBNTnYVq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUlBNTnYVq .dropdown-item:hover,
.cid-tUlBNTnYVq .dropdown-item:focus {
  background: #b79b6c !important;
  color: white !important;
}
.cid-tUlBNTnYVq .dropdown-item:hover span {
  color: white;
}
.cid-tUlBNTnYVq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUlBNTnYVq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUlBNTnYVq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUlBNTnYVq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUlBNTnYVq .nav-link {
  position: relative;
}
.cid-tUlBNTnYVq .container {
  display: flex;
  margin: auto;
}
.cid-tUlBNTnYVq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUlBNTnYVq .dropdown-menu,
.cid-tUlBNTnYVq .navbar.opened {
  background: #112b5c !important;
}
.cid-tUlBNTnYVq .nav-item:focus,
.cid-tUlBNTnYVq .nav-link:focus {
  outline: none;
}
.cid-tUlBNTnYVq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUlBNTnYVq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUlBNTnYVq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUlBNTnYVq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUlBNTnYVq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUlBNTnYVq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUlBNTnYVq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(17, 43, 92, 0.8);
}
.cid-tUlBNTnYVq .navbar.opened {
  transition: all 0.3s;
}
.cid-tUlBNTnYVq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUlBNTnYVq .navbar .navbar-logo img {
  width: auto;
}
.cid-tUlBNTnYVq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUlBNTnYVq .navbar.collapsed {
  justify-content: center;
}
.cid-tUlBNTnYVq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUlBNTnYVq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tUlBNTnYVq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUlBNTnYVq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUlBNTnYVq .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-tUlBNTnYVq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUlBNTnYVq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUlBNTnYVq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUlBNTnYVq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUlBNTnYVq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUlBNTnYVq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUlBNTnYVq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUlBNTnYVq .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-tUlBNTnYVq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUlBNTnYVq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUlBNTnYVq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUlBNTnYVq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUlBNTnYVq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUlBNTnYVq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tUlBNTnYVq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tUlBNTnYVq .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUlBNTnYVq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUlBNTnYVq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUlBNTnYVq .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-tUlBNTnYVq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUlBNTnYVq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUlBNTnYVq .dropdown-item.active,
.cid-tUlBNTnYVq .dropdown-item:active {
  background-color: transparent;
}
.cid-tUlBNTnYVq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUlBNTnYVq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUlBNTnYVq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUlBNTnYVq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #112b5c;
}
.cid-tUlBNTnYVq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUlBNTnYVq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUlBNTnYVq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUlBNTnYVq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUlBNTnYVq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUlBNTnYVq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUlBNTnYVq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUlBNTnYVq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUlBNTnYVq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUlBNTnYVq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUlBNTnYVq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUlBNTnYVq .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-tUlBNTnYVq .navbar {
    height: 70px;
  }
  .cid-tUlBNTnYVq .navbar.opened {
    height: auto;
  }
  .cid-tUlBNTnYVq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tMBRoOKcv2 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #fdfcfa;
}
.cid-tMBRoOKcv2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tMBRoOKcv2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tMBRoOKcv2 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tMBRoOKcv2 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tMBRoOKcv2 .container {
    padding: 0;
  }
}
.cid-tMBRoOKcv2 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tMBRoOKcv2 .title-wrapper {
    padding: 0 16px;
  }
}
.cid-tMBRoOKcv2 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tMBRoOKcv2 .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-tMBRoOKcv2 .mbr-section-title {
  color: #263652;
}
.cid-tMBRoOKcv2 .mbr-text {
  color: #555555;
}
.cid-tMjJoE32ZP {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #112b5c;
}
.cid-tMjJoE32ZP .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tMjJoE32ZP .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-tMjJoE32ZP .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
}
.cid-tUlBNTnYVq {
  z-index: 1000;
  width: 100%;
}
.cid-tUlBNTnYVq nav.navbar {
  position: fixed;
}
.cid-tUlBNTnYVq .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-tUlBNTnYVq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tUlBNTnYVq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tUlBNTnYVq .dropdown-item:hover,
.cid-tUlBNTnYVq .dropdown-item:focus {
  background: #b79b6c !important;
  color: white !important;
}
.cid-tUlBNTnYVq .dropdown-item:hover span {
  color: white;
}
.cid-tUlBNTnYVq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tUlBNTnYVq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tUlBNTnYVq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tUlBNTnYVq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tUlBNTnYVq .nav-link {
  position: relative;
}
.cid-tUlBNTnYVq .container {
  display: flex;
  margin: auto;
}
.cid-tUlBNTnYVq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tUlBNTnYVq .dropdown-menu,
.cid-tUlBNTnYVq .navbar.opened {
  background: #112b5c !important;
}
.cid-tUlBNTnYVq .nav-item:focus,
.cid-tUlBNTnYVq .nav-link:focus {
  outline: none;
}
.cid-tUlBNTnYVq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tUlBNTnYVq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tUlBNTnYVq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tUlBNTnYVq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tUlBNTnYVq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUlBNTnYVq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tUlBNTnYVq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(17, 43, 92, 0.8);
}
.cid-tUlBNTnYVq .navbar.opened {
  transition: all 0.3s;
}
.cid-tUlBNTnYVq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tUlBNTnYVq .navbar .navbar-logo img {
  width: auto;
}
.cid-tUlBNTnYVq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tUlBNTnYVq .navbar.collapsed {
  justify-content: center;
}
.cid-tUlBNTnYVq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUlBNTnYVq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tUlBNTnYVq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUlBNTnYVq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tUlBNTnYVq .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-tUlBNTnYVq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tUlBNTnYVq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tUlBNTnYVq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tUlBNTnYVq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUlBNTnYVq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUlBNTnYVq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tUlBNTnYVq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tUlBNTnYVq .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-tUlBNTnYVq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tUlBNTnYVq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tUlBNTnYVq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tUlBNTnYVq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tUlBNTnYVq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tUlBNTnYVq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tUlBNTnYVq .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tUlBNTnYVq .navbar.navbar-short {
  min-height: 60px;
}
.cid-tUlBNTnYVq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tUlBNTnYVq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tUlBNTnYVq .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-tUlBNTnYVq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tUlBNTnYVq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUlBNTnYVq .dropdown-item.active,
.cid-tUlBNTnYVq .dropdown-item:active {
  background-color: transparent;
}
.cid-tUlBNTnYVq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tUlBNTnYVq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tUlBNTnYVq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tUlBNTnYVq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #112b5c;
}
.cid-tUlBNTnYVq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tUlBNTnYVq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tUlBNTnYVq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tUlBNTnYVq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tUlBNTnYVq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tUlBNTnYVq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tUlBNTnYVq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUlBNTnYVq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tUlBNTnYVq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tUlBNTnYVq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tUlBNTnYVq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tUlBNTnYVq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tUlBNTnYVq .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-tUlBNTnYVq .navbar {
    height: 70px;
  }
  .cid-tUlBNTnYVq .navbar.opened {
    height: auto;
  }
  .cid-tUlBNTnYVq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUlMkTnhf8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/channels-6.jpg");
}
.cid-tUlMkTnhf8 .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-tUlMkTnhf8 .testimonials-container {
  margin: 0 auto;
}
.cid-tUlMkTnhf8 .testimonials-container .testimonials-item:not(:first-child) {
  margin-top: 3rem;
}
.cid-tUlMkTnhf8 .testimonials-container .testimonials-item:nth-child(2n) .user.row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (min-width: 768px) {
  .cid-tUlMkTnhf8 .testimonials-container .testimonials-item:nth-child(2n) .user.row .testimonials-caption {
    text-align: right;
    padding: 2rem 0 2rem 2rem;
  }
}
.cid-tUlMkTnhf8 .testimonials-container .testimonials-item .user {
  background: #ffffff;
}
.cid-tUlMkTnhf8 .testimonials-container .testimonials-item .user.row {
  margin: 0;
}
.cid-tUlMkTnhf8 .testimonials-container .testimonials-item .user .user_image {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 2rem auto;
  border-radius: 50%;
}
.cid-tUlMkTnhf8 .testimonials-container .testimonials-item .user .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-tUlMkTnhf8 .testimonials-container .testimonials-item .user .testimonials-caption {
  padding: 2rem;
  padding: 2rem 2rem 2rem 0;
}
@media (max-width: 260px) {
  .cid-tUlMkTnhf8 .user_image {
    width: 100% !important;
    height: auto !important;
  }
}
@media (max-width: 767px) {
  .cid-tUlMkTnhf8 .testimonials-caption {
    padding: 0 2rem 2rem 2rem !important;
  }
}
.cid-tUlMkTnhf8 .user_text {
  text-align: left;
  color: #555555;
}
.cid-tUlMkTnhf8 .user_name {
  text-align: left;
  color: #0c2c68;
}
.cid-tUlMkTnhf8 .user_desk {
  text-align: left;
  color: #adadad;
}
.cid-tUlMkTnhf8 .mbr-section-subtitle,
.cid-tUlMkTnhf8 .underline {
  color: #edefeb;
}
.cid-tUlMkTnhf8 .main-text {
  color: #edefeb;
}
.cid-tMjJoE32ZP {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #112b5c;
}
.cid-tMjJoE32ZP .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tMjJoE32ZP .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-tMjJoE32ZP .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
}
