body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3.8rem;
  letter-spacing: -1px;
}
.display-1 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.4rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.4rem;
}
.display-4 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  letter-spacing: -1px;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}
.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.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #f3931f !important;
}
.bg-success {
  background-color: #030303 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #767676 !important;
}
.bg-danger {
  background-color: #465052 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f3931f !important;
  border-color: #f3931f !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #f7b668 !important;
  border-color: #f7b668 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f7b668 !important;
  border-color: #f7b668 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff809f !important;
  border-color: #ff809f !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff809f !important;
  border-color: #ff809f !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: #a69e96 !important;
  border-color: #a69e96 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a69e96 !important;
  border-color: #a69e96 !important;
}
.btn-success,
.btn-success:active {
  background-color: #030303 !important;
  border-color: #030303 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #292929 !important;
  border-color: #292929 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #292929 !important;
  border-color: #292929 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9c9c9c !important;
  border-color: #9c9c9c !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9c9c9c !important;
  border-color: #9c9c9c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #465052 !important;
  border-color: #465052 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #69787b !important;
  border-color: #69787b !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #69787b !important;
  border-color: #69787b !important;
}
.btn-white {
  color: #222222 !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: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #a35d09;
  color: #a35d09;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #f3931f;
  border-color: #f3931f;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f3931f !important;
  border-color: #f3931f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !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: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #030303;
  border-color: #030303;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #030303 !important;
  border-color: #030303 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #171a1b;
  color: #171a1b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #465052;
  border-color: #465052;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #465052 !important;
  border-color: #465052 !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: #222222;
  border-color: #222222;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !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: #f3931f !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #030303 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #767676 !important;
}
.text-danger {
  color: #465052 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #f8c280 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ff99b3 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #363636 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a9a9a9 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #758689 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #767676;
}
.alert-danger {
  background-color: #465052;
}
.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: #f3931f;
  border-color: #f3931f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f3931f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fdf0e1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #b5b5b5;
}
.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: #b6b6b6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #bac2c4;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1rem;
  line-height: 1.4;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #f3931f;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f3931f;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f3931f;
  border-bottom-color: #f3931f;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #f3931f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 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='%23f3931f' %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-u1rqSRmpXg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1rqSRmpXg .nav-item,
.cid-u1rqSRmpXg .nav-link,
.cid-u1rqSRmpXg .navbar-caption {
  font-weight: normal;
}
.cid-u1rqSRmpXg .nav-item:focus,
.cid-u1rqSRmpXg .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u1rqSRmpXg .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-u1rqSRmpXg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-u1rqSRmpXg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1rqSRmpXg .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-u1rqSRmpXg .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u1rqSRmpXg .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u1rqSRmpXg .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1rqSRmpXg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1rqSRmpXg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1rqSRmpXg .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
  background: none;
}
.cid-u1rqSRmpXg .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-u1rqSRmpXg .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u1rqSRmpXg .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1rqSRmpXg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1rqSRmpXg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1rqSRmpXg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 5.1rem);
  }
}
.cid-u1rqSRmpXg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u1rqSRmpXg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1rqSRmpXg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1rqSRmpXg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u1rqSRmpXg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1rqSRmpXg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u1rqSRmpXg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u1rqSRmpXg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1rqSRmpXg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1rqSRmpXg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u1rqSRmpXg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1rqSRmpXg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1rqSRmpXg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u1rqSRmpXg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u1rqSRmpXg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1rqSRmpXg .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1rqSRmpXg .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u1rqSRmpXg .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u1rqSRmpXg .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u1rqSRmpXg .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-u1rqSRmpXg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u1rqSRmpXg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u1rqSRmpXg .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1rqSRmpXg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1rqSRmpXg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1rqSRmpXg .dropdown-item.active,
.cid-u1rqSRmpXg .dropdown-item:active {
  background-color: transparent;
}
.cid-u1rqSRmpXg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1rqSRmpXg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1rqSRmpXg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1rqSRmpXg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-u1rqSRmpXg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1rqSRmpXg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1rqSRmpXg ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u1rqSRmpXg .navbar-buttons {
  text-align: center;
}
.cid-u1rqSRmpXg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u1rqSRmpXg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u1rqSRmpXg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u1rqSRmpXg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u1rqSRmpXg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u1rqSRmpXg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u1rqSRmpXg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1rqSRmpXg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u1rqSRmpXg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u1rqSRmpXg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1rqSRmpXg .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u1rqSRmpXg a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u1rqSRmpXg .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-u1rqSRmpXg .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-u1rqSRmpXg .soc-item {
  margin: .5rem .3rem;
}
.cid-u1rqSRmpXg .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u1rqSRmpXg a.nav-link,
.cid-u1rqSRmpXg a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-u1rqSRmpXg a.nav-link .mbr-iconfont-btn,
.cid-u1rqSRmpXg a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-u1rqSRmpXg a.nav-link:hover .mbr-iconfont-btn,
.cid-u1rqSRmpXg a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-u1rqSRmpXg a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1rqSRmpXg .navbar {
    height: 77px;
  }
  .cid-u1rqSRmpXg .navbar.opened {
    height: auto;
  }
  .cid-u1rqSRmpXg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUQodJgNv6 {
  background-image: url("../../../assets/images/woman-office-stretching-work-day.jpg");
}
.cid-tUQodJgNv6 .slider-text-two {
  background: rgba(35, 35, 35, 0) none repeat scroll 0 0;
  backdrop-filter: blur(0px);
  padding: 50px 50px;
  outline: 0px solid #ffffff;
  outline-offset: 0px;
  box-shadow: 0px 0px -1px -16px #cebfaf;
  -moz-box-shadow: 0px 0px -1px -16px #cebfaf;
  -webkit-box-shadow: 0px 0px -1px -16px #cebfaf;
}
.cid-tUQodJgNv6 .mbr-section-title {
  color: #ffffff;
}
.cid-tUQodJgNv6 .mbr-text {
  color: #ffffff;
  letter-spacing: 0px;
  font-weight: 100;
}
.cid-tUQodJgNv6 .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tUQodJgNv6 .mbr-figure img {
  height: 100%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tUQodJgNv6 .slider-text-two {
    outline: 15px solid rgba(35, 35, 35, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 991px) {
  .cid-tUQodJgNv6 .mbr-figure img {
    width: 80% !important;
  }
}
.cid-tUQodJgNv6 .snow1 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve1 10s infinite linear;
}
.cid-tUQodJgNv6 .snow2 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve2 10s infinite linear;
  background-size: 800px;
  filter: blur(1.5px);
}
.cid-tUQodJgNv6 .snow3 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve3 10s infinite linear;
  background-size: 1600px;
  filter: blur(1px);
}
@keyframes neve1 {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 100px 650px;
  }
}
@keyframes neve2 {
  0% {
    background-position: 0px -100px;
  }
  100% {
    background-position: 0px 650px;
  }
}
@keyframes neve3 {
  0% {
    background-position: 0px 100px;
  }
  100% {
    background-position: 300px 650px;
  }
}
.cid-tUQodJgNv6 H3 {
  color: #ffffff;
}
.cid-tUQodJgNv6 .mbr-text DIV {
  text-align: center;
}
.cid-tTHHxV3Va1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/icon-bgrd-cntr.jpg");
}
.cid-tTHHxV3Va1 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-tTHHxV3Va1 img:hover {
  transform: scale(1.1);
}
.cid-tTHHxV3Va1 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-tTHHxV3Va1 h2 {
  padding: 0;
  margin: 0;
}
.cid-tTHHxV3Va1 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tTHHxV3Va1 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-tTHHxV3Va1 .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-tTHHxV3Va1 .mbr-section-btn .btn {
  margin: 0rem !important;
  min-width: 400px;
}
.cid-tTHHxV3Va1 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-tTHHxV3Va1 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-tTHHxV3Va1 .btn {
    min-width: 200px !important;
    padding: 0.6rem 0.8rem !important;
  }
  .cid-tTHHxV3Va1 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-tTHHxV3Va1 H2 {
  color: #333333;
}
.cid-tTHHxV3Va1 .mbr-text {
  color: #efeeee;
  text-align: left;
}
.cid-tTHHxV3Va1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTHHxV3Va1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTHHxV3Va1 H1 {
  color: #f3931f;
  text-align: left;
}
.cid-uXxfLvSpDv {
  position: relative;
  align-items: flex-end;
  padding-bottom: 16px;
  background-color: #333333;
}
.cid-uXxfLvSpDv .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .cid-uXxfLvSpDv .image-wrap {
    padding: 16px;
  }
}
.cid-uXxfLvSpDv .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uXxfLvSpDv .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .cid-uXxfLvSpDv .image-overlay {
    padding: 16px;
  }
}
.cid-uXxfLvSpDv .image-overlay .image-over {
  background-color: #2a2a2a;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 100%;
}
.cid-uXxfLvSpDv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXxfLvSpDv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXxfLvSpDv .row {
  justify-content: center;
}
.cid-uXxfLvSpDv .card-wrapper {
  padding: 90px 30px 90px;
  position: relative;
  z-index: 2;
  background-color: #f3931f;
}
@media (max-width: 992px) {
  .cid-uXxfLvSpDv .card-wrapper {
    padding: 30px 16px;
    margin-top: 300px;
  }
}
.cid-uXxfLvSpDv .card-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 30px;
}
.cid-uXxfLvSpDv .card-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uXxfLvSpDv .card-wrapper .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #ffbe0d;
}
.cid-uXxfLvSpDv .card-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uXxfLvSpDv .card-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uXxfLvSpDv .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uXxfLvSpDv .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXxfLvSpDv .mbr-label,
.cid-uXxfLvSpDv .label-wrapper {
  color: #2a2a2a;
  text-align: center;
}
.cid-uXxfLvSpDv .mbr-section-title {
  color: #fff7ee;
}
.cid-uXxfLvSpDv .mbr-text,
.cid-uXxfLvSpDv .text-wrapper {
  color: #232323;
  text-align: center;
}
.cid-uXxfLvSpDv .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXxfLvSpDv .mbr-section-title,
.cid-uXxfLvSpDv .mbr-section-btn {
  text-align: center;
  color: #333333;
}
.cid-v2g7WkZ1cM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-v2g7WkZ1cM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2g7WkZ1cM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2g7WkZ1cM .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v2g7WkZ1cM .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-v2g7WkZ1cM .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v2g7WkZ1cM .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v2g7WkZ1cM .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2g7WkZ1cM .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v2g7WkZ1cM .main-btn {
  margin-bottom: 80px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v2g7WkZ1cM .main-btn {
    margin-bottom: 0;
    text-align: left;
  }
}
.cid-v2g7WkZ1cM .main-btn .btn {
  margin-bottom: 0;
}
.cid-v2g7WkZ1cM .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v2g7WkZ1cM .items-wrapper .item {
  position: relative;
  padding: 0 12px;
  margin-bottom: 40px;
}
.cid-v2g7WkZ1cM .items-wrapper .item:hover .item-wrapper .image-wrapper .item-img::before,
.cid-v2g7WkZ1cM .items-wrapper .item:focus .item-wrapper .image-wrapper .item-img::before {
  opacity: .5;
}
.cid-v2g7WkZ1cM .items-wrapper .item:hover .item-wrapper .image-wrapper .icon-wrapper .mbr-iconfont,
.cid-v2g7WkZ1cM .items-wrapper .item:focus .item-wrapper .image-wrapper .icon-wrapper .mbr-iconfont {
  transform: translateX(0) rotate(0);
  opacity: 1;
}
.cid-v2g7WkZ1cM .items-wrapper .item .item-wrapper {
  will-change: transform;
  animation: none !important;
}
.cid-v2g7WkZ1cM .items-wrapper .item .item-wrapper .image-wrapper {
  position: relative;
  margin-bottom: 16px;
}
.cid-v2g7WkZ1cM .items-wrapper .item .item-wrapper .image-wrapper .item-img {
  position: relative;
  overflow: hidden;
}
.cid-v2g7WkZ1cM .items-wrapper .item .item-wrapper .image-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #121212;
  opacity: 0;
  pointer-events: none;
  transition: all .5s ease;
}
.cid-v2g7WkZ1cM .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.cid-v2g7WkZ1cM .items-wrapper .item .item-wrapper .image-wrapper .icon-wrapper {
  position: absolute;
  bottom: 16px;
  right: 16px;
}
.cid-v2g7WkZ1cM .items-wrapper .item .item-wrapper .image-wrapper .icon-wrapper .mbr-iconfont {
  width: 34px;
  height: 34px;
  min-width: 34px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #323232;
  opacity: 0;
  transform: translateX(12px) rotate(45deg);
  transition: all .5s ease;
}
.cid-v2g7WkZ1cM .items-wrapper .item .item-wrapper .image-wrapper .label-wrap {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 0 8px 12px;
  background-color: #333333;
  border-radius: 0 0 0 12px;
  z-index: 2;
}
.cid-v2g7WkZ1cM .items-wrapper .item .item-wrapper .image-wrapper .label-wrap .item-label {
  display: inline-flex;
  margin-bottom: 0;
}
.cid-v2g7WkZ1cM .items-wrapper .item .item-wrapper .image-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 12px;
  box-shadow: 10px -6px 0 2px #333333;
}
.cid-v2g7WkZ1cM .items-wrapper .item .item-wrapper .image-wrapper .label-wrap::after {
  content: '';
  position: absolute;
  top: 32px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 12px;
  box-shadow: 10px -6px 0 4px #333333;
}
.cid-v2g7WkZ1cM .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-v2g7WkZ1cM .items-wrapper .item .item-wrapper .item-content .item-date {
  margin-bottom: 0;
}
.cid-v2g7WkZ1cM .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 16px;
}
.cid-v2g7WkZ1cM .items-wrapper .item .item-wrapper .item-content .item-btn .btn {
  margin-bottom: 0;
}
.cid-v2g7WkZ1cM .btn-wrapper {
  margin-left: 2%;
  margin-right: 0;
}
.cid-v2g7WkZ1cM .mbr-section-title {
  color: #808080;
}
.cid-v2g7WkZ1cM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2g7WkZ1cM .item-title {
  color: #ffffff;
}
.cid-v2g7WkZ1cM .item-date {
  color: #808080;
}
.cid-v2g7WkZ1cM .item-label {
  color: #ffffff;
}
.cid-v2g7WkZ1cM .mbr-section-title,
.cid-v2g7WkZ1cM .main-btn {
  color: #f3931f;
  text-align: center;
}
.cid-tTHLpmirRC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-6.jpg");
}
.cid-tTHLpmirRC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tTHLpmirRC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tTHLpmirRC .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-tTHLpmirRC .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-tTHLpmirRC .container {
    padding: 0 20px;
  }
}
.cid-tTHLpmirRC .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-tTHLpmirRC .title-wrapper {
    padding: 50px 0;
  }
}
.cid-tTHLpmirRC .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tTHLpmirRC .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-tTHLpmirRC .mbr-section-title {
  color: #ffffff;
}
.cid-tTHLpmirRC .mbr-section-title,
.cid-tTHLpmirRC .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uiiOZIUGOy {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/anti-cellulite-massage-color.jpg");
  border-top: 3px solid #333333;
  border-bottom: 3px solid #333333;
  margin-top: -3px;
}
.cid-uiiOZIUGOy .carousel,
.cid-uiiOZIUGOy .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uiiOZIUGOy .carousel {
  border: 3px solid #333333;
  padding-top: 100px;
  padding-bottom: 90px;
  background: #333333;
}
.cid-uiiOZIUGOy .carousel .info {
  position: absolute;
  border-radius: 20px;
  background-color: #333333;
  color: #fff;
  padding: 0.2em 30px 0.2em;
  font-size: 1.7em;
  font-family: "Josefin Sans";
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.cid-uiiOZIUGOy .wrapper {
  height: auto;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .cid-uiiOZIUGOy .wrapper {
    width: 80%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uiiOZIUGOy .wrapper {
    width: 100%;
  }
}
.cid-uiiOZIUGOy .iconfont-wrapper {
  font-size: 2rem;
  margin-bottom: 25px;
}
.cid-uiiOZIUGOy .carousel-caption {
  bottom: 40px;
}
.cid-uiiOZIUGOy .carousel-control {
  font-family: 'Moririse2' !important;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 2rem;
  color: #fff;
  opacity: 1;
}
.cid-uiiOZIUGOy .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: .5rem;
}
.cid-uiiOZIUGOy .carousel-control.carousel-control-next {
  right: 0;
  margin-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uiiOZIUGOy .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uiiOZIUGOy H5 {
  text-align: center;
  color: #ffffff;
}
.cid-uiiOZIUGOy P {
  color: #f3931f;
}
.cid-uiiOZIUGOy .mbr-info {
  text-align: center;
}
.cid-uiiTlZK3BV {
  padding-top: 0px;
  padding-bottom: 0px;
  background: linear-gradient(0deg, #333333, #333333);
}
.cid-uiiTlZK3BV .slider-text-two {
  background: rgba(35, 35, 35, 0) none repeat scroll 0 0;
  backdrop-filter: blur(0px);
  padding: 50px 50px;
  outline: 0px solid #ffffff;
  outline-offset: 0px;
  box-shadow: -4px 0px -1px -16px #cebfaf;
  -moz-box-shadow: -4px 0px -1px -16px #cebfaf;
  -webkit-box-shadow: -4px 0px -1px -16px #cebfaf;
}
.cid-uiiTlZK3BV .mbr-section-title {
  color: #ffffff;
}
.cid-uiiTlZK3BV .mbr-text {
  color: #f3931f;
  letter-spacing: 0px;
  font-weight: 100;
}
.cid-uiiTlZK3BV .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uiiTlZK3BV .mbr-figure img {
  height: 100%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uiiTlZK3BV .slider-text-two {
    outline: 15px solid rgba(35, 35, 35, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 991px) {
  .cid-uiiTlZK3BV .mbr-figure img {
    width: 80% !important;
  }
}
.cid-uiiTlZK3BV .snow1 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve1 10s infinite linear;
}
.cid-uiiTlZK3BV .snow2 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve2 10s infinite linear;
  background-size: 800px;
  filter: blur(1.5px);
}
.cid-uiiTlZK3BV .snow3 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve3 10s infinite linear;
  background-size: 1600px;
  filter: blur(1px);
}
@keyframes neve1 {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 100px 650px;
  }
}
@keyframes neve2 {
  0% {
    background-position: 0px -100px;
  }
  100% {
    background-position: 0px 650px;
  }
}
@keyframes neve3 {
  0% {
    background-position: 0px 100px;
  }
  100% {
    background-position: 300px 650px;
  }
}
.cid-uiiTlZK3BV H3 {
  color: #ffffff;
}
.cid-twvEEffNCq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/icon-bgrd-grey.jpg");
}
.cid-twvEEffNCq .showAlerts {
  display: block !important;
}
.cid-twvEEffNCq .rowflexrev {
  display: -webkit-flex;
}
.cid-twvEEffNCq .ws-form-alerts {
  margin-top: 1rem;
}
.cid-twvEEffNCq .title {
  margin-bottom: 2rem;
}
.cid-twvEEffNCq .mbr-section-subtitle {
  color: #fafafa;
}
.cid-twvEEffNCq textarea.form-control {
  min-height: 188px;
}
.cid-twvEEffNCq LABEL {
  color: #232323;
  display: initial;
}
.cid-twvEEffNCq .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-twvEEffNCq .mbr-section-labels {
  color: #ffffff;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-twvEEffNCq .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-twvEEffNCq .mbr-section-gdpr {
  text-align: left;
  color: #ffffff;
  margin-bottom: 0px;
}
.cid-twvEEffNCq .alert {
  margin-bottom: 0;
}
.cid-twvEEffNCq .alert-success {
  background-color: #70c770;
}
.cid-twvEEffNCq .alert-danger {
  background-color: #ff4a52;
}
.cid-twvEEffNCq .btn {
  display: inline-flex;
}
.cid-twvEEffNCq .hidden {
  display: none;
}
.cid-twvEEffNCq .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-twvEEffNCq .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-twvEEffNCq H2 {
  color: #bbbbbb;
  text-align: left;
}
#form-a6 .mbr-section-subtitle {
  text-align: center;
  color: #767676;
}
#form-a6 .form-control-textarea {
  min-height: 188px;
}
#form-a6 .form-control-label {
  color: #232323;
}
.cid-uXxLaQWHPK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #333333;
}
@media (max-width: 767px) {
  .cid-uXxLaQWHPK .content {
    text-align: center;
  }
  .cid-uXxLaQWHPK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXxLaQWHPK .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uXxLaQWHPK .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uXxLaQWHPK .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uXxLaQWHPK .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uXxLaQWHPK .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uXxLaQWHPK .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uXxLaQWHPK .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uXxLaQWHPK .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uXxLaQWHPK .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uXxLaQWHPK .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uXxLaQWHPK .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u1rqSRmpXg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1rqSRmpXg .nav-item,
.cid-u1rqSRmpXg .nav-link,
.cid-u1rqSRmpXg .navbar-caption {
  font-weight: normal;
}
.cid-u1rqSRmpXg .nav-item:focus,
.cid-u1rqSRmpXg .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u1rqSRmpXg .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-u1rqSRmpXg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-u1rqSRmpXg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1rqSRmpXg .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-u1rqSRmpXg .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u1rqSRmpXg .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u1rqSRmpXg .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1rqSRmpXg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1rqSRmpXg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1rqSRmpXg .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
  background: none;
}
.cid-u1rqSRmpXg .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-u1rqSRmpXg .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u1rqSRmpXg .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1rqSRmpXg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1rqSRmpXg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1rqSRmpXg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 5.1rem);
  }
}
.cid-u1rqSRmpXg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u1rqSRmpXg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1rqSRmpXg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1rqSRmpXg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u1rqSRmpXg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1rqSRmpXg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u1rqSRmpXg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u1rqSRmpXg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1rqSRmpXg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1rqSRmpXg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u1rqSRmpXg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1rqSRmpXg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1rqSRmpXg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u1rqSRmpXg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u1rqSRmpXg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1rqSRmpXg .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1rqSRmpXg .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u1rqSRmpXg .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u1rqSRmpXg .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u1rqSRmpXg .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-u1rqSRmpXg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u1rqSRmpXg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u1rqSRmpXg .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1rqSRmpXg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1rqSRmpXg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1rqSRmpXg .dropdown-item.active,
.cid-u1rqSRmpXg .dropdown-item:active {
  background-color: transparent;
}
.cid-u1rqSRmpXg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1rqSRmpXg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1rqSRmpXg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1rqSRmpXg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-u1rqSRmpXg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1rqSRmpXg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1rqSRmpXg ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u1rqSRmpXg .navbar-buttons {
  text-align: center;
}
.cid-u1rqSRmpXg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u1rqSRmpXg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u1rqSRmpXg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u1rqSRmpXg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u1rqSRmpXg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u1rqSRmpXg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u1rqSRmpXg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1rqSRmpXg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u1rqSRmpXg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u1rqSRmpXg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1rqSRmpXg .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u1rqSRmpXg a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u1rqSRmpXg .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-u1rqSRmpXg .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-u1rqSRmpXg .soc-item {
  margin: .5rem .3rem;
}
.cid-u1rqSRmpXg .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u1rqSRmpXg a.nav-link,
.cid-u1rqSRmpXg a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-u1rqSRmpXg a.nav-link .mbr-iconfont-btn,
.cid-u1rqSRmpXg a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-u1rqSRmpXg a.nav-link:hover .mbr-iconfont-btn,
.cid-u1rqSRmpXg a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-u1rqSRmpXg a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1rqSRmpXg .navbar {
    height: 77px;
  }
  .cid-u1rqSRmpXg .navbar.opened {
    height: auto;
  }
  .cid-u1rqSRmpXg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1GXZwgzLZ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s1GXZwgzLZ .mbr-section-subtitle {
  color: #767676;
}
.cid-uXxMQYQD6i {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #333333;
}
@media (max-width: 767px) {
  .cid-uXxMQYQD6i .content {
    text-align: center;
  }
  .cid-uXxMQYQD6i .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXxMQYQD6i .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uXxMQYQD6i .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uXxMQYQD6i .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uXxMQYQD6i .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uXxMQYQD6i .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uXxMQYQD6i .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uXxMQYQD6i .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uXxMQYQD6i .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uXxMQYQD6i .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uXxMQYQD6i .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uXxMQYQD6i .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u1rqSRmpXg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1rqSRmpXg .nav-item,
.cid-u1rqSRmpXg .nav-link,
.cid-u1rqSRmpXg .navbar-caption {
  font-weight: normal;
}
.cid-u1rqSRmpXg .nav-item:focus,
.cid-u1rqSRmpXg .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u1rqSRmpXg .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-u1rqSRmpXg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-u1rqSRmpXg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1rqSRmpXg .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-u1rqSRmpXg .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u1rqSRmpXg .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u1rqSRmpXg .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1rqSRmpXg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1rqSRmpXg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1rqSRmpXg .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
  background: none;
}
.cid-u1rqSRmpXg .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-u1rqSRmpXg .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u1rqSRmpXg .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1rqSRmpXg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1rqSRmpXg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1rqSRmpXg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 5.1rem);
  }
}
.cid-u1rqSRmpXg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u1rqSRmpXg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1rqSRmpXg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1rqSRmpXg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u1rqSRmpXg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1rqSRmpXg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u1rqSRmpXg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u1rqSRmpXg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1rqSRmpXg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1rqSRmpXg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u1rqSRmpXg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1rqSRmpXg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1rqSRmpXg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u1rqSRmpXg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u1rqSRmpXg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1rqSRmpXg .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1rqSRmpXg .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u1rqSRmpXg .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u1rqSRmpXg .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u1rqSRmpXg .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-u1rqSRmpXg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u1rqSRmpXg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u1rqSRmpXg .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1rqSRmpXg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1rqSRmpXg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1rqSRmpXg .dropdown-item.active,
.cid-u1rqSRmpXg .dropdown-item:active {
  background-color: transparent;
}
.cid-u1rqSRmpXg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1rqSRmpXg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1rqSRmpXg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1rqSRmpXg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-u1rqSRmpXg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1rqSRmpXg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1rqSRmpXg ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u1rqSRmpXg .navbar-buttons {
  text-align: center;
}
.cid-u1rqSRmpXg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u1rqSRmpXg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u1rqSRmpXg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u1rqSRmpXg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u1rqSRmpXg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u1rqSRmpXg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u1rqSRmpXg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1rqSRmpXg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u1rqSRmpXg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u1rqSRmpXg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1rqSRmpXg .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u1rqSRmpXg a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u1rqSRmpXg .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-u1rqSRmpXg .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-u1rqSRmpXg .soc-item {
  margin: .5rem .3rem;
}
.cid-u1rqSRmpXg .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u1rqSRmpXg a.nav-link,
.cid-u1rqSRmpXg a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-u1rqSRmpXg a.nav-link .mbr-iconfont-btn,
.cid-u1rqSRmpXg a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-u1rqSRmpXg a.nav-link:hover .mbr-iconfont-btn,
.cid-u1rqSRmpXg a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-u1rqSRmpXg a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1rqSRmpXg .navbar {
    height: 77px;
  }
  .cid-u1rqSRmpXg .navbar.opened {
    height: auto;
  }
  .cid-u1rqSRmpXg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1GYKHrJAf {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-s1GYKHrJAf .mbr-section-subtitle {
  color: #767676;
}
.cid-u1Dj9Z1tZo {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #333333;
}
@media (max-width: 767px) {
  .cid-u1Dj9Z1tZo .content {
    text-align: center;
  }
  .cid-u1Dj9Z1tZo .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u1Dj9Z1tZo .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-u1Dj9Z1tZo .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-u1Dj9Z1tZo .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-u1Dj9Z1tZo .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-u1Dj9Z1tZo .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-u1Dj9Z1tZo .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-u1Dj9Z1tZo .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-u1Dj9Z1tZo .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-u1Dj9Z1tZo .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-u1Dj9Z1tZo .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-u1Dj9Z1tZo .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-u1rqSRmpXg .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1rqSRmpXg .nav-item,
.cid-u1rqSRmpXg .nav-link,
.cid-u1rqSRmpXg .navbar-caption {
  font-weight: normal;
}
.cid-u1rqSRmpXg .nav-item:focus,
.cid-u1rqSRmpXg .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-u1rqSRmpXg .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-u1rqSRmpXg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-u1rqSRmpXg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u1rqSRmpXg .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-u1rqSRmpXg .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-u1rqSRmpXg .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u1rqSRmpXg .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-u1rqSRmpXg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u1rqSRmpXg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u1rqSRmpXg .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
  background: none;
}
.cid-u1rqSRmpXg .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-u1rqSRmpXg .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-u1rqSRmpXg .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-u1rqSRmpXg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u1rqSRmpXg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u1rqSRmpXg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 5.1rem);
  }
}
.cid-u1rqSRmpXg .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-u1rqSRmpXg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u1rqSRmpXg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u1rqSRmpXg .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u1rqSRmpXg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u1rqSRmpXg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-u1rqSRmpXg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-u1rqSRmpXg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u1rqSRmpXg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u1rqSRmpXg .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-u1rqSRmpXg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u1rqSRmpXg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u1rqSRmpXg .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-u1rqSRmpXg .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u1rqSRmpXg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u1rqSRmpXg .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u1rqSRmpXg .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-u1rqSRmpXg .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-u1rqSRmpXg .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-u1rqSRmpXg .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-u1rqSRmpXg .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u1rqSRmpXg .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u1rqSRmpXg .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u1rqSRmpXg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u1rqSRmpXg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u1rqSRmpXg .dropdown-item.active,
.cid-u1rqSRmpXg .dropdown-item:active {
  background-color: transparent;
}
.cid-u1rqSRmpXg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u1rqSRmpXg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u1rqSRmpXg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u1rqSRmpXg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-u1rqSRmpXg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u1rqSRmpXg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u1rqSRmpXg ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u1rqSRmpXg .navbar-buttons {
  text-align: center;
}
.cid-u1rqSRmpXg button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u1rqSRmpXg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u1rqSRmpXg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-u1rqSRmpXg button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-u1rqSRmpXg button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-u1rqSRmpXg button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-u1rqSRmpXg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1rqSRmpXg nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-u1rqSRmpXg nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-u1rqSRmpXg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-u1rqSRmpXg .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-u1rqSRmpXg a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u1rqSRmpXg .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-u1rqSRmpXg .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-u1rqSRmpXg .soc-item {
  margin: .5rem .3rem;
}
.cid-u1rqSRmpXg .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-u1rqSRmpXg a.nav-link,
.cid-u1rqSRmpXg a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-u1rqSRmpXg a.nav-link .mbr-iconfont-btn,
.cid-u1rqSRmpXg a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-u1rqSRmpXg a.nav-link:hover .mbr-iconfont-btn,
.cid-u1rqSRmpXg a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-u1rqSRmpXg a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u1rqSRmpXg .navbar {
    height: 77px;
  }
  .cid-u1rqSRmpXg .navbar.opened {
    height: auto;
  }
  .cid-u1rqSRmpXg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u1PNMZyUeE {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/icon-bgrd-grey.jpg");
}
.cid-u1PNMZyUeE .showAlerts {
  display: block !important;
}
.cid-u1PNMZyUeE .rowflexrev {
  display: -webkit-flex;
}
.cid-u1PNMZyUeE .ws-form-alerts {
  margin-top: 1rem;
}
.cid-u1PNMZyUeE .title {
  margin-bottom: 2rem;
}
.cid-u1PNMZyUeE .mbr-section-subtitle {
  color: #fafafa;
}
.cid-u1PNMZyUeE textarea.form-control {
  min-height: 188px;
}
.cid-u1PNMZyUeE LABEL {
  color: #232323;
  display: initial;
}
.cid-u1PNMZyUeE .mbr-section-terms {
  text-align: center;
  color: #232323;
  margin-bottom: 0px;
}
.cid-u1PNMZyUeE .mbr-section-labels {
  color: #ffffff;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-u1PNMZyUeE .mbr-section-autorespond {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-u1PNMZyUeE .mbr-section-gdpr {
  text-align: left;
  color: #ffffff;
  margin-bottom: 0px;
}
.cid-u1PNMZyUeE .alert {
  margin-bottom: 0;
}
.cid-u1PNMZyUeE .alert-success {
  background-color: #70c770;
}
.cid-u1PNMZyUeE .alert-danger {
  background-color: #ff4a52;
}
.cid-u1PNMZyUeE .btn {
  display: inline-flex;
}
.cid-u1PNMZyUeE .hidden {
  display: none;
}
.cid-u1PNMZyUeE .mbr-alert-success {
  text-align: left;
  color: #ffffff;
}
.cid-u1PNMZyUeE .mbr-alert-danger {
  text-align: left;
  color: #ffffff;
}
.cid-u1PNMZyUeE H2 {
  color: #bbbbbb;
  text-align: center;
}
.cid-u1Dj2kq2Zp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-6.jpg");
}
.cid-u1Dj2kq2Zp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u1Dj2kq2Zp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u1Dj2kq2Zp .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-u1Dj2kq2Zp .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u1Dj2kq2Zp .container {
    padding: 0 20px;
  }
}
.cid-u1Dj2kq2Zp .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-u1Dj2kq2Zp .title-wrapper {
    padding: 50px 0;
  }
}
.cid-u1Dj2kq2Zp .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u1Dj2kq2Zp .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-u1Dj2kq2Zp .mbr-section-title {
  color: #ffffff;
}
.cid-u1Dj2kq2Zp .mbr-section-title,
.cid-u1Dj2kq2Zp .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
#undefined .mbr-section-subtitle {
  text-align: center;
  color: #767676;
}
#undefined .form-control-textarea {
  min-height: 188px;
}
#undefined .form-control-label {
  color: #232323;
}
.cid-uXxMI2OnjT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #333333;
}
@media (max-width: 767px) {
  .cid-uXxMI2OnjT .content {
    text-align: center;
  }
  .cid-uXxMI2OnjT .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uXxMI2OnjT .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uXxMI2OnjT .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uXxMI2OnjT .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uXxMI2OnjT .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uXxMI2OnjT .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uXxMI2OnjT .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uXxMI2OnjT .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uXxMI2OnjT .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uXxMI2OnjT .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uXxMI2OnjT .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uXxMI2OnjT .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYEKKwejk9 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYEKKwejk9 .nav-item,
.cid-uYEKKwejk9 .nav-link,
.cid-uYEKKwejk9 .navbar-caption {
  font-weight: normal;
}
.cid-uYEKKwejk9 .nav-item:focus,
.cid-uYEKKwejk9 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uYEKKwejk9 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-uYEKKwejk9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uYEKKwejk9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYEKKwejk9 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uYEKKwejk9 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uYEKKwejk9 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uYEKKwejk9 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYEKKwejk9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYEKKwejk9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYEKKwejk9 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
  background: none;
}
.cid-uYEKKwejk9 .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-uYEKKwejk9 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uYEKKwejk9 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYEKKwejk9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYEKKwejk9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYEKKwejk9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 5.1rem);
  }
}
.cid-uYEKKwejk9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uYEKKwejk9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYEKKwejk9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYEKKwejk9 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uYEKKwejk9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYEKKwejk9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uYEKKwejk9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uYEKKwejk9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYEKKwejk9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYEKKwejk9 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uYEKKwejk9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYEKKwejk9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYEKKwejk9 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uYEKKwejk9 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uYEKKwejk9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYEKKwejk9 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYEKKwejk9 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uYEKKwejk9 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uYEKKwejk9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uYEKKwejk9 .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-uYEKKwejk9 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uYEKKwejk9 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uYEKKwejk9 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYEKKwejk9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYEKKwejk9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYEKKwejk9 .dropdown-item.active,
.cid-uYEKKwejk9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYEKKwejk9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYEKKwejk9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYEKKwejk9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYEKKwejk9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-uYEKKwejk9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYEKKwejk9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYEKKwejk9 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uYEKKwejk9 .navbar-buttons {
  text-align: center;
}
.cid-uYEKKwejk9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYEKKwejk9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYEKKwejk9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uYEKKwejk9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uYEKKwejk9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uYEKKwejk9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uYEKKwejk9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uYEKKwejk9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uYEKKwejk9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uYEKKwejk9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uYEKKwejk9 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uYEKKwejk9 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYEKKwejk9 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uYEKKwejk9 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uYEKKwejk9 .soc-item {
  margin: .5rem .3rem;
}
.cid-uYEKKwejk9 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYEKKwejk9 a.nav-link,
.cid-uYEKKwejk9 a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uYEKKwejk9 a.nav-link .mbr-iconfont-btn,
.cid-uYEKKwejk9 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uYEKKwejk9 a.nav-link:hover .mbr-iconfont-btn,
.cid-uYEKKwejk9 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uYEKKwejk9 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYEKKwejk9 .navbar {
    height: 77px;
  }
  .cid-uYEKKwejk9 .navbar.opened {
    height: auto;
  }
  .cid-uYEKKwejk9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYEKKx2IMR {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/image4.jpg");
}
.cid-uYEKKx2IMR .slider-text-two {
  background: rgba(35, 35, 35, 0) none repeat scroll 0 0;
  backdrop-filter: blur(0px);
  padding: 50px 50px;
  outline: 0px solid #ffffff;
  outline-offset: 0px;
  box-shadow: -4px 0px -1px -16px #cebfaf;
  -moz-box-shadow: -4px 0px -1px -16px #cebfaf;
  -webkit-box-shadow: -4px 0px -1px -16px #cebfaf;
}
.cid-uYEKKx2IMR .mbr-section-title {
  color: #ffffff;
}
.cid-uYEKKx2IMR .mbr-text {
  color: #ffffff;
  letter-spacing: 0px;
  font-weight: 100;
}
.cid-uYEKKx2IMR .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uYEKKx2IMR .mbr-figure img {
  height: 100%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYEKKx2IMR .slider-text-two {
    outline: 15px solid rgba(35, 35, 35, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 991px) {
  .cid-uYEKKx2IMR .mbr-figure img {
    width: 80% !important;
  }
}
.cid-uYEKKx2IMR .snow1 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve1 10s infinite linear;
}
.cid-uYEKKx2IMR .snow2 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve2 10s infinite linear;
  background-size: 800px;
  filter: blur(1.5px);
}
.cid-uYEKKx2IMR .snow3 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve3 10s infinite linear;
  background-size: 1600px;
  filter: blur(1px);
}
@keyframes neve1 {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 100px 650px;
  }
}
@keyframes neve2 {
  0% {
    background-position: 0px -100px;
  }
  100% {
    background-position: 0px 650px;
  }
}
@keyframes neve3 {
  0% {
    background-position: 0px 100px;
  }
  100% {
    background-position: 300px 650px;
  }
}
.cid-uYEKKx2IMR H3 {
  color: #ffffff;
}
.cid-uYEQLnOC9p {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  background-color: #ffffff;
}
.cid-uYEQLnOC9p .bg-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #ffffff;
  height: 100%;
  width: 30%;
}
.cid-uYEQLnOC9p .card-title {
  color: #f3931f;
}
.cid-uYEQLnOC9p .mbr-text,
.cid-uYEQLnOC9p .mbr-section-btn {
  color: #333333;
}
@media (min-width: 992px) {
  .cid-uYEQLnOC9p .text-wrapper {
    padding-left: 5rem;
  }
  .cid-uYEQLnOC9p .image-wrapper img {
    width: 650px;
    height: 615px;
    object-fit: cover;
  }
  .cid-uYEQLnOC9p .item-btn {
    width: 10.6rem;
    height: 10.6rem;
  }
  .cid-uYEQLnOC9p .item-btn:hover {
    color: #ffffff;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uYEQLnOC9p .text-wrapper {
    padding-left: 2rem;
    position: relative;
  }
  .cid-uYEQLnOC9p .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uYEQLnOC9p .item-btn {
    width: 7rem;
    height: 7rem;
  }
}
@media (max-width: 767px) {
  .cid-uYEQLnOC9p .bg-wrapper {
    display: none;
  }
  .cid-uYEQLnOC9p .text-wrapper {
    text-align: center;
  }
  .cid-uYEQLnOC9p .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uYEQLnOC9p .item-btn {
    width: 7rem;
    height: 7rem;
    position: static;
  }
}
.cid-uYEQLnOC9p .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 600px) {
  .cid-uYEQLnOC9p .card-title {
    letter-spacing: -1px;
  }
}
.cid-uYEKKxxl7q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYEKKxxl7q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYEKKxxl7q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYEKKxxl7q .content-wrapper {
  padding: 0 60px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uYEKKxxl7q .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uYEKKxxl7q .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 80px;
}
@media (max-width: 1199px) {
  .cid-uYEKKxxl7q .content-wrapper .content-wrap {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYEKKxxl7q .content-wrapper .content-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYEKKxxl7q .content-wrapper .content-wrap .text-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-uYEKKxxl7q .content-wrapper .content-wrap .text-wrapper {
    position: static;
  }
}
.cid-uYEKKxxl7q .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uYEKKxxl7q .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uYEKKxxl7q .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYEKKxxl7q .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uYEKKxxl7q .content-wrapper .items-wrapper {
  padding-left: 80px;
  border-left: 3px solid #f3931f;
  width: 50%;
}
@media (max-width: 1199px) {
  .cid-uYEKKxxl7q .content-wrapper .items-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYEKKxxl7q .content-wrapper .items-wrapper {
    border-left: none;
    border-top: 3px solid #f3931f;
    padding-left: 0;
    width: 100%;
  }
}
.cid-uYEKKxxl7q .content-wrapper .items-wrapper .item {
  padding: 32px 0;
}
@media (max-width: 992px) {
  .cid-uYEKKxxl7q .content-wrapper .items-wrapper .item {
    padding: 32px 0 0;
  }
}
.cid-uYEKKxxl7q .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uYEKKxxl7q .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uYEKKxxl7q .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
    margin-bottom: 0;
  }
}
.cid-uYEKKxxl7q .mbr-section-title {
  color: #050f0f;
}
.cid-uYEKKxxl7q .mbr-text {
  color: #050f0f;
}
.cid-uYEKKxxl7q .item-title {
  color: #f3931f;
}
.cid-uYEKKxxl7q .item-text {
  color: #050f0f;
}
.cid-uYEKKxxl7q .mbr-section-title,
.cid-uYEKKxxl7q .icon-wrapper DIV {
  text-align: left;
}
.cid-uYEKKxxl7q .mbr-section-title,
.cid-uYEKKxxl7q .icon-wrapper {
  color: #f3931f;
}
.cid-uYEKKxXwBD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/back-view-man-stretching-work.jpg");
}
.cid-uYEKKxXwBD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYEKKxXwBD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYEKKxXwBD .content-wrapper {
  padding: 0 60px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uYEKKxXwBD .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uYEKKxXwBD .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 80px;
}
@media (max-width: 1199px) {
  .cid-uYEKKxXwBD .content-wrapper .content-wrap {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYEKKxXwBD .content-wrapper .content-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYEKKxXwBD .content-wrapper .content-wrap .text-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-uYEKKxXwBD .content-wrapper .content-wrap .text-wrapper {
    position: static;
  }
}
.cid-uYEKKxXwBD .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uYEKKxXwBD .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uYEKKxXwBD .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYEKKxXwBD .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uYEKKxXwBD .content-wrapper .items-wrapper {
  padding-left: 80px;
  border-left: 3px solid #f3931f;
  width: 50%;
}
@media (max-width: 1199px) {
  .cid-uYEKKxXwBD .content-wrapper .items-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYEKKxXwBD .content-wrapper .items-wrapper {
    border-left: none;
    border-top: 3px solid #f3931f;
    padding-left: 0;
    width: 100%;
  }
}
.cid-uYEKKxXwBD .content-wrapper .items-wrapper .item {
  padding: 32px 0;
}
@media (max-width: 992px) {
  .cid-uYEKKxXwBD .content-wrapper .items-wrapper .item {
    padding: 32px 0 0;
  }
}
.cid-uYEKKxXwBD .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uYEKKxXwBD .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uYEKKxXwBD .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
    margin-bottom: 0;
  }
}
.cid-uYEKKxXwBD .mbr-section-title {
  color: #050f0f;
}
.cid-uYEKKxXwBD .mbr-text {
  color: #050f0f;
}
.cid-uYEKKxXwBD .item-title {
  color: #f3931f;
}
.cid-uYEKKxXwBD .item-text {
  color: #ffffff;
}
.cid-uYEKKxXwBD .mbr-section-title,
.cid-uYEKKxXwBD .icon-wrapper {
  text-align: left;
  color: #f3931f;
}
#undefined .mbr-section-subtitle {
  text-align: center;
  color: #767676;
}
#undefined .form-control-textarea {
  min-height: 188px;
}
#undefined .form-control-label {
  color: #232323;
}
.cid-uYEKKyjhA7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uYEKKyjhA7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYEKKyjhA7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYEKKyjhA7 .content-wrapper {
  padding: 0 60px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-uYEKKyjhA7 .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uYEKKyjhA7 .content-wrapper .content-wrap {
  width: 50%;
  padding-right: 80px;
}
@media (max-width: 1199px) {
  .cid-uYEKKyjhA7 .content-wrapper .content-wrap {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYEKKyjhA7 .content-wrapper .content-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYEKKyjhA7 .content-wrapper .content-wrap .text-wrapper {
  position: sticky;
  top: 32px;
}
@media (max-width: 992px) {
  .cid-uYEKKyjhA7 .content-wrapper .content-wrap .text-wrapper {
    position: static;
  }
}
.cid-uYEKKyjhA7 .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uYEKKyjhA7 .content-wrapper .content-wrap .text-wrapper .mbr-section-title span {
  padding: 0 10px;
  border-radius: 8rem;
  background-color: #ffe66d;
}
@media (max-width: 992px) {
  .cid-uYEKKyjhA7 .content-wrapper .content-wrap .text-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYEKKyjhA7 .content-wrapper .content-wrap .text-wrapper .mbr-text {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-uYEKKyjhA7 .content-wrapper .items-wrapper {
  padding-left: 80px;
  border-left: 3px solid #f3931f;
  width: 50%;
}
@media (max-width: 1199px) {
  .cid-uYEKKyjhA7 .content-wrapper .items-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYEKKyjhA7 .content-wrapper .items-wrapper {
    border-left: none;
    border-top: 3px solid #f3931f;
    padding-left: 0;
    width: 100%;
  }
}
.cid-uYEKKyjhA7 .content-wrapper .items-wrapper .item {
  padding: 32px 0;
}
@media (max-width: 992px) {
  .cid-uYEKKyjhA7 .content-wrapper .items-wrapper .item {
    padding: 32px 0 0;
  }
}
.cid-uYEKKyjhA7 .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 16px;
}
.cid-uYEKKyjhA7 .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uYEKKyjhA7 .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
    margin-bottom: 0;
  }
}
.cid-uYEKKyjhA7 .mbr-section-title {
  color: #050f0f;
}
.cid-uYEKKyjhA7 .mbr-text {
  color: #050f0f;
}
.cid-uYEKKyjhA7 .item-title {
  color: #f3931f;
}
.cid-uYEKKyjhA7 .item-text {
  color: #050f0f;
}
.cid-uYEKKyjhA7 .mbr-section-title,
.cid-uYEKKyjhA7 .icon-wrapper {
  text-align: left;
  color: #f3931f;
}
.cid-uYEKKyFCde {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #333333;
}
.cid-uYEKKyFCde .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYEKKyFCde .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYEKKyFCde .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uYEKKyFCde .container-fluid {
    padding: 0 25px;
  }
}
.cid-uYEKKyFCde .container-fluid .row {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uYEKKyFCde .container {
    padding: 0 25px;
  }
}
.cid-uYEKKyFCde .row {
  border: 1px solid #333333;
}
.cid-uYEKKyFCde .card {
  padding: 0;
}
.cid-uYEKKyFCde .card .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-uYEKKyFCde .card .image-wrapper img {
  height: 100%;
  object-fit: cover;
  max-height: 610px;
}
@media (max-width: 992px) {
  .cid-uYEKKyFCde .card .image-wrapper img {
    max-height: 100%;
    height: 300px;
  }
}
.cid-uYEKKyFCde .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 80px 70px 60px;
  height: 100%;
  background-color: #333333;
}
@media (max-width: 992px) {
  .cid-uYEKKyFCde .title-wrapper {
    padding: 60px 25px;
  }
}
.cid-uYEKKyFCde .title-wrapper .title-wrap {
  width: 100%;
}
.cid-uYEKKyFCde .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uYEKKyFCde .title-wrapper .title-wrap .mbr-text {
  margin-bottom: 20px;
}
.cid-uYEKKyFCde .title-wrapper .title-wrap .mbr-section-btn {
  margin-top: 35px;
}
.cid-uYEKKyFCde .title-wrapper .mbr-desc {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYEKKyFCde .mbr-section-title {
  color: #ffffff;
}
.cid-uYEKKyFCde .mbr-text {
  color: #ffffff;
}
.cid-uYEKKyFCde .mbr-desc {
  color: #ffffff;
}
.cid-uYEKKyFCde .mbr-section-title,
.cid-uYEKKyFCde .mbr-section-btn {
  color: #f3931f;
  text-align: left;
}
.cid-v2gdlc1pU4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-v2gdlc1pU4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2gdlc1pU4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2gdlc1pU4 .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-v2gdlc1pU4 .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-v2gdlc1pU4 .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v2gdlc1pU4 .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-v2gdlc1pU4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2gdlc1pU4 .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-v2gdlc1pU4 .main-btn {
  margin-bottom: 80px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-v2gdlc1pU4 .main-btn {
    margin-bottom: 0;
    text-align: left;
  }
}
.cid-v2gdlc1pU4 .main-btn .btn {
  margin-bottom: 0;
}
.cid-v2gdlc1pU4 .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-v2gdlc1pU4 .items-wrapper .item {
  position: relative;
  padding: 0 12px;
  margin-bottom: 40px;
}
.cid-v2gdlc1pU4 .items-wrapper .item:hover .item-wrapper .image-wrapper .item-img::before,
.cid-v2gdlc1pU4 .items-wrapper .item:focus .item-wrapper .image-wrapper .item-img::before {
  opacity: .5;
}
.cid-v2gdlc1pU4 .items-wrapper .item:hover .item-wrapper .image-wrapper .icon-wrapper .mbr-iconfont,
.cid-v2gdlc1pU4 .items-wrapper .item:focus .item-wrapper .image-wrapper .icon-wrapper .mbr-iconfont {
  transform: translateX(0) rotate(0);
  opacity: 1;
}
.cid-v2gdlc1pU4 .items-wrapper .item .item-wrapper {
  will-change: transform;
  animation: none !important;
}
.cid-v2gdlc1pU4 .items-wrapper .item .item-wrapper .image-wrapper {
  position: relative;
  margin-bottom: 16px;
}
.cid-v2gdlc1pU4 .items-wrapper .item .item-wrapper .image-wrapper .item-img {
  position: relative;
  overflow: hidden;
}
.cid-v2gdlc1pU4 .items-wrapper .item .item-wrapper .image-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #121212;
  opacity: 0;
  pointer-events: none;
  transition: all .5s ease;
}
.cid-v2gdlc1pU4 .items-wrapper .item .item-wrapper .image-wrapper .item-img img {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.cid-v2gdlc1pU4 .items-wrapper .item .item-wrapper .image-wrapper .icon-wrapper {
  position: absolute;
  bottom: 16px;
  right: 16px;
}
.cid-v2gdlc1pU4 .items-wrapper .item .item-wrapper .image-wrapper .icon-wrapper .mbr-iconfont {
  width: 34px;
  height: 34px;
  min-width: 34px;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #323232;
  opacity: 0;
  transform: translateX(12px) rotate(45deg);
  transition: all .5s ease;
}
.cid-v2gdlc1pU4 .items-wrapper .item .item-wrapper .image-wrapper .label-wrap {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 0 8px 12px;
  background-color: #333333;
  border-radius: 0 0 0 12px;
  z-index: 2;
}
.cid-v2gdlc1pU4 .items-wrapper .item .item-wrapper .image-wrapper .label-wrap .item-label {
  display: inline-flex;
  margin-bottom: 0;
}
.cid-v2gdlc1pU4 .items-wrapper .item .item-wrapper .image-wrapper .label-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 12px;
  box-shadow: 10px -6px 0 2px #333333;
}
.cid-v2gdlc1pU4 .items-wrapper .item .item-wrapper .image-wrapper .label-wrap::after {
  content: '';
  position: absolute;
  top: 32px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 12px;
  box-shadow: 10px -6px 0 4px #333333;
}
.cid-v2gdlc1pU4 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 8px;
}
.cid-v2gdlc1pU4 .items-wrapper .item .item-wrapper .item-content .item-date {
  margin-bottom: 0;
}
.cid-v2gdlc1pU4 .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 16px;
}
.cid-v2gdlc1pU4 .items-wrapper .item .item-wrapper .item-content .item-btn .btn {
  margin-bottom: 0;
}
.cid-v2gdlc1pU4 .btn-wrapper {
  margin-left: 2%;
  margin-right: 0;
}
.cid-v2gdlc1pU4 .mbr-section-title {
  color: #808080;
}
.cid-v2gdlc1pU4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v2gdlc1pU4 .item-title {
  color: #ffffff;
}
.cid-v2gdlc1pU4 .item-date {
  color: #808080;
}
.cid-v2gdlc1pU4 .item-label {
  color: #ffffff;
}
.cid-v2gdlc1pU4 .mbr-section-title,
.cid-v2gdlc1pU4 .main-btn {
  color: #f3931f;
  text-align: left;
}
.cid-uYEKKyZyLc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-6.jpg");
}
.cid-uYEKKyZyLc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYEKKyZyLc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYEKKyZyLc .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uYEKKyZyLc .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uYEKKyZyLc .container {
    padding: 0 20px;
  }
}
.cid-uYEKKyZyLc .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-uYEKKyZyLc .title-wrapper {
    padding: 50px 0;
  }
}
.cid-uYEKKyZyLc .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYEKKyZyLc .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYEKKyZyLc .mbr-section-title {
  color: #ffffff;
}
.cid-uYEKKyZyLc .mbr-section-title,
.cid-uYEKKyZyLc .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uYEKKzgmt3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #333333;
}
@media (max-width: 767px) {
  .cid-uYEKKzgmt3 .content {
    text-align: center;
  }
  .cid-uYEKKzgmt3 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYEKKzgmt3 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYEKKzgmt3 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYEKKzgmt3 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uYEKKzgmt3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYEKKzgmt3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uYEKKzgmt3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uYEKKzgmt3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uYEKKzgmt3 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uYEKKzgmt3 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uYEKKzgmt3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uYEKKzgmt3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYETqtvooS .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYETqtvooS .nav-item,
.cid-uYETqtvooS .nav-link,
.cid-uYETqtvooS .navbar-caption {
  font-weight: normal;
}
.cid-uYETqtvooS .nav-item:focus,
.cid-uYETqtvooS .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uYETqtvooS .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-uYETqtvooS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uYETqtvooS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYETqtvooS .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uYETqtvooS .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uYETqtvooS .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uYETqtvooS .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYETqtvooS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYETqtvooS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYETqtvooS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
  background: none;
}
.cid-uYETqtvooS .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-uYETqtvooS .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uYETqtvooS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYETqtvooS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYETqtvooS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYETqtvooS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 5.1rem);
  }
}
.cid-uYETqtvooS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uYETqtvooS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYETqtvooS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYETqtvooS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uYETqtvooS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYETqtvooS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uYETqtvooS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uYETqtvooS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYETqtvooS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYETqtvooS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uYETqtvooS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYETqtvooS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYETqtvooS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uYETqtvooS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uYETqtvooS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYETqtvooS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYETqtvooS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uYETqtvooS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uYETqtvooS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uYETqtvooS .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-uYETqtvooS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uYETqtvooS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uYETqtvooS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYETqtvooS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYETqtvooS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYETqtvooS .dropdown-item.active,
.cid-uYETqtvooS .dropdown-item:active {
  background-color: transparent;
}
.cid-uYETqtvooS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYETqtvooS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYETqtvooS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYETqtvooS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-uYETqtvooS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYETqtvooS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYETqtvooS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uYETqtvooS .navbar-buttons {
  text-align: center;
}
.cid-uYETqtvooS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYETqtvooS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYETqtvooS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uYETqtvooS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uYETqtvooS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uYETqtvooS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uYETqtvooS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uYETqtvooS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uYETqtvooS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uYETqtvooS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uYETqtvooS .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uYETqtvooS a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYETqtvooS .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uYETqtvooS .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uYETqtvooS .soc-item {
  margin: .5rem .3rem;
}
.cid-uYETqtvooS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYETqtvooS a.nav-link,
.cid-uYETqtvooS a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uYETqtvooS a.nav-link .mbr-iconfont-btn,
.cid-uYETqtvooS a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uYETqtvooS a.nav-link:hover .mbr-iconfont-btn,
.cid-uYETqtvooS a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uYETqtvooS a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYETqtvooS .navbar {
    height: 77px;
  }
  .cid-uYETqtvooS .navbar.opened {
    height: auto;
  }
  .cid-uYETqtvooS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYETquEx6g {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/side-view-woman-having-backache-while-working-from-home.jpg");
}
.cid-uYETquEx6g .slider-text-two {
  background: rgba(35, 35, 35, 0) none repeat scroll 0 0;
  backdrop-filter: blur(0px);
  padding: 50px 50px;
  outline: 0px solid #ffffff;
  outline-offset: 0px;
  box-shadow: -4px 0px -1px -16px #cebfaf;
  -moz-box-shadow: -4px 0px -1px -16px #cebfaf;
  -webkit-box-shadow: -4px 0px -1px -16px #cebfaf;
}
.cid-uYETquEx6g .mbr-section-title {
  color: #ffffff;
}
.cid-uYETquEx6g .mbr-text {
  color: #ffffff;
  letter-spacing: 0px;
  font-weight: 100;
}
.cid-uYETquEx6g .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uYETquEx6g .mbr-figure img {
  height: 100%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYETquEx6g .slider-text-two {
    outline: 15px solid rgba(35, 35, 35, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 991px) {
  .cid-uYETquEx6g .mbr-figure img {
    width: 80% !important;
  }
}
.cid-uYETquEx6g .snow1 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve1 10s infinite linear;
}
.cid-uYETquEx6g .snow2 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve2 10s infinite linear;
  background-size: 800px;
  filter: blur(1.5px);
}
.cid-uYETquEx6g .snow3 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve3 10s infinite linear;
  background-size: 1600px;
  filter: blur(1px);
}
@keyframes neve1 {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 100px 650px;
  }
}
@keyframes neve2 {
  0% {
    background-position: 0px -100px;
  }
  100% {
    background-position: 0px 650px;
  }
}
@keyframes neve3 {
  0% {
    background-position: 0px 100px;
  }
  100% {
    background-position: 300px 650px;
  }
}
.cid-uYETquEx6g H3 {
  color: #ffffff;
}
.cid-uYETqvo2N3 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/icon-bgrd-cntr.jpg");
}
.cid-uYETqvo2N3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYETqvo2N3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uYETqvo2N3 .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uYETqvo2N3 .row {
    margin: 0;
  }
}
.cid-uYETqvo2N3 .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uYETqvo2N3 .row .card {
    padding: 0 16px;
  }
}
.cid-uYETqvo2N3 .title-wrapper .mbr-section-title {
  padding: 0 32px 32px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYETqvo2N3 .title-wrapper .mbr-section-title {
    padding: 0 24px 24px;
  }
}
.cid-uYETqvo2N3 .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
  border-top: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uYETqvo2N3 .content-wrapper {
    padding: 24px;
    border-top: none;
  }
}
.cid-uYETqvo2N3 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-uYETqvo2N3 .content-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uYETqvo2N3 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYETqvo2N3 .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uYETqvo2N3 .items {
  border-left: 1px solid #72716b;
  border-top: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uYETqvo2N3 .items {
    border-top: 1px solid #72716b;
  }
}
.cid-uYETqvo2N3 .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uYETqvo2N3 .items .item {
    padding: 24px;
  }
}
.cid-uYETqvo2N3 .items .item:last-child {
  border: none;
}
.cid-uYETqvo2N3 .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 8px;
}
.cid-uYETqvo2N3 .items .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uYETqvo2N3 .image-wrapper {
  padding: 32px;
  border-top: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uYETqvo2N3 .image-wrapper {
    padding: 24px;
    border-top: none;
  }
}
.cid-uYETqvo2N3 .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uYETqvo2N3 .mbr-section-title {
  color: #f3931f;
}
.cid-uYETqvo2N3 .mbr-section-subtitle {
  color: #f3931f;
  text-align: right;
}
.cid-uYETqvo2N3 .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-uYETqvo2N3 .card-title {
  color: #F9F6E0;
}
.cid-uYETqvo2N3 .card-text {
  color: #F9F6E0;
}
.cid-uYETqvo2N3 .card-title,
.cid-uYETqvo2N3 .title-wrapper {
  color: #f3931f;
}
.cid-uYETqw6JsR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-6.jpg");
}
.cid-uYETqw6JsR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYETqw6JsR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYETqw6JsR .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uYETqw6JsR .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uYETqw6JsR .container {
    padding: 0 20px;
  }
}
.cid-uYETqw6JsR .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-uYETqw6JsR .title-wrapper {
    padding: 50px 0;
  }
}
.cid-uYETqw6JsR .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYETqw6JsR .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYETqw6JsR .mbr-section-title {
  color: #ffffff;
}
.cid-uYETqw6JsR .mbr-section-title,
.cid-uYETqw6JsR .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
#undefined .mbr-section-subtitle {
  text-align: center;
  color: #767676;
}
#undefined .form-control-textarea {
  min-height: 188px;
}
#undefined .form-control-label {
  color: #232323;
}
.cid-uYETqwpKny {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #333333;
}
@media (max-width: 767px) {
  .cid-uYETqwpKny .content {
    text-align: center;
  }
  .cid-uYETqwpKny .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYETqwpKny .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYETqwpKny .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYETqwpKny .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uYETqwpKny .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYETqwpKny .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uYETqwpKny .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uYETqwpKny .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uYETqwpKny .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uYETqwpKny .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uYETqwpKny .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uYETqwpKny .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYFrqT0dPx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYFrqT0dPx .nav-item,
.cid-uYFrqT0dPx .nav-link,
.cid-uYFrqT0dPx .navbar-caption {
  font-weight: normal;
}
.cid-uYFrqT0dPx .nav-item:focus,
.cid-uYFrqT0dPx .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uYFrqT0dPx .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-uYFrqT0dPx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uYFrqT0dPx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFrqT0dPx .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uYFrqT0dPx .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uYFrqT0dPx .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uYFrqT0dPx .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYFrqT0dPx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFrqT0dPx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFrqT0dPx .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
  background: none;
}
.cid-uYFrqT0dPx .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-uYFrqT0dPx .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uYFrqT0dPx .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFrqT0dPx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFrqT0dPx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFrqT0dPx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 5.1rem);
  }
}
.cid-uYFrqT0dPx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uYFrqT0dPx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFrqT0dPx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFrqT0dPx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uYFrqT0dPx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFrqT0dPx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uYFrqT0dPx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uYFrqT0dPx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFrqT0dPx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFrqT0dPx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uYFrqT0dPx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFrqT0dPx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFrqT0dPx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uYFrqT0dPx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uYFrqT0dPx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFrqT0dPx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFrqT0dPx .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uYFrqT0dPx .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uYFrqT0dPx .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uYFrqT0dPx .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-uYFrqT0dPx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uYFrqT0dPx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uYFrqT0dPx .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYFrqT0dPx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFrqT0dPx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFrqT0dPx .dropdown-item.active,
.cid-uYFrqT0dPx .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFrqT0dPx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFrqT0dPx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFrqT0dPx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFrqT0dPx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-uYFrqT0dPx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFrqT0dPx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFrqT0dPx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uYFrqT0dPx .navbar-buttons {
  text-align: center;
}
.cid-uYFrqT0dPx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYFrqT0dPx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYFrqT0dPx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uYFrqT0dPx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uYFrqT0dPx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uYFrqT0dPx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uYFrqT0dPx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uYFrqT0dPx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uYFrqT0dPx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uYFrqT0dPx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uYFrqT0dPx .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uYFrqT0dPx a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYFrqT0dPx .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uYFrqT0dPx .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uYFrqT0dPx .soc-item {
  margin: .5rem .3rem;
}
.cid-uYFrqT0dPx .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYFrqT0dPx a.nav-link,
.cid-uYFrqT0dPx a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uYFrqT0dPx a.nav-link .mbr-iconfont-btn,
.cid-uYFrqT0dPx a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uYFrqT0dPx a.nav-link:hover .mbr-iconfont-btn,
.cid-uYFrqT0dPx a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uYFrqT0dPx a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYFrqT0dPx .navbar {
    height: 77px;
  }
  .cid-uYFrqT0dPx .navbar.opened {
    height: auto;
  }
  .cid-uYFrqT0dPx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFrqUIEkf {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr.jpg");
}
.cid-uYFrqUIEkf .slider-text-two {
  background: rgba(35, 35, 35, 0) none repeat scroll 0 0;
  backdrop-filter: blur(0px);
  padding: 50px 50px;
  outline: 0px solid #ffffff;
  outline-offset: 0px;
  box-shadow: -4px 0px -1px -16px #cebfaf;
  -moz-box-shadow: -4px 0px -1px -16px #cebfaf;
  -webkit-box-shadow: -4px 0px -1px -16px #cebfaf;
}
.cid-uYFrqUIEkf .mbr-section-title {
  color: #ffffff;
}
.cid-uYFrqUIEkf .mbr-text {
  color: #ffffff;
  letter-spacing: 0px;
  font-weight: 100;
}
.cid-uYFrqUIEkf .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uYFrqUIEkf .mbr-figure img {
  height: 100%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYFrqUIEkf .slider-text-two {
    outline: 15px solid rgba(35, 35, 35, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 991px) {
  .cid-uYFrqUIEkf .mbr-figure img {
    width: 80% !important;
  }
}
.cid-uYFrqUIEkf .snow1 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve1 10s infinite linear;
}
.cid-uYFrqUIEkf .snow2 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve2 10s infinite linear;
  background-size: 800px;
  filter: blur(1.5px);
}
.cid-uYFrqUIEkf .snow3 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve3 10s infinite linear;
  background-size: 1600px;
  filter: blur(1px);
}
@keyframes neve1 {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 100px 650px;
  }
}
@keyframes neve2 {
  0% {
    background-position: 0px -100px;
  }
  100% {
    background-position: 0px 650px;
  }
}
@keyframes neve3 {
  0% {
    background-position: 0px 100px;
  }
  100% {
    background-position: 300px 650px;
  }
}
.cid-uYFrqUIEkf H3 {
  color: #ffffff;
}
.cid-v2fWfgGumK {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/icon-bgrd-cntr.jpg");
}
.cid-v2fWfgGumK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fWfgGumK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-v2fWfgGumK .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-v2fWfgGumK .row {
    margin: 0;
  }
}
.cid-v2fWfgGumK .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v2fWfgGumK .row .card {
    padding: 0 16px;
  }
}
.cid-v2fWfgGumK .title-wrapper .mbr-section-title {
  padding: 0 32px 32px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2fWfgGumK .title-wrapper .mbr-section-title {
    padding: 0 24px 24px;
  }
}
.cid-v2fWfgGumK .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
  border-top: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-v2fWfgGumK .content-wrapper {
    padding: 24px;
    border-top: none;
  }
}
.cid-v2fWfgGumK .content-wrapper .mbr-section-subtitle {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-v2fWfgGumK .content-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-v2fWfgGumK .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2fWfgGumK .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-v2fWfgGumK .items {
  border-left: 1px solid #72716b;
  border-top: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-v2fWfgGumK .items {
    border-top: 1px solid #72716b;
  }
}
.cid-v2fWfgGumK .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-v2fWfgGumK .items .item {
    padding: 24px;
  }
}
.cid-v2fWfgGumK .items .item:last-child {
  border: none;
}
.cid-v2fWfgGumK .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 8px;
}
.cid-v2fWfgGumK .items .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v2fWfgGumK .image-wrapper {
  padding: 32px;
  border-top: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-v2fWfgGumK .image-wrapper {
    padding: 24px;
    border-top: none;
  }
}
.cid-v2fWfgGumK .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-v2fWfgGumK .mbr-section-title {
  color: #f3931f;
}
.cid-v2fWfgGumK .mbr-section-subtitle {
  color: #f3931f;
  text-align: right;
}
.cid-v2fWfgGumK .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-v2fWfgGumK .card-title {
  color: #F9F6E0;
}
.cid-v2fWfgGumK .card-text {
  color: #F9F6E0;
}
.cid-v2fWfgGumK .card-title,
.cid-v2fWfgGumK .title-wrapper {
  color: #f3931f;
}
.cid-uYFrqWtUur {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-6.jpg");
}
.cid-uYFrqWtUur .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFrqWtUur .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFrqWtUur .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uYFrqWtUur .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uYFrqWtUur .container {
    padding: 0 20px;
  }
}
.cid-uYFrqWtUur .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-uYFrqWtUur .title-wrapper {
    padding: 50px 0;
  }
}
.cid-uYFrqWtUur .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYFrqWtUur .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYFrqWtUur .mbr-section-title {
  color: #ffffff;
}
.cid-uYFrqWtUur .mbr-section-title,
.cid-uYFrqWtUur .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
#undefined .mbr-section-subtitle {
  text-align: center;
  color: #767676;
}
#undefined .form-control-textarea {
  min-height: 188px;
}
#undefined .form-control-label {
  color: #232323;
}
.cid-uYFrqVYY9w {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/icon-bgrd-cntr.jpg");
}
.cid-uYFrqVYY9w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFrqVYY9w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uYFrqVYY9w .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uYFrqVYY9w .row {
    margin: 0;
  }
}
.cid-uYFrqVYY9w .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uYFrqVYY9w .row .card {
    padding: 0 16px;
  }
}
.cid-uYFrqVYY9w .title-wrapper .mbr-section-title {
  padding: 0 32px 32px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYFrqVYY9w .title-wrapper .mbr-section-title {
    padding: 0 24px 24px;
  }
}
.cid-uYFrqVYY9w .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
  border-top: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uYFrqVYY9w .content-wrapper {
    padding: 24px;
    border-top: none;
  }
}
.cid-uYFrqVYY9w .content-wrapper .mbr-section-subtitle {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-uYFrqVYY9w .content-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uYFrqVYY9w .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYFrqVYY9w .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uYFrqVYY9w .items {
  border-left: 1px solid #72716b;
  border-top: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uYFrqVYY9w .items {
    border-top: 1px solid #72716b;
  }
}
.cid-uYFrqVYY9w .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uYFrqVYY9w .items .item {
    padding: 24px;
  }
}
.cid-uYFrqVYY9w .items .item:last-child {
  border: none;
}
.cid-uYFrqVYY9w .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 8px;
}
.cid-uYFrqVYY9w .items .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uYFrqVYY9w .image-wrapper {
  padding: 32px;
  border-top: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uYFrqVYY9w .image-wrapper {
    padding: 24px;
    border-top: none;
  }
}
.cid-uYFrqVYY9w .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uYFrqVYY9w .mbr-section-title {
  color: #f3931f;
}
.cid-uYFrqVYY9w .mbr-section-subtitle {
  color: #f3931f;
  text-align: right;
}
.cid-uYFrqVYY9w .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-uYFrqVYY9w .card-title {
  color: #F9F6E0;
}
.cid-uYFrqVYY9w .card-text {
  color: #F9F6E0;
}
.cid-uYFrqVYY9w .card-title,
.cid-uYFrqVYY9w .title-wrapper {
  color: #f3931f;
}
.cid-uYFrqWVVYL {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #333333;
}
@media (max-width: 767px) {
  .cid-uYFrqWVVYL .content {
    text-align: center;
  }
  .cid-uYFrqWVVYL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYFrqWVVYL .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYFrqWVVYL .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYFrqWVVYL .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uYFrqWVVYL .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYFrqWVVYL .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uYFrqWVVYL .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uYFrqWVVYL .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uYFrqWVVYL .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uYFrqWVVYL .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uYFrqWVVYL .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uYFrqWVVYL .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYQ9TW9qyv .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYQ9TW9qyv .nav-item,
.cid-uYQ9TW9qyv .nav-link,
.cid-uYQ9TW9qyv .navbar-caption {
  font-weight: normal;
}
.cid-uYQ9TW9qyv .nav-item:focus,
.cid-uYQ9TW9qyv .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uYQ9TW9qyv .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-uYQ9TW9qyv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uYQ9TW9qyv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYQ9TW9qyv .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uYQ9TW9qyv .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uYQ9TW9qyv .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uYQ9TW9qyv .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYQ9TW9qyv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYQ9TW9qyv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYQ9TW9qyv .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
  background: none;
}
.cid-uYQ9TW9qyv .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-uYQ9TW9qyv .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uYQ9TW9qyv .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYQ9TW9qyv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYQ9TW9qyv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYQ9TW9qyv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 5.1rem);
  }
}
.cid-uYQ9TW9qyv .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uYQ9TW9qyv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYQ9TW9qyv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYQ9TW9qyv .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uYQ9TW9qyv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYQ9TW9qyv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uYQ9TW9qyv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uYQ9TW9qyv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYQ9TW9qyv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYQ9TW9qyv .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uYQ9TW9qyv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYQ9TW9qyv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYQ9TW9qyv .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uYQ9TW9qyv .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uYQ9TW9qyv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYQ9TW9qyv .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYQ9TW9qyv .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uYQ9TW9qyv .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uYQ9TW9qyv .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uYQ9TW9qyv .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-uYQ9TW9qyv .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uYQ9TW9qyv .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uYQ9TW9qyv .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYQ9TW9qyv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYQ9TW9qyv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYQ9TW9qyv .dropdown-item.active,
.cid-uYQ9TW9qyv .dropdown-item:active {
  background-color: transparent;
}
.cid-uYQ9TW9qyv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYQ9TW9qyv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYQ9TW9qyv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYQ9TW9qyv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-uYQ9TW9qyv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYQ9TW9qyv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYQ9TW9qyv ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uYQ9TW9qyv .navbar-buttons {
  text-align: center;
}
.cid-uYQ9TW9qyv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYQ9TW9qyv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYQ9TW9qyv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uYQ9TW9qyv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uYQ9TW9qyv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uYQ9TW9qyv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uYQ9TW9qyv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uYQ9TW9qyv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uYQ9TW9qyv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uYQ9TW9qyv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uYQ9TW9qyv .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uYQ9TW9qyv a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYQ9TW9qyv .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uYQ9TW9qyv .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uYQ9TW9qyv .soc-item {
  margin: .5rem .3rem;
}
.cid-uYQ9TW9qyv .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYQ9TW9qyv a.nav-link,
.cid-uYQ9TW9qyv a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uYQ9TW9qyv a.nav-link .mbr-iconfont-btn,
.cid-uYQ9TW9qyv a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uYQ9TW9qyv a.nav-link:hover .mbr-iconfont-btn,
.cid-uYQ9TW9qyv a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uYQ9TW9qyv a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYQ9TW9qyv .navbar {
    height: 77px;
  }
  .cid-uYQ9TW9qyv .navbar.opened {
    height: auto;
  }
  .cid-uYQ9TW9qyv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYQciAGhoY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-uYQciAGhoY .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uYQciAGhoY input,
.cid-uYQciAGhoY textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem !important;
  font-size: 1rem;
}
.cid-uYQciAGhoY input:focus,
.cid-uYQciAGhoY textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-uYQciAGhoY .form-control,
.cid-uYQciAGhoY .field-input {
  padding: 0.5rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uYQciAGhoY .form-control:hover,
.cid-uYQciAGhoY .field-input:hover,
.cid-uYQciAGhoY .form-control:focus,
.cid-uYQciAGhoY .field-input:focus {
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uYQciAGhoY input::-webkit-input-placeholder,
.cid-uYQciAGhoY textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-uYQciAGhoY input:-moz-placeholder,
.cid-uYQciAGhoY textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-uYQciAGhoY .jq-selectbox li,
.cid-uYQciAGhoY .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-uYQciAGhoY .jq-selectbox li:hover,
.cid-uYQciAGhoY .jq-selectbox li.selected {
  background-color: #333333;
  color: #ffffff;
}
.cid-uYQciAGhoY .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-uYQciAGhoY .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-uYQciAGhoY img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYQciAGhoY .mbr-form {
  max-width: 450px;
}
.cid-uYQciAGhoY textarea {
  min-height: 150px;
}
.cid-uYQciAGhoY .mbr-text {
  color: #cccccc;
}
.cid-uYQciAGhoY .mbr-form .btn {
  width: 100%;
  justify-content: space-between;
}
.cid-uYQciAGhoY .mbr-form .btn .mbr-iconfont {
  order: 2;
  font-size: 1.5rem;
}
.cid-uYQ9U6T6N2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-6.jpg");
}
.cid-uYQ9U6T6N2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYQ9U6T6N2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYQ9U6T6N2 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uYQ9U6T6N2 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uYQ9U6T6N2 .container {
    padding: 0 20px;
  }
}
.cid-uYQ9U6T6N2 .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-uYQ9U6T6N2 .title-wrapper {
    padding: 50px 0;
  }
}
.cid-uYQ9U6T6N2 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYQ9U6T6N2 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYQ9U6T6N2 .mbr-section-title {
  color: #ffffff;
}
.cid-uYQ9U6T6N2 .mbr-section-title,
.cid-uYQ9U6T6N2 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
#undefined .mbr-section-subtitle {
  text-align: center;
  color: #767676;
}
#undefined .form-control-textarea {
  min-height: 188px;
}
#undefined .form-control-label {
  color: #232323;
}
.cid-uYQ9U7DF4e {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #333333;
}
@media (max-width: 767px) {
  .cid-uYQ9U7DF4e .content {
    text-align: center;
  }
  .cid-uYQ9U7DF4e .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYQ9U7DF4e .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYQ9U7DF4e .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYQ9U7DF4e .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uYQ9U7DF4e .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYQ9U7DF4e .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uYQ9U7DF4e .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uYQ9U7DF4e .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uYQ9U7DF4e .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uYQ9U7DF4e .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uYQ9U7DF4e .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uYQ9U7DF4e .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYFrnJejx0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYFrnJejx0 .nav-item,
.cid-uYFrnJejx0 .nav-link,
.cid-uYFrnJejx0 .navbar-caption {
  font-weight: normal;
}
.cid-uYFrnJejx0 .nav-item:focus,
.cid-uYFrnJejx0 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uYFrnJejx0 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-uYFrnJejx0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uYFrnJejx0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFrnJejx0 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uYFrnJejx0 .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uYFrnJejx0 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uYFrnJejx0 .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYFrnJejx0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFrnJejx0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFrnJejx0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
  background: none;
}
.cid-uYFrnJejx0 .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-uYFrnJejx0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uYFrnJejx0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFrnJejx0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFrnJejx0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFrnJejx0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 5.1rem);
  }
}
.cid-uYFrnJejx0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uYFrnJejx0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFrnJejx0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFrnJejx0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uYFrnJejx0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFrnJejx0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uYFrnJejx0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uYFrnJejx0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFrnJejx0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFrnJejx0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uYFrnJejx0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFrnJejx0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFrnJejx0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uYFrnJejx0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uYFrnJejx0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFrnJejx0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFrnJejx0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uYFrnJejx0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uYFrnJejx0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uYFrnJejx0 .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-uYFrnJejx0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uYFrnJejx0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uYFrnJejx0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYFrnJejx0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFrnJejx0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFrnJejx0 .dropdown-item.active,
.cid-uYFrnJejx0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFrnJejx0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFrnJejx0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFrnJejx0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFrnJejx0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-uYFrnJejx0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFrnJejx0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFrnJejx0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uYFrnJejx0 .navbar-buttons {
  text-align: center;
}
.cid-uYFrnJejx0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYFrnJejx0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYFrnJejx0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uYFrnJejx0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uYFrnJejx0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uYFrnJejx0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uYFrnJejx0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uYFrnJejx0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uYFrnJejx0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uYFrnJejx0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uYFrnJejx0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uYFrnJejx0 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYFrnJejx0 .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uYFrnJejx0 .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uYFrnJejx0 .soc-item {
  margin: .5rem .3rem;
}
.cid-uYFrnJejx0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYFrnJejx0 a.nav-link,
.cid-uYFrnJejx0 a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uYFrnJejx0 a.nav-link .mbr-iconfont-btn,
.cid-uYFrnJejx0 a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uYFrnJejx0 a.nav-link:hover .mbr-iconfont-btn,
.cid-uYFrnJejx0 a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uYFrnJejx0 a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYFrnJejx0 .navbar {
    height: 77px;
  }
  .cid-uYFrnJejx0 .navbar.opened {
    height: auto;
  }
  .cid-uYFrnJejx0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFrnLdiXC {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-8.jpeg");
}
.cid-uYFrnLdiXC .slider-text-two {
  background: rgba(35, 35, 35, 0) none repeat scroll 0 0;
  backdrop-filter: blur(0px);
  padding: 50px 50px;
  outline: 0px solid #ffffff;
  outline-offset: 0px;
  box-shadow: -4px 0px -1px -16px #cebfaf;
  -moz-box-shadow: -4px 0px -1px -16px #cebfaf;
  -webkit-box-shadow: -4px 0px -1px -16px #cebfaf;
}
.cid-uYFrnLdiXC .mbr-section-title {
  color: #ffffff;
}
.cid-uYFrnLdiXC .mbr-text {
  color: #ffffff;
  letter-spacing: 0px;
  font-weight: 100;
}
.cid-uYFrnLdiXC .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uYFrnLdiXC .mbr-figure img {
  height: 100%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYFrnLdiXC .slider-text-two {
    outline: 15px solid rgba(35, 35, 35, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 991px) {
  .cid-uYFrnLdiXC .mbr-figure img {
    width: 80% !important;
  }
}
.cid-uYFrnLdiXC .snow1 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve1 10s infinite linear;
}
.cid-uYFrnLdiXC .snow2 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve2 10s infinite linear;
  background-size: 800px;
  filter: blur(1.5px);
}
.cid-uYFrnLdiXC .snow3 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve3 10s infinite linear;
  background-size: 1600px;
  filter: blur(1px);
}
@keyframes neve1 {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 100px 650px;
  }
}
@keyframes neve2 {
  0% {
    background-position: 0px -100px;
  }
  100% {
    background-position: 0px 650px;
  }
}
@keyframes neve3 {
  0% {
    background-position: 0px 100px;
  }
  100% {
    background-position: 300px 650px;
  }
}
.cid-uYFrnLdiXC H3 {
  color: #ffffff;
}
.cid-uYFrnMx1wV {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/icon-bgrd-cntr.jpg");
}
.cid-uYFrnMx1wV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFrnMx1wV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uYFrnMx1wV .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uYFrnMx1wV .row {
    margin: 0;
  }
}
.cid-uYFrnMx1wV .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uYFrnMx1wV .row .card {
    padding: 0 16px;
  }
}
.cid-uYFrnMx1wV .title-wrapper .mbr-section-title {
  padding: 0 32px 32px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYFrnMx1wV .title-wrapper .mbr-section-title {
    padding: 0 24px 24px;
  }
}
.cid-uYFrnMx1wV .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
  border-top: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uYFrnMx1wV .content-wrapper {
    padding: 24px;
    border-top: none;
  }
}
.cid-uYFrnMx1wV .content-wrapper .mbr-section-subtitle {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-uYFrnMx1wV .content-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uYFrnMx1wV .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYFrnMx1wV .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uYFrnMx1wV .items {
  border-left: 1px solid #72716b;
  border-top: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uYFrnMx1wV .items {
    border-top: 1px solid #72716b;
  }
}
.cid-uYFrnMx1wV .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uYFrnMx1wV .items .item {
    padding: 24px;
  }
}
.cid-uYFrnMx1wV .items .item:last-child {
  border: none;
}
.cid-uYFrnMx1wV .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 8px;
}
.cid-uYFrnMx1wV .items .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uYFrnMx1wV .image-wrapper {
  padding: 32px;
  border-top: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uYFrnMx1wV .image-wrapper {
    padding: 24px;
    border-top: none;
  }
}
.cid-uYFrnMx1wV .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uYFrnMx1wV .mbr-section-title {
  color: #f3931f;
}
.cid-uYFrnMx1wV .mbr-section-subtitle {
  color: #f3931f;
  text-align: right;
}
.cid-uYFrnMx1wV .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-uYFrnMx1wV .card-title {
  color: #F9F6E0;
}
.cid-uYFrnMx1wV .card-text {
  color: #F9F6E0;
}
.cid-uYFrnMx1wV .card-title,
.cid-uYFrnMx1wV .title-wrapper {
  color: #f3931f;
}
.cid-uYFrnN4fIS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-6.jpg");
}
.cid-uYFrnN4fIS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFrnN4fIS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFrnN4fIS .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uYFrnN4fIS .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uYFrnN4fIS .container {
    padding: 0 20px;
  }
}
.cid-uYFrnN4fIS .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-uYFrnN4fIS .title-wrapper {
    padding: 50px 0;
  }
}
.cid-uYFrnN4fIS .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYFrnN4fIS .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYFrnN4fIS .mbr-section-title {
  color: #ffffff;
}
.cid-uYFrnN4fIS .mbr-section-title,
.cid-uYFrnN4fIS .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
#undefined .mbr-section-subtitle {
  text-align: center;
  color: #767676;
}
#undefined .form-control-textarea {
  min-height: 188px;
}
#undefined .form-control-label {
  color: #232323;
}
.cid-uYFrnNDoWr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #333333;
}
@media (max-width: 767px) {
  .cid-uYFrnNDoWr .content {
    text-align: center;
  }
  .cid-uYFrnNDoWr .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYFrnNDoWr .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYFrnNDoWr .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYFrnNDoWr .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uYFrnNDoWr .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYFrnNDoWr .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uYFrnNDoWr .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uYFrnNDoWr .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uYFrnNDoWr .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uYFrnNDoWr .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uYFrnNDoWr .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uYFrnNDoWr .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uYFrs4eQGV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYFrs4eQGV .nav-item,
.cid-uYFrs4eQGV .nav-link,
.cid-uYFrs4eQGV .navbar-caption {
  font-weight: normal;
}
.cid-uYFrs4eQGV .nav-item:focus,
.cid-uYFrs4eQGV .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uYFrs4eQGV .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-uYFrs4eQGV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-uYFrs4eQGV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFrs4eQGV .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-uYFrs4eQGV .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uYFrs4eQGV .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uYFrs4eQGV .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uYFrs4eQGV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFrs4eQGV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFrs4eQGV .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
  background: none;
}
.cid-uYFrs4eQGV .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-uYFrs4eQGV .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-uYFrs4eQGV .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFrs4eQGV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFrs4eQGV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFrs4eQGV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 5.1rem);
  }
}
.cid-uYFrs4eQGV .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uYFrs4eQGV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFrs4eQGV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFrs4eQGV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uYFrs4eQGV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFrs4eQGV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uYFrs4eQGV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uYFrs4eQGV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFrs4eQGV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFrs4eQGV .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uYFrs4eQGV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFrs4eQGV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFrs4eQGV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uYFrs4eQGV .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uYFrs4eQGV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFrs4eQGV .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFrs4eQGV .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uYFrs4eQGV .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uYFrs4eQGV .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uYFrs4eQGV .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-uYFrs4eQGV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uYFrs4eQGV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uYFrs4eQGV .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uYFrs4eQGV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFrs4eQGV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFrs4eQGV .dropdown-item.active,
.cid-uYFrs4eQGV .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFrs4eQGV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFrs4eQGV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFrs4eQGV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFrs4eQGV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-uYFrs4eQGV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFrs4eQGV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFrs4eQGV ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uYFrs4eQGV .navbar-buttons {
  text-align: center;
}
.cid-uYFrs4eQGV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uYFrs4eQGV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uYFrs4eQGV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uYFrs4eQGV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uYFrs4eQGV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uYFrs4eQGV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uYFrs4eQGV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uYFrs4eQGV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uYFrs4eQGV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uYFrs4eQGV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uYFrs4eQGV .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uYFrs4eQGV a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYFrs4eQGV .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uYFrs4eQGV .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-uYFrs4eQGV .soc-item {
  margin: .5rem .3rem;
}
.cid-uYFrs4eQGV .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uYFrs4eQGV a.nav-link,
.cid-uYFrs4eQGV a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-uYFrs4eQGV a.nav-link .mbr-iconfont-btn,
.cid-uYFrs4eQGV a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-uYFrs4eQGV a.nav-link:hover .mbr-iconfont-btn,
.cid-uYFrs4eQGV a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-uYFrs4eQGV a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYFrs4eQGV .navbar {
    height: 77px;
  }
  .cid-uYFrs4eQGV .navbar.opened {
    height: auto;
  }
  .cid-uYFrs4eQGV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFrs5l7pC {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/image.webp");
}
.cid-uYFrs5l7pC .slider-text-two {
  background: rgba(35, 35, 35, 0) none repeat scroll 0 0;
  backdrop-filter: blur(0px);
  padding: 50px 50px;
  outline: 0px solid #ffffff;
  outline-offset: 0px;
  box-shadow: -4px 0px -1px -16px #cebfaf;
  -moz-box-shadow: -4px 0px -1px -16px #cebfaf;
  -webkit-box-shadow: -4px 0px -1px -16px #cebfaf;
}
.cid-uYFrs5l7pC .mbr-section-title {
  color: #ffffff;
}
.cid-uYFrs5l7pC .mbr-text {
  color: #ffffff;
  letter-spacing: 0px;
  font-weight: 100;
}
.cid-uYFrs5l7pC .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-uYFrs5l7pC .mbr-figure img {
  height: 100%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYFrs5l7pC .slider-text-two {
    outline: 15px solid rgba(35, 35, 35, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 991px) {
  .cid-uYFrs5l7pC .mbr-figure img {
    width: 80% !important;
  }
}
.cid-uYFrs5l7pC .snow1 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve1 10s infinite linear;
}
.cid-uYFrs5l7pC .snow2 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve2 10s infinite linear;
  background-size: 800px;
  filter: blur(1.5px);
}
.cid-uYFrs5l7pC .snow3 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve3 10s infinite linear;
  background-size: 1600px;
  filter: blur(1px);
}
@keyframes neve1 {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 100px 650px;
  }
}
@keyframes neve2 {
  0% {
    background-position: 0px -100px;
  }
  100% {
    background-position: 0px 650px;
  }
}
@keyframes neve3 {
  0% {
    background-position: 0px 100px;
  }
  100% {
    background-position: 300px 650px;
  }
}
.cid-uYFrs5l7pC H3 {
  color: #ffffff;
}
.cid-uYFrs6rIS6 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/icon-bgrd-cntr.jpg");
}
.cid-uYFrs6rIS6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFrs6rIS6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uYFrs6rIS6 .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-uYFrs6rIS6 .row {
    margin: 0;
  }
}
.cid-uYFrs6rIS6 .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uYFrs6rIS6 .row .card {
    padding: 0 16px;
  }
}
.cid-uYFrs6rIS6 .title-wrapper .mbr-section-title {
  padding: 0 32px 32px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYFrs6rIS6 .title-wrapper .mbr-section-title {
    padding: 0 24px 24px;
  }
}
.cid-uYFrs6rIS6 .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
  border-top: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uYFrs6rIS6 .content-wrapper {
    padding: 24px;
    border-top: none;
  }
}
.cid-uYFrs6rIS6 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-uYFrs6rIS6 .content-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-uYFrs6rIS6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYFrs6rIS6 .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uYFrs6rIS6 .items {
  border-left: 1px solid #72716b;
  border-top: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uYFrs6rIS6 .items {
    border-top: 1px solid #72716b;
  }
}
.cid-uYFrs6rIS6 .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uYFrs6rIS6 .items .item {
    padding: 24px;
  }
}
.cid-uYFrs6rIS6 .items .item:last-child {
  border: none;
}
.cid-uYFrs6rIS6 .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 8px;
}
.cid-uYFrs6rIS6 .items .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uYFrs6rIS6 .image-wrapper {
  padding: 32px;
  border-top: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-uYFrs6rIS6 .image-wrapper {
    padding: 24px;
    border-top: none;
  }
}
.cid-uYFrs6rIS6 .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-uYFrs6rIS6 .mbr-section-title {
  color: #f3931f;
}
.cid-uYFrs6rIS6 .mbr-section-subtitle {
  color: #f3931f;
  text-align: right;
}
.cid-uYFrs6rIS6 .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-uYFrs6rIS6 .card-title {
  color: #F9F6E0;
}
.cid-uYFrs6rIS6 .card-text {
  color: #F9F6E0;
}
.cid-uYFrs6rIS6 .card-title,
.cid-uYFrs6rIS6 .title-wrapper {
  color: #f3931f;
}
.cid-uYFrs6WWNt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-6.jpg");
}
.cid-uYFrs6WWNt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFrs6WWNt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFrs6WWNt .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uYFrs6WWNt .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uYFrs6WWNt .container {
    padding: 0 20px;
  }
}
.cid-uYFrs6WWNt .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-uYFrs6WWNt .title-wrapper {
    padding: 50px 0;
  }
}
.cid-uYFrs6WWNt .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYFrs6WWNt .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYFrs6WWNt .mbr-section-title {
  color: #ffffff;
}
.cid-uYFrs6WWNt .mbr-section-title,
.cid-uYFrs6WWNt .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
#undefined .mbr-section-subtitle {
  text-align: center;
  color: #767676;
}
#undefined .form-control-textarea {
  min-height: 188px;
}
#undefined .form-control-label {
  color: #232323;
}
.cid-uYFrs7oOa4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #333333;
}
@media (max-width: 767px) {
  .cid-uYFrs7oOa4 .content {
    text-align: center;
  }
  .cid-uYFrs7oOa4 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYFrs7oOa4 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uYFrs7oOa4 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uYFrs7oOa4 .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-uYFrs7oOa4 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uYFrs7oOa4 .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-uYFrs7oOa4 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uYFrs7oOa4 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-uYFrs7oOa4 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uYFrs7oOa4 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uYFrs7oOa4 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uYFrs7oOa4 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-v2fYipKalQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e909';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v2fYipKalQ .nav-item,
.cid-v2fYipKalQ .nav-link,
.cid-v2fYipKalQ .navbar-caption {
  font-weight: normal;
}
.cid-v2fYipKalQ .nav-item:focus,
.cid-v2fYipKalQ .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v2fYipKalQ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
}
.cid-v2fYipKalQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cid-v2fYipKalQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v2fYipKalQ .dropdown .dropdown-menu .dropdown-item:hover {
  padding-right: 2.5385em;
  padding-left: 3.5385em;
}
.cid-v2fYipKalQ .dropdown .dropdown-menu .dropdown-item:hover .soc-item .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v2fYipKalQ .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v2fYipKalQ .dropdown .dropdown-menu .dropdown-item .soc-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v2fYipKalQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2fYipKalQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v2fYipKalQ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #333333;
  background: none;
}
.cid-v2fYipKalQ .navbar.opened {
  transition: all .3s;
  background: #333333 !important;
}
.cid-v2fYipKalQ .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-v2fYipKalQ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2fYipKalQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2fYipKalQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2fYipKalQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(99vh - 5.1rem);
  }
}
.cid-v2fYipKalQ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v2fYipKalQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2fYipKalQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2fYipKalQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v2fYipKalQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2fYipKalQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-v2fYipKalQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v2fYipKalQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2fYipKalQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2fYipKalQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v2fYipKalQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2fYipKalQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2fYipKalQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v2fYipKalQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v2fYipKalQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2fYipKalQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v2fYipKalQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v2fYipKalQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v2fYipKalQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v2fYipKalQ .navbar.navbar-short {
  background: #333333 !important;
  min-height: 60px;
}
.cid-v2fYipKalQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v2fYipKalQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v2fYipKalQ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v2fYipKalQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v2fYipKalQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2fYipKalQ .dropdown-item.active,
.cid-v2fYipKalQ .dropdown-item:active {
  background-color: transparent;
}
.cid-v2fYipKalQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2fYipKalQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2fYipKalQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2fYipKalQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #333333;
}
.cid-v2fYipKalQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v2fYipKalQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2fYipKalQ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v2fYipKalQ .navbar-buttons {
  text-align: center;
}
.cid-v2fYipKalQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v2fYipKalQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v2fYipKalQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v2fYipKalQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v2fYipKalQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v2fYipKalQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v2fYipKalQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v2fYipKalQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v2fYipKalQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v2fYipKalQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v2fYipKalQ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v2fYipKalQ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v2fYipKalQ .soc-item .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-v2fYipKalQ .soc-item .mbr-iconfont:before {
  padding: .5rem;
  border: 1px solid;
  border-radius: 100px;
}
.cid-v2fYipKalQ .soc-item {
  margin: .5rem .3rem;
}
.cid-v2fYipKalQ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v2fYipKalQ a.nav-link,
.cid-v2fYipKalQ a.dropdown-item {
  display: flex;
  align-items: center;
}
.cid-v2fYipKalQ a.nav-link .mbr-iconfont-btn,
.cid-v2fYipKalQ a.dropdown-item .mbr-iconfont-btn {
  margin-right: 10px;
}
.cid-v2fYipKalQ a.nav-link:hover .mbr-iconfont-btn,
.cid-v2fYipKalQ a.dropdown-item:hover .mbr-iconfont-btn {
  opacity: 0;
  margin-left: -20px;
}
.cid-v2fYipKalQ a.dropdown-item .mbr-iconfont-btn {
  margin-top: -4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2fYipKalQ .navbar {
    height: 77px;
  }
  .cid-v2fYipKalQ .navbar.opened {
    height: auto;
  }
  .cid-v2fYipKalQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2fYireebb {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-5.jpg");
}
.cid-v2fYireebb .slider-text-two {
  background: rgba(35, 35, 35, 0) none repeat scroll 0 0;
  backdrop-filter: blur(0px);
  padding: 50px 50px;
  outline: 0px solid #ffffff;
  outline-offset: 0px;
  box-shadow: -4px 0px -1px -16px #cebfaf;
  -moz-box-shadow: -4px 0px -1px -16px #cebfaf;
  -webkit-box-shadow: -4px 0px -1px -16px #cebfaf;
}
.cid-v2fYireebb .mbr-section-title {
  color: #ffffff;
}
.cid-v2fYireebb .mbr-text {
  color: #ffffff;
  letter-spacing: 0px;
  font-weight: 100;
}
.cid-v2fYireebb .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-v2fYireebb .mbr-figure img {
  height: 100%;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2fYireebb .slider-text-two {
    outline: 15px solid rgba(35, 35, 35, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (max-width: 991px) {
  .cid-v2fYireebb .mbr-figure img {
    width: 80% !important;
  }
}
.cid-v2fYireebb .snow1 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve1 10s infinite linear;
}
.cid-v2fYireebb .snow2 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve2 10s infinite linear;
  background-size: 800px;
  filter: blur(1.5px);
}
.cid-v2fYireebb .snow3 {
  background: url(https://ya-webdesign.com/images250_/snow-background-png.png);
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: neve3 10s infinite linear;
  background-size: 1600px;
  filter: blur(1px);
}
@keyframes neve1 {
  0% {
    background-position: 0px 0px;
  }
  100% {
    background-position: 100px 650px;
  }
}
@keyframes neve2 {
  0% {
    background-position: 0px -100px;
  }
  100% {
    background-position: 0px 650px;
  }
}
@keyframes neve3 {
  0% {
    background-position: 0px 100px;
  }
  100% {
    background-position: 300px 650px;
  }
}
.cid-v2fYireebb H3 {
  color: #ffffff;
}
.cid-v2fYirKss2 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/icon-bgrd-cntr.jpg");
}
.cid-v2fYirKss2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fYirKss2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-v2fYirKss2 .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-v2fYirKss2 .row {
    margin: 0;
  }
}
.cid-v2fYirKss2 .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v2fYirKss2 .row .card {
    padding: 0 16px;
  }
}
.cid-v2fYirKss2 .title-wrapper .mbr-section-title {
  padding: 0 32px 32px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2fYirKss2 .title-wrapper .mbr-section-title {
    padding: 0 24px 24px;
  }
}
.cid-v2fYirKss2 .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
  border-top: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-v2fYirKss2 .content-wrapper {
    padding: 24px;
    border-top: none;
  }
}
.cid-v2fYirKss2 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-v2fYirKss2 .content-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-v2fYirKss2 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2fYirKss2 .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-v2fYirKss2 .items {
  border-left: 1px solid #72716b;
  border-top: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-v2fYirKss2 .items {
    border-top: 1px solid #72716b;
  }
}
.cid-v2fYirKss2 .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-v2fYirKss2 .items .item {
    padding: 24px;
  }
}
.cid-v2fYirKss2 .items .item:last-child {
  border: none;
}
.cid-v2fYirKss2 .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 8px;
}
.cid-v2fYirKss2 .items .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v2fYirKss2 .image-wrapper {
  padding: 32px;
  border-top: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-v2fYirKss2 .image-wrapper {
    padding: 24px;
    border-top: none;
  }
}
.cid-v2fYirKss2 .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-v2fYirKss2 .mbr-section-title {
  color: #f3931f;
}
.cid-v2fYirKss2 .mbr-section-subtitle {
  color: #f3931f;
  text-align: right;
}
.cid-v2fYirKss2 .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-v2fYirKss2 .card-title {
  color: #F9F6E0;
}
.cid-v2fYirKss2 .card-text {
  color: #F9F6E0;
}
.cid-v2fYirKss2 .card-title,
.cid-v2fYirKss2 .title-wrapper {
  color: #f3931f;
}
.cid-v2fYis9q0s {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/mbr-6.jpg");
}
.cid-v2fYis9q0s .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fYis9q0s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2fYis9q0s .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-v2fYis9q0s .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v2fYis9q0s .container {
    padding: 0 20px;
  }
}
.cid-v2fYis9q0s .title-wrapper {
  padding: 150px 0;
}
@media (max-width: 768px) {
  .cid-v2fYis9q0s .title-wrapper {
    padding: 50px 0;
  }
}
.cid-v2fYis9q0s .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2fYis9q0s .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v2fYis9q0s .mbr-section-title {
  color: #ffffff;
}
.cid-v2fYis9q0s .mbr-section-title,
.cid-v2fYis9q0s .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
#undefined .mbr-section-subtitle {
  text-align: center;
  color: #767676;
}
#undefined .form-control-textarea {
  min-height: 188px;
}
#undefined .form-control-label {
  color: #232323;
}
.cid-v2fYisuOtK {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/icon-bgrd-cntr.jpg");
}
.cid-v2fYisuOtK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2fYisuOtK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-v2fYisuOtK .container {
    padding: 0 24px;
  }
}
@media (min-width: 992px) {
  .cid-v2fYisuOtK .row {
    margin: 0;
  }
}
.cid-v2fYisuOtK .row .card {
  padding: 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v2fYisuOtK .row .card {
    padding: 0 16px;
  }
}
.cid-v2fYisuOtK .title-wrapper .mbr-section-title {
  padding: 0 32px 32px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2fYisuOtK .title-wrapper .mbr-section-title {
    padding: 0 24px 24px;
  }
}
.cid-v2fYisuOtK .content-wrapper {
  padding: 32px;
  position: sticky;
  top: 0;
  border-top: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-v2fYisuOtK .content-wrapper {
    padding: 24px;
    border-top: none;
  }
}
.cid-v2fYisuOtK .content-wrapper .mbr-section-subtitle {
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-v2fYisuOtK .content-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-v2fYisuOtK .content-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2fYisuOtK .content-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-v2fYisuOtK .items {
  border-left: 1px solid #72716b;
  border-top: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-v2fYisuOtK .items {
    border-top: 1px solid #72716b;
  }
}
.cid-v2fYisuOtK .items .item {
  padding: 32px;
  border-bottom: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-v2fYisuOtK .items .item {
    padding: 24px;
  }
}
.cid-v2fYisuOtK .items .item:last-child {
  border: none;
}
.cid-v2fYisuOtK .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 8px;
}
.cid-v2fYisuOtK .items .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-v2fYisuOtK .image-wrapper {
  padding: 32px;
  border-top: 1px solid #72716b;
}
@media (max-width: 992px) {
  .cid-v2fYisuOtK .image-wrapper {
    padding: 24px;
    border-top: none;
  }
}
.cid-v2fYisuOtK .image-wrapper img {
  height: 350px;
  object-fit: cover;
}
.cid-v2fYisuOtK .mbr-section-title {
  color: #f3931f;
}
.cid-v2fYisuOtK .mbr-section-subtitle {
  color: #f3931f;
  text-align: right;
}
.cid-v2fYisuOtK .mbr-text {
  color: #F9F6E0;
  text-align: right;
}
.cid-v2fYisuOtK .card-title {
  color: #F9F6E0;
}
.cid-v2fYisuOtK .card-text {
  color: #F9F6E0;
}
.cid-v2fYisuOtK .card-title,
.cid-v2fYisuOtK .title-wrapper {
  color: #f3931f;
}
.cid-v2fYisQbcU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #333333;
}
@media (max-width: 767px) {
  .cid-v2fYisQbcU .content {
    text-align: center;
  }
  .cid-v2fYisQbcU .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-v2fYisQbcU .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-v2fYisQbcU .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-v2fYisQbcU .media-wrap img {
  height: 6rem;
}
@media (max-width: 767px) {
  .cid-v2fYisQbcU .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-v2fYisQbcU .footer-lower hr {
  margin: 1rem 0;
  border-color: #fff;
  opacity: .05;
}
.cid-v2fYisQbcU .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-v2fYisQbcU .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #fff;
}
.cid-v2fYisQbcU .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-v2fYisQbcU .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-v2fYisQbcU .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-v2fYisQbcU .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
