body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 4.4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.04rem;
}
.display-2 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 2.8rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1.7rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.72rem;
}
.display-7 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #e1201d !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #095cbc !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e1201d !important;
  border-color: #e1201d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fb9900 !important;
  border-color: #fb9900 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #af6a00 !important;
  border-color: #af6a00 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #af6a00 !important;
  border-color: #af6a00 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #095cbc !important;
  border-color: #095cbc !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #063873 !important;
  border-color: #063873 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #063873 !important;
  border-color: #063873 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #871311;
  color: #871311;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e1201d;
  border-color: #e1201d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e1201d !important;
  border-color: #e1201d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #955b00;
  color: #955b00;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #fb9900;
  border-color: #fb9900;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #fb9900 !important;
  border-color: #fb9900 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #042c5b;
  color: #042c5b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #095cbc;
  border-color: #095cbc;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #095cbc !important;
  border-color: #095cbc !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #e1201d !important;
}
.text-secondary {
  color: #fb9900 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #095cbc !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #871311 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #955b00 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #042c5b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #095cbc;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e1201d;
  border-color: #e1201d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e1201d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f9d2d1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #4e9cf7;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Ubuntu', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #e1201d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e1201d;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e1201d;
  border-bottom-color: #e1201d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #e1201d !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: #fb9900 !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='%23e1201d' %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;
}
.cid-rymwt0lgln .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-rymwt0lgln .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rymwt0lgln a {
  font-style: normal;
}
.cid-rymwt0lgln .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-rymwt0lgln .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-rymwt0lgln .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-rymwt0lgln .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rymwt0lgln .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rymwt0lgln .nav-item:focus,
.cid-rymwt0lgln .nav-link:focus {
  outline: none;
}
.cid-rymwt0lgln .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rymwt0lgln .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rymwt0lgln .menu-logo {
  margin-right: auto;
}
.cid-rymwt0lgln .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rymwt0lgln .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rymwt0lgln .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-rymwt0lgln .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rymwt0lgln .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rymwt0lgln .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rymwt0lgln .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rymwt0lgln .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rymwt0lgln .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rymwt0lgln .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rymwt0lgln .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rymwt0lgln .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rymwt0lgln .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rymwt0lgln .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rymwt0lgln .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rymwt0lgln .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rymwt0lgln .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rymwt0lgln .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rymwt0lgln .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rymwt0lgln .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rymwt0lgln .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rymwt0lgln .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rymwt0lgln .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rymwt0lgln button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rymwt0lgln button.navbar-toggler:focus {
  outline: none;
}
.cid-rymwt0lgln button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rymwt0lgln button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rymwt0lgln button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rymwt0lgln button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rymwt0lgln button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rymwt0lgln nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rymwt0lgln nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rymwt0lgln nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rymwt0lgln nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rymwt0lgln .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rymwt0lgln .collapsed .btn {
  display: -webkit-flex;
}
.cid-rymwt0lgln .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rymwt0lgln .collapsed .navbar-collapse.collapsing,
.cid-rymwt0lgln .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rymwt0lgln .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rymwt0lgln .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rymwt0lgln .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rymwt0lgln .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rymwt0lgln .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rymwt0lgln .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rymwt0lgln .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rymwt0lgln .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rymwt0lgln .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rymwt0lgln .collapsed button.navbar-toggler {
  display: block;
}
.cid-rymwt0lgln .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rymwt0lgln .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rymwt0lgln .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rymwt0lgln .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rymwt0lgln .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rymwt0lgln .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rymwt0lgln.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rymwt0lgln img {
    height: 3.8rem !important;
  }
  .cid-rymwt0lgln .icon-wrap {
    margin-top: 1rem;
  }
  .cid-rymwt0lgln .menu-wrap {
    flex-direction: column;
  }
  .cid-rymwt0lgln .btn {
    display: -webkit-flex;
  }
  .cid-rymwt0lgln button.navbar-toggler {
    display: block;
  }
  .cid-rymwt0lgln .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-rymwt0lgln .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rymwt0lgln .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rymwt0lgln .navbar-collapse.collapsing,
  .cid-rymwt0lgln .navbar-collapse.show {
    display: block !important;
  }
  .cid-rymwt0lgln .navbar-collapse.collapsing .navbar-nav,
  .cid-rymwt0lgln .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rymwt0lgln .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rymwt0lgln .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rymwt0lgln .navbar-collapse.collapsing .navbar-buttons,
  .cid-rymwt0lgln .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rymwt0lgln .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rymwt0lgln .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rymwt0lgln .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rymwt0lgln .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rymwt0lgln .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rymwt0lgln .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rymwt0lgln .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-rymwt0lgln .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-rymwt0lgln .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-rymwt0lgln .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rymwt0lgln .nav-link:hover,
.cid-rymwt0lgln .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-rymwtkmLgB {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/mbr-1920x1272.jpg");
}
.cid-rymwtkmLgB h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-rymwtkmLgB h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rymwtkmLgB h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFlAj4SJAL {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uFlAj4SJAL .mbr-text {
  color: #767676;
}
.cid-uFlAj4SJAL .card-subtitle {
  margin: 0;
}
.cid-uFlAj4SJAL .link {
  margin: 0;
}
.cid-uFlAj4SJAL .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uFlAj4SJAL .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-uFlAj4SJAL img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-uFlAj4SJAL .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-uFlAj4SJAL .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uFlAj4SJAL .card-img:hover:before {
  opacity: 0.4;
}
.cid-uFlAj4SJAL .card-img:hover img {
  transform: scale(1.05);
}
.cid-uFlAj4SJAL .row {
  justify-content: center;
}
.cid-uFlAj4SJAL .card {
  margin-bottom: 4rem;
}
.cid-uFlAj4SJAL .card-title,
.cid-uFlAj4SJAL .card-img {
  color: #000000;
}
.cid-uMWbGEjgoX {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/dji-20250516102115-0086-d.jpg-1200x900.jpg");
}
.cid-uMWbGEjgoX .btn {
  margin: 0.2rem !important;
}
.cid-uMWbGEjgoX .row {
  justify-content: flex-end;
}
.cid-uMWbGEjgoX .mbr-text,
.cid-uMWbGEjgoX .mbr-section-btn {
  color: #cccccc;
}
.cid-uMWbGEjgoX H3 {
  color: #cccccc;
}
.cid-uFrs63alys {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-uFrs63alys h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uFrs63alys h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFrs63alys h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFrs63alys .mbr-text,
.cid-uFrs63alys .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-uFrs63alys h3:before,
  .cid-uFrs63alys h3:after {
    display: none;
  }
}
.cid-uFrgeWJUJC {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #efefef;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-uFrgeWJUJC .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uFrgeWJUJC .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uFrgeWJUJC .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uFrgeWJUJC .mbr-gallery-item {
  width: 33.3%;
}
.cid-uFrgeWJUJC .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-uFrgeWJUJC .mbr-gallery-item {
    width: 100%;
  }
}
.cid-uFrgeWJUJC .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-uFrgeWJUJC .mbr-gallery-row {
  justify-content: center;
}
.cid-uFrgeWJUJC .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-uFrgeWJUJC .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-uFrgeWJUJC .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uFrgeWJUJC .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uFrgeWJUJC .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-uFrgeWJUJC .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-uFrgeWJUJC .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uFrgeWJUJC .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-uFrgeWJUJC img {
  transition: all 2s !important;
}
.cid-uFrgeWJUJC .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uFrgeWJUJC .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-uFrgeWJUJC .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uFt1LXuc9U {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-uFt1LXuc9U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFt1LXuc9U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFt1LXuc9U .row {
  justify-content: center;
}
.cid-uFt1LXuc9U .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #5b686b 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFt1LXuc9U .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFt1LXuc9U .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uFt1LXuc9U .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFt1LXuc9U .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #5b686b 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFt1LXuc9U .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFt1LXuc9U .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFt1LXuc9U .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uFt1LXuc9U .mbr-label,
.cid-uFt1LXuc9U .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFt1LXuc9U .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFt1LXuc9U .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uFt1LXuc9U .mbr-text,
.cid-uFt1LXuc9U .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFt1LXuc9U .mbr-section-title,
.cid-uFt1LXuc9U .mbr-section-btn {
  text-align: center;
}
.cid-uFsROYfrIA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uFsROYfrIA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFsROYfrIA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFsROYfrIA .items-wrap {
  justify-content: center;
}
.cid-uFsROYfrIA .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 32px 16px;
}
@media (max-width: 1200px) {
  .cid-uFsROYfrIA .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uFsROYfrIA .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uFsROYfrIA .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uFsROYfrIA .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uFsROYfrIA .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFsROYfrIA .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uFsROYfrIA .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uFsROYfrIA .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uFsROYfrIA .item-desc {
  color: #ffffff;
}
.cid-uFnYeXrOkG {
  padding-top: 105px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uFnYeXrOkG h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uFnYeXrOkG h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFnYeXrOkG h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFnYeXrOkG .mbr-text,
.cid-uFnYeXrOkG .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-uFnYeXrOkG h3:before,
  .cid-uFnYeXrOkG h3:after {
    display: none;
  }
}
.cid-uFnYeXrOkG H1 {
  color: #000000;
}
.cid-uFnYeXrOkG H3 {
  color: #000000;
}
.cid-uFnXJqDHNf {
  padding-top: 45px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uFnXJqDHNf {
    padding-top: 30px;
    padding-bottom: 100px;
  }
}
.cid-uFnXJqDHNf .box {
  background-image: url("../../../assets/images/destiny-2216x1213.jpg-2000x1095.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uFnXJqDHNf .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-uFnXJqDHNf .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-uFnXJqDHNf .icon-wrap span {
  padding-left: 8px;
}
.cid-uFnXJqDHNf .mbr-media span {
  font-size: 36px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-uFnXJqDHNf .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uFnXJqDHNf .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uFnXJqDHNf .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uFnXJqDHNf .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uFnXJqDHNf a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uFnXJqDHNf a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uFnXJqDHNf {
    padding-top: 21px;
    padding-bottom: 70px;
  }
  .cid-uFnXJqDHNf .box {
    height: 250px;
  }
}
.cid-uFISsuQjhU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uFISsuQjhU .mbr-text {
    text-align: center;
  }
}
.cid-uFISsuQjhU .container-fluid {
  padding: 0;
}
.cid-uFISsuQjhU .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-uFISsuQjhU img {
  height: 100%;
  object-fit: cover;
}
.cid-uFISsuQjhU .mbr-figure {
  height: 100%;
}
.cid-uFISsuQjhU .col-lg-6 {
  padding: 0;
}
.cid-uFISsuQjhU .row {
  margin: 0;
}
.cid-uHTI0txfaP {
  padding-top: 300px;
  padding-bottom: 300px;
  background-image: url("../../../assets/images/2017-0514-070325-004.jpg-2000x1500.jpeg");
}
@media (max-width: 992px) {
  .cid-uHTI0txfaP {
    padding-top: 200px;
    padding-bottom: 200px;
  }
}
@media (max-width: 576px) {
  .cid-uHTI0txfaP {
    padding-top: 140px;
    padding-bottom: 140px;
  }
}
.cid-uHTI0txfaP .icon-wrap {
  border: 4px solid #ffffff !important;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
}
.cid-uHTI0txfaP .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-uHTI0txfaP .icon-wrap span {
  padding-left: 8px;
}
.cid-uHTI0txfaP .mbr-media span {
  font-size: 36px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-uHTI0txfaP .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uHTI0txfaP .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uHTI0txfaP .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uHTI0txfaP .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uHTI0txfaP a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uHTI0txfaP a.close:hover {
  color: #ffffff;
}
.cid-uFohSajlZE {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #272b2e;
}
.cid-uFohSajlZE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFohSajlZE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFohSajlZE .row {
  justify-content: center;
}
.cid-uFohSajlZE .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  margin-bottom: 16px;
  background-image: linear-gradient(90deg, #ffffff, #fb9900 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFohSajlZE .title-wrapper .title-wrapper {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFohSajlZE .title-wrapper .title-wrapper {
    margin-bottom: 22px;
  }
}
.cid-uFohSajlZE .title-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uFohSajlZE .title-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
  background-image: linear-gradient(90deg, #ffffff, #fb9900 60%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uFohSajlZE .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFohSajlZE .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFohSajlZE .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
.cid-uFohSajlZE .mbr-label,
.cid-uFohSajlZE .label-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFohSajlZE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFohSajlZE .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uFohSajlZE .mbr-text,
.cid-uFohSajlZE .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFohSajlZE .mbr-section-title,
.cid-uFohSajlZE .mbr-section-btn {
  text-align: center;
}
.cid-uFoivQCB8M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #272b2e;
}
.cid-uFoivQCB8M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFoivQCB8M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFoivQCB8M .items-wrap {
  justify-content: center;
}
.cid-uFoivQCB8M .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 32px 16px;
}
@media (max-width: 1200px) {
  .cid-uFoivQCB8M .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uFoivQCB8M .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uFoivQCB8M .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uFoivQCB8M .item .item-wrapper .item-img {
  margin-bottom: 16px;
}
.cid-uFoivQCB8M .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uFoivQCB8M .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uFoivQCB8M .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uFoivQCB8M .item .item-wrapper .item-content .item-desc {
  margin-bottom: 0;
  opacity: .7;
}
.cid-uFoivQCB8M .item-desc {
  color: #ffffff;
}
.cid-uFoD0nf9pO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1076.jpg");
}
.cid-uFoD0nf9pO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFoD0nf9pO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFoD0nf9pO .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uFoD0nf9pO .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uFoD0nf9pO .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uFoD0nf9pO .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uFoD0nf9pO .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFoD0nf9pO .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uFoD0nf9pO .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uFoD0nf9pO .item {
    margin-bottom: 28px;
  }
}
.cid-uFoD0nf9pO .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uFoD0nf9pO .item .item-wrapper .item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uFoD0nf9pO .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uFoD0nf9pO .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uFoD0nf9pO .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.cid-uFoD0nf9pO .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-uFoD0nf9pO .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uFoD0nf9pO .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uFoD0nf9pO .mbr-text,
.cid-uFoD0nf9pO .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uFoD0nf9pO .item-title {
  color: #ffffff;
}
.cid-uFoD0nf9pO .item-title,
.cid-uFoD0nf9pO .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uFtEKPHMjQ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uFtEKPHMjQ .mbr-text {
    text-align: center;
  }
}
.cid-uFtEKPHMjQ .container-fluid {
  padding: 0;
}
.cid-uFtEKPHMjQ .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-uFtEKPHMjQ img {
  height: 100%;
  object-fit: cover;
}
.cid-uFtEKPHMjQ .mbr-figure {
  height: 100%;
}
.cid-uFtEKPHMjQ .col-lg-6 {
  padding: 0;
}
.cid-uFtEKPHMjQ .row {
  margin: 0;
}
.cid-uFqsSyhHvy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e2124;
}
.cid-uFqsSyhHvy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqsSyhHvy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqsSyhHvy .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uFqsSyhHvy .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFqsSyhHvy .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uFqsSyhHvy .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uFqsSyhHvy .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFqsSyhHvy .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uFqsSyhHvy .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFqsSyhHvy .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uFqsSyhHvy .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFqsSyhHvy .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uFqsSyhHvy .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFqsSyhHvy .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #ff9200;
}
.cid-uFqsSyhHvy .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #b5310b;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uFqsSyhHvy .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #b5310b;
}
.cid-uFqsSyhHvy .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uFqsSyhHvy .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFqsSyhHvy .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uFqsSyhHvy .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFqsSyhHvy .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFqsSyhHvy .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uFqsSyhHvy .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFqsSyhHvy .list-wrapper .list .item-wrap:hover,
.cid-uFqsSyhHvy .list-wrapper .list .item-wrap:focus {
  color: #ff9200;
}
.cid-uFqsSyhHvy .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uFqsSyhHvy .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uFqsSyhHvy .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uFqsSyhHvy .mbr-section-title {
  color: #ffffff;
}
.cid-uFqsSyhHvy .mbr-text {
  color: #ffffff;
}
.cid-uFqsSyhHvy .mbr-desc {
  color: #ffffff;
}
.cid-uFqsSyhHvy .list {
  color: #ffffff;
}
.cid-rymwt0lgln .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-rymwt0lgln .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rymwt0lgln a {
  font-style: normal;
}
.cid-rymwt0lgln .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-rymwt0lgln .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-rymwt0lgln .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-rymwt0lgln .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rymwt0lgln .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rymwt0lgln .nav-item:focus,
.cid-rymwt0lgln .nav-link:focus {
  outline: none;
}
.cid-rymwt0lgln .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rymwt0lgln .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rymwt0lgln .menu-logo {
  margin-right: auto;
}
.cid-rymwt0lgln .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rymwt0lgln .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rymwt0lgln .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-rymwt0lgln .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rymwt0lgln .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rymwt0lgln .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rymwt0lgln .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rymwt0lgln .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rymwt0lgln .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rymwt0lgln .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rymwt0lgln .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rymwt0lgln .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rymwt0lgln .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rymwt0lgln .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rymwt0lgln .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rymwt0lgln .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rymwt0lgln .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rymwt0lgln .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rymwt0lgln .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rymwt0lgln .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rymwt0lgln .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rymwt0lgln .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rymwt0lgln .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rymwt0lgln button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rymwt0lgln button.navbar-toggler:focus {
  outline: none;
}
.cid-rymwt0lgln button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rymwt0lgln button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rymwt0lgln button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rymwt0lgln button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rymwt0lgln button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rymwt0lgln nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rymwt0lgln nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rymwt0lgln nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rymwt0lgln nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rymwt0lgln .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rymwt0lgln .collapsed .btn {
  display: -webkit-flex;
}
.cid-rymwt0lgln .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rymwt0lgln .collapsed .navbar-collapse.collapsing,
.cid-rymwt0lgln .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rymwt0lgln .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rymwt0lgln .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rymwt0lgln .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rymwt0lgln .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rymwt0lgln .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rymwt0lgln .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rymwt0lgln .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rymwt0lgln .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rymwt0lgln .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rymwt0lgln .collapsed button.navbar-toggler {
  display: block;
}
.cid-rymwt0lgln .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rymwt0lgln .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rymwt0lgln .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rymwt0lgln .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rymwt0lgln .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rymwt0lgln .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rymwt0lgln.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rymwt0lgln img {
    height: 3.8rem !important;
  }
  .cid-rymwt0lgln .icon-wrap {
    margin-top: 1rem;
  }
  .cid-rymwt0lgln .menu-wrap {
    flex-direction: column;
  }
  .cid-rymwt0lgln .btn {
    display: -webkit-flex;
  }
  .cid-rymwt0lgln button.navbar-toggler {
    display: block;
  }
  .cid-rymwt0lgln .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-rymwt0lgln .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rymwt0lgln .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rymwt0lgln .navbar-collapse.collapsing,
  .cid-rymwt0lgln .navbar-collapse.show {
    display: block !important;
  }
  .cid-rymwt0lgln .navbar-collapse.collapsing .navbar-nav,
  .cid-rymwt0lgln .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rymwt0lgln .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rymwt0lgln .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rymwt0lgln .navbar-collapse.collapsing .navbar-buttons,
  .cid-rymwt0lgln .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rymwt0lgln .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rymwt0lgln .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rymwt0lgln .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rymwt0lgln .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rymwt0lgln .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rymwt0lgln .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rymwt0lgln .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-rymwt0lgln .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-rymwt0lgln .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-rymwt0lgln .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rymwt0lgln .nav-link:hover,
.cid-rymwt0lgln .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uFtKxtZuhh {
  padding-top: 225px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1920x1278.jpg");
}
.cid-uFtKxtZuhh .row {
  justify-content: flex-end;
}
.cid-uFtKxtZuhh h3 {
  width: fit-content;
  position: relative;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uFtKxtZuhh h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFtKxtZuhh .btn {
  margin: 0.2rem !important;
}
@media (max-width: 767px) {
  .cid-uFtKxtZuhh h3 {
    margin: auto;
    margin-bottom: 1.4rem;
  }
  .cid-uFtKxtZuhh h3:before {
    position: absolute;
    content: '';
    left: -60px;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 40px;
    height: 1px;
    background: currentColor;
  }
}
.cid-uFtKxtZuhh .mbr-text,
.cid-uFtKxtZuhh .mbr-section-btn {
  color: #efefef;
}
.cid-uFtNAfuZ6z {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
@media (max-width: 767px) {
  .cid-uFtNAfuZ6z .mbr-text {
    text-align: center;
  }
}
.cid-uFtNAfuZ6z .container-fluid {
  padding: 0;
}
.cid-uFtNAfuZ6z .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-uFtNAfuZ6z img {
  height: 100%;
  object-fit: cover;
}
.cid-uFtNAfuZ6z .mbr-figure {
  height: 100%;
}
.cid-uFtNAfuZ6z .col-lg-6 {
  padding: 0;
}
.cid-uFtNAfuZ6z .row {
  margin: 0;
}
.cid-uFqsSyhHvy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e2124;
}
.cid-uFqsSyhHvy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqsSyhHvy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqsSyhHvy .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uFqsSyhHvy .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFqsSyhHvy .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uFqsSyhHvy .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uFqsSyhHvy .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFqsSyhHvy .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uFqsSyhHvy .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFqsSyhHvy .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uFqsSyhHvy .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFqsSyhHvy .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uFqsSyhHvy .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFqsSyhHvy .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #ff9200;
}
.cid-uFqsSyhHvy .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #b5310b;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uFqsSyhHvy .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #b5310b;
}
.cid-uFqsSyhHvy .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uFqsSyhHvy .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFqsSyhHvy .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uFqsSyhHvy .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFqsSyhHvy .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFqsSyhHvy .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uFqsSyhHvy .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFqsSyhHvy .list-wrapper .list .item-wrap:hover,
.cid-uFqsSyhHvy .list-wrapper .list .item-wrap:focus {
  color: #ff9200;
}
.cid-uFqsSyhHvy .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uFqsSyhHvy .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uFqsSyhHvy .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uFqsSyhHvy .mbr-section-title {
  color: #ffffff;
}
.cid-uFqsSyhHvy .mbr-text {
  color: #ffffff;
}
.cid-uFqsSyhHvy .mbr-desc {
  color: #ffffff;
}
.cid-uFqsSyhHvy .list {
  color: #ffffff;
}
.cid-rymwt0lgln .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-rymwt0lgln .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rymwt0lgln a {
  font-style: normal;
}
.cid-rymwt0lgln .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-rymwt0lgln .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-rymwt0lgln .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-rymwt0lgln .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rymwt0lgln .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rymwt0lgln .nav-item:focus,
.cid-rymwt0lgln .nav-link:focus {
  outline: none;
}
.cid-rymwt0lgln .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rymwt0lgln .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rymwt0lgln .menu-logo {
  margin-right: auto;
}
.cid-rymwt0lgln .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rymwt0lgln .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rymwt0lgln .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-rymwt0lgln .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rymwt0lgln .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rymwt0lgln .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rymwt0lgln .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rymwt0lgln .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rymwt0lgln .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rymwt0lgln .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rymwt0lgln .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rymwt0lgln .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rymwt0lgln .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rymwt0lgln .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rymwt0lgln .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rymwt0lgln .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rymwt0lgln .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rymwt0lgln .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rymwt0lgln .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rymwt0lgln .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rymwt0lgln .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rymwt0lgln .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rymwt0lgln .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rymwt0lgln button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rymwt0lgln button.navbar-toggler:focus {
  outline: none;
}
.cid-rymwt0lgln button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rymwt0lgln button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rymwt0lgln button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rymwt0lgln button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rymwt0lgln button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rymwt0lgln nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rymwt0lgln nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rymwt0lgln nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rymwt0lgln nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rymwt0lgln .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rymwt0lgln .collapsed .btn {
  display: -webkit-flex;
}
.cid-rymwt0lgln .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rymwt0lgln .collapsed .navbar-collapse.collapsing,
.cid-rymwt0lgln .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rymwt0lgln .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rymwt0lgln .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rymwt0lgln .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rymwt0lgln .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rymwt0lgln .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rymwt0lgln .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rymwt0lgln .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rymwt0lgln .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rymwt0lgln .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rymwt0lgln .collapsed button.navbar-toggler {
  display: block;
}
.cid-rymwt0lgln .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rymwt0lgln .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rymwt0lgln .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rymwt0lgln .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rymwt0lgln .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rymwt0lgln .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rymwt0lgln.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rymwt0lgln img {
    height: 3.8rem !important;
  }
  .cid-rymwt0lgln .icon-wrap {
    margin-top: 1rem;
  }
  .cid-rymwt0lgln .menu-wrap {
    flex-direction: column;
  }
  .cid-rymwt0lgln .btn {
    display: -webkit-flex;
  }
  .cid-rymwt0lgln button.navbar-toggler {
    display: block;
  }
  .cid-rymwt0lgln .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-rymwt0lgln .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rymwt0lgln .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rymwt0lgln .navbar-collapse.collapsing,
  .cid-rymwt0lgln .navbar-collapse.show {
    display: block !important;
  }
  .cid-rymwt0lgln .navbar-collapse.collapsing .navbar-nav,
  .cid-rymwt0lgln .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rymwt0lgln .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rymwt0lgln .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rymwt0lgln .navbar-collapse.collapsing .navbar-buttons,
  .cid-rymwt0lgln .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rymwt0lgln .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rymwt0lgln .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rymwt0lgln .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rymwt0lgln .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rymwt0lgln .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rymwt0lgln .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rymwt0lgln .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-rymwt0lgln .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-rymwt0lgln .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-rymwt0lgln .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rymwt0lgln .nav-link:hover,
.cid-rymwt0lgln .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uFu22tvNRa {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/mbr-1-1920x1080.jpg");
}
.cid-uFu22tvNRa h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-uFu22tvNRa h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFu22tvNRa h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-uFu22tvNRa h3:before,
  .cid-uFu22tvNRa h3:after {
    display: none;
  }
}
.cid-uFu1N2bDwT {
  padding-top: 120px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uFu1N2bDwT .mbr-text {
    text-align: center;
  }
}
.cid-uFu1N2bDwT .mbr-text,
.cid-uFu1N2bDwT .mbr-section-btn {
  color: #767676;
}
.cid-uFqsSyhHvy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e2124;
}
.cid-uFqsSyhHvy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqsSyhHvy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqsSyhHvy .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uFqsSyhHvy .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFqsSyhHvy .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uFqsSyhHvy .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uFqsSyhHvy .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFqsSyhHvy .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uFqsSyhHvy .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFqsSyhHvy .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uFqsSyhHvy .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFqsSyhHvy .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uFqsSyhHvy .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFqsSyhHvy .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #ff9200;
}
.cid-uFqsSyhHvy .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #b5310b;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uFqsSyhHvy .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #b5310b;
}
.cid-uFqsSyhHvy .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uFqsSyhHvy .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFqsSyhHvy .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uFqsSyhHvy .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFqsSyhHvy .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFqsSyhHvy .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uFqsSyhHvy .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFqsSyhHvy .list-wrapper .list .item-wrap:hover,
.cid-uFqsSyhHvy .list-wrapper .list .item-wrap:focus {
  color: #ff9200;
}
.cid-uFqsSyhHvy .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uFqsSyhHvy .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uFqsSyhHvy .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uFqsSyhHvy .mbr-section-title {
  color: #ffffff;
}
.cid-uFqsSyhHvy .mbr-text {
  color: #ffffff;
}
.cid-uFqsSyhHvy .mbr-desc {
  color: #ffffff;
}
.cid-uFqsSyhHvy .list {
  color: #ffffff;
}
.cid-rymwt0lgln .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-rymwt0lgln .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rymwt0lgln a {
  font-style: normal;
}
.cid-rymwt0lgln .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-rymwt0lgln .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-rymwt0lgln .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-rymwt0lgln .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rymwt0lgln .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rymwt0lgln .nav-item:focus,
.cid-rymwt0lgln .nav-link:focus {
  outline: none;
}
.cid-rymwt0lgln .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rymwt0lgln .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rymwt0lgln .menu-logo {
  margin-right: auto;
}
.cid-rymwt0lgln .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rymwt0lgln .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rymwt0lgln .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-rymwt0lgln .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rymwt0lgln .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rymwt0lgln .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rymwt0lgln .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rymwt0lgln .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rymwt0lgln .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rymwt0lgln .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rymwt0lgln .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rymwt0lgln .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rymwt0lgln .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rymwt0lgln .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rymwt0lgln .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rymwt0lgln .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rymwt0lgln .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rymwt0lgln .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rymwt0lgln .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rymwt0lgln .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rymwt0lgln .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rymwt0lgln .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rymwt0lgln .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rymwt0lgln button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rymwt0lgln button.navbar-toggler:focus {
  outline: none;
}
.cid-rymwt0lgln button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rymwt0lgln button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rymwt0lgln button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rymwt0lgln button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rymwt0lgln button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rymwt0lgln nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rymwt0lgln nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rymwt0lgln nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rymwt0lgln nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rymwt0lgln .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rymwt0lgln .collapsed .btn {
  display: -webkit-flex;
}
.cid-rymwt0lgln .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rymwt0lgln .collapsed .navbar-collapse.collapsing,
.cid-rymwt0lgln .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rymwt0lgln .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rymwt0lgln .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rymwt0lgln .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rymwt0lgln .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rymwt0lgln .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rymwt0lgln .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rymwt0lgln .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rymwt0lgln .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rymwt0lgln .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rymwt0lgln .collapsed button.navbar-toggler {
  display: block;
}
.cid-rymwt0lgln .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rymwt0lgln .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rymwt0lgln .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rymwt0lgln .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rymwt0lgln .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rymwt0lgln .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rymwt0lgln.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rymwt0lgln img {
    height: 3.8rem !important;
  }
  .cid-rymwt0lgln .icon-wrap {
    margin-top: 1rem;
  }
  .cid-rymwt0lgln .menu-wrap {
    flex-direction: column;
  }
  .cid-rymwt0lgln .btn {
    display: -webkit-flex;
  }
  .cid-rymwt0lgln button.navbar-toggler {
    display: block;
  }
  .cid-rymwt0lgln .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-rymwt0lgln .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rymwt0lgln .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rymwt0lgln .navbar-collapse.collapsing,
  .cid-rymwt0lgln .navbar-collapse.show {
    display: block !important;
  }
  .cid-rymwt0lgln .navbar-collapse.collapsing .navbar-nav,
  .cid-rymwt0lgln .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rymwt0lgln .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rymwt0lgln .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rymwt0lgln .navbar-collapse.collapsing .navbar-buttons,
  .cid-rymwt0lgln .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rymwt0lgln .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rymwt0lgln .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rymwt0lgln .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rymwt0lgln .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rymwt0lgln .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rymwt0lgln .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rymwt0lgln .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-rymwt0lgln .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-rymwt0lgln .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-rymwt0lgln .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rymwt0lgln .nav-link:hover,
.cid-rymwt0lgln .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uFu2HsW1QA {
  padding-top: 225px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-uFu2HsW1QA h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-uFu2HsW1QA h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFu2HsW1QA h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-uFu2HsW1QA h3:before,
  .cid-uFu2HsW1QA h3:after {
    display: none;
  }
}
.cid-uFu2SF3VrY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uFu2SF3VrY .mbr-text {
    text-align: center;
  }
}
.cid-uFu2SF3VrY .mbr-text,
.cid-uFu2SF3VrY .mbr-section-btn {
  color: #767676;
}
.cid-uFqsSyhHvy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e2124;
}
.cid-uFqsSyhHvy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqsSyhHvy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqsSyhHvy .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uFqsSyhHvy .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFqsSyhHvy .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uFqsSyhHvy .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uFqsSyhHvy .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFqsSyhHvy .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uFqsSyhHvy .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFqsSyhHvy .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uFqsSyhHvy .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFqsSyhHvy .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uFqsSyhHvy .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFqsSyhHvy .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #ff9200;
}
.cid-uFqsSyhHvy .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #b5310b;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uFqsSyhHvy .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #b5310b;
}
.cid-uFqsSyhHvy .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uFqsSyhHvy .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFqsSyhHvy .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uFqsSyhHvy .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFqsSyhHvy .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFqsSyhHvy .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uFqsSyhHvy .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFqsSyhHvy .list-wrapper .list .item-wrap:hover,
.cid-uFqsSyhHvy .list-wrapper .list .item-wrap:focus {
  color: #ff9200;
}
.cid-uFqsSyhHvy .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uFqsSyhHvy .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uFqsSyhHvy .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uFqsSyhHvy .mbr-section-title {
  color: #ffffff;
}
.cid-uFqsSyhHvy .mbr-text {
  color: #ffffff;
}
.cid-uFqsSyhHvy .mbr-desc {
  color: #ffffff;
}
.cid-uFqsSyhHvy .list {
  color: #ffffff;
}
.cid-rymwt0lgln .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-rymwt0lgln .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rymwt0lgln a {
  font-style: normal;
}
.cid-rymwt0lgln .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-rymwt0lgln .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-rymwt0lgln .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-rymwt0lgln .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rymwt0lgln .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rymwt0lgln .nav-item:focus,
.cid-rymwt0lgln .nav-link:focus {
  outline: none;
}
.cid-rymwt0lgln .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rymwt0lgln .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rymwt0lgln .menu-logo {
  margin-right: auto;
}
.cid-rymwt0lgln .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rymwt0lgln .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rymwt0lgln .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-rymwt0lgln .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rymwt0lgln .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rymwt0lgln .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rymwt0lgln .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rymwt0lgln .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rymwt0lgln .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rymwt0lgln .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rymwt0lgln .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rymwt0lgln .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rymwt0lgln .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rymwt0lgln .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rymwt0lgln .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rymwt0lgln .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rymwt0lgln .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rymwt0lgln .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rymwt0lgln .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rymwt0lgln .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rymwt0lgln .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rymwt0lgln .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rymwt0lgln .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rymwt0lgln button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rymwt0lgln button.navbar-toggler:focus {
  outline: none;
}
.cid-rymwt0lgln button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rymwt0lgln button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rymwt0lgln button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rymwt0lgln button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rymwt0lgln button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rymwt0lgln nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rymwt0lgln nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rymwt0lgln nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rymwt0lgln nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rymwt0lgln .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rymwt0lgln .collapsed .btn {
  display: -webkit-flex;
}
.cid-rymwt0lgln .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rymwt0lgln .collapsed .navbar-collapse.collapsing,
.cid-rymwt0lgln .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rymwt0lgln .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rymwt0lgln .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rymwt0lgln .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rymwt0lgln .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rymwt0lgln .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rymwt0lgln .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rymwt0lgln .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rymwt0lgln .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rymwt0lgln .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rymwt0lgln .collapsed button.navbar-toggler {
  display: block;
}
.cid-rymwt0lgln .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rymwt0lgln .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rymwt0lgln .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rymwt0lgln .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rymwt0lgln .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rymwt0lgln .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rymwt0lgln.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rymwt0lgln img {
    height: 3.8rem !important;
  }
  .cid-rymwt0lgln .icon-wrap {
    margin-top: 1rem;
  }
  .cid-rymwt0lgln .menu-wrap {
    flex-direction: column;
  }
  .cid-rymwt0lgln .btn {
    display: -webkit-flex;
  }
  .cid-rymwt0lgln button.navbar-toggler {
    display: block;
  }
  .cid-rymwt0lgln .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-rymwt0lgln .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rymwt0lgln .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rymwt0lgln .navbar-collapse.collapsing,
  .cid-rymwt0lgln .navbar-collapse.show {
    display: block !important;
  }
  .cid-rymwt0lgln .navbar-collapse.collapsing .navbar-nav,
  .cid-rymwt0lgln .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rymwt0lgln .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rymwt0lgln .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rymwt0lgln .navbar-collapse.collapsing .navbar-buttons,
  .cid-rymwt0lgln .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rymwt0lgln .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rymwt0lgln .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rymwt0lgln .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rymwt0lgln .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rymwt0lgln .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rymwt0lgln .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rymwt0lgln .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-rymwt0lgln .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-rymwt0lgln .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-rymwt0lgln .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rymwt0lgln .nav-link:hover,
.cid-rymwt0lgln .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uFu3VAOpFz {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-uFu3VAOpFz h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-uFu3VAOpFz h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uFu3VAOpFz h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-uFu3VAOpFz h3:before,
  .cid-uFu3VAOpFz h3:after {
    display: none;
  }
}
.cid-uFu4QtOmAn {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2f2f2;
}
.cid-uFu4QtOmAn .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uFu4QtOmAn H4 {
  text-align: center;
}
.cid-uFqsSyhHvy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e2124;
}
.cid-uFqsSyhHvy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uFqsSyhHvy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uFqsSyhHvy .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uFqsSyhHvy .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFqsSyhHvy .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uFqsSyhHvy .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uFqsSyhHvy .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uFqsSyhHvy .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uFqsSyhHvy .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFqsSyhHvy .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uFqsSyhHvy .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uFqsSyhHvy .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uFqsSyhHvy .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uFqsSyhHvy .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #ff9200;
}
.cid-uFqsSyhHvy .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #b5310b;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uFqsSyhHvy .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #b5310b;
}
.cid-uFqsSyhHvy .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uFqsSyhHvy .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uFqsSyhHvy .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uFqsSyhHvy .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uFqsSyhHvy .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uFqsSyhHvy .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uFqsSyhHvy .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uFqsSyhHvy .list-wrapper .list .item-wrap:hover,
.cid-uFqsSyhHvy .list-wrapper .list .item-wrap:focus {
  color: #ff9200;
}
.cid-uFqsSyhHvy .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uFqsSyhHvy .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uFqsSyhHvy .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uFqsSyhHvy .mbr-section-title {
  color: #ffffff;
}
.cid-uFqsSyhHvy .mbr-text {
  color: #ffffff;
}
.cid-uFqsSyhHvy .mbr-desc {
  color: #ffffff;
}
.cid-uFqsSyhHvy .list {
  color: #ffffff;
}
.cid-uNfOm8Sy6j .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-uNfOm8Sy6j .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-uNfOm8Sy6j a {
  font-style: normal;
}
.cid-uNfOm8Sy6j .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-uNfOm8Sy6j .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-uNfOm8Sy6j .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-uNfOm8Sy6j .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uNfOm8Sy6j .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uNfOm8Sy6j .nav-item:focus,
.cid-uNfOm8Sy6j .nav-link:focus {
  outline: none;
}
.cid-uNfOm8Sy6j .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uNfOm8Sy6j .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uNfOm8Sy6j .menu-logo {
  margin-right: auto;
}
.cid-uNfOm8Sy6j .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uNfOm8Sy6j .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uNfOm8Sy6j .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-uNfOm8Sy6j .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uNfOm8Sy6j .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uNfOm8Sy6j .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uNfOm8Sy6j .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uNfOm8Sy6j .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uNfOm8Sy6j .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uNfOm8Sy6j .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uNfOm8Sy6j .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uNfOm8Sy6j .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uNfOm8Sy6j .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uNfOm8Sy6j .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNfOm8Sy6j .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uNfOm8Sy6j .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNfOm8Sy6j .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uNfOm8Sy6j .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uNfOm8Sy6j .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uNfOm8Sy6j .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uNfOm8Sy6j .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uNfOm8Sy6j .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uNfOm8Sy6j .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uNfOm8Sy6j button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uNfOm8Sy6j button.navbar-toggler:focus {
  outline: none;
}
.cid-uNfOm8Sy6j button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uNfOm8Sy6j button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uNfOm8Sy6j button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uNfOm8Sy6j button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uNfOm8Sy6j button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uNfOm8Sy6j nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNfOm8Sy6j nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uNfOm8Sy6j nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uNfOm8Sy6j nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uNfOm8Sy6j .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uNfOm8Sy6j .collapsed .btn {
  display: -webkit-flex;
}
.cid-uNfOm8Sy6j .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uNfOm8Sy6j .collapsed .navbar-collapse.collapsing,
.cid-uNfOm8Sy6j .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uNfOm8Sy6j .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uNfOm8Sy6j .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uNfOm8Sy6j .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uNfOm8Sy6j .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uNfOm8Sy6j .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uNfOm8Sy6j .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uNfOm8Sy6j .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uNfOm8Sy6j .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uNfOm8Sy6j .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uNfOm8Sy6j .collapsed button.navbar-toggler {
  display: block;
}
.cid-uNfOm8Sy6j .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uNfOm8Sy6j .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uNfOm8Sy6j .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uNfOm8Sy6j .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uNfOm8Sy6j .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uNfOm8Sy6j .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uNfOm8Sy6j.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uNfOm8Sy6j img {
    height: 3.8rem !important;
  }
  .cid-uNfOm8Sy6j .icon-wrap {
    margin-top: 1rem;
  }
  .cid-uNfOm8Sy6j .menu-wrap {
    flex-direction: column;
  }
  .cid-uNfOm8Sy6j .btn {
    display: -webkit-flex;
  }
  .cid-uNfOm8Sy6j button.navbar-toggler {
    display: block;
  }
  .cid-uNfOm8Sy6j .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-uNfOm8Sy6j .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uNfOm8Sy6j .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uNfOm8Sy6j .navbar-collapse.collapsing,
  .cid-uNfOm8Sy6j .navbar-collapse.show {
    display: block !important;
  }
  .cid-uNfOm8Sy6j .navbar-collapse.collapsing .navbar-nav,
  .cid-uNfOm8Sy6j .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uNfOm8Sy6j .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uNfOm8Sy6j .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uNfOm8Sy6j .navbar-collapse.collapsing .navbar-buttons,
  .cid-uNfOm8Sy6j .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uNfOm8Sy6j .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uNfOm8Sy6j .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uNfOm8Sy6j .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uNfOm8Sy6j .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uNfOm8Sy6j .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uNfOm8Sy6j .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uNfOm8Sy6j .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-uNfOm8Sy6j .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-uNfOm8Sy6j .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-uNfOm8Sy6j .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uNfOm8Sy6j .nav-link:hover,
.cid-uNfOm8Sy6j .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uNfOm9iPlE {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/mbr-3-1920x1280.jpg");
}
.cid-uNfOm9iPlE h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-uNfOm9iPlE h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uNfOm9iPlE h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
@media (max-width: 768px) {
  .cid-uNfOm9iPlE h3:before,
  .cid-uNfOm9iPlE h3:after {
    display: none;
  }
}
.cid-uNfOm9y4ca {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uNfOm9y4ca h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-uNfOm9y4ca p {
  color: #767676;
}
.cid-uNfOm9y4ca .card-wrapper {
  border-top: 1px solid #efefef;
  position: relative;
  justify-content: unset;
}
.cid-uNfOm9y4ca .card-wrapper .card-box {
  padding: 1rem 0;
  width: 100%;
}
.cid-uNfOm9y4ca .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uNfOm9y4ca .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-uNfOm9y4ca .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-uNfOm9y4ca .card-wrapper .card-box .bottom-line p {
    margin: 1rem 0 0 0;
  }
}
.cid-uNfOm9YE62 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-uNfOm9YE62 h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-uNfOm9YE62 p {
  color: #767676;
}
.cid-uNfOm9YE62 .card-wrapper {
  border-top: 1px solid #efefef;
  position: relative;
  justify-content: unset;
}
.cid-uNfOm9YE62 .card-wrapper .card-box {
  padding: 1rem 0;
  width: 100%;
}
.cid-uNfOm9YE62 .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uNfOm9YE62 .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-uNfOm9YE62 .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-uNfOm9YE62 .card-wrapper .card-box .bottom-line p {
    margin: 1rem 0 0 0;
  }
}
.cid-uNfOmaqzLE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uNfOmaqzLE h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-uNfOmaqzLE p {
  color: #767676;
}
.cid-uNfOmaqzLE .card-wrapper {
  border-top: 1px solid #efefef;
  position: relative;
  justify-content: unset;
}
.cid-uNfOmaqzLE .card-wrapper .card-box {
  padding: 1rem 0;
  width: 100%;
}
.cid-uNfOmaqzLE .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uNfOmaqzLE .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-uNfOmaqzLE .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-uNfOmaqzLE .card-wrapper .card-box .bottom-line p {
    margin: 1rem 0 0 0;
  }
}
.cid-uNfOmaPTV3 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f2f2f2;
}
.cid-uNfOmaPTV3 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uNfOmaPTV3 H4 {
  text-align: center;
}
.cid-uNfOmbyES6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #1e2124;
}
.cid-uNfOmbyES6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNfOmbyES6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNfOmbyES6 .content-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uNfOmbyES6 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uNfOmbyES6 .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uNfOmbyES6 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uNfOmbyES6 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNfOmbyES6 .social-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uNfOmbyES6 .social-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uNfOmbyES6 .social-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uNfOmbyES6 .social-wrapper .social-wrap .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uNfOmbyES6 .social-wrapper .social-wrap .soc-wrap .soc-item a {
  display: block;
}
.cid-uNfOmbyES6 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-uNfOmbyES6 .social-wrapper .social-wrap .soc-wrap .soc-item a:hover .mbr-iconfont {
  color: #ff9200;
}
.cid-uNfOmbyES6 .social-wrapper .social-wrap .soc-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #ffffff;
  background-color: #b5310b;
  font-size: 32px;
  border-radius: .5rem;
  transition: all 0.3s ease-in-out;
  margin: 0 8px 8px 0;
}
.cid-uNfOmbyES6 .social-wrapper .social-wrap .soc-wrap .soc-item:nth-child(2n) a .mbr-iconfont {
  background-color: #b5310b;
}
.cid-uNfOmbyES6 .list-wrapper {
  margin-bottom: 78px;
}
@media (max-width: 992px) {
  .cid-uNfOmbyES6 .list-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uNfOmbyES6 .list-wrapper .mbr-desc {
  margin-bottom: 24px;
  opacity: .4;
}
.cid-uNfOmbyES6 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uNfOmbyES6 .list-wrapper .list .item-wrap {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uNfOmbyES6 .list-wrapper .list .item-wrap {
    margin-bottom: 16px;
  }
}
.cid-uNfOmbyES6 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uNfOmbyES6 .list-wrapper .list .item-wrap:hover,
.cid-uNfOmbyES6 .list-wrapper .list .item-wrap:focus {
  color: #ff9200;
}
.cid-uNfOmbyES6 .border-wrap {
  height: 1px;
  background-color: #b9b9b9;
  margin: 78px 0 24px 0;
}
@media (max-width: 992px) {
  .cid-uNfOmbyES6 .border-wrap {
    margin: 0 0 16px 0;
  }
}
.cid-uNfOmbyES6 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uNfOmbyES6 .mbr-section-title {
  color: #ffffff;
}
.cid-uNfOmbyES6 .mbr-text {
  color: #ffffff;
}
.cid-uNfOmbyES6 .mbr-desc {
  color: #ffffff;
}
.cid-uNfOmbyES6 .list {
  color: #ffffff;
}
