body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.36rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.76rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 2.24rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #0077ff !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary {
  border: 0px!important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0077ff !important;
  border-color: #0077ff !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0053b3 !important;
  border-color: #0053b3 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0053b3 !important;
  border-color: #0053b3 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #003bff !important;
  box-shadow: none!important;
}
.btn-secondary {
  border: 0px!important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #003bff !important;
  border-color: #003bff !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #0029b3 !important;
  border-color: #0029b3 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0029b3 !important;
  border-color: #0029b3 !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #003bff !important;
  box-shadow: none!important;
}
.btn-info {
  border: 0px!important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #003bff !important;
  box-shadow: none!important;
}
.btn-success {
  border: 0px!important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #003bff !important;
  box-shadow: none!important;
}
.btn-warning {
  border: 0px!important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #003bff !important;
  box-shadow: none!important;
}
.btn-danger {
  border: 0px!important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #003bff !important;
  box-shadow: none!important;
}
.btn-white {
  border: 0px!important;
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white:hover,
.btn-white:focus {
  background-color: #003bff !important;
  box-shadow: none!important;
}
.btn-black {
  border: 0px!important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black:hover,
.btn-black:focus {
  background-color: #003bff !important;
  box-shadow: none!important;
}
.btn-primary-outline {
  border: 0px!important;
  background-color: white!important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #0077ff;
  color: #0077ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #0077ff;
  border-color: #0077ff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0077ff !important;
  border-color: #0077ff !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background-color: white!important;
  color: #0077ff !important;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.btn-secondary-outline {
  border: 0px!important;
  background-color: white!important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #003bff;
  color: #003bff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #003bff;
  border-color: #003bff;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #003bff !important;
  border-color: #003bff !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background-color: white!important;
  color: #0077ff !important;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.btn-info-outline {
  border: 0px!important;
  background-color: white!important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #82786e;
  color: #82786e;
}
.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-info-outline:hover,
.btn-info-outline:focus {
  background-color: white!important;
  color: #0077ff !important;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.btn-success-outline {
  border: 0px!important;
  background-color: white!important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #f7ed4a;
  color: #f7ed4a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background-color: white!important;
  color: #0077ff !important;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.btn-warning-outline {
  border: 0px!important;
  background-color: white!important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #808080;
  color: #808080;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background-color: white!important;
  color: #0077ff !important;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.btn-danger-outline {
  border: 0px!important;
  background-color: white!important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #b1a374;
  color: #b1a374;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background-color: white!important;
  color: #0077ff !important;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.btn-black-outline {
  border: 0px!important;
  background-color: white!important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  background-color: white!important;
  color: #0077ff !important;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.2);
}
.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: #0077ff !important;
}
.text-secondary {
  color: #003bff !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #66adff !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #6689ff !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fbf7ac !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0077ff;
  border-color: #0077ff;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0077ff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #cce4ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
}
.form-control > .mbr-iconfont {
  font-size: 2.24rem;
}
blockquote {
  border-color: #0077ff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0077ff;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0077ff;
  border-bottom-color: #0077ff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #0077ff !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: #003bff !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%230077ff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-rOMrXbthzz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -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-rOMrXbthzz .dropdown-menu {
  padding: 0;
}
.cid-rOMrXbthzz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-rOMrXbthzz .dropdown-item:hover,
.cid-rOMrXbthzz .dropdown-item:focus {
  background: #0077ff !important;
  color: white!important;
}
.cid-rOMrXbthzz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-rOMrXbthzz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-rOMrXbthzz .nav-link {
  position: relative;
}
.cid-rOMrXbthzz .container {
  display: flex;
  margin: auto;
}
.cid-rOMrXbthzz .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rOMrXbthzz .navbar-caption {
  padding-right: 4rem;
}
.cid-rOMrXbthzz .navbar-nav {
  justify-content: space-between;
  width: -webkit-fill-available;
}
.cid-rOMrXbthzz .dropdown-menu,
.cid-rOMrXbthzz .navbar.opened {
  background: #ffffff !important;
}
.cid-rOMrXbthzz .nav-item:focus,
.cid-rOMrXbthzz .nav-link:focus {
  outline: none;
}
.cid-rOMrXbthzz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rOMrXbthzz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rOMrXbthzz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rOMrXbthzz .dropdown .dropdown-menu .dropdown-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-rOMrXbthzz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rOMrXbthzz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rOMrXbthzz .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff;
}
.cid-rOMrXbthzz .navbar.opened {
  transition: all .3s;
}
.cid-rOMrXbthzz .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-rOMrXbthzz .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-rOMrXbthzz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rOMrXbthzz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rOMrXbthzz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rOMrXbthzz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rOMrXbthzz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rOMrXbthzz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rOMrXbthzz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rOMrXbthzz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rOMrXbthzz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rOMrXbthzz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rOMrXbthzz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rOMrXbthzz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rOMrXbthzz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rOMrXbthzz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rOMrXbthzz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rOMrXbthzz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rOMrXbthzz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-rOMrXbthzz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rOMrXbthzz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rOMrXbthzz .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rOMrXbthzz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rOMrXbthzz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rOMrXbthzz .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-rOMrXbthzz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rOMrXbthzz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rOMrXbthzz .dropdown-item.active,
.cid-rOMrXbthzz .dropdown-item:active {
  background-color: transparent;
}
.cid-rOMrXbthzz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rOMrXbthzz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rOMrXbthzz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rOMrXbthzz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rOMrXbthzz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rOMrXbthzz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rOMrXbthzz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rOMrXbthzz .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-rOMrXbthzz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rOMrXbthzz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-rOMrXbthzz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rOMrXbthzz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rOMrXbthzz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rOMrXbthzz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rOMrXbthzz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rOMrXbthzz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rOMrXbthzz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rOMrXbthzz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rOMrXbthzz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rOMrXbthzz a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rOMrXbthzz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-rOMrXbthzz .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rOMrXbthzz .navbar {
    height: 77px;
  }
  .cid-rOMrXbthzz .navbar.opened {
    height: auto;
  }
  .cid-rOMrXbthzz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rOMrPX7fgA {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #fafafa;
}
.cid-rOMrPX7fgA .mbr-text,
.cid-rOMrPX7fgA .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-rOMrQafNyf {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #fafafa;
}
.cid-rOMrQafNyf .block {
  width: 100%;
  height: 400px;
  background-image: url("../../../assets/images/01.jpg?v=1URc9i");
  background-size: 1140px 400px;
  background-position: center;
  display: block;
  animation: scroll 30s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-x: 0px;
  }
  99.999% {
    background-position-x: -1140px;
  }
  100% {
    background-position-x: 0px;
  }
}
.cid-rOMrQogblI {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rOMrQogblI .card-box {
  padding: 2rem;
  padding-top: 3rem;
}
@media (min-width: 1500px) {
  .cid-rOMrQogblI .container {
    max-width: 1400px;
  }
}
.cid-rOMrQogblI img {
  width: 100%;
}
.cid-rOMrQogblI .link-wrap {
  width: 100%;
}
.cid-rOMrQogblI .link {
  display: inline-block;
}
.cid-rOMrQogblI .card {
  transition: all 0.3s;
}
.cid-rOMrQogblI .card:hover {
  transform: translateY(-10px);
}
.cid-rOMrQogblI .card-wrapper {
  background-position: center;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
  cursor: pointer;
  background: #ffffff;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-rOMrQogblI .card-box {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-rOMrQvDz1L {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0077ff;
}
.cid-rOMrQvDz1L .wrapper {
  max-width: 700px;
  margin: auto;
  height: 100%;
  padding: 6rem 1rem;
}
.cid-rOMrQvDz1L .card {
  border-right: 1px solid white;
}
.cid-rOMrQvDz1L .btn-white-outline:hover,
.cid-rOMrQvDz1L .btn-white-outline:focus {
  color: #0077ff !important;
}
@media (max-width: 992px) {
  .cid-rOMrQvDz1L .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
  .cid-rOMrQvDz1L .wrapper {
    padding: 6rem 0rem;
  }
}
.cid-rOMrQGSyBQ {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rOMrQGSyBQ .link-wrap {
  width: 100%;
}
.cid-rOMrQGSyBQ .link {
  display: inline-block;
}
.cid-rOMrQGSyBQ .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-rOMrQGSyBQ .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-rOMrQGSyBQ .link a:hover {
  text-decoration: underline;
}
.cid-rOMrQGSyBQ .link,
.cid-rOMrQGSyBQ .link-wrap {
  color: #ffffff;
}
.cid-rOMrQGSyBQ .mbr-text,
.cid-rOMrQGSyBQ .mbr-section-btn {
  color: #333333;
}
.cid-rOMrQT3Wlu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rOMrQT3Wlu .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-rOMrQT3Wlu .container {
    max-width: 1400px;
  }
}
.cid-rOMrQT3Wlu .card {
  margin: auto;
}
.cid-rOMrQT3Wlu .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #0095ff;
  margin-bottom: 2rem;
}
.cid-rOMrQT3Wlu .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rOMrQT3Wlu .row {
  justify-content: center;
}
.cid-rOMrR4MJxX {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-rOMrR4MJxX .link-wrap {
  width: 100%;
}
.cid-rOMrR4MJxX .card-box,
.cid-rOMrR4MJxX .img-wrapper {
  width: 50%;
}
.cid-rOMrR4MJxX img {
  margin: auto;
  width: 140px;
}
.cid-rOMrR4MJxX .link {
  display: inline-block;
}
.cid-rOMrR4MJxX .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-rOMrR4MJxX .link a:before {
  position: absolute;
  right: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-rOMrR4MJxX .link a:hover {
  text-decoration: underline;
}
.cid-rOMrR4MJxX .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-rOMrR4MJxX .card-wrapper {
  background-position: center;
  padding: 3rem;
  background: #ffffff;
  background-size: cover;
  display: flex;
  transition: all 0.3s;
  justify-content: center;
  align-items: center;
}
.cid-rOMrR4MJxX .card-wrapper:hover {
  transform: scale(0.97);
  cursor: pointer;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 10px 20px 0 rgba(0, 0, 0, 0.05);
}
.cid-rOMrR4MJxX .card-wrapper:hover .link a {
  text-decoration: underline;
}
.cid-rOMrR4MJxX .link,
.cid-rOMrR4MJxX .link-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-rOMrR4MJxX .card {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rOMrR4MJxX .card-wrapper {
    padding: 3rem 1rem;
    flex-direction: column;
  }
  .cid-rOMrR4MJxX .card-box,
  .cid-rOMrR4MJxX .img-wrapper {
    width: 100%;
  }
  .cid-rOMrR4MJxX .img-wrapper {
    margin-top: 2rem;
  }
}
.cid-rOMrR4MJxX .card-subtitle {
  color: #0077ff;
}
.cid-rOMrR4MJxX .mbr-text,
.cid-rOMrR4MJxX .link-wrap {
  color: #555555;
}
.cid-rOMrSlG1Ts {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rOMrSlG1Ts .link-wrap {
  width: 100%;
}
.cid-rOMrSlG1Ts .card-box,
.cid-rOMrSlG1Ts .img-wrapper {
  width: 50%;
}
.cid-rOMrSlG1Ts img {
  margin: auto;
  width: 80%;
}
.cid-rOMrSlG1Ts .link {
  display: inline-block;
}
.cid-rOMrSlG1Ts .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-rOMrSlG1Ts .link a:before {
  position: absolute;
  right: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-rOMrSlG1Ts .link a:hover {
  text-decoration: underline;
}
.cid-rOMrSlG1Ts .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-rOMrSlG1Ts .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rOMrSlG1Ts .link,
.cid-rOMrSlG1Ts .link-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-rOMrSlG1Ts .card {
    margin-bottom: 2rem;
  }
  .cid-rOMrSlG1Ts img {
    width: 100%;
  }
  .cid-rOMrSlG1Ts .card-wrapper {
    flex-direction: column;
  }
  .cid-rOMrSlG1Ts .card-box,
  .cid-rOMrSlG1Ts .img-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-rOMrSlG1Ts .card-wrapper {
    padding: 3rem 1rem;
  }
  .cid-rOMrSlG1Ts .card-box,
  .cid-rOMrSlG1Ts .img-wrapper {
    width: 100%;
  }
}
.cid-rOMrSlG1Ts .card-subtitle {
  color: #0077ff;
}
.cid-rOMrSlG1Ts .mbr-text,
.cid-rOMrSlG1Ts .link-wrap {
  color: #333333;
}
.cid-rOMrSIIGez {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #0095ff;
}
@media (min-width: 1500px) {
  .cid-rOMrSIIGez .container {
    max-width: 1400px;
  }
}
.cid-rOMrSIIGez img {
  width: 100%;
  height: auto;
  margin: auto;
}
.cid-rOMrSIIGez .content {
  max-width: 450px;
  margin: auto;
}
.cid-rOMrSIIGez .mbr-text,
.cid-rOMrSIIGez .mbr-section-btn {
  color: #fafafa;
}
@media (max-width: 992px) {
  .cid-rOMrSIIGez .img-col {
    padding-bottom: 3rem;
  }
  .cid-rOMrSIIGez .content {
    max-width: 100%;
  }
}
.cid-rOMrU1FOrT {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rOMrU1FOrT .box {
  background-image: url("../../../assets/images/background1.jpg?v=1URc9i");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rOMrU1FOrT .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-rOMrU1FOrT .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-rOMrU1FOrT .icon-wrap span {
  padding-left: 8px;
}
.cid-rOMrU1FOrT .mbr-media span {
  font-size: 4rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
  opacity: 0.6;
  transition: all 0.25s;
  color: #000000 !important;
}
.cid-rOMrU1FOrT .mbr-media span:hover {
  opacity: 1;
  color: #ff2d55 !important;
}
.cid-rOMrU1FOrT .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rOMrU1FOrT .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rOMrU1FOrT .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rOMrU1FOrT .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rOMrU1FOrT a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rOMrU1FOrT a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-rOMrU1FOrT .box {
    height: 250px;
  }
}
.cid-rOMrUs0heE {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rOMrUs0heE .link-wrap {
  width: 100%;
}
.cid-rOMrUs0heE .link {
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-rOMrUs0heE .container {
    max-width: 1400px;
  }
  .cid-rOMrUs0heE .col-lg-6 {
    max-width: 47%;
  }
}
.cid-rOMrUs0heE .row {
  justify-content: space-between;
}
.cid-rOMrUs0heE .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-rOMrUs0heE .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  transition: all 0.3s;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-rOMrUs0heE .link a:hover:before {
  right: -3px;
}
.cid-rOMrUs0heE .link,
.cid-rOMrUs0heE .link-wrap {
  color: #ffffff;
}
.cid-rOMrUs0heE .mbr-text,
.cid-rOMrUs0heE .mbr-section-btn {
  color: #333333;
}
.cid-rOMrUDyXjH {
  background-image: url("../../../assets/images/background2.jpg?v=1URc9i");
}
.cid-rOMrUDyXjH .block {
  height: 704px;
}
@media (max-width: 992px) {
  .cid-rOMrUDyXjH .block {
    height: 352px;
  }
}
.cid-rOMrUSCHPP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rOMrUSCHPP .card-box {
  z-index: 10;
  position: relative;
}
.cid-rOMrUSCHPP .link-wrap {
  width: 100%;
}
.cid-rOMrUSCHPP .link {
  display: inline-block;
}
.cid-rOMrUSCHPP .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  font-weight: 600;
}
.cid-rOMrUSCHPP .link a:hover {
  text-decoration: underline;
}
.cid-rOMrUSCHPP .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-rOMrUSCHPP .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #0095ff;
  margin-bottom: 2rem;
}
.cid-rOMrUSCHPP .card-wrapper {
  background-position: center;
  padding: 5rem 5rem;
  background: #fafafa;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rOMrUSCHPP .link,
.cid-rOMrUSCHPP .link-wrap {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-rOMrUSCHPP .card {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rOMrUSCHPP .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-rOMrVpJQJr {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fafafa;
}
.cid-rOMrVpJQJr .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rOMrVpJQJr .form-control,
.cid-rOMrVpJQJr .field-input {
  padding: 2rem 1rem;
  min-height: auto;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rOMrVpJQJr .form-control::-webkit-input-placeholder,
.cid-rOMrVpJQJr .field-input::-webkit-input-placeholder,
.cid-rOMrVpJQJr .form-control::-webkit-input-placeholder,
.cid-rOMrVpJQJr .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-rOMrVpJQJr .form-control:-moz-placeholder,
.cid-rOMrVpJQJr .field-input:-moz-placeholder,
.cid-rOMrVpJQJr .form-control:-moz-placeholder,
.cid-rOMrVpJQJr .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-rOMrVpJQJr .form-control:hover,
.cid-rOMrVpJQJr .field-input:hover,
.cid-rOMrVpJQJr .form-control:focus,
.cid-rOMrVpJQJr .field-input:focus {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rOMrVpJQJr .form-control:hover::-webkit-input-placeholder,
.cid-rOMrVpJQJr .field-input:hover::-webkit-input-placeholder,
.cid-rOMrVpJQJr .form-control:focus::-webkit-input-placeholder,
.cid-rOMrVpJQJr .field-input:focus::-webkit-input-placeholder,
.cid-rOMrVpJQJr .form-control:hover::-webkit-input-placeholder,
.cid-rOMrVpJQJr .field-input:hover::-webkit-input-placeholder,
.cid-rOMrVpJQJr .form-control:focus::-webkit-input-placeholder,
.cid-rOMrVpJQJr .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-rOMrVpJQJr .form-control:hover:-moz-placeholder,
.cid-rOMrVpJQJr .field-input:hover:-moz-placeholder,
.cid-rOMrVpJQJr .form-control:focus:-moz-placeholder,
.cid-rOMrVpJQJr .field-input:focus:-moz-placeholder,
.cid-rOMrVpJQJr .form-control:hover:-moz-placeholder,
.cid-rOMrVpJQJr .field-input:hover:-moz-placeholder,
.cid-rOMrVpJQJr .form-control:focus:-moz-placeholder,
.cid-rOMrVpJQJr .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-rOMrVpJQJr textarea {
  padding-top: 1rem!important;
}
.cid-rOMrVpJQJr .jq-number__spin:hover,
.cid-rOMrVpJQJr .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rOMrVpJQJr .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rOMrVpJQJr .jq-selectbox li,
.cid-rOMrVpJQJr .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rOMrVpJQJr .jq-selectbox li:hover,
.cid-rOMrVpJQJr .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-rOMrVpJQJr .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rOMrVpJQJr .jq-number__spin.minus:hover:after,
.cid-rOMrVpJQJr .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rOMrVpJQJr .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rOMrVpJQJr .jq-number__spin.minus:after,
.cid-rOMrVpJQJr .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rOMrVpJQJr input::-webkit-clear-button {
  display: none;
}
.cid-rOMrVpJQJr input::-webkit-inner-spin-button {
  display: none;
}
.cid-rOMrVpJQJr input::-webkit-outer-spin-button {
  display: none;
}
.cid-rOMrVpJQJr input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-rOMrVpJQJr H5 {
  text-align: center;
}
.cid-rOMrVNY2wf .google-map {
  height: 30rem;
  position: relative;
}
.cid-rOMrVNY2wf .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rOMrVNY2wf .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-rOMrVNY2wf .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rOMrVNY2wf .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rOMrW38i3d {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-rOMrW38i3d li {
  list-style: none;
}
@media (min-width: 1500px) {
  .cid-rOMrW38i3d .container {
    max-width: 1400px;
  }
}
.cid-rOMrW38i3d .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rOMrW38i3d .social-list .mbr-iconfont-social {
  font-size: 1.4rem;
  color: #999999;
}
.cid-rOMrW38i3d .social-list .mbr-iconfont-social:hover {
  opacity: 0.6;
}
.cid-rOMrW38i3d .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rOMrW38i3d .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rOMrW38i3d .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rOMrW38i3d .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rOMrW38i3d .row {
  justify-content: space-between;
}
.cid-rOMrW38i3d .item-wrap {
  margin-bottom: 14px;
}
.cid-rOMrW38i3d .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
  margin: 0 -0.5rem;
}
.cid-rOMrW38i3d h4 {
  margin: 0;
}
.cid-rOMrW38i3d ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-rOMrW38i3d .row {
    justify-content: flex-start;
  }
  .cid-rOMrW38i3d .md-pb {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-rOMrW38i3d .social-row {
    justify-content: center;
  }
}
.cid-rOMrW38i3d .item5 {
  color: #000000;
}
.cid-rOMrW38i3d .item4 {
  color: #555555;
}
.cid-rOMrW38i3d .item3 {
  color: #555555;
}
.cid-rOMrW38i3d .item2 {
  color: #555555;
}
.cid-rOMrW38i3d .item1 {
  color: #555555;
}
.cid-rOMrW38i3d .col-title1 {
  color: #000000;
}
.cid-rOMrW38i3d .col-title2 {
  color: #000000;
}
.cid-rOMrW38i3d .col-title3 {
  color: #000000;
}
.cid-rOMrW38i3d .col-title4 {
  color: #000000;
}
.cid-rOMrW38i3d .col-title5 {
  color: #000000;
}
.cid-rOMrW38i3d .col-text {
  color: #555555;
}
.cid-rOMrWq7dpT {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
@media (min-width: 1500px) {
  .cid-rOMrWq7dpT .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-rOMrWq7dpT .copyright {
    margin-bottom: 1rem;
  }
}
.cid-rOMrWq7dpT .mbr-text {
  color: #000000;
}
.cid-uUXCETpRws .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -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-uUXCETpRws .dropdown-menu {
  padding: 0;
}
.cid-uUXCETpRws .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUXCETpRws .dropdown-item:hover,
.cid-uUXCETpRws .dropdown-item:focus {
  background: #0077ff !important;
  color: white!important;
}
.cid-uUXCETpRws .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uUXCETpRws .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUXCETpRws .nav-link {
  position: relative;
}
.cid-uUXCETpRws .container {
  display: flex;
  margin: auto;
}
.cid-uUXCETpRws .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUXCETpRws .navbar-caption {
  padding-right: 4rem;
}
.cid-uUXCETpRws .navbar-nav {
  justify-content: space-between;
  width: -webkit-fill-available;
}
.cid-uUXCETpRws .dropdown-menu,
.cid-uUXCETpRws .navbar.opened {
  background: #ffffff !important;
}
.cid-uUXCETpRws .nav-item:focus,
.cid-uUXCETpRws .nav-link:focus {
  outline: none;
}
.cid-uUXCETpRws .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUXCETpRws .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUXCETpRws .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUXCETpRws .dropdown .dropdown-menu .dropdown-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-uUXCETpRws .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUXCETpRws .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUXCETpRws .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff;
}
.cid-uUXCETpRws .navbar.opened {
  transition: all .3s;
}
.cid-uUXCETpRws .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUXCETpRws .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUXCETpRws .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUXCETpRws .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUXCETpRws .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUXCETpRws .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUXCETpRws .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUXCETpRws .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUXCETpRws .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUXCETpRws .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUXCETpRws .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUXCETpRws .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUXCETpRws .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUXCETpRws .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUXCETpRws .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUXCETpRws .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUXCETpRws .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUXCETpRws .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUXCETpRws .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUXCETpRws .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUXCETpRws .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUXCETpRws .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uUXCETpRws .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUXCETpRws .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUXCETpRws .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-uUXCETpRws .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUXCETpRws .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUXCETpRws .dropdown-item.active,
.cid-uUXCETpRws .dropdown-item:active {
  background-color: transparent;
}
.cid-uUXCETpRws .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUXCETpRws .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUXCETpRws .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUXCETpRws .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUXCETpRws .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUXCETpRws .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUXCETpRws ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUXCETpRws .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUXCETpRws button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUXCETpRws button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUXCETpRws button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUXCETpRws button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUXCETpRws button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUXCETpRws button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUXCETpRws nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUXCETpRws nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUXCETpRws nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUXCETpRws nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUXCETpRws .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUXCETpRws a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUXCETpRws .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uUXCETpRws .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUXCETpRws .navbar {
    height: 77px;
  }
  .cid-uUXCETpRws .navbar.opened {
    height: auto;
  }
  .cid-uUXCETpRws .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUXCEU6vco {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #fafafa;
}
.cid-uUXCEU6vco .mbr-text,
.cid-uUXCEU6vco .mbr-section-btn {
  color: #0095ff;
  text-align: left;
}
.cid-uUXCEU6vco H1 {
  color: #0077ff;
}
.cid-uUXCEUofdR {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #fafafa;
}
.cid-uUXCEUofdR .block {
  width: 100%;
  height: 400px;
  background-image: url("../../../assets/images/01.jpg?v=1URc9i");
  background-size: 1140px 400px;
  background-position: center;
  display: block;
  animation: scroll 30s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-x: 0px;
  }
  99.999% {
    background-position-x: -1140px;
  }
  100% {
    background-position-x: 0px;
  }
}
.cid-uUXCEUz21M {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uUXCEUz21M .card-box {
  padding: 2rem;
  padding-top: 3rem;
}
@media (min-width: 1500px) {
  .cid-uUXCEUz21M .container {
    max-width: 1400px;
  }
}
.cid-uUXCEUz21M img {
  width: 100%;
}
.cid-uUXCEUz21M .link-wrap {
  width: 100%;
}
.cid-uUXCEUz21M .link {
  display: inline-block;
}
.cid-uUXCEUz21M .card {
  transition: all 0.3s;
}
.cid-uUXCEUz21M .card:hover {
  transform: translateY(-10px);
}
.cid-uUXCEUz21M .card-wrapper {
  background-position: center;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
  cursor: pointer;
  background: #ffffff;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uUXCEUz21M .card-box {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uUXCEUZDTG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0077ff;
}
.cid-uUXCEUZDTG .wrapper {
  max-width: 700px;
  margin: auto;
  height: 100%;
  padding: 6rem 1rem;
}
.cid-uUXCEUZDTG .card {
  border-right: 1px solid white;
}
.cid-uUXCEUZDTG .btn-white-outline:hover,
.cid-uUXCEUZDTG .btn-white-outline:focus {
  color: #0077ff !important;
}
@media (max-width: 992px) {
  .cid-uUXCEUZDTG .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
  .cid-uUXCEUZDTG .wrapper {
    padding: 6rem 0rem;
  }
}
.cid-uUXCEVgwmi {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uUXCEVgwmi .link-wrap {
  width: 100%;
}
.cid-uUXCEVgwmi .link {
  display: inline-block;
}
.cid-uUXCEVgwmi .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-uUXCEVgwmi .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uUXCEVgwmi .link a:hover {
  text-decoration: underline;
}
.cid-uUXCEVgwmi .link,
.cid-uUXCEVgwmi .link-wrap {
  color: #ffffff;
}
.cid-uUXCEVgwmi .mbr-text,
.cid-uUXCEVgwmi .mbr-section-btn {
  color: #333333;
}
.cid-uUXCEVydAd {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uUXCEVydAd .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uUXCEVydAd .container {
    max-width: 1400px;
  }
}
.cid-uUXCEVydAd .card {
  margin: auto;
}
.cid-uUXCEVydAd .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #0095ff;
  margin-bottom: 2rem;
}
.cid-uUXCEVydAd .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uUXCEVydAd .row {
  justify-content: center;
}
.cid-uUXCEVYTal {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-uUXCEVYTal .link-wrap {
  width: 100%;
}
.cid-uUXCEVYTal .card-box,
.cid-uUXCEVYTal .img-wrapper {
  width: 50%;
}
.cid-uUXCEVYTal img {
  margin: auto;
  width: 140px;
}
.cid-uUXCEVYTal .link {
  display: inline-block;
}
.cid-uUXCEVYTal .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-uUXCEVYTal .link a:before {
  position: absolute;
  right: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uUXCEVYTal .link a:hover {
  text-decoration: underline;
}
.cid-uUXCEVYTal .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-uUXCEVYTal .card-wrapper {
  background-position: center;
  padding: 3rem;
  background: #ffffff;
  background-size: cover;
  display: flex;
  transition: all 0.3s;
  justify-content: center;
  align-items: center;
}
.cid-uUXCEVYTal .card-wrapper:hover {
  transform: scale(0.97);
  cursor: pointer;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 10px 20px 0 rgba(0, 0, 0, 0.05);
}
.cid-uUXCEVYTal .card-wrapper:hover .link a {
  text-decoration: underline;
}
.cid-uUXCEVYTal .link,
.cid-uUXCEVYTal .link-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uUXCEVYTal .card {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUXCEVYTal .card-wrapper {
    padding: 3rem 1rem;
    flex-direction: column;
  }
  .cid-uUXCEVYTal .card-box,
  .cid-uUXCEVYTal .img-wrapper {
    width: 100%;
  }
  .cid-uUXCEVYTal .img-wrapper {
    margin-top: 2rem;
  }
}
.cid-uUXCEVYTal .card-subtitle {
  color: #0077ff;
}
.cid-uUXCEVYTal .mbr-text,
.cid-uUXCEVYTal .link-wrap {
  color: #555555;
}
.cid-uUXCEWiSB0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uUXCEWiSB0 .link-wrap {
  width: 100%;
}
.cid-uUXCEWiSB0 .card-box,
.cid-uUXCEWiSB0 .img-wrapper {
  width: 50%;
}
.cid-uUXCEWiSB0 img {
  margin: auto;
  width: 80%;
}
.cid-uUXCEWiSB0 .link {
  display: inline-block;
}
.cid-uUXCEWiSB0 .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-uUXCEWiSB0 .link a:before {
  position: absolute;
  right: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uUXCEWiSB0 .link a:hover {
  text-decoration: underline;
}
.cid-uUXCEWiSB0 .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-uUXCEWiSB0 .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uUXCEWiSB0 .link,
.cid-uUXCEWiSB0 .link-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uUXCEWiSB0 .card {
    margin-bottom: 2rem;
  }
  .cid-uUXCEWiSB0 img {
    width: 100%;
  }
  .cid-uUXCEWiSB0 .card-wrapper {
    flex-direction: column;
  }
  .cid-uUXCEWiSB0 .card-box,
  .cid-uUXCEWiSB0 .img-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uUXCEWiSB0 .card-wrapper {
    padding: 3rem 1rem;
  }
  .cid-uUXCEWiSB0 .card-box,
  .cid-uUXCEWiSB0 .img-wrapper {
    width: 100%;
  }
}
.cid-uUXCEWiSB0 .card-subtitle {
  color: #0077ff;
}
.cid-uUXCEWiSB0 .mbr-text,
.cid-uUXCEWiSB0 .link-wrap {
  color: #333333;
}
.cid-uUXCEWAhdP {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #0095ff;
}
@media (min-width: 1500px) {
  .cid-uUXCEWAhdP .container {
    max-width: 1400px;
  }
}
.cid-uUXCEWAhdP img {
  width: 100%;
  height: auto;
  margin: auto;
}
.cid-uUXCEWAhdP .content {
  max-width: 450px;
  margin: auto;
}
.cid-uUXCEWAhdP .mbr-text,
.cid-uUXCEWAhdP .mbr-section-btn {
  color: #fafafa;
}
@media (max-width: 992px) {
  .cid-uUXCEWAhdP .img-col {
    padding-bottom: 3rem;
  }
  .cid-uUXCEWAhdP .content {
    max-width: 100%;
  }
}
.cid-uUXCEWStwl {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uUXCEWStwl .box {
  background-image: url("../../../assets/images/background1.jpg?v=1URc9i");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUXCEWStwl .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-uUXCEWStwl .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-uUXCEWStwl .icon-wrap span {
  padding-left: 8px;
}
.cid-uUXCEWStwl .mbr-media span {
  font-size: 4rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
  opacity: 0.6;
  transition: all 0.25s;
  color: #000000 !important;
}
.cid-uUXCEWStwl .mbr-media span:hover {
  opacity: 1;
  color: #ff2d55 !important;
}
.cid-uUXCEWStwl .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uUXCEWStwl .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uUXCEWStwl .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uUXCEWStwl .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uUXCEWStwl a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uUXCEWStwl a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uUXCEWStwl .box {
    height: 250px;
  }
}
.cid-uUXCEXchkp {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uUXCEXchkp .link-wrap {
  width: 100%;
}
.cid-uUXCEXchkp .link {
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uUXCEXchkp .container {
    max-width: 1400px;
  }
  .cid-uUXCEXchkp .col-lg-6 {
    max-width: 47%;
  }
}
.cid-uUXCEXchkp .row {
  justify-content: space-between;
}
.cid-uUXCEXchkp .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-uUXCEXchkp .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  transition: all 0.3s;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uUXCEXchkp .link a:hover:before {
  right: -3px;
}
.cid-uUXCEXchkp .link,
.cid-uUXCEXchkp .link-wrap {
  color: #ffffff;
}
.cid-uUXCEXchkp .mbr-text,
.cid-uUXCEXchkp .mbr-section-btn {
  color: #333333;
}
.cid-uUXCEXu6Sx {
  background-image: url("../../../assets/images/background2.jpg?v=1URc9i");
}
.cid-uUXCEXu6Sx .block {
  height: 704px;
}
@media (max-width: 992px) {
  .cid-uUXCEXu6Sx .block {
    height: 352px;
  }
}
.cid-uUXCEXKRyF {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uUXCEXKRyF .card-box {
  z-index: 10;
  position: relative;
}
.cid-uUXCEXKRyF .link-wrap {
  width: 100%;
}
.cid-uUXCEXKRyF .link {
  display: inline-block;
}
.cid-uUXCEXKRyF .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  font-weight: 600;
}
.cid-uUXCEXKRyF .link a:hover {
  text-decoration: underline;
}
.cid-uUXCEXKRyF .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-uUXCEXKRyF .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #0095ff;
  margin-bottom: 2rem;
}
.cid-uUXCEXKRyF .card-wrapper {
  background-position: center;
  padding: 5rem 5rem;
  background: #fafafa;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uUXCEXKRyF .link,
.cid-uUXCEXKRyF .link-wrap {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uUXCEXKRyF .card {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUXCEXKRyF .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uUXCEY7sZl {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fafafa;
}
.cid-uUXCEY7sZl .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uUXCEY7sZl .form-control,
.cid-uUXCEY7sZl .field-input {
  padding: 2rem 1rem;
  min-height: auto;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uUXCEY7sZl .form-control::-webkit-input-placeholder,
.cid-uUXCEY7sZl .field-input::-webkit-input-placeholder,
.cid-uUXCEY7sZl .form-control::-webkit-input-placeholder,
.cid-uUXCEY7sZl .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uUXCEY7sZl .form-control:-moz-placeholder,
.cid-uUXCEY7sZl .field-input:-moz-placeholder,
.cid-uUXCEY7sZl .form-control:-moz-placeholder,
.cid-uUXCEY7sZl .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uUXCEY7sZl .form-control:hover,
.cid-uUXCEY7sZl .field-input:hover,
.cid-uUXCEY7sZl .form-control:focus,
.cid-uUXCEY7sZl .field-input:focus {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uUXCEY7sZl .form-control:hover::-webkit-input-placeholder,
.cid-uUXCEY7sZl .field-input:hover::-webkit-input-placeholder,
.cid-uUXCEY7sZl .form-control:focus::-webkit-input-placeholder,
.cid-uUXCEY7sZl .field-input:focus::-webkit-input-placeholder,
.cid-uUXCEY7sZl .form-control:hover::-webkit-input-placeholder,
.cid-uUXCEY7sZl .field-input:hover::-webkit-input-placeholder,
.cid-uUXCEY7sZl .form-control:focus::-webkit-input-placeholder,
.cid-uUXCEY7sZl .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uUXCEY7sZl .form-control:hover:-moz-placeholder,
.cid-uUXCEY7sZl .field-input:hover:-moz-placeholder,
.cid-uUXCEY7sZl .form-control:focus:-moz-placeholder,
.cid-uUXCEY7sZl .field-input:focus:-moz-placeholder,
.cid-uUXCEY7sZl .form-control:hover:-moz-placeholder,
.cid-uUXCEY7sZl .field-input:hover:-moz-placeholder,
.cid-uUXCEY7sZl .form-control:focus:-moz-placeholder,
.cid-uUXCEY7sZl .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uUXCEY7sZl textarea {
  padding-top: 1rem!important;
}
.cid-uUXCEY7sZl .jq-number__spin:hover,
.cid-uUXCEY7sZl .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uUXCEY7sZl .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uUXCEY7sZl .jq-selectbox li,
.cid-uUXCEY7sZl .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uUXCEY7sZl .jq-selectbox li:hover,
.cid-uUXCEY7sZl .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uUXCEY7sZl .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uUXCEY7sZl .jq-number__spin.minus:hover:after,
.cid-uUXCEY7sZl .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uUXCEY7sZl .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uUXCEY7sZl .jq-number__spin.minus:after,
.cid-uUXCEY7sZl .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uUXCEY7sZl input::-webkit-clear-button {
  display: none;
}
.cid-uUXCEY7sZl input::-webkit-inner-spin-button {
  display: none;
}
.cid-uUXCEY7sZl input::-webkit-outer-spin-button {
  display: none;
}
.cid-uUXCEY7sZl input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uUXCEY7sZl H5 {
  text-align: center;
}
.cid-uUXCEYrajJ .google-map {
  height: 30rem;
  position: relative;
}
.cid-uUXCEYrajJ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uUXCEYrajJ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uUXCEYrajJ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uUXCEYrajJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uUXCEYJLDq {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-uUXCEYJLDq li {
  list-style: none;
}
@media (min-width: 1500px) {
  .cid-uUXCEYJLDq .container {
    max-width: 1400px;
  }
}
.cid-uUXCEYJLDq .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUXCEYJLDq .social-list .mbr-iconfont-social {
  font-size: 1.4rem;
  color: #999999;
}
.cid-uUXCEYJLDq .social-list .mbr-iconfont-social:hover {
  opacity: 0.6;
}
.cid-uUXCEYJLDq .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUXCEYJLDq .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uUXCEYJLDq .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUXCEYJLDq .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUXCEYJLDq .row {
  justify-content: space-between;
}
.cid-uUXCEYJLDq .item-wrap {
  margin-bottom: 14px;
}
.cid-uUXCEYJLDq .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
  margin: 0 -0.5rem;
}
.cid-uUXCEYJLDq h4 {
  margin: 0;
}
.cid-uUXCEYJLDq ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uUXCEYJLDq .row {
    justify-content: flex-start;
  }
  .cid-uUXCEYJLDq .md-pb {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUXCEYJLDq .social-row {
    justify-content: center;
  }
}
.cid-uUXCEYJLDq .item5 {
  color: #000000;
}
.cid-uUXCEYJLDq .item4 {
  color: #555555;
}
.cid-uUXCEYJLDq .item3 {
  color: #555555;
}
.cid-uUXCEYJLDq .item2 {
  color: #555555;
}
.cid-uUXCEYJLDq .item1 {
  color: #555555;
}
.cid-uUXCEYJLDq .col-title1 {
  color: #000000;
}
.cid-uUXCEYJLDq .col-title2 {
  color: #000000;
}
.cid-uUXCEYJLDq .col-title3 {
  color: #000000;
}
.cid-uUXCEYJLDq .col-title4 {
  color: #000000;
}
.cid-uUXCEYJLDq .col-title5 {
  color: #000000;
}
.cid-uUXCEYJLDq .col-text {
  color: #555555;
}
.cid-uUXCEZNiGp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
@media (min-width: 1500px) {
  .cid-uUXCEZNiGp .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-uUXCEZNiGp .copyright {
    margin-bottom: 1rem;
  }
}
.cid-uUXCEZNiGp .mbr-text {
  color: #000000;
}
.cid-uUYozEgCvK .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -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-uUYozEgCvK .dropdown-menu {
  padding: 0;
}
.cid-uUYozEgCvK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUYozEgCvK .dropdown-item:hover,
.cid-uUYozEgCvK .dropdown-item:focus {
  background: #0077ff !important;
  color: white!important;
}
.cid-uUYozEgCvK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uUYozEgCvK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUYozEgCvK .nav-link {
  position: relative;
}
.cid-uUYozEgCvK .container {
  display: flex;
  margin: auto;
}
.cid-uUYozEgCvK .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUYozEgCvK .navbar-caption {
  padding-right: 4rem;
}
.cid-uUYozEgCvK .navbar-nav {
  justify-content: space-between;
  width: -webkit-fill-available;
}
.cid-uUYozEgCvK .dropdown-menu,
.cid-uUYozEgCvK .navbar.opened {
  background: #ffffff !important;
}
.cid-uUYozEgCvK .nav-item:focus,
.cid-uUYozEgCvK .nav-link:focus {
  outline: none;
}
.cid-uUYozEgCvK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUYozEgCvK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUYozEgCvK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUYozEgCvK .dropdown .dropdown-menu .dropdown-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-uUYozEgCvK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUYozEgCvK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUYozEgCvK .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff;
}
.cid-uUYozEgCvK .navbar.opened {
  transition: all .3s;
}
.cid-uUYozEgCvK .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUYozEgCvK .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUYozEgCvK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUYozEgCvK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUYozEgCvK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUYozEgCvK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUYozEgCvK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUYozEgCvK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUYozEgCvK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUYozEgCvK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUYozEgCvK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUYozEgCvK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUYozEgCvK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUYozEgCvK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUYozEgCvK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUYozEgCvK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUYozEgCvK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUYozEgCvK .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUYozEgCvK .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUYozEgCvK .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUYozEgCvK .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUYozEgCvK .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uUYozEgCvK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUYozEgCvK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUYozEgCvK .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-uUYozEgCvK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUYozEgCvK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUYozEgCvK .dropdown-item.active,
.cid-uUYozEgCvK .dropdown-item:active {
  background-color: transparent;
}
.cid-uUYozEgCvK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUYozEgCvK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUYozEgCvK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUYozEgCvK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUYozEgCvK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUYozEgCvK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUYozEgCvK ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUYozEgCvK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUYozEgCvK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUYozEgCvK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUYozEgCvK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUYozEgCvK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUYozEgCvK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUYozEgCvK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUYozEgCvK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUYozEgCvK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUYozEgCvK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUYozEgCvK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUYozEgCvK .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUYozEgCvK a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUYozEgCvK .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uUYozEgCvK .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUYozEgCvK .navbar {
    height: 77px;
  }
  .cid-uUYozEgCvK .navbar.opened {
    height: auto;
  }
  .cid-uUYozEgCvK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUYozFq2jj {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #fafafa;
}
.cid-uUYozFq2jj .mbr-text,
.cid-uUYozFq2jj .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-uUYozFq2jj H1 {
  color: #0077ff;
}
.cid-uUYozG0y40 {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #fafafa;
}
.cid-uUYozG0y40 .block {
  width: 100%;
  height: 400px;
  background-image: url("../../../assets/images/01.jpg?v=1URc9i");
  background-size: 1140px 400px;
  background-position: center;
  display: block;
  animation: scroll 30s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-x: 0px;
  }
  99.999% {
    background-position-x: -1140px;
  }
  100% {
    background-position-x: 0px;
  }
}
.cid-uUYozGxmsr {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uUYozGxmsr .card-box {
  padding: 2rem;
  padding-top: 3rem;
}
@media (min-width: 1500px) {
  .cid-uUYozGxmsr .container {
    max-width: 1400px;
  }
}
.cid-uUYozGxmsr img {
  width: 100%;
}
.cid-uUYozGxmsr .link-wrap {
  width: 100%;
}
.cid-uUYozGxmsr .link {
  display: inline-block;
}
.cid-uUYozGxmsr .card {
  transition: all 0.3s;
}
.cid-uUYozGxmsr .card:hover {
  transform: translateY(-10px);
}
.cid-uUYozGxmsr .card-wrapper {
  background-position: center;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
  cursor: pointer;
  background: #ffffff;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uUYozGxmsr .card-box {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uUYozHqr0a {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0077ff;
}
.cid-uUYozHqr0a .wrapper {
  max-width: 700px;
  margin: auto;
  height: 100%;
  padding: 6rem 1rem;
}
.cid-uUYozHqr0a .card {
  border-right: 1px solid white;
}
.cid-uUYozHqr0a .btn-white-outline:hover,
.cid-uUYozHqr0a .btn-white-outline:focus {
  color: #0077ff !important;
}
@media (max-width: 992px) {
  .cid-uUYozHqr0a .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
  .cid-uUYozHqr0a .wrapper {
    padding: 6rem 0rem;
  }
}
.cid-uUYozI7Fbh {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uUYozI7Fbh .link-wrap {
  width: 100%;
}
.cid-uUYozI7Fbh .link {
  display: inline-block;
}
.cid-uUYozI7Fbh .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-uUYozI7Fbh .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uUYozI7Fbh .link a:hover {
  text-decoration: underline;
}
.cid-uUYozI7Fbh .link,
.cid-uUYozI7Fbh .link-wrap {
  color: #ffffff;
}
.cid-uUYozI7Fbh .mbr-text,
.cid-uUYozI7Fbh .mbr-section-btn {
  color: #333333;
}
.cid-uUYozIGYhN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uUYozIGYhN .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uUYozIGYhN .container {
    max-width: 1400px;
  }
}
.cid-uUYozIGYhN .card {
  margin: auto;
}
.cid-uUYozIGYhN .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #0095ff;
  margin-bottom: 2rem;
}
.cid-uUYozIGYhN .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uUYozIGYhN .row {
  justify-content: center;
}
.cid-uUYozJm4Xc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-uUYozJm4Xc .link-wrap {
  width: 100%;
}
.cid-uUYozJm4Xc .card-box,
.cid-uUYozJm4Xc .img-wrapper {
  width: 50%;
}
.cid-uUYozJm4Xc img {
  margin: auto;
  width: 140px;
}
.cid-uUYozJm4Xc .link {
  display: inline-block;
}
.cid-uUYozJm4Xc .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-uUYozJm4Xc .link a:before {
  position: absolute;
  right: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uUYozJm4Xc .link a:hover {
  text-decoration: underline;
}
.cid-uUYozJm4Xc .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-uUYozJm4Xc .card-wrapper {
  background-position: center;
  padding: 3rem;
  background: #ffffff;
  background-size: cover;
  display: flex;
  transition: all 0.3s;
  justify-content: center;
  align-items: center;
}
.cid-uUYozJm4Xc .card-wrapper:hover {
  transform: scale(0.97);
  cursor: pointer;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 10px 20px 0 rgba(0, 0, 0, 0.05);
}
.cid-uUYozJm4Xc .card-wrapper:hover .link a {
  text-decoration: underline;
}
.cid-uUYozJm4Xc .link,
.cid-uUYozJm4Xc .link-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uUYozJm4Xc .card {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUYozJm4Xc .card-wrapper {
    padding: 3rem 1rem;
    flex-direction: column;
  }
  .cid-uUYozJm4Xc .card-box,
  .cid-uUYozJm4Xc .img-wrapper {
    width: 100%;
  }
  .cid-uUYozJm4Xc .img-wrapper {
    margin-top: 2rem;
  }
}
.cid-uUYozJm4Xc .card-subtitle {
  color: #0077ff;
}
.cid-uUYozJm4Xc .mbr-text,
.cid-uUYozJm4Xc .link-wrap {
  color: #555555;
}
.cid-uUYozJWGl0 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uUYozJWGl0 .link-wrap {
  width: 100%;
}
.cid-uUYozJWGl0 .card-box,
.cid-uUYozJWGl0 .img-wrapper {
  width: 50%;
}
.cid-uUYozJWGl0 img {
  margin: auto;
  width: 80%;
}
.cid-uUYozJWGl0 .link {
  display: inline-block;
}
.cid-uUYozJWGl0 .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-uUYozJWGl0 .link a:before {
  position: absolute;
  right: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uUYozJWGl0 .link a:hover {
  text-decoration: underline;
}
.cid-uUYozJWGl0 .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-uUYozJWGl0 .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uUYozJWGl0 .link,
.cid-uUYozJWGl0 .link-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uUYozJWGl0 .card {
    margin-bottom: 2rem;
  }
  .cid-uUYozJWGl0 img {
    width: 100%;
  }
  .cid-uUYozJWGl0 .card-wrapper {
    flex-direction: column;
  }
  .cid-uUYozJWGl0 .card-box,
  .cid-uUYozJWGl0 .img-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uUYozJWGl0 .card-wrapper {
    padding: 3rem 1rem;
  }
  .cid-uUYozJWGl0 .card-box,
  .cid-uUYozJWGl0 .img-wrapper {
    width: 100%;
  }
}
.cid-uUYozJWGl0 .card-subtitle {
  color: #0077ff;
}
.cid-uUYozJWGl0 .mbr-text,
.cid-uUYozJWGl0 .link-wrap {
  color: #333333;
}
.cid-uUYozKnxSm {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #0095ff;
}
@media (min-width: 1500px) {
  .cid-uUYozKnxSm .container {
    max-width: 1400px;
  }
}
.cid-uUYozKnxSm img {
  width: 100%;
  height: auto;
  margin: auto;
}
.cid-uUYozKnxSm .content {
  max-width: 450px;
  margin: auto;
}
.cid-uUYozKnxSm .mbr-text,
.cid-uUYozKnxSm .mbr-section-btn {
  color: #fafafa;
}
@media (max-width: 992px) {
  .cid-uUYozKnxSm .img-col {
    padding-bottom: 3rem;
  }
  .cid-uUYozKnxSm .content {
    max-width: 100%;
  }
}
.cid-uUYozKO64U {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uUYozKO64U .box {
  background-image: url("../../../assets/images/background1.jpg?v=1URc9i");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUYozKO64U .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-uUYozKO64U .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-uUYozKO64U .icon-wrap span {
  padding-left: 8px;
}
.cid-uUYozKO64U .mbr-media span {
  font-size: 4rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
  opacity: 0.6;
  transition: all 0.25s;
  color: #000000 !important;
}
.cid-uUYozKO64U .mbr-media span:hover {
  opacity: 1;
  color: #ff2d55 !important;
}
.cid-uUYozKO64U .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uUYozKO64U .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uUYozKO64U .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uUYozKO64U .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uUYozKO64U a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uUYozKO64U a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uUYozKO64U .box {
    height: 250px;
  }
}
.cid-uUYozLky7Y {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uUYozLky7Y .link-wrap {
  width: 100%;
}
.cid-uUYozLky7Y .link {
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uUYozLky7Y .container {
    max-width: 1400px;
  }
  .cid-uUYozLky7Y .col-lg-6 {
    max-width: 47%;
  }
}
.cid-uUYozLky7Y .row {
  justify-content: space-between;
}
.cid-uUYozLky7Y .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-uUYozLky7Y .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  transition: all 0.3s;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uUYozLky7Y .link a:hover:before {
  right: -3px;
}
.cid-uUYozLky7Y .link,
.cid-uUYozLky7Y .link-wrap {
  color: #ffffff;
}
.cid-uUYozLky7Y .mbr-text,
.cid-uUYozLky7Y .mbr-section-btn {
  color: #333333;
}
.cid-uUYozLRTTN {
  background-image: url("../../../assets/images/background2.jpg?v=1URc9i");
}
.cid-uUYozLRTTN .block {
  height: 704px;
}
@media (max-width: 992px) {
  .cid-uUYozLRTTN .block {
    height: 352px;
  }
}
.cid-uUYozMaJyK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uUYozMaJyK .card-box {
  z-index: 10;
  position: relative;
}
.cid-uUYozMaJyK .link-wrap {
  width: 100%;
}
.cid-uUYozMaJyK .link {
  display: inline-block;
}
.cid-uUYozMaJyK .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  font-weight: 600;
}
.cid-uUYozMaJyK .link a:hover {
  text-decoration: underline;
}
.cid-uUYozMaJyK .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-uUYozMaJyK .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #0095ff;
  margin-bottom: 2rem;
}
.cid-uUYozMaJyK .card-wrapper {
  background-position: center;
  padding: 5rem 5rem;
  background: #fafafa;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uUYozMaJyK .link,
.cid-uUYozMaJyK .link-wrap {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uUYozMaJyK .card {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUYozMaJyK .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uUYozME3jF {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fafafa;
}
.cid-uUYozME3jF .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uUYozME3jF .form-control,
.cid-uUYozME3jF .field-input {
  padding: 2rem 1rem;
  min-height: auto;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uUYozME3jF .form-control::-webkit-input-placeholder,
.cid-uUYozME3jF .field-input::-webkit-input-placeholder,
.cid-uUYozME3jF .form-control::-webkit-input-placeholder,
.cid-uUYozME3jF .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uUYozME3jF .form-control:-moz-placeholder,
.cid-uUYozME3jF .field-input:-moz-placeholder,
.cid-uUYozME3jF .form-control:-moz-placeholder,
.cid-uUYozME3jF .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uUYozME3jF .form-control:hover,
.cid-uUYozME3jF .field-input:hover,
.cid-uUYozME3jF .form-control:focus,
.cid-uUYozME3jF .field-input:focus {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uUYozME3jF .form-control:hover::-webkit-input-placeholder,
.cid-uUYozME3jF .field-input:hover::-webkit-input-placeholder,
.cid-uUYozME3jF .form-control:focus::-webkit-input-placeholder,
.cid-uUYozME3jF .field-input:focus::-webkit-input-placeholder,
.cid-uUYozME3jF .form-control:hover::-webkit-input-placeholder,
.cid-uUYozME3jF .field-input:hover::-webkit-input-placeholder,
.cid-uUYozME3jF .form-control:focus::-webkit-input-placeholder,
.cid-uUYozME3jF .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uUYozME3jF .form-control:hover:-moz-placeholder,
.cid-uUYozME3jF .field-input:hover:-moz-placeholder,
.cid-uUYozME3jF .form-control:focus:-moz-placeholder,
.cid-uUYozME3jF .field-input:focus:-moz-placeholder,
.cid-uUYozME3jF .form-control:hover:-moz-placeholder,
.cid-uUYozME3jF .field-input:hover:-moz-placeholder,
.cid-uUYozME3jF .form-control:focus:-moz-placeholder,
.cid-uUYozME3jF .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uUYozME3jF textarea {
  padding-top: 1rem!important;
}
.cid-uUYozME3jF .jq-number__spin:hover,
.cid-uUYozME3jF .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uUYozME3jF .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uUYozME3jF .jq-selectbox li,
.cid-uUYozME3jF .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uUYozME3jF .jq-selectbox li:hover,
.cid-uUYozME3jF .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uUYozME3jF .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uUYozME3jF .jq-number__spin.minus:hover:after,
.cid-uUYozME3jF .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uUYozME3jF .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uUYozME3jF .jq-number__spin.minus:after,
.cid-uUYozME3jF .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uUYozME3jF input::-webkit-clear-button {
  display: none;
}
.cid-uUYozME3jF input::-webkit-inner-spin-button {
  display: none;
}
.cid-uUYozME3jF input::-webkit-outer-spin-button {
  display: none;
}
.cid-uUYozME3jF input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uUYozME3jF H5 {
  text-align: center;
}
.cid-uUYozN3bf6 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uUYozN3bf6 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uUYozN3bf6 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uUYozN3bf6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uUYozN3bf6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uUYozNv36B {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-uUYozNv36B li {
  list-style: none;
}
@media (min-width: 1500px) {
  .cid-uUYozNv36B .container {
    max-width: 1400px;
  }
}
.cid-uUYozNv36B .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUYozNv36B .social-list .mbr-iconfont-social {
  font-size: 1.4rem;
  color: #999999;
}
.cid-uUYozNv36B .social-list .mbr-iconfont-social:hover {
  opacity: 0.6;
}
.cid-uUYozNv36B .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUYozNv36B .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uUYozNv36B .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUYozNv36B .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUYozNv36B .row {
  justify-content: space-between;
}
.cid-uUYozNv36B .item-wrap {
  margin-bottom: 14px;
}
.cid-uUYozNv36B .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
  margin: 0 -0.5rem;
}
.cid-uUYozNv36B h4 {
  margin: 0;
}
.cid-uUYozNv36B ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uUYozNv36B .row {
    justify-content: flex-start;
  }
  .cid-uUYozNv36B .md-pb {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUYozNv36B .social-row {
    justify-content: center;
  }
}
.cid-uUYozNv36B .item5 {
  color: #000000;
}
.cid-uUYozNv36B .item4 {
  color: #555555;
}
.cid-uUYozNv36B .item3 {
  color: #555555;
}
.cid-uUYozNv36B .item2 {
  color: #555555;
}
.cid-uUYozNv36B .item1 {
  color: #555555;
}
.cid-uUYozNv36B .col-title1 {
  color: #000000;
}
.cid-uUYozNv36B .col-title2 {
  color: #000000;
}
.cid-uUYozNv36B .col-title3 {
  color: #000000;
}
.cid-uUYozNv36B .col-title4 {
  color: #000000;
}
.cid-uUYozNv36B .col-title5 {
  color: #000000;
}
.cid-uUYozNv36B .col-text {
  color: #555555;
}
.cid-uUYozPyJFd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
@media (min-width: 1500px) {
  .cid-uUYozPyJFd .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-uUYozPyJFd .copyright {
    margin-bottom: 1rem;
  }
}
.cid-uUYozPyJFd .mbr-text {
  color: #000000;
}
.cid-uUYGnFO3EE .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -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-uUYGnFO3EE .dropdown-menu {
  padding: 0;
}
.cid-uUYGnFO3EE .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUYGnFO3EE .dropdown-item:hover,
.cid-uUYGnFO3EE .dropdown-item:focus {
  background: #0077ff !important;
  color: white!important;
}
.cid-uUYGnFO3EE .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uUYGnFO3EE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUYGnFO3EE .nav-link {
  position: relative;
}
.cid-uUYGnFO3EE .container {
  display: flex;
  margin: auto;
}
.cid-uUYGnFO3EE .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUYGnFO3EE .navbar-caption {
  padding-right: 4rem;
}
.cid-uUYGnFO3EE .navbar-nav {
  justify-content: space-between;
  width: -webkit-fill-available;
}
.cid-uUYGnFO3EE .dropdown-menu,
.cid-uUYGnFO3EE .navbar.opened {
  background: #ffffff !important;
}
.cid-uUYGnFO3EE .nav-item:focus,
.cid-uUYGnFO3EE .nav-link:focus {
  outline: none;
}
.cid-uUYGnFO3EE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUYGnFO3EE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUYGnFO3EE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUYGnFO3EE .dropdown .dropdown-menu .dropdown-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-uUYGnFO3EE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUYGnFO3EE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUYGnFO3EE .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff;
}
.cid-uUYGnFO3EE .navbar.opened {
  transition: all .3s;
}
.cid-uUYGnFO3EE .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUYGnFO3EE .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUYGnFO3EE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUYGnFO3EE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUYGnFO3EE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUYGnFO3EE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUYGnFO3EE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUYGnFO3EE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUYGnFO3EE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUYGnFO3EE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUYGnFO3EE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUYGnFO3EE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUYGnFO3EE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUYGnFO3EE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUYGnFO3EE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUYGnFO3EE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUYGnFO3EE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUYGnFO3EE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUYGnFO3EE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUYGnFO3EE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUYGnFO3EE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUYGnFO3EE .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uUYGnFO3EE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUYGnFO3EE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUYGnFO3EE .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-uUYGnFO3EE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUYGnFO3EE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUYGnFO3EE .dropdown-item.active,
.cid-uUYGnFO3EE .dropdown-item:active {
  background-color: transparent;
}
.cid-uUYGnFO3EE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUYGnFO3EE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUYGnFO3EE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUYGnFO3EE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUYGnFO3EE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUYGnFO3EE .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUYGnFO3EE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUYGnFO3EE .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUYGnFO3EE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUYGnFO3EE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUYGnFO3EE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUYGnFO3EE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUYGnFO3EE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUYGnFO3EE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUYGnFO3EE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUYGnFO3EE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUYGnFO3EE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUYGnFO3EE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUYGnFO3EE .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUYGnFO3EE a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUYGnFO3EE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uUYGnFO3EE .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUYGnFO3EE .navbar {
    height: 77px;
  }
  .cid-uUYGnFO3EE .navbar.opened {
    height: auto;
  }
  .cid-uUYGnFO3EE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUYGnGxebT {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #fafafa;
}
.cid-uUYGnGxebT .mbr-text,
.cid-uUYGnGxebT .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-uUYGnH2AFj {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #fafafa;
}
.cid-uUYGnH2AFj .block {
  width: 100%;
  height: 400px;
  background-image: url("../../../assets/images/01.jpg?v=1URc9i");
  background-size: 1140px 400px;
  background-position: center;
  display: block;
  animation: scroll 30s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-x: 0px;
  }
  99.999% {
    background-position-x: -1140px;
  }
  100% {
    background-position-x: 0px;
  }
}
.cid-uUYGnHjMJK {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uUYGnHjMJK .card-box {
  padding: 2rem;
  padding-top: 3rem;
}
@media (min-width: 1500px) {
  .cid-uUYGnHjMJK .container {
    max-width: 1400px;
  }
}
.cid-uUYGnHjMJK img {
  width: 100%;
}
.cid-uUYGnHjMJK .link-wrap {
  width: 100%;
}
.cid-uUYGnHjMJK .link {
  display: inline-block;
}
.cid-uUYGnHjMJK .card {
  transition: all 0.3s;
}
.cid-uUYGnHjMJK .card:hover {
  transform: translateY(-10px);
}
.cid-uUYGnHjMJK .card-wrapper {
  background-position: center;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
  cursor: pointer;
  background: #ffffff;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uUYGnHjMJK .card-box {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uUYGnHNDeo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0077ff;
}
.cid-uUYGnHNDeo .wrapper {
  max-width: 700px;
  margin: auto;
  height: 100%;
  padding: 6rem 1rem;
}
.cid-uUYGnHNDeo .card {
  border-right: 1px solid white;
}
.cid-uUYGnHNDeo .btn-white-outline:hover,
.cid-uUYGnHNDeo .btn-white-outline:focus {
  color: #0077ff !important;
}
@media (max-width: 992px) {
  .cid-uUYGnHNDeo .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
  .cid-uUYGnHNDeo .wrapper {
    padding: 6rem 0rem;
  }
}
.cid-uUYGnI8NJu {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uUYGnI8NJu .link-wrap {
  width: 100%;
}
.cid-uUYGnI8NJu .link {
  display: inline-block;
}
.cid-uUYGnI8NJu .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-uUYGnI8NJu .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uUYGnI8NJu .link a:hover {
  text-decoration: underline;
}
.cid-uUYGnI8NJu .link,
.cid-uUYGnI8NJu .link-wrap {
  color: #ffffff;
}
.cid-uUYGnI8NJu .mbr-text,
.cid-uUYGnI8NJu .mbr-section-btn {
  color: #333333;
}
.cid-uUYGnIneqN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uUYGnIneqN .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uUYGnIneqN .container {
    max-width: 1400px;
  }
}
.cid-uUYGnIneqN .card {
  margin: auto;
}
.cid-uUYGnIneqN .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #0095ff;
  margin-bottom: 2rem;
}
.cid-uUYGnIneqN .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uUYGnIneqN .row {
  justify-content: center;
}
.cid-uUYGnIP0co {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-uUYGnIP0co .link-wrap {
  width: 100%;
}
.cid-uUYGnIP0co .card-box,
.cid-uUYGnIP0co .img-wrapper {
  width: 50%;
}
.cid-uUYGnIP0co img {
  margin: auto;
  width: 140px;
}
.cid-uUYGnIP0co .link {
  display: inline-block;
}
.cid-uUYGnIP0co .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-uUYGnIP0co .link a:before {
  position: absolute;
  right: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uUYGnIP0co .link a:hover {
  text-decoration: underline;
}
.cid-uUYGnIP0co .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-uUYGnIP0co .card-wrapper {
  background-position: center;
  padding: 3rem;
  background: #ffffff;
  background-size: cover;
  display: flex;
  transition: all 0.3s;
  justify-content: center;
  align-items: center;
}
.cid-uUYGnIP0co .card-wrapper:hover {
  transform: scale(0.97);
  cursor: pointer;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 10px 20px 0 rgba(0, 0, 0, 0.05);
}
.cid-uUYGnIP0co .card-wrapper:hover .link a {
  text-decoration: underline;
}
.cid-uUYGnIP0co .link,
.cid-uUYGnIP0co .link-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uUYGnIP0co .card {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUYGnIP0co .card-wrapper {
    padding: 3rem 1rem;
    flex-direction: column;
  }
  .cid-uUYGnIP0co .card-box,
  .cid-uUYGnIP0co .img-wrapper {
    width: 100%;
  }
  .cid-uUYGnIP0co .img-wrapper {
    margin-top: 2rem;
  }
}
.cid-uUYGnIP0co .card-subtitle {
  color: #0077ff;
}
.cid-uUYGnIP0co .mbr-text,
.cid-uUYGnIP0co .link-wrap {
  color: #555555;
}
.cid-uUYGnJbvIK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uUYGnJbvIK .link-wrap {
  width: 100%;
}
.cid-uUYGnJbvIK .card-box,
.cid-uUYGnJbvIK .img-wrapper {
  width: 50%;
}
.cid-uUYGnJbvIK img {
  margin: auto;
  width: 80%;
}
.cid-uUYGnJbvIK .link {
  display: inline-block;
}
.cid-uUYGnJbvIK .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-uUYGnJbvIK .link a:before {
  position: absolute;
  right: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uUYGnJbvIK .link a:hover {
  text-decoration: underline;
}
.cid-uUYGnJbvIK .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-uUYGnJbvIK .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uUYGnJbvIK .link,
.cid-uUYGnJbvIK .link-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uUYGnJbvIK .card {
    margin-bottom: 2rem;
  }
  .cid-uUYGnJbvIK img {
    width: 100%;
  }
  .cid-uUYGnJbvIK .card-wrapper {
    flex-direction: column;
  }
  .cid-uUYGnJbvIK .card-box,
  .cid-uUYGnJbvIK .img-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uUYGnJbvIK .card-wrapper {
    padding: 3rem 1rem;
  }
  .cid-uUYGnJbvIK .card-box,
  .cid-uUYGnJbvIK .img-wrapper {
    width: 100%;
  }
}
.cid-uUYGnJbvIK .card-subtitle {
  color: #0077ff;
}
.cid-uUYGnJbvIK .mbr-text,
.cid-uUYGnJbvIK .link-wrap {
  color: #333333;
}
.cid-uUYGnJKjs3 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #0095ff;
}
@media (min-width: 1500px) {
  .cid-uUYGnJKjs3 .container {
    max-width: 1400px;
  }
}
.cid-uUYGnJKjs3 img {
  width: 100%;
  height: auto;
  margin: auto;
}
.cid-uUYGnJKjs3 .content {
  max-width: 450px;
  margin: auto;
}
.cid-uUYGnJKjs3 .mbr-text,
.cid-uUYGnJKjs3 .mbr-section-btn {
  color: #fafafa;
}
@media (max-width: 992px) {
  .cid-uUYGnJKjs3 .img-col {
    padding-bottom: 3rem;
  }
  .cid-uUYGnJKjs3 .content {
    max-width: 100%;
  }
}
.cid-uUYGnKqflL {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uUYGnKqflL .box {
  background-image: url("../../../assets/images/background1.jpg?v=1URc9i");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUYGnKqflL .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-uUYGnKqflL .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-uUYGnKqflL .icon-wrap span {
  padding-left: 8px;
}
.cid-uUYGnKqflL .mbr-media span {
  font-size: 4rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
  opacity: 0.6;
  transition: all 0.25s;
  color: #000000 !important;
}
.cid-uUYGnKqflL .mbr-media span:hover {
  opacity: 1;
  color: #ff2d55 !important;
}
.cid-uUYGnKqflL .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uUYGnKqflL .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uUYGnKqflL .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uUYGnKqflL .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uUYGnKqflL a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uUYGnKqflL a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uUYGnKqflL .box {
    height: 250px;
  }
}
.cid-uUYGnLablh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uUYGnLablh .link-wrap {
  width: 100%;
}
.cid-uUYGnLablh .link {
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uUYGnLablh .container {
    max-width: 1400px;
  }
  .cid-uUYGnLablh .col-lg-6 {
    max-width: 47%;
  }
}
.cid-uUYGnLablh .row {
  justify-content: space-between;
}
.cid-uUYGnLablh .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-uUYGnLablh .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  transition: all 0.3s;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uUYGnLablh .link a:hover:before {
  right: -3px;
}
.cid-uUYGnLablh .link,
.cid-uUYGnLablh .link-wrap {
  color: #ffffff;
}
.cid-uUYGnLablh .mbr-text,
.cid-uUYGnLablh .mbr-section-btn {
  color: #333333;
}
.cid-uUYGnLDkRH {
  background-image: url("../../../assets/images/background2.jpg?v=1URc9i");
}
.cid-uUYGnLDkRH .block {
  height: 704px;
}
@media (max-width: 992px) {
  .cid-uUYGnLDkRH .block {
    height: 352px;
  }
}
.cid-uUYGnMj8tD {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uUYGnMj8tD .card-box {
  z-index: 10;
  position: relative;
}
.cid-uUYGnMj8tD .link-wrap {
  width: 100%;
}
.cid-uUYGnMj8tD .link {
  display: inline-block;
}
.cid-uUYGnMj8tD .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  font-weight: 600;
}
.cid-uUYGnMj8tD .link a:hover {
  text-decoration: underline;
}
.cid-uUYGnMj8tD .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-uUYGnMj8tD .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #0095ff;
  margin-bottom: 2rem;
}
.cid-uUYGnMj8tD .card-wrapper {
  background-position: center;
  padding: 5rem 5rem;
  background: #fafafa;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uUYGnMj8tD .link,
.cid-uUYGnMj8tD .link-wrap {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uUYGnMj8tD .card {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUYGnMj8tD .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uUYGnMH6aH {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fafafa;
}
.cid-uUYGnMH6aH .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uUYGnMH6aH .form-control,
.cid-uUYGnMH6aH .field-input {
  padding: 2rem 1rem;
  min-height: auto;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uUYGnMH6aH .form-control::-webkit-input-placeholder,
.cid-uUYGnMH6aH .field-input::-webkit-input-placeholder,
.cid-uUYGnMH6aH .form-control::-webkit-input-placeholder,
.cid-uUYGnMH6aH .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uUYGnMH6aH .form-control:-moz-placeholder,
.cid-uUYGnMH6aH .field-input:-moz-placeholder,
.cid-uUYGnMH6aH .form-control:-moz-placeholder,
.cid-uUYGnMH6aH .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uUYGnMH6aH .form-control:hover,
.cid-uUYGnMH6aH .field-input:hover,
.cid-uUYGnMH6aH .form-control:focus,
.cid-uUYGnMH6aH .field-input:focus {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uUYGnMH6aH .form-control:hover::-webkit-input-placeholder,
.cid-uUYGnMH6aH .field-input:hover::-webkit-input-placeholder,
.cid-uUYGnMH6aH .form-control:focus::-webkit-input-placeholder,
.cid-uUYGnMH6aH .field-input:focus::-webkit-input-placeholder,
.cid-uUYGnMH6aH .form-control:hover::-webkit-input-placeholder,
.cid-uUYGnMH6aH .field-input:hover::-webkit-input-placeholder,
.cid-uUYGnMH6aH .form-control:focus::-webkit-input-placeholder,
.cid-uUYGnMH6aH .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uUYGnMH6aH .form-control:hover:-moz-placeholder,
.cid-uUYGnMH6aH .field-input:hover:-moz-placeholder,
.cid-uUYGnMH6aH .form-control:focus:-moz-placeholder,
.cid-uUYGnMH6aH .field-input:focus:-moz-placeholder,
.cid-uUYGnMH6aH .form-control:hover:-moz-placeholder,
.cid-uUYGnMH6aH .field-input:hover:-moz-placeholder,
.cid-uUYGnMH6aH .form-control:focus:-moz-placeholder,
.cid-uUYGnMH6aH .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uUYGnMH6aH textarea {
  padding-top: 1rem!important;
}
.cid-uUYGnMH6aH .jq-number__spin:hover,
.cid-uUYGnMH6aH .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uUYGnMH6aH .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uUYGnMH6aH .jq-selectbox li,
.cid-uUYGnMH6aH .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uUYGnMH6aH .jq-selectbox li:hover,
.cid-uUYGnMH6aH .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uUYGnMH6aH .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uUYGnMH6aH .jq-number__spin.minus:hover:after,
.cid-uUYGnMH6aH .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uUYGnMH6aH .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uUYGnMH6aH .jq-number__spin.minus:after,
.cid-uUYGnMH6aH .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uUYGnMH6aH input::-webkit-clear-button {
  display: none;
}
.cid-uUYGnMH6aH input::-webkit-inner-spin-button {
  display: none;
}
.cid-uUYGnMH6aH input::-webkit-outer-spin-button {
  display: none;
}
.cid-uUYGnMH6aH input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uUYGnMH6aH H5 {
  text-align: center;
}
.cid-uUYGnN4z1S .google-map {
  height: 30rem;
  position: relative;
}
.cid-uUYGnN4z1S .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uUYGnN4z1S .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uUYGnN4z1S .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uUYGnN4z1S .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uUYGnNmd85 {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-uUYGnNmd85 li {
  list-style: none;
}
@media (min-width: 1500px) {
  .cid-uUYGnNmd85 .container {
    max-width: 1400px;
  }
}
.cid-uUYGnNmd85 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUYGnNmd85 .social-list .mbr-iconfont-social {
  font-size: 1.4rem;
  color: #999999;
}
.cid-uUYGnNmd85 .social-list .mbr-iconfont-social:hover {
  opacity: 0.6;
}
.cid-uUYGnNmd85 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUYGnNmd85 .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uUYGnNmd85 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUYGnNmd85 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUYGnNmd85 .row {
  justify-content: space-between;
}
.cid-uUYGnNmd85 .item-wrap {
  margin-bottom: 14px;
}
.cid-uUYGnNmd85 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
  margin: 0 -0.5rem;
}
.cid-uUYGnNmd85 h4 {
  margin: 0;
}
.cid-uUYGnNmd85 ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uUYGnNmd85 .row {
    justify-content: flex-start;
  }
  .cid-uUYGnNmd85 .md-pb {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUYGnNmd85 .social-row {
    justify-content: center;
  }
}
.cid-uUYGnNmd85 .item5 {
  color: #000000;
}
.cid-uUYGnNmd85 .item4 {
  color: #555555;
}
.cid-uUYGnNmd85 .item3 {
  color: #555555;
}
.cid-uUYGnNmd85 .item2 {
  color: #555555;
}
.cid-uUYGnNmd85 .item1 {
  color: #555555;
}
.cid-uUYGnNmd85 .col-title1 {
  color: #000000;
}
.cid-uUYGnNmd85 .col-title2 {
  color: #000000;
}
.cid-uUYGnNmd85 .col-title3 {
  color: #000000;
}
.cid-uUYGnNmd85 .col-title4 {
  color: #000000;
}
.cid-uUYGnNmd85 .col-title5 {
  color: #000000;
}
.cid-uUYGnNmd85 .col-text {
  color: #555555;
}
.cid-uUYGnOl2yo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
@media (min-width: 1500px) {
  .cid-uUYGnOl2yo .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-uUYGnOl2yo .copyright {
    margin-bottom: 1rem;
  }
}
.cid-uUYGnOl2yo .mbr-text {
  color: #000000;
}
.cid-uUYQ27MIBK .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -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-uUYQ27MIBK .dropdown-menu {
  padding: 0;
}
.cid-uUYQ27MIBK .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uUYQ27MIBK .dropdown-item:hover,
.cid-uUYQ27MIBK .dropdown-item:focus {
  background: #0077ff !important;
  color: white!important;
}
.cid-uUYQ27MIBK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-uUYQ27MIBK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uUYQ27MIBK .nav-link {
  position: relative;
}
.cid-uUYQ27MIBK .container {
  display: flex;
  margin: auto;
}
.cid-uUYQ27MIBK .mbr-iconfont {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-uUYQ27MIBK .navbar-caption {
  padding-right: 4rem;
}
.cid-uUYQ27MIBK .navbar-nav {
  justify-content: space-between;
  width: -webkit-fill-available;
}
.cid-uUYQ27MIBK .dropdown-menu,
.cid-uUYQ27MIBK .navbar.opened {
  background: #ffffff !important;
}
.cid-uUYQ27MIBK .nav-item:focus,
.cid-uUYQ27MIBK .nav-link:focus {
  outline: none;
}
.cid-uUYQ27MIBK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uUYQ27MIBK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUYQ27MIBK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uUYQ27MIBK .dropdown .dropdown-menu .dropdown-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-uUYQ27MIBK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUYQ27MIBK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUYQ27MIBK .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid #e6e6e6;
  background: #ffffff;
}
.cid-uUYQ27MIBK .navbar.opened {
  transition: all .3s;
}
.cid-uUYQ27MIBK .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-uUYQ27MIBK .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uUYQ27MIBK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUYQ27MIBK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUYQ27MIBK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUYQ27MIBK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUYQ27MIBK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uUYQ27MIBK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUYQ27MIBK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-uUYQ27MIBK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uUYQ27MIBK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUYQ27MIBK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUYQ27MIBK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUYQ27MIBK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUYQ27MIBK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uUYQ27MIBK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uUYQ27MIBK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uUYQ27MIBK .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUYQ27MIBK .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uUYQ27MIBK .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uUYQ27MIBK .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uUYQ27MIBK .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uUYQ27MIBK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uUYQ27MIBK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uUYQ27MIBK .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-uUYQ27MIBK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUYQ27MIBK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUYQ27MIBK .dropdown-item.active,
.cid-uUYQ27MIBK .dropdown-item:active {
  background-color: transparent;
}
.cid-uUYQ27MIBK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUYQ27MIBK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUYQ27MIBK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUYQ27MIBK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uUYQ27MIBK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUYQ27MIBK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUYQ27MIBK ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUYQ27MIBK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUYQ27MIBK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUYQ27MIBK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUYQ27MIBK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUYQ27MIBK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUYQ27MIBK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUYQ27MIBK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUYQ27MIBK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUYQ27MIBK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUYQ27MIBK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUYQ27MIBK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUYQ27MIBK .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uUYQ27MIBK a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uUYQ27MIBK .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 160px;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-uUYQ27MIBK .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUYQ27MIBK .navbar {
    height: 77px;
  }
  .cid-uUYQ27MIBK .navbar.opened {
    height: auto;
  }
  .cid-uUYQ27MIBK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUYQ28xWqx {
  padding-top: 135px;
  padding-bottom: 45px;
  background-color: #fafafa;
}
.cid-uUYQ28xWqx .mbr-text,
.cid-uUYQ28xWqx .mbr-section-btn {
  color: #333333;
  text-align: left;
}
.cid-uUYQ28xWqx H1 {
  color: #0077ff;
}
.cid-uUYQ28X0Ww {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #fafafa;
}
.cid-uUYQ28X0Ww .block {
  width: 100%;
  height: 400px;
  background-image: url("../../../assets/images/01.jpg?v=1URc9i");
  background-size: 1140px 400px;
  background-position: center;
  display: block;
  animation: scroll 30s infinite linear;
  pointer-events: none;
}
@keyframes scroll {
  0% {
    background-position-x: 0px;
  }
  99.999% {
    background-position-x: -1140px;
  }
  100% {
    background-position-x: 0px;
  }
}
.cid-uUYQ29ej79 {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uUYQ29ej79 .card-box {
  padding: 2rem;
  padding-top: 3rem;
}
@media (min-width: 1500px) {
  .cid-uUYQ29ej79 .container {
    max-width: 1400px;
  }
}
.cid-uUYQ29ej79 img {
  width: 100%;
}
.cid-uUYQ29ej79 .link-wrap {
  width: 100%;
}
.cid-uUYQ29ej79 .link {
  display: inline-block;
}
.cid-uUYQ29ej79 .card {
  transition: all 0.3s;
}
.cid-uUYQ29ej79 .card:hover {
  transform: translateY(-10px);
}
.cid-uUYQ29ej79 .card-wrapper {
  background-position: center;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
  cursor: pointer;
  background: #ffffff;
  transition: all 0.3s;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uUYQ29ej79 .card-box {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-uUYQ29JJpP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #0077ff;
}
.cid-uUYQ29JJpP .wrapper {
  max-width: 700px;
  margin: auto;
  height: 100%;
  padding: 6rem 1rem;
}
.cid-uUYQ29JJpP .card {
  border-right: 1px solid white;
}
.cid-uUYQ29JJpP .btn-white-outline:hover,
.cid-uUYQ29JJpP .btn-white-outline:focus {
  color: #0077ff !important;
}
@media (max-width: 992px) {
  .cid-uUYQ29JJpP .card {
    border-right: 0px;
    border-bottom: 1px solid white;
  }
  .cid-uUYQ29JJpP .wrapper {
    padding: 6rem 0rem;
  }
}
.cid-uUYQ2a2nSj {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uUYQ2a2nSj .link-wrap {
  width: 100%;
}
.cid-uUYQ2a2nSj .link {
  display: inline-block;
}
.cid-uUYQ2a2nSj .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-uUYQ2a2nSj .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uUYQ2a2nSj .link a:hover {
  text-decoration: underline;
}
.cid-uUYQ2a2nSj .link,
.cid-uUYQ2a2nSj .link-wrap {
  color: #ffffff;
}
.cid-uUYQ2a2nSj .mbr-text,
.cid-uUYQ2a2nSj .mbr-section-btn {
  color: #333333;
}
.cid-uUYQ2anmco {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uUYQ2anmco .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-uUYQ2anmco .container {
    max-width: 1400px;
  }
}
.cid-uUYQ2anmco .card {
  margin: auto;
}
.cid-uUYQ2anmco .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #0095ff;
  margin-bottom: 2rem;
}
.cid-uUYQ2anmco .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uUYQ2anmco .row {
  justify-content: center;
}
.cid-uUYQ2aP4C9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-uUYQ2aP4C9 .link-wrap {
  width: 100%;
}
.cid-uUYQ2aP4C9 .card-box,
.cid-uUYQ2aP4C9 .img-wrapper {
  width: 50%;
}
.cid-uUYQ2aP4C9 img {
  margin: auto;
  width: 140px;
}
.cid-uUYQ2aP4C9 .link {
  display: inline-block;
}
.cid-uUYQ2aP4C9 .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-uUYQ2aP4C9 .link a:before {
  position: absolute;
  right: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uUYQ2aP4C9 .link a:hover {
  text-decoration: underline;
}
.cid-uUYQ2aP4C9 .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-uUYQ2aP4C9 .card-wrapper {
  background-position: center;
  padding: 3rem;
  background: #ffffff;
  background-size: cover;
  display: flex;
  transition: all 0.3s;
  justify-content: center;
  align-items: center;
}
.cid-uUYQ2aP4C9 .card-wrapper:hover {
  transform: scale(0.97);
  cursor: pointer;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05), 0 1px 2px 0 rgba(0, 0, 0, 0.05), 0 10px 20px 0 rgba(0, 0, 0, 0.05);
}
.cid-uUYQ2aP4C9 .card-wrapper:hover .link a {
  text-decoration: underline;
}
.cid-uUYQ2aP4C9 .link,
.cid-uUYQ2aP4C9 .link-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uUYQ2aP4C9 .card {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUYQ2aP4C9 .card-wrapper {
    padding: 3rem 1rem;
    flex-direction: column;
  }
  .cid-uUYQ2aP4C9 .card-box,
  .cid-uUYQ2aP4C9 .img-wrapper {
    width: 100%;
  }
  .cid-uUYQ2aP4C9 .img-wrapper {
    margin-top: 2rem;
  }
}
.cid-uUYQ2aP4C9 .card-subtitle {
  color: #0077ff;
}
.cid-uUYQ2aP4C9 .mbr-text,
.cid-uUYQ2aP4C9 .link-wrap {
  color: #555555;
}
.cid-uUYQ2baDDc {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uUYQ2baDDc .link-wrap {
  width: 100%;
}
.cid-uUYQ2baDDc .card-box,
.cid-uUYQ2baDDc .img-wrapper {
  width: 50%;
}
.cid-uUYQ2baDDc img {
  margin: auto;
  width: 80%;
}
.cid-uUYQ2baDDc .link {
  display: inline-block;
}
.cid-uUYQ2baDDc .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-uUYQ2baDDc .link a:before {
  position: absolute;
  right: 0px;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uUYQ2baDDc .link a:hover {
  text-decoration: underline;
}
.cid-uUYQ2baDDc .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-uUYQ2baDDc .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uUYQ2baDDc .link,
.cid-uUYQ2baDDc .link-wrap {
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uUYQ2baDDc .card {
    margin-bottom: 2rem;
  }
  .cid-uUYQ2baDDc img {
    width: 100%;
  }
  .cid-uUYQ2baDDc .card-wrapper {
    flex-direction: column;
  }
  .cid-uUYQ2baDDc .card-box,
  .cid-uUYQ2baDDc .img-wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cid-uUYQ2baDDc .card-wrapper {
    padding: 3rem 1rem;
  }
  .cid-uUYQ2baDDc .card-box,
  .cid-uUYQ2baDDc .img-wrapper {
    width: 100%;
  }
}
.cid-uUYQ2baDDc .card-subtitle {
  color: #0077ff;
}
.cid-uUYQ2baDDc .mbr-text,
.cid-uUYQ2baDDc .link-wrap {
  color: #333333;
}
.cid-uUYQ2bxpDa {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #0095ff;
}
@media (min-width: 1500px) {
  .cid-uUYQ2bxpDa .container {
    max-width: 1400px;
  }
}
.cid-uUYQ2bxpDa img {
  width: 100%;
  height: auto;
  margin: auto;
}
.cid-uUYQ2bxpDa .content {
  max-width: 450px;
  margin: auto;
}
.cid-uUYQ2bxpDa .mbr-text,
.cid-uUYQ2bxpDa .mbr-section-btn {
  color: #fafafa;
}
@media (max-width: 992px) {
  .cid-uUYQ2bxpDa .img-col {
    padding-bottom: 3rem;
  }
  .cid-uUYQ2bxpDa .content {
    max-width: 100%;
  }
}
.cid-uUYQ2bOBOk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uUYQ2bOBOk .box {
  background-image: url("../../../assets/images/background1.jpg?v=1URc9i");
  background-size: cover;
  background-position: center;
  height: 600px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUYQ2bOBOk .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-uUYQ2bOBOk .icon-wrap:hover {
  transform: scale(1.04);
}
.cid-uUYQ2bOBOk .icon-wrap span {
  padding-left: 8px;
}
.cid-uUYQ2bOBOk .mbr-media span {
  font-size: 4rem;
  cursor: pointer;
  position: relative;
  display: inline-block;
  opacity: 0.6;
  transition: all 0.25s;
  color: #000000 !important;
}
.cid-uUYQ2bOBOk .mbr-media span:hover {
  opacity: 1;
  color: #ff2d55 !important;
}
.cid-uUYQ2bOBOk .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-uUYQ2bOBOk .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uUYQ2bOBOk .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uUYQ2bOBOk .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uUYQ2bOBOk a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-uUYQ2bOBOk a.close:hover {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-uUYQ2bOBOk .box {
    height: 250px;
  }
}
.cid-uUYQ2ccf7T {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uUYQ2ccf7T .link-wrap {
  width: 100%;
}
.cid-uUYQ2ccf7T .link {
  display: inline-block;
}
@media (min-width: 1500px) {
  .cid-uUYQ2ccf7T .container {
    max-width: 1400px;
  }
  .cid-uUYQ2ccf7T .col-lg-6 {
    max-width: 47%;
  }
}
.cid-uUYQ2ccf7T .row {
  justify-content: space-between;
}
.cid-uUYQ2ccf7T .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 1rem;
  font-weight: 600;
}
.cid-uUYQ2ccf7T .link a:before {
  position: absolute;
  right: 0px;
  font-weight: 900;
  transition: all 0.3s;
  top: 55%;
  transform: translateY(-50%);
  content: "\e909";
  font-family: 'Moririse2' !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-uUYQ2ccf7T .link a:hover:before {
  right: -3px;
}
.cid-uUYQ2ccf7T .link,
.cid-uUYQ2ccf7T .link-wrap {
  color: #ffffff;
}
.cid-uUYQ2ccf7T .mbr-text,
.cid-uUYQ2ccf7T .mbr-section-btn {
  color: #333333;
}
.cid-uUYQ2cxBSN {
  background-image: url("../../../assets/images/background2.jpg?v=1URc9i");
}
.cid-uUYQ2cxBSN .block {
  height: 704px;
}
@media (max-width: 992px) {
  .cid-uUYQ2cxBSN .block {
    height: 352px;
  }
}
.cid-uUYQ2cMUfY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uUYQ2cMUfY .card-box {
  z-index: 10;
  position: relative;
}
.cid-uUYQ2cMUfY .link-wrap {
  width: 100%;
}
.cid-uUYQ2cMUfY .link {
  display: inline-block;
}
.cid-uUYQ2cMUfY .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  font-weight: 600;
}
.cid-uUYQ2cMUfY .link a:hover {
  text-decoration: underline;
}
.cid-uUYQ2cMUfY .card {
  margin: auto;
  min-height: 280px;
  transition: all 0.3s;
}
.cid-uUYQ2cMUfY .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #0095ff;
  margin-bottom: 2rem;
}
.cid-uUYQ2cMUfY .card-wrapper {
  background-position: center;
  padding: 5rem 5rem;
  background: #fafafa;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uUYQ2cMUfY .link,
.cid-uUYQ2cMUfY .link-wrap {
  text-align: center;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uUYQ2cMUfY .card {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUYQ2cMUfY .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-uUYQ2dcUCT {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #fafafa;
}
.cid-uUYQ2dcUCT .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uUYQ2dcUCT .form-control,
.cid-uUYQ2dcUCT .field-input {
  padding: 2rem 1rem;
  min-height: auto;
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uUYQ2dcUCT .form-control::-webkit-input-placeholder,
.cid-uUYQ2dcUCT .field-input::-webkit-input-placeholder,
.cid-uUYQ2dcUCT .form-control::-webkit-input-placeholder,
.cid-uUYQ2dcUCT .field-input::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uUYQ2dcUCT .form-control:-moz-placeholder,
.cid-uUYQ2dcUCT .field-input:-moz-placeholder,
.cid-uUYQ2dcUCT .form-control:-moz-placeholder,
.cid-uUYQ2dcUCT .field-input:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uUYQ2dcUCT .form-control:hover,
.cid-uUYQ2dcUCT .field-input:hover,
.cid-uUYQ2dcUCT .form-control:focus,
.cid-uUYQ2dcUCT .field-input:focus {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uUYQ2dcUCT .form-control:hover::-webkit-input-placeholder,
.cid-uUYQ2dcUCT .field-input:hover::-webkit-input-placeholder,
.cid-uUYQ2dcUCT .form-control:focus::-webkit-input-placeholder,
.cid-uUYQ2dcUCT .field-input:focus::-webkit-input-placeholder,
.cid-uUYQ2dcUCT .form-control:hover::-webkit-input-placeholder,
.cid-uUYQ2dcUCT .field-input:hover::-webkit-input-placeholder,
.cid-uUYQ2dcUCT .form-control:focus::-webkit-input-placeholder,
.cid-uUYQ2dcUCT .field-input:focus::-webkit-input-placeholder {
  color: #c1c1c1;
}
.cid-uUYQ2dcUCT .form-control:hover:-moz-placeholder,
.cid-uUYQ2dcUCT .field-input:hover:-moz-placeholder,
.cid-uUYQ2dcUCT .form-control:focus:-moz-placeholder,
.cid-uUYQ2dcUCT .field-input:focus:-moz-placeholder,
.cid-uUYQ2dcUCT .form-control:hover:-moz-placeholder,
.cid-uUYQ2dcUCT .field-input:hover:-moz-placeholder,
.cid-uUYQ2dcUCT .form-control:focus:-moz-placeholder,
.cid-uUYQ2dcUCT .field-input:focus:-moz-placeholder {
  color: #c1c1c1;
}
.cid-uUYQ2dcUCT textarea {
  padding-top: 1rem!important;
}
.cid-uUYQ2dcUCT .jq-number__spin:hover,
.cid-uUYQ2dcUCT .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-uUYQ2dcUCT .jq-number__spin {
  background-color: #ffffff;
  border-color: #cccccc;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uUYQ2dcUCT .jq-selectbox li,
.cid-uUYQ2dcUCT .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uUYQ2dcUCT .jq-selectbox li:hover,
.cid-uUYQ2dcUCT .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uUYQ2dcUCT .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uUYQ2dcUCT .jq-number__spin.minus:hover:after,
.cid-uUYQ2dcUCT .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uUYQ2dcUCT .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uUYQ2dcUCT .jq-number__spin.minus:after,
.cid-uUYQ2dcUCT .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uUYQ2dcUCT input::-webkit-clear-button {
  display: none;
}
.cid-uUYQ2dcUCT input::-webkit-inner-spin-button {
  display: none;
}
.cid-uUYQ2dcUCT input::-webkit-outer-spin-button {
  display: none;
}
.cid-uUYQ2dcUCT input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uUYQ2dcUCT H5 {
  text-align: center;
}
.cid-uUYQ2dwQn6 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uUYQ2dwQn6 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uUYQ2dwQn6 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uUYQ2dwQn6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uUYQ2dwQn6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uUYQ2dW1Gu {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-uUYQ2dW1Gu li {
  list-style: none;
}
@media (min-width: 1500px) {
  .cid-uUYQ2dW1Gu .container {
    max-width: 1400px;
  }
}
.cid-uUYQ2dW1Gu .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uUYQ2dW1Gu .social-list .mbr-iconfont-social {
  font-size: 1.4rem;
  color: #999999;
}
.cid-uUYQ2dW1Gu .social-list .mbr-iconfont-social:hover {
  opacity: 0.6;
}
.cid-uUYQ2dW1Gu .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uUYQ2dW1Gu .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uUYQ2dW1Gu .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uUYQ2dW1Gu .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uUYQ2dW1Gu .row {
  justify-content: space-between;
}
.cid-uUYQ2dW1Gu .item-wrap {
  margin-bottom: 14px;
}
.cid-uUYQ2dW1Gu .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  padding-bottom: 2rem;
  margin: 0 -0.5rem;
}
.cid-uUYQ2dW1Gu h4 {
  margin: 0;
}
.cid-uUYQ2dW1Gu ul {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uUYQ2dW1Gu .row {
    justify-content: flex-start;
  }
  .cid-uUYQ2dW1Gu .md-pb {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUYQ2dW1Gu .social-row {
    justify-content: center;
  }
}
.cid-uUYQ2dW1Gu .item5 {
  color: #000000;
}
.cid-uUYQ2dW1Gu .item4 {
  color: #555555;
}
.cid-uUYQ2dW1Gu .item3 {
  color: #555555;
}
.cid-uUYQ2dW1Gu .item2 {
  color: #555555;
}
.cid-uUYQ2dW1Gu .item1 {
  color: #555555;
}
.cid-uUYQ2dW1Gu .col-title1 {
  color: #000000;
}
.cid-uUYQ2dW1Gu .col-title2 {
  color: #000000;
}
.cid-uUYQ2dW1Gu .col-title3 {
  color: #000000;
}
.cid-uUYQ2dW1Gu .col-title4 {
  color: #000000;
}
.cid-uUYQ2dW1Gu .col-title5 {
  color: #000000;
}
.cid-uUYQ2dW1Gu .col-text {
  color: #555555;
}
.cid-uUYQ2eJcVX {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
@media (min-width: 1500px) {
  .cid-uUYQ2eJcVX .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-uUYQ2eJcVX .copyright {
    margin-bottom: 1rem;
  }
}
.cid-uUYQ2eJcVX .mbr-text {
  color: #000000;
}
