body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 7.04rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.8rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.52rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #e1201d !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e1201d !important;
  border-color: #e1201d !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9d1614 !important;
  border-color: #9d1614 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #871311;
  color: #871311;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #e1201d;
  border-color: #e1201d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e1201d !important;
  border-color: #e1201d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #e1201d !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #871311 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e1201d;
  border-color: #e1201d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e1201d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f9d2d1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.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: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #e1201d;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e1201d;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e1201d;
  border-bottom-color: #e1201d;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #e1201d !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23e1201d' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-rym5webdvf .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-rym5webdvf .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rym5webdvf a {
  font-style: normal;
}
.cid-rym5webdvf .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-rym5webdvf .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-rym5webdvf .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-rym5webdvf .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rym5webdvf .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rym5webdvf .nav-item:focus,
.cid-rym5webdvf .nav-link:focus {
  outline: none;
}
.cid-rym5webdvf .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rym5webdvf .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rym5webdvf .menu-logo {
  margin-right: auto;
}
.cid-rym5webdvf .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rym5webdvf .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rym5webdvf .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-rym5webdvf .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rym5webdvf .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rym5webdvf .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rym5webdvf .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rym5webdvf .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rym5webdvf .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rym5webdvf .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rym5webdvf .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rym5webdvf .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rym5webdvf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rym5webdvf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rym5webdvf .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rym5webdvf .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rym5webdvf .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rym5webdvf .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rym5webdvf .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rym5webdvf .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rym5webdvf .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rym5webdvf .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rym5webdvf .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rym5webdvf button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rym5webdvf button.navbar-toggler:focus {
  outline: none;
}
.cid-rym5webdvf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rym5webdvf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rym5webdvf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rym5webdvf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rym5webdvf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rym5webdvf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rym5webdvf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rym5webdvf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rym5webdvf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rym5webdvf .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rym5webdvf .collapsed .btn {
  display: -webkit-flex;
}
.cid-rym5webdvf .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rym5webdvf .collapsed .navbar-collapse.collapsing,
.cid-rym5webdvf .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rym5webdvf .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rym5webdvf .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rym5webdvf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rym5webdvf .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rym5webdvf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rym5webdvf .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rym5webdvf .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rym5webdvf .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rym5webdvf .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rym5webdvf .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rym5webdvf .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-rym5webdvf .collapsed button.navbar-toggler {
  display: block;
}
.cid-rym5webdvf .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rym5webdvf .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rym5webdvf .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rym5webdvf .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rym5webdvf .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rym5webdvf .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rym5webdvf.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rym5webdvf img {
    height: 3.8rem !important;
  }
  .cid-rym5webdvf .icon-wrap {
    margin-top: 1rem;
  }
  .cid-rym5webdvf .menu-wrap {
    flex-direction: column;
  }
  .cid-rym5webdvf .btn {
    display: -webkit-flex;
  }
  .cid-rym5webdvf button.navbar-toggler {
    display: block;
  }
  .cid-rym5webdvf .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-rym5webdvf .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rym5webdvf .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rym5webdvf .navbar-collapse.collapsing,
  .cid-rym5webdvf .navbar-collapse.show {
    display: block !important;
  }
  .cid-rym5webdvf .navbar-collapse.collapsing .navbar-nav,
  .cid-rym5webdvf .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rym5webdvf .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rym5webdvf .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rym5webdvf .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rym5webdvf .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rym5webdvf .navbar-collapse.collapsing .navbar-buttons,
  .cid-rym5webdvf .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rym5webdvf .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rym5webdvf .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rym5webdvf .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rym5webdvf .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rym5webdvf .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rym5webdvf .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rym5webdvf .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-rym5webdvf .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-rym5webdvf .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-rym5webdvf .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rym5webdvf .nav-link:hover,
.cid-rym5webdvf .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-rym5wxfg4n {
  padding-top: 135px;
  padding-bottom: 45px;
}
.cid-rym5wxfg4n .mbr-iconfont {
  color: #00d8a6 !important;
  font-size: 3.5rem!important;
}
.cid-rym5wxfg4n .row {
  justify-content: center;
  padding-bottom: 5rem;
}
.cid-rym5wxfg4n .link {
  margin: 0;
}
.cid-rym5wxfg4n .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-rym5wxfg4n .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-rym5wxfg4n h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-rym5wxfg4n h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rym5wxfg4n h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rym5wxfg4n .btn {
  margin: 0.2rem!important;
}
.cid-rym5wJDH3o {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rym5wJDH3o h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rym5wJDH3o h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rym5wJDH3o h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rym5wJDH3o .mbr-text,
.cid-rym5wJDH3o .mbr-section-btn {
  color: #767676;
}
.cid-rym5x5WgBt {
  padding-top: 75px;
  padding-bottom: 75px;
}
.cid-rym5x5WgBt .progress {
  width: 100%;
}
.cid-rym5x5WgBt .container {
  max-width: 1400px;
}
.cid-rym5x5WgBt .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-rym5x5WgBt .progress_value {
  color: #ffffff !important;
  position: relative;
}
.cid-rym5x5WgBt .img-wrap {
  height: 100%;
  overflow: hidden;
  justify-content: center;
  display: flex;
}
.cid-rym5x5WgBt .img-wrap img {
  object-fit: cover;
}
.cid-rym5x5WgBt progress {
  height: 3px;
}
.cid-rym5x5WgBt .progressbar-number {
  display: inline-block;
}
.cid-rym5x5WgBt .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-rym5x5WgBt .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rym5x5WgBt .section-content-title {
  font-weight: 500;
}
.cid-rym5x5WgBt .progress1 .progressbar-number:before,
.cid-rym5x5WgBt .progress2 .progressbar-number:before,
.cid-rym5x5WgBt .progress3 .progressbar-number:before,
.cid-rym5x5WgBt .progress4 .progressbar-number:before,
.cid-rym5x5WgBt .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-rym5x5WgBt progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rym5x5WgBt progress::-webkit-progress-value {
  background: #ffffff;
}
.cid-rym5x5WgBt progress[value]::-moz-progress-bar {
  background: #ffffff;
}
.cid-rym5x5WgBt progress::-ms-fill {
  background: #ffffff;
}
.cid-rym5x5WgBt .progress1 .progressbar-number:before {
  content: '30';
}
.cid-rym5x5WgBt .progress2 .progressbar-number:before {
  content: '50';
}
.cid-rym5x5WgBt .progress3 .progressbar-number:before {
  content: '10';
}
.cid-rym5x5WgBt .progress4 .progressbar-number:before {
  content: '10';
}
.cid-rym5x5WgBt .progress5 .progressbar-number:before {
  content: '60';
}
@media (min-width: 767px) {
  .cid-rym5x5WgBt .progress_elements,
  .cid-rym5x5WgBt .img-col {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rym5x5WgBt .progress_elements {
    padding-bottom: 3rem;
  }
}
.cid-rym5x5WgBt .progressbar-title p,
.cid-rym5x5WgBt .progress_value {
  color: #ffffff;
}
.cid-rym5xVDGLY {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rym5xVDGLY h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rym5xVDGLY h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rym5xVDGLY h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rym5xVDGLY .mbr-text,
.cid-rym5xVDGLY .mbr-section-btn {
  color: #767676;
}
.cid-rym5xBPG7s {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/0005-.png-1714x862.png");
}
.cid-rym5xBPG7s .btn {
  margin: 0.2rem!important;
}
.cid-rym5xBPG7s .row {
  justify-content: flex-end;
}
.cid-rym5xBPG7s .mbr-text,
.cid-rym5xBPG7s .mbr-section-btn {
  color: #cccccc;
}
.cid-rym5xBPG7s H3 {
  color: #cccccc;
}
.cid-uUKctkbvVQ {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uUKctkbvVQ h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uUKctkbvVQ h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uUKctkbvVQ h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uUKctkbvVQ .mbr-text,
.cid-uUKctkbvVQ .mbr-section-btn {
  color: #767676;
}
@media (max-width: 768px) {
  .cid-uUKctkbvVQ h3:before,
  .cid-uUKctkbvVQ h3:after {
    display: none;
  }
}
.cid-uUKctkbvVQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUKctkbvVQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-rym5y8NvJ0 {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rym5y8NvJ0 .image-block {
  margin: auto;
  height: 500px;
  overflow: hidden;
}
.cid-rym5y8NvJ0 .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-rym5y8NvJ0 .image-block:hover:before {
  opacity: 0.4;
}
.cid-rym5y8NvJ0 .image-block:hover .wrap {
  opacity: 1;
}
.cid-rym5y8NvJ0 .image-block:hover img {
  transform: scale(1.05);
}
.cid-rym5y8NvJ0 h4 {
  letter-spacing: 2px;
}
.cid-rym5y8NvJ0 figcaption {
  position: relative;
}
.cid-rym5y8NvJ0 figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-rym5y8NvJ0 img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-rym5y8NvJ0 .col-lg-4 {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-rym5y8NvJ0 .image-block {
    height: 400px;
  }
}
.cid-rym5yiSIKf {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rym5yiSIKf .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-rym5yiSIKf .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-rym5yiSIKf .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-rym5yiSIKf .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-rym5yiSIKf .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-rym5yiSIKf .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rym5yiSIKf .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-rym5yiSIKf .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-rym5yiSIKf .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-rym5yiSIKf .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-rym5yiSIKf .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-rym5yiSIKf .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-rym5yiSIKf .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-rym5yiSIKf .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-rym5yiSIKf .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-rym5yiSIKf img {
  transition: all 2s!important;
}
.cid-rym5yiSIKf .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-rym5yiSIKf .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-rym5yiSIKf .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uUKalGEoIs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uUKalGEoIs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUKalGEoIs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uUKalGEoIs .container {
    padding: 0 22px;
  }
}
.cid-uUKalGEoIs .card {
  justify-content: center;
}
.cid-uUKalGEoIs .content-wrapper {
  padding-left: 34px;
}
@media (max-width: 992px) {
  .cid-uUKalGEoIs .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uUKalGEoIs .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uUKalGEoIs .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uUKalGEoIs .box {
  padding-right: 84px;
}
@media (max-width: 992px) {
  .cid-uUKalGEoIs .box {
    padding: 0;
  }
}
.cid-uUKalGEoIs .box .mbr-media {
  position: relative;
  height: 480px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uUKalGEoIs .box .mbr-media {
    height: 350px;
  }
}
.cid-uUKalGEoIs .box .mbr-media img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100vh;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.cid-uUKalGEoIs .box .mbr-media .mbr-iconfont {
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-left: 4px;
}
.cid-uUKalGEoIs .mbr-media {
  position: relative;
}
.cid-uUKalGEoIs .mbr-media img {
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uUKalGEoIs a:hover {
  background-image: none !important;
}
.cid-uUKalGEoIs .icon-wrap {
  right: 40px;
  bottom: 40px;
  position: absolute;
  height: 55px;
  width: 55px;
  border-radius: 100%;
  background-color: #00d0f3;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 992px) {
  .cid-uUKalGEoIs .icon-wrap {
    right: 20px;
    bottom: 20px;
  }
}
.cid-uUKalGEoIs .icon-wrap:hover,
.cid-uUKalGEoIs .icon-wrap:focus {
  background-color: #000000;
}
.cid-uUKalGEoIs .icon-wrap:hover .mbr-iconfont,
.cid-uUKalGEoIs .icon-wrap:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uUKalGEoIs .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uUKalGEoIs .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uUKalGEoIs .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uUKalGEoIs .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uUKalGEoIs .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uUKalGEoIs .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uUKalGEoIs .mbr-section-title {
  color: #ffffff;
}
.cid-uUKalGEoIs .mbr-text {
  color: #ffffff;
}
.cid-uUKeSKUUZE {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uUKeSKUUZE .mbr-media {
  position: relative;
}
.cid-uUKeSKUUZE .mbr-media img {
  width: 101%;
  object-fit: cover;
}
.cid-uUKeSKUUZE a:hover {
  background-image: none !important;
}
.cid-uUKeSKUUZE .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uUKeSKUUZE .card-wrapper {
  border: 1px solid #e1201d;
  padding: 0;
  overflow: hidden;
}
.cid-uUKeSKUUZE .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
  color: #e1201d;
}
.cid-uUKeSKUUZE .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uUKeSKUUZE .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uUKeSKUUZE .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uUKeSKUUZE .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uUKeSKUUZE .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uUKeSKUUZE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUKeSKUUZE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUKeSKUUZE .mbr-section-title {
  color: #221b35;
}
.cid-uUKfAkMxyI {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uUKfAkMxyI .mbr-media {
  position: relative;
}
.cid-uUKfAkMxyI .mbr-media img {
  width: 101%;
  object-fit: cover;
}
.cid-uUKfAkMxyI a:hover {
  background-image: none !important;
}
.cid-uUKfAkMxyI .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uUKfAkMxyI .card-wrapper {
  border: 1px solid #e1201d;
  padding: 0;
  overflow: hidden;
}
.cid-uUKfAkMxyI .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
  color: #e1201d;
}
.cid-uUKfAkMxyI .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uUKfAkMxyI .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uUKfAkMxyI .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uUKfAkMxyI .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uUKfAkMxyI .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uUKfAkMxyI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUKfAkMxyI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUKfAkMxyI .mbr-section-title {
  color: #221b35;
}
.cid-rym5yN2Wez {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rym5yN2Wez h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rym5yN2Wez h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rym5yN2Wez h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rym5yN2Wez .mbr-text,
.cid-rym5yN2Wez .mbr-section-btn {
  color: #767676;
}
.cid-rym5z7A1E7 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rym5z7A1E7 .mbr-section-subtitle {
  color: #767676;
}
.cid-rym5z7A1E7 .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-rym5z7A1E7 .container {
    max-width: 1600px;
  }
}
.cid-rym5z7A1E7 .container {
  padding: 0 2rem;
}
.cid-rym5z7A1E7 .mbr-iconfont {
  color: #ffffff !important;
}
.cid-rym5z7A1E7 .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-rym5z7A1E7 .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-rym5z7A1E7 .bg1 {
  background: #29a7c6;
}
.cid-rym5z7A1E7 .bg2 {
  background: #ed6031;
}
.cid-rym5z7A1E7 .bg3 {
  background: #073b4c;
}
.cid-rym5z7A1E7 .bg4 {
  background: #d6952c;
}
.cid-rym5z7A1E7 .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-rym5z7A1E7 .team-item:hover .item-social {
  opacity: 1;
}
.cid-rym5z7A1E7 .team-item .item-image img {
  width: 100%;
}
.cid-rym5z7A1E7 .team-item .item-name p {
  margin-bottom: 0;
}
.cid-rym5z7A1E7 .team-item .item-role p {
  margin-bottom: 0;
}
.cid-rym5z7A1E7 .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-rym5z7A1E7 .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-rym5z7A1E7 .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
@media (max-width: 767px) {
  .cid-rym5z7A1E7 .item-caption {
    padding: 2rem 1rem;
  }
  .cid-rym5z7A1E7 .item-social {
    opacity: 1;
  }
}
.cid-rym5zKxG7R {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rym5zKxG7R .card {
  position: relative;
  background-image: url("../../../assets/images/background2.jpg");
  background-size: cover;
}
.cid-rym5zKxG7R .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #e1201d;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-rym5zKxG7R .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-rym5zXJ2HP {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-rym5zXJ2HP .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rym5zXJ2HP .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-rym5zXJ2HP .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-rym5zXJ2HP textarea {
  min-height: 150px;
}
.cid-rym5zXJ2HP .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-rym5zXJ2HP .form-control,
.cid-rym5zXJ2HP .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border-color: #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-rym5zXJ2HP .form-control input::-webkit-input-placeholder,
.cid-rym5zXJ2HP .field-input input::-webkit-input-placeholder,
.cid-rym5zXJ2HP .form-control textarea::-webkit-input-placeholder,
.cid-rym5zXJ2HP .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-rym5zXJ2HP .form-control input:-moz-placeholder,
.cid-rym5zXJ2HP .field-input input:-moz-placeholder,
.cid-rym5zXJ2HP .form-control textarea:-moz-placeholder,
.cid-rym5zXJ2HP .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-rym5zXJ2HP .form-control:hover,
.cid-rym5zXJ2HP .field-input:hover,
.cid-rym5zXJ2HP .form-control:focus,
.cid-rym5zXJ2HP .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rym5zXJ2HP .form-control:hover input::-webkit-input-placeholder,
.cid-rym5zXJ2HP .field-input:hover input::-webkit-input-placeholder,
.cid-rym5zXJ2HP .form-control:focus input::-webkit-input-placeholder,
.cid-rym5zXJ2HP .field-input:focus input::-webkit-input-placeholder,
.cid-rym5zXJ2HP .form-control:hover textarea::-webkit-input-placeholder,
.cid-rym5zXJ2HP .field-input:hover textarea::-webkit-input-placeholder,
.cid-rym5zXJ2HP .form-control:focus textarea::-webkit-input-placeholder,
.cid-rym5zXJ2HP .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-rym5zXJ2HP .form-control:hover input:-moz-placeholder,
.cid-rym5zXJ2HP .field-input:hover input:-moz-placeholder,
.cid-rym5zXJ2HP .form-control:focus input:-moz-placeholder,
.cid-rym5zXJ2HP .field-input:focus input:-moz-placeholder,
.cid-rym5zXJ2HP .form-control:hover textarea:-moz-placeholder,
.cid-rym5zXJ2HP .field-input:hover textarea:-moz-placeholder,
.cid-rym5zXJ2HP .form-control:focus textarea:-moz-placeholder,
.cid-rym5zXJ2HP .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-rym5zXJ2HP .jq-number__spin:hover,
.cid-rym5zXJ2HP .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rym5zXJ2HP .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rym5zXJ2HP .jq-selectbox li,
.cid-rym5zXJ2HP .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rym5zXJ2HP .jq-selectbox li:hover,
.cid-rym5zXJ2HP .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-rym5zXJ2HP .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-rym5zXJ2HP .jq-number__spin.minus:hover:after,
.cid-rym5zXJ2HP .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rym5zXJ2HP .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-rym5zXJ2HP .jq-number__spin.minus:after,
.cid-rym5zXJ2HP .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-rym5zXJ2HP input::-webkit-clear-button {
  display: none;
}
.cid-rym5zXJ2HP input::-webkit-inner-spin-button {
  display: none;
}
.cid-rym5zXJ2HP input::-webkit-outer-spin-button {
  display: none;
}
.cid-rym5zXJ2HP input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-rym5A9UzbJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #767676;
}
.cid-uUIZJv1W4X .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-uUIZJv1W4X .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-uUIZJv1W4X a {
  font-style: normal;
}
.cid-uUIZJv1W4X .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-uUIZJv1W4X .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-uUIZJv1W4X .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-uUIZJv1W4X .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uUIZJv1W4X .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uUIZJv1W4X .nav-item:focus,
.cid-uUIZJv1W4X .nav-link:focus {
  outline: none;
}
.cid-uUIZJv1W4X .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uUIZJv1W4X .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uUIZJv1W4X .menu-logo {
  margin-right: auto;
}
.cid-uUIZJv1W4X .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uUIZJv1W4X .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uUIZJv1W4X .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-uUIZJv1W4X .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uUIZJv1W4X .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uUIZJv1W4X .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uUIZJv1W4X .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uUIZJv1W4X .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uUIZJv1W4X .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uUIZJv1W4X .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uUIZJv1W4X .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uUIZJv1W4X .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uUIZJv1W4X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uUIZJv1W4X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUIZJv1W4X .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uUIZJv1W4X .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUIZJv1W4X .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uUIZJv1W4X .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uUIZJv1W4X .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uUIZJv1W4X .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uUIZJv1W4X .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uUIZJv1W4X .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uUIZJv1W4X .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uUIZJv1W4X button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uUIZJv1W4X button.navbar-toggler:focus {
  outline: none;
}
.cid-uUIZJv1W4X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uUIZJv1W4X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uUIZJv1W4X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uUIZJv1W4X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uUIZJv1W4X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uUIZJv1W4X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUIZJv1W4X nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uUIZJv1W4X nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uUIZJv1W4X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uUIZJv1W4X .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uUIZJv1W4X .collapsed .btn {
  display: -webkit-flex;
}
.cid-uUIZJv1W4X .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uUIZJv1W4X .collapsed .navbar-collapse.collapsing,
.cid-uUIZJv1W4X .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uUIZJv1W4X .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uUIZJv1W4X .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uUIZJv1W4X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uUIZJv1W4X .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uUIZJv1W4X .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uUIZJv1W4X .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uUIZJv1W4X .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uUIZJv1W4X .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uUIZJv1W4X .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uUIZJv1W4X .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uUIZJv1W4X .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-uUIZJv1W4X .collapsed button.navbar-toggler {
  display: block;
}
.cid-uUIZJv1W4X .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uUIZJv1W4X .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uUIZJv1W4X .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uUIZJv1W4X .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uUIZJv1W4X .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uUIZJv1W4X .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uUIZJv1W4X.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uUIZJv1W4X img {
    height: 3.8rem !important;
  }
  .cid-uUIZJv1W4X .icon-wrap {
    margin-top: 1rem;
  }
  .cid-uUIZJv1W4X .menu-wrap {
    flex-direction: column;
  }
  .cid-uUIZJv1W4X .btn {
    display: -webkit-flex;
  }
  .cid-uUIZJv1W4X button.navbar-toggler {
    display: block;
  }
  .cid-uUIZJv1W4X .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-uUIZJv1W4X .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uUIZJv1W4X .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uUIZJv1W4X .navbar-collapse.collapsing,
  .cid-uUIZJv1W4X .navbar-collapse.show {
    display: block !important;
  }
  .cid-uUIZJv1W4X .navbar-collapse.collapsing .navbar-nav,
  .cid-uUIZJv1W4X .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uUIZJv1W4X .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uUIZJv1W4X .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uUIZJv1W4X .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uUIZJv1W4X .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uUIZJv1W4X .navbar-collapse.collapsing .navbar-buttons,
  .cid-uUIZJv1W4X .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uUIZJv1W4X .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uUIZJv1W4X .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uUIZJv1W4X .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uUIZJv1W4X .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uUIZJv1W4X .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uUIZJv1W4X .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uUIZJv1W4X .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-uUIZJv1W4X .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-uUIZJv1W4X .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-uUIZJv1W4X .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uUIZJv1W4X .nav-link:hover,
.cid-uUIZJv1W4X .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uUIZJvpxAs {
  padding-top: 135px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/dji-20250730152848-0028-d.jpg-2000x1333.jpeg");
}
.cid-uUIZJvpxAs .mbr-iconfont {
  color: #00d8a6 !important;
  font-size: 3.5rem!important;
}
.cid-uUIZJvpxAs .row {
  justify-content: center;
  padding-bottom: 5rem;
}
.cid-uUIZJvpxAs .link {
  margin: 0;
}
.cid-uUIZJvpxAs .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uUIZJvpxAs .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-uUIZJvpxAs h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.8rem;
  letter-spacing: 6px;
}
.cid-uUIZJvpxAs h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uUIZJvpxAs h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uUIZJvpxAs .btn {
  margin: 0.2rem!important;
}
.cid-uUIZJvLVQT {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uUIZJvLVQT h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uUIZJvLVQT h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uUIZJvLVQT h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uUIZJvLVQT .mbr-text,
.cid-uUIZJvLVQT .mbr-section-btn {
  color: #767676;
}
.cid-uUIZJvZvov {
  padding-top: 15px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uUIZJvZvov .mbr-text {
  color: #767676;
}
.cid-uUIZJvZvov .card-subtitle {
  margin: 0;
}
.cid-uUIZJvZvov .link {
  margin: 0;
}
.cid-uUIZJvZvov .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-uUIZJvZvov .link a:after {
  position: absolute;
  content: '';
  bottom: -20px;
  left: 0;
  margin: auto;
  right: 0;
  width: 40px;
  height: 2px;
  background: currentColor;
}
.cid-uUIZJvZvov img {
  transition: all 0.3s;
  object-fit: cover;
  height: 100%;
}
.cid-uUIZJvZvov .card-img {
  overflow: hidden;
  position: relative;
  height: 300px;
}
.cid-uUIZJvZvov .card-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uUIZJvZvov .card-img:hover:before {
  opacity: 0.4;
}
.cid-uUIZJvZvov .card-img:hover img {
  transform: scale(1.05);
}
.cid-uUIZJvZvov .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUIZJvZvov .card {
    margin-bottom: 3rem;
  }
}
.cid-uUIZJwhtCt {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uUIZJwhtCt .progress {
  width: 100%;
}
.cid-uUIZJwhtCt .container {
  max-width: 1400px;
}
.cid-uUIZJwhtCt .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-uUIZJwhtCt .progress_value {
  color: #ffffff !important;
  position: relative;
}
.cid-uUIZJwhtCt .img-wrap {
  height: 100%;
  overflow: hidden;
  justify-content: center;
  display: flex;
}
.cid-uUIZJwhtCt .img-wrap img {
  object-fit: cover;
}
.cid-uUIZJwhtCt progress {
  height: 3px;
}
.cid-uUIZJwhtCt .progressbar-number {
  display: inline-block;
}
.cid-uUIZJwhtCt .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-uUIZJwhtCt .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-uUIZJwhtCt .section-content-title {
  font-weight: 500;
}
.cid-uUIZJwhtCt .progress1 .progressbar-number:before,
.cid-uUIZJwhtCt .progress2 .progressbar-number:before,
.cid-uUIZJwhtCt .progress3 .progressbar-number:before,
.cid-uUIZJwhtCt .progress4 .progressbar-number:before,
.cid-uUIZJwhtCt .progress5 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-uUIZJwhtCt progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-uUIZJwhtCt progress::-webkit-progress-value {
  background: #ffffff;
}
.cid-uUIZJwhtCt progress[value]::-moz-progress-bar {
  background: #ffffff;
}
.cid-uUIZJwhtCt progress::-ms-fill {
  background: #ffffff;
}
.cid-uUIZJwhtCt .progress1 .progressbar-number:before {
  content: '100';
}
.cid-uUIZJwhtCt .progress2 .progressbar-number:before {
  content: '90';
}
.cid-uUIZJwhtCt .progress3 .progressbar-number:before {
  content: '80';
}
.cid-uUIZJwhtCt .progress4 .progressbar-number:before {
  content: '70';
}
.cid-uUIZJwhtCt .progress5 .progressbar-number:before {
  content: '60';
}
@media (min-width: 767px) {
  .cid-uUIZJwhtCt .progress_elements,
  .cid-uUIZJwhtCt .img-col {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uUIZJwhtCt .progress_elements {
    padding-bottom: 3rem;
  }
}
.cid-uUIZJwhtCt .progressbar-title p,
.cid-uUIZJwhtCt .progress_value {
  color: #ffffff;
}
.cid-uUIZJwyA7Y {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uUIZJwyA7Y h3 {
  text-align: center;
}
.cid-uUIZJwyA7Y .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uUIZJwyA7Y .mbr-content-text {
  color: #767676;
}
.cid-uUIZJwyA7Y .panel-item {
  background: #ffffff;
}
.cid-uUIZJwyA7Y .card {
  word-wrap: break-word;
}
.cid-uUIZJwyA7Y .mbr-iconfont {
  color: #dd8100 !important;
  font-size: 3.5rem!important;
}
.cid-uUIZJwXBV6 {
  padding-top: 180px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/background53.jpg");
}
.cid-uUIZJwXBV6 .btn {
  margin: 0.2rem!important;
}
.cid-uUIZJwXBV6 .row {
  justify-content: flex-end;
}
.cid-uUIZJwXBV6 .mbr-text,
.cid-uUIZJwXBV6 .mbr-section-btn {
  color: #cccccc;
}
.cid-uUIZJwXBV6 H3 {
  color: #cccccc;
}
.cid-uUIZJxjIEn {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uUIZJxjIEn h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uUIZJxjIEn h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uUIZJxjIEn h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uUIZJxjIEn .mbr-text,
.cid-uUIZJxjIEn .mbr-section-btn {
  color: #767676;
}
.cid-uUIZJxxXmK {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uUIZJxxXmK .image-block {
  margin: auto;
  height: 500px;
  overflow: hidden;
}
.cid-uUIZJxxXmK .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uUIZJxxXmK .image-block:hover:before {
  opacity: 0.4;
}
.cid-uUIZJxxXmK .image-block:hover .wrap {
  opacity: 1;
}
.cid-uUIZJxxXmK .image-block:hover img {
  transform: scale(1.05);
}
.cid-uUIZJxxXmK h4 {
  letter-spacing: 2px;
}
.cid-uUIZJxxXmK figcaption {
  position: relative;
}
.cid-uUIZJxxXmK figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uUIZJxxXmK img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-uUIZJxxXmK .col-lg-4 {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uUIZJxxXmK .image-block {
    height: 400px;
  }
}
.cid-uUIZJxK4Wb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uUIZJxK4Wb .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-uUIZJxK4Wb .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uUIZJxK4Wb .container-fluid {
    padding: 0.5rem;
  }
}
@media (min-width: 767px) {
  .cid-uUIZJxK4Wb .container-fluid {
    padding: 0 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uUIZJxK4Wb .container-fluid {
    padding: 0 1.7rem;
  }
}
.cid-uUIZJxK4Wb .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uUIZJxK4Wb .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-uUIZJxK4Wb .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8!important;
}
.cid-uUIZJxK4Wb .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-uUIZJxK4Wb .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-uUIZJxK4Wb .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
.cid-uUIZJxK4Wb .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-uUIZJxK4Wb .icon-focus:before {
  content: "\e970";
  font-size: 1.2rem;
  color: black;
}
.cid-uUIZJxK4Wb .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-uUIZJxK4Wb .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-uUIZJxK4Wb img {
  transition: all 2s!important;
}
.cid-uUIZJxK4Wb .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-uUIZJxK4Wb .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-uUIZJxK4Wb .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-uUIZJy44pZ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uUIZJy44pZ .image-block {
  margin: auto;
  height: 800px;
  overflow: hidden;
}
.cid-uUIZJy44pZ .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-uUIZJy44pZ .image-block:hover:before {
  opacity: 0.4;
}
.cid-uUIZJy44pZ .image-block:hover .wrap {
  opacity: 1;
}
.cid-uUIZJy44pZ .image-block:hover img {
  transform: scale(1.05);
}
.cid-uUIZJy44pZ h4 {
  letter-spacing: 2px;
}
.cid-uUIZJy44pZ figcaption {
  position: relative;
}
.cid-uUIZJy44pZ figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-uUIZJy44pZ img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
.cid-uUIZJy44pZ .col-lg-6 {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uUIZJy44pZ .image-block {
    height: 400px;
  }
}
.cid-uUIZJyhpCp {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uUIZJyhpCp h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-uUIZJyhpCp h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uUIZJyhpCp h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uUIZJyhpCp .mbr-text,
.cid-uUIZJyhpCp .mbr-section-btn {
  color: #767676;
}
.cid-uUIZJyvikR {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uUIZJyvikR .mbr-section-subtitle {
  color: #767676;
}
.cid-uUIZJyvikR .item-image {
  position: relative;
}
@media (min-width: 992px) {
  .cid-uUIZJyvikR .container {
    max-width: 1600px;
  }
}
.cid-uUIZJyvikR .container {
  padding: 0 2rem;
}
.cid-uUIZJyvikR .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uUIZJyvikR .item-caption {
  padding: 3rem;
  padding-bottom: 1rem;
}
.cid-uUIZJyvikR .item-social {
  position: absolute;
  left: 50%;
  align-items: center;
  right: 50%;
  transform: translate(-50%, -50%);
  bottom: -3rem;
  opacity: 0;
  transition: all 0.3s;
  width: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, #000000 200%);
  height: 6rem;
}
.cid-uUIZJyvikR .bg1 {
  background: #29a7c6;
}
.cid-uUIZJyvikR .bg2 {
  background: #ed6031;
}
.cid-uUIZJyvikR .bg3 {
  background: #000000;
}
.cid-uUIZJyvikR .bg4 {
  background: #d6952c;
}
.cid-uUIZJyvikR .team-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
  height: fit-content;
  transition: all .2s;
  margin-bottom: 0rem;
}
.cid-uUIZJyvikR .team-item:hover .item-social {
  opacity: 1;
}
.cid-uUIZJyvikR .team-item .item-image img {
  width: 100%;
}
.cid-uUIZJyvikR .team-item .item-name p {
  margin-bottom: 0;
}
.cid-uUIZJyvikR .team-item .item-role p {
  margin-bottom: 0;
}
.cid-uUIZJyvikR .team-item .item-social {
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: center;
}
.cid-uUIZJyvikR .team-item .item-social .socicon {
  color: #232323;
  font-size: 17px;
}
.cid-uUIZJyvikR .media-row {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
@media (max-width: 767px) {
  .cid-uUIZJyvikR .item-caption {
    padding: 2rem 1rem;
  }
  .cid-uUIZJyvikR .item-social {
    opacity: 1;
  }
}
.cid-uUIZJz5XMK {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uUIZJz5XMK img {
  height: 210px;
  object-fit: cover;
  width: 210px;
  border-radius: 100%;
}
.cid-uUIZJz5XMK .row {
  justify-content: center;
}
.cid-uUIZJz5XMK .mbr-text,
.cid-uUIZJz5XMK .mbr-section-btn {
  color: #cccccc;
}
.cid-uUIZJz5XMK .icon-box {
  display: flex;
  align-items: center;
}
.cid-uUIZJz5XMK .item {
  display: flex;
  align-items: center;
  padding-right: 2rem;
}
.cid-uUIZJz5XMK .mbr-iconfont {
  color: #cccccc !important;
  font-size: 1rem!important;
  padding-right: 0.5rem;
  padding-bottom: 0.1rem;
}
.cid-uUIZJz5XMK .date {
  margin: 0;
  color: #cccccc;
}
.cid-uUIZJz5XMK .img-col {
  margin: auto 0;
}
@media (max-width: 767px) {
  .cid-uUIZJz5XMK .icon-box {
    flex-direction: column;
  }
  .cid-uUIZJz5XMK .item {
    padding-right: 0rem;
    padding-bottom: 0.3rem;
  }
  .cid-uUIZJz5XMK img {
    margin-bottom: 2rem;
  }
}
.cid-uUIZJzkJRG {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uUIZJzkJRG .card {
  position: relative;
  background-image: url("../../../assets/images/background2.jpg");
  background-size: cover;
}
.cid-uUIZJzkJRG .card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #e1201d;
  opacity: 0.5;
  transition: all 0.6s;
}
.cid-uUIZJzkJRG .card-box {
  padding: 4rem 1rem;
  z-index: 2;
  max-width: 600px;
  margin: auto;
}
.cid-uUIZJzzYHo {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uUIZJzzYHo .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uUIZJzzYHo .btn-black {
  background: black!important;
  border-radius: 6px;
}
.cid-uUIZJzzYHo .btn-black:hover {
  background: gray!important;
  border-color: gray!important;
}
.cid-uUIZJzzYHo textarea {
  min-height: 150px;
}
.cid-uUIZJzzYHo .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #4554c1;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-uUIZJzzYHo .form-control,
.cid-uUIZJzzYHo .field-input {
  padding: 1rem;
  background-color: #ffffff;
  border-color: #767676;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 8px;
  outline: none;
}
.cid-uUIZJzzYHo .form-control input::-webkit-input-placeholder,
.cid-uUIZJzzYHo .field-input input::-webkit-input-placeholder,
.cid-uUIZJzzYHo .form-control textarea::-webkit-input-placeholder,
.cid-uUIZJzzYHo .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uUIZJzzYHo .form-control input:-moz-placeholder,
.cid-uUIZJzzYHo .field-input input:-moz-placeholder,
.cid-uUIZJzzYHo .form-control textarea:-moz-placeholder,
.cid-uUIZJzzYHo .field-input textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uUIZJzzYHo .form-control:hover,
.cid-uUIZJzzYHo .field-input:hover,
.cid-uUIZJzzYHo .form-control:focus,
.cid-uUIZJzzYHo .field-input:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uUIZJzzYHo .form-control:hover input::-webkit-input-placeholder,
.cid-uUIZJzzYHo .field-input:hover input::-webkit-input-placeholder,
.cid-uUIZJzzYHo .form-control:focus input::-webkit-input-placeholder,
.cid-uUIZJzzYHo .field-input:focus input::-webkit-input-placeholder,
.cid-uUIZJzzYHo .form-control:hover textarea::-webkit-input-placeholder,
.cid-uUIZJzzYHo .field-input:hover textarea::-webkit-input-placeholder,
.cid-uUIZJzzYHo .form-control:focus textarea::-webkit-input-placeholder,
.cid-uUIZJzzYHo .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-uUIZJzzYHo .form-control:hover input:-moz-placeholder,
.cid-uUIZJzzYHo .field-input:hover input:-moz-placeholder,
.cid-uUIZJzzYHo .form-control:focus input:-moz-placeholder,
.cid-uUIZJzzYHo .field-input:focus input:-moz-placeholder,
.cid-uUIZJzzYHo .form-control:hover textarea:-moz-placeholder,
.cid-uUIZJzzYHo .field-input:hover textarea:-moz-placeholder,
.cid-uUIZJzzYHo .form-control:focus textarea:-moz-placeholder,
.cid-uUIZJzzYHo .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-uUIZJzzYHo .jq-number__spin:hover,
.cid-uUIZJzzYHo .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #767676;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-uUIZJzzYHo .jq-number__spin {
  background-color: #ffffff;
  border-color: #767676;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uUIZJzzYHo .jq-selectbox li,
.cid-uUIZJzzYHo .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-uUIZJzzYHo .jq-selectbox li:hover,
.cid-uUIZJzzYHo .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-uUIZJzzYHo .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uUIZJzzYHo .jq-number__spin.minus:hover:after,
.cid-uUIZJzzYHo .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uUIZJzzYHo .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uUIZJzzYHo .jq-number__spin.minus:after,
.cid-uUIZJzzYHo .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-uUIZJzzYHo input::-webkit-clear-button {
  display: none;
}
.cid-uUIZJzzYHo input::-webkit-inner-spin-button {
  display: none;
}
.cid-uUIZJzzYHo input::-webkit-outer-spin-button {
  display: none;
}
.cid-uUIZJzzYHo input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uUIZJzSLUW {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #767676;
}
