body {
  font-family: Open Sans;
}
.display-1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.48rem;
}
.display-2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.76rem;
}
/* ---- 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: 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-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-sm {
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  padding: 20px 20px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #030c49 !important;
}
.bg-info {
  background-color: #ecbf16 !important;
}
.bg-warning {
  background-color: #ffffff !important;
}
.bg-danger {
  background-color: #dd331a !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #1ec6b6 !important;
  border-color: #1ec6b6 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #148479 !important;
  border-color: #148479 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #148479 !important;
  border-color: #148479 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #ecbf16 !important;
  border-color: #ecbf16 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #a8870e !important;
  border-color: #a8870e !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a8870e !important;
  border-color: #a8870e !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #030c49 !important;
  border-color: #030c49 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #dd331a !important;
  border-color: #dd331a !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #992312 !important;
  border-color: #992312 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #992312 !important;
  border-color: #992312 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  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,
.btn-primary-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #116d65;
  color: #116d65;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #1ec6b6;
  border-color: #1ec6b6;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1ec6b6 !important;
  border-color: #1ec6b6 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #90740c;
  color: #90740c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #ecbf16;
  border-color: #ecbf16;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ecbf16 !important;
  border-color: #ecbf16 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #030c49;
  border-color: #030c49;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #030c49 !important;
  border-color: #030c49 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #821e0f;
  color: #821e0f;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #dd331a;
  border-color: #dd331a;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #dd331a !important;
  border-color: #dd331a !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  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: #ffffff !important;
}
.text-secondary {
  color: #1ec6b6 !important;
}
.text-success {
  color: #030c49 !important;
}
.text-info {
  color: #ecbf16 !important;
}
.text-warning {
  color: #ffffff !important;
}
.text-danger {
  color: #dd331a !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #116d65 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #90740c !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #cccccc !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #821e0f !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: #ecbf16;
}
.alert-warning {
  background-color: #ffffff;
}
.alert-danger {
  background-color: #dd331a;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.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 a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #3b53f7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #fbf3d3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f9d0ca;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
#scrollToTop a i:before {
  content: '';
  position: absolute;
  height: 40%;
  top: 25%;
  background: #fff;
  width: 2px;
  left: calc(50% - 1px);
}
#scrollToTop a i:after {
  content: '';
  position: absolute;
  display: block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 40%;
  height: 40%;
  left: 30%;
  bottom: 30%;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 0.9rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.44rem;
}
blockquote {
  border-color: #ffffff;
}
.btn-md {
  transition: none;
  padding: 0.5rem 2rem;
}
.btn-md:hover {
  background-color: #1ec6b6 !important;
  border-color: #1ec6b6 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background: #ffffff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #1ec6b6 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff' %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-uAuZRGoKTd .navbar-dropdown {
  position: relative !important;
}
.cid-uAuZRGoKTd .navbar-dropdown {
  position: absolute !important;
}
.cid-uAuZRGoKTd .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAuZRGoKTd .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uAuZRGoKTd .dropdown-item:hover,
.cid-uAuZRGoKTd .dropdown-item:focus {
  color: #ffffff !important;
}
.cid-uAuZRGoKTd .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-uAuZRGoKTd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAuZRGoKTd .nav-link {
  position: relative;
  padding: 0;
}
.cid-uAuZRGoKTd .container {
  display: flex;
  margin: auto;
}
.cid-uAuZRGoKTd .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uAuZRGoKTd .dropdown-menu,
.cid-uAuZRGoKTd .navbar.opened {
  background: #000000 !important;
}
.cid-uAuZRGoKTd .nav-item:focus,
.cid-uAuZRGoKTd .nav-link:focus {
  outline: none;
}
.cid-uAuZRGoKTd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAuZRGoKTd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAuZRGoKTd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAuZRGoKTd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAuZRGoKTd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAuZRGoKTd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAuZRGoKTd .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-uAuZRGoKTd .navbar.opened {
  transition: all 0.3s;
}
.cid-uAuZRGoKTd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAuZRGoKTd .navbar .navbar-logo img {
  width: auto;
}
.cid-uAuZRGoKTd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAuZRGoKTd .navbar.collapsed {
  justify-content: center;
}
.cid-uAuZRGoKTd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAuZRGoKTd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uAuZRGoKTd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uAuZRGoKTd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAuZRGoKTd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAuZRGoKTd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uAuZRGoKTd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAuZRGoKTd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uAuZRGoKTd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uAuZRGoKTd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAuZRGoKTd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAuZRGoKTd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAuZRGoKTd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAuZRGoKTd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uAuZRGoKTd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAuZRGoKTd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAuZRGoKTd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAuZRGoKTd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAuZRGoKTd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAuZRGoKTd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uAuZRGoKTd .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAuZRGoKTd .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAuZRGoKTd .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAuZRGoKTd .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAuZRGoKTd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAuZRGoKTd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAuZRGoKTd .dropdown-item.active,
.cid-uAuZRGoKTd .dropdown-item:active {
  background-color: transparent;
}
.cid-uAuZRGoKTd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAuZRGoKTd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAuZRGoKTd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAuZRGoKTd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uAuZRGoKTd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAuZRGoKTd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAuZRGoKTd ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAuZRGoKTd .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAuZRGoKTd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uAuZRGoKTd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ecbf16;
}
.cid-uAuZRGoKTd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAuZRGoKTd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAuZRGoKTd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAuZRGoKTd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAuZRGoKTd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAuZRGoKTd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAuZRGoKTd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAuZRGoKTd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAuZRGoKTd .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uAuZRGoKTd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAuZRGoKTd .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAuZRGoKTd .navbar {
    height: 70px;
  }
  .cid-uAuZRGoKTd .navbar.opened {
    height: auto;
  }
  .cid-uAuZRGoKTd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAuZRGoKTd .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uAuZRGoKTd .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uAuZRGoKTd a {
  display: inline;
  font-weight: bold;
}
.cid-uAuZRGoKTd img {
  display: inline;
  padding-right: 10px;
}
.cid-uAuZRGoKTd .dropdown-toggle:after {
  display: none;
}
.cid-uAuZRGoKTd .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uAuZRGoKTd .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 990px) {
  .cid-uAuZRGoKTd .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-uSNdHSK6hS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSNdHSK6hS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSNdHSK6hS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSNdHSK6hS .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uSNdHSK6hS .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
.cid-uSNdHSK6hS .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-uSNdHSK6hS .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-uSNdHSK6hS .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uSNdHSK6hS .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-uSNdHSK6hS .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uSNdHSK6hS .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-uSNdHSK6hS .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uSNdHSK6hS .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-uSNdHSK6hS .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-uSNdHSK6hS .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #000000;
}
.cid-uSNdHSK6hS .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-uSNdHSK6hS .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-uSNdHSK6hS .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-uSNdHSK6hS .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-uSNdHSK6hS .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-uSNdHSK6hS .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-uSNdHSK6hS .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uSNdHSK6hS .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uSNdHSK6hS .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uSNdHSK6hS .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSNdHSK6hS .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-uSNdHSK6hS .content-wrapper .items-wrapper .item {
  padding: 35px 0;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-uSNdHSK6hS .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-uSNdHSK6hS .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-uSNdHSK6hS .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uSNdHSK6hS .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-uSNdHSK6hS .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-uSNdHSK6hS .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-uSNdHSK6hS .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #000000;
  background-color: #e4ed64;
  border-radius: 100%;
}
.cid-uSNdHSK6hS .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSNdHSK6hS .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uSNdHSK6hS .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSNdHSK6hS .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-uSNdHSK6hS .mbr-label,
.cid-uSNdHSK6hS .label-wrapper {
  color: #000000;
}
.cid-uSNdHSK6hS .mbr-section-title {
  color: #000000;
}
.cid-uSNdHSK6hS .mbr-text {
  color: #181817;
}
.cid-uSNdHSK6hS .card-title {
  color: #000000;
  text-align: center;
}
.cid-uSNdHSK6hS .card-text {
  color: #333333;
}
.cid-uSNdHSK6hS .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-uSNdHSK6hS .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-uSNdHSK6hS .item-star,
.cid-uSNdHSK6hS .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-uSNdHSK6hS .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uSNH1syxlJ {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ececec;
}
.cid-uSNH1syxlJ .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uSNH1syxlJ .container-fluid {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uSNH1syxlJ .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-uSNH1syxlJ .container {
    padding: 0 23px;
  }
}
@media (max-width: 768px) {
  .cid-uSNH1syxlJ .container {
    padding: 0 12px;
  }
}
.cid-uSNH1syxlJ .title-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uSNH1syxlJ .title-wrapper {
    margin-bottom: 56px;
  }
}
.cid-uSNH1syxlJ .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uSNH1syxlJ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSNH1syxlJ .content-wrapper {
  border-radius: 32px;
  background-color: #f5f5f7;
  padding: 86px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uSNH1syxlJ .content-wrapper {
    padding: 24px;
    display: block;
  }
}
.cid-uSNH1syxlJ .content-wrapper .nav.nav-tabs {
  display: block;
  border: none;
  margin-right: 80px;
  width: 35%;
}
@media (max-width: 992px) {
  .cid-uSNH1syxlJ .content-wrapper .nav.nav-tabs {
    width: 100%;
    margin: 0;
  }
}
.cid-uSNH1syxlJ .content-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  margin-bottom: 32px;
}
.cid-uSNH1syxlJ .content-wrapper .nav.nav-tabs .nav-item:last-child {
  margin-bottom: 0;
}
.cid-uSNH1syxlJ .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  color: #1d1d1f;
  border-radius: 32px !important;
  border: 1px solid #bbbbbb;
  padding: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-uSNH1syxlJ .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  border: 1px solid #c4a900;
  background-color: #c4a900;
}
.cid-uSNH1syxlJ .content-wrapper .tab-content {
  border-radius: .5em;
  overflow: hidden;
  width: 65%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uSNH1syxlJ .content-wrapper .tab-content {
    width: 100%;
    margin-top: 32px;
  }
}
.cid-uSNH1syxlJ .content-wrapper .tab-content .tab-pane {
  position: relative;
  z-index: 1;
}
.cid-uSNH1syxlJ .content-wrapper .tab-content .tab-pane .content-wrap .image-wrapper {
  margin-bottom: 32px;
}
.cid-uSNH1syxlJ .content-wrapper .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSNH1syxlJ .content-wrapper .tab-content .tab-pane .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uSNH1syxlJ .content-wrapper .tab-content .tab-pane .content-wrap .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uSNH1syxlJ .mbr-section-title {
  color: #1D1D1F;
  text-align: center;
}
.cid-uSNH1syxlJ .mbr-text {
  color: #1D1D1F;
  text-align: center;
}
.cid-uSNH1syxlJ .item-text {
  color: #1D1D1F;
}
.cid-uSNH1syxlJ .nav-link {
  text-align: left;
}
.cid-v12iKbql8s {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f6f3ec;
}
.cid-v12iKbql8s .mbr-fallback-image.disabled {
  display: none;
}
.cid-v12iKbql8s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v12iKbql8s .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v12iKbql8s .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v12iKbql8s .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-v12iKbql8s .title-wrapper .title-wrap .mbr-section-title {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v12iKbql8s .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v12iKbql8s .item {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v12iKbql8s .item {
    margin-bottom: 15px;
  }
}
.cid-v12iKbql8s .item .item-wrapper {
  position: relative;
  height: 100%;
  padding: 100px;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1440px) {
  .cid-v12iKbql8s .item .item-wrapper {
    padding: 100px 40px;
  }
}
@media (max-width: 992px) {
  .cid-v12iKbql8s .item .item-wrapper {
    padding: 200px 15px 15px;
  }
}
.cid-v12iKbql8s .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v12iKbql8s .item .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  width: 48%;
  padding: 50px 60px;
}
@media (max-width: 992px) {
  .cid-v12iKbql8s .item .item-wrapper .item-content {
    padding: 30px 15px;
    width: 100%;
  }
}
.cid-v12iKbql8s .item .item-wrapper .item-content .label-wrap .card-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 15px;
  background-color: #e4ed64;
  border: 1px solid #e4ed64;
}
.cid-v12iKbql8s .item .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all .3s ease;
  text-decoration: underline;
  text-decoration-color: transparent;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-v12iKbql8s .item .item-wrapper .item-content .card-title:hover,
.cid-v12iKbql8s .item .item-wrapper .item-content .card-title:focus {
  text-decoration-color: inherit;
}
.cid-v12iKbql8s .item .item-wrapper .item-content .card-text {
  margin-bottom: 0;
  transition: all .3s ease;
}
.cid-v12iKbql8s .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-v12iKbql8s .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v12iKbql8s .mbr-label,
.cid-v12iKbql8s .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v12iKbql8s .mbr-section-title,
.cid-v12iKbql8s .title-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v12iKbql8s .card-label {
  color: #000000;
}
.cid-v12iKbql8s .card-title {
  color: #000000;
}
.cid-v12iKbql8s .card-text {
  color: #8a8a8a;
}
.cid-uzVPH6qfJj {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uzVPH6qfJj .card-img span {
  color: #ffffff;
  font-size: 4.7rem;
}
.cid-uzVPH6qfJj .mbr-text {
  color: #000000;
}
.cid-uzVPH6qfJj p {
  margin: 0;
  line-height: 1.6;
}
@media (max-width: 576px) {
  .cid-uzVPH6qfJj .card {
    margin-bottom: 2rem;
  }
}
.cid-uzVPH6qfJj .mbr-section-sub-title {
  text-align: justify;
  text-justify: inter-word;
  color: #000000;
}
.cid-uzVPH6qfJj .mbr-section-title {
  text-align: center;
  color: #181817;
}
.cid-uzVPH6qfJj .card-title,
.cid-uzVPH6qfJj .card-img {
  color: #000000;
}
.cid-v0Rpvhm5xo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-v0Rpvhm5xo::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-v0Rpvhm5xo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Rpvhm5xo .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-v0Rpvhm5xo .container {
    padding: 0 22px;
  }
}
.cid-v0Rpvhm5xo .row {
  position: relative;
  z-index: 1;
}
.cid-v0Rpvhm5xo .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-v0Rpvhm5xo .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v0Rpvhm5xo .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v0Rpvhm5xo .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v0Rpvhm5xo .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v0Rpvhm5xo .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v0Rpvhm5xo .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0Rpvhm5xo .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0Rpvhm5xo .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-v0Rpvhm5xo .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0Rpvhm5xo .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-v0Rpvhm5xo .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-v0Rpvhm5xo .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v0Rpvhm5xo .nav-wrapper .list .item-wrap:hover,
.cid-v0Rpvhm5xo .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-v0Rpvhm5xo .nav-wrapper .list .item-wrap:hover::before,
.cid-v0Rpvhm5xo .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-v0Rpvhm5xo .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v0Rpvhm5xo .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v0Rpvhm5xo .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v0Rpvhm5xo .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v0Rpvhm5xo .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v0Rpvhm5xo .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-v0Rpvhm5xo .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-v0Rpvhm5xo .mbr-section-title {
  color: #ecbf16;
}
.cid-v0Rpvhm5xo .mbr-text {
  color: #ffffff;
}
.cid-v0Rpvhm5xo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v0Rpvhm5xo .list {
  color: #ffffff;
}
.cid-v0Rpvhm5xo .mbr-contact {
  color: #ffffff;
}
.cid-v0Rpvhm5xo .mbr-desc {
  color: #ffffff;
}
.cid-v12pdcPWpQ.popup-builder {
  background-color: #ffffff;
}
.cid-v12pdcPWpQ.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v12pdcPWpQ.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v12pdcPWpQ .modal-content,
.cid-v12pdcPWpQ .modal-dialog {
  height: auto;
}
.cid-v12pdcPWpQ .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v12pdcPWpQ .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v12pdcPWpQ .form-wrapper .mbr-form .form-group,
  .cid-v12pdcPWpQ .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v12pdcPWpQ .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v12pdcPWpQ .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v12pdcPWpQ .mbr-text {
  text-align: center;
}
.cid-v12pdcPWpQ .pt-0 {
  padding-top: 0 !important;
}
.cid-v12pdcPWpQ .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v12pdcPWpQ .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v12pdcPWpQ .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v12pdcPWpQ .modal-open {
  overflow: hidden;
}
.cid-v12pdcPWpQ .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v12pdcPWpQ .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v12pdcPWpQ .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v12pdcPWpQ .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v12pdcPWpQ .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v12pdcPWpQ .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v12pdcPWpQ .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v12pdcPWpQ .modal-content {
  background: #ecbf16;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v12pdcPWpQ .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v12pdcPWpQ .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v12pdcPWpQ .modal-backdrop.fade {
  opacity: 0;
}
.cid-v12pdcPWpQ .modal-backdrop.show {
  opacity: .5;
}
.cid-v12pdcPWpQ .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v12pdcPWpQ .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v12pdcPWpQ .modal-header {
    padding: 1rem;
  }
}
.cid-v12pdcPWpQ .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v12pdcPWpQ .modal-header .close svg {
  fill: #353535;
}
.cid-v12pdcPWpQ .modal-header .close:hover {
  opacity: 1;
}
.cid-v12pdcPWpQ .modal-header .close:focus {
  outline: none;
}
.cid-v12pdcPWpQ .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v12pdcPWpQ .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v12pdcPWpQ .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v12pdcPWpQ .modal-body {
    padding: 1rem;
  }
}
.cid-v12pdcPWpQ .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v12pdcPWpQ .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v12pdcPWpQ .modal-footer {
    padding: 1rem;
  }
}
.cid-v12pdcPWpQ .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v12pdcPWpQ .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v12pdcPWpQ .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v12pdcPWpQ .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v12pdcPWpQ .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v12pdcPWpQ .modal-lg,
  .cid-v12pdcPWpQ .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v12pdcPWpQ .modal-xl {
    max-width: 1140px;
  }
}
.cid-v12pdcPWpQ .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v12pdcPWpQ .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v12pdcPWpQ .form-group {
  margin-bottom: 1rem;
}
.cid-v12pdcPWpQ .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v12pdcPWpQ .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v12pdcPWpQ .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v12pdcPWpQ .mbr-section-btn {
  margin: 0;
}
.cid-v12pdcPWpQ .mbr-section-btn .btn {
  margin: 0;
}
.cid-uB1TG4URwZ .navbar-dropdown {
  position: relative !important;
}
.cid-uB1TG4URwZ .navbar-dropdown {
  position: absolute !important;
}
.cid-uB1TG4URwZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB1TG4URwZ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uB1TG4URwZ .dropdown-item:hover,
.cid-uB1TG4URwZ .dropdown-item:focus {
  color: #ffffff !important;
}
.cid-uB1TG4URwZ .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-uB1TG4URwZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uB1TG4URwZ .nav-link {
  position: relative;
  padding: 0;
}
.cid-uB1TG4URwZ .container {
  display: flex;
  margin: auto;
}
.cid-uB1TG4URwZ .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uB1TG4URwZ .dropdown-menu,
.cid-uB1TG4URwZ .navbar.opened {
  background: #000000 !important;
}
.cid-uB1TG4URwZ .nav-item:focus,
.cid-uB1TG4URwZ .nav-link:focus {
  outline: none;
}
.cid-uB1TG4URwZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB1TG4URwZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB1TG4URwZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB1TG4URwZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB1TG4URwZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB1TG4URwZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB1TG4URwZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-uB1TG4URwZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uB1TG4URwZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uB1TG4URwZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uB1TG4URwZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uB1TG4URwZ .navbar.collapsed {
  justify-content: center;
}
.cid-uB1TG4URwZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB1TG4URwZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uB1TG4URwZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uB1TG4URwZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB1TG4URwZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB1TG4URwZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uB1TG4URwZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB1TG4URwZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uB1TG4URwZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uB1TG4URwZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB1TG4URwZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB1TG4URwZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB1TG4URwZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uB1TG4URwZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uB1TG4URwZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uB1TG4URwZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uB1TG4URwZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uB1TG4URwZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uB1TG4URwZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB1TG4URwZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uB1TG4URwZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uB1TG4URwZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uB1TG4URwZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uB1TG4URwZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uB1TG4URwZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uB1TG4URwZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB1TG4URwZ .dropdown-item.active,
.cid-uB1TG4URwZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uB1TG4URwZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uB1TG4URwZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB1TG4URwZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB1TG4URwZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uB1TG4URwZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB1TG4URwZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB1TG4URwZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uB1TG4URwZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uB1TG4URwZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uB1TG4URwZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ecbf16;
}
.cid-uB1TG4URwZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uB1TG4URwZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB1TG4URwZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB1TG4URwZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uB1TG4URwZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB1TG4URwZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB1TG4URwZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB1TG4URwZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB1TG4URwZ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uB1TG4URwZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uB1TG4URwZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uB1TG4URwZ .navbar {
    height: 70px;
  }
  .cid-uB1TG4URwZ .navbar.opened {
    height: auto;
  }
  .cid-uB1TG4URwZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB1TG4URwZ .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uB1TG4URwZ .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uB1TG4URwZ a {
  display: inline;
  font-weight: bold;
}
.cid-uB1TG4URwZ img {
  display: inline;
  padding-right: 10px;
}
.cid-uB1TG4URwZ .dropdown-toggle:after {
  display: none;
}
.cid-uB1TG4URwZ .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uB1TG4URwZ .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 990px) {
  .cid-uB1TG4URwZ .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-uB7lKydjhg {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-uB7lKydjhg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB7lKydjhg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB7lKydjhg .title-wrapper {
  padding: 50px 80px 0 0;
}
@media (max-width: 992px) {
  .cid-uB7lKydjhg .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-uB7lKydjhg .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uB7lKydjhg .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uB7lKydjhg .title-wrapper .mbr-text {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uB7lKydjhg .title-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uB7lKydjhg .title-wrapper .mbr-section-btn {
  position: relative;
}
.cid-uB7lKydjhg .title-wrapper .mbr-section-btn::before {
  content: '';
  position: absolute;
  left: 3rem;
  top: -3rem;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  filter: blur(25px) blur(25px);
  background-color: #eafa72;
}
.cid-uB7lKydjhg .title-wrapper .mbr-section-btn .btn {
  position: relative;
  z-index: 1;
  min-height: 77px;
  min-width: 280px;
}
@media (max-width: 992px) {
  .cid-uB7lKydjhg .title-wrapper .mbr-section-btn .btn {
    min-height: 71px;
    min-width: 250px;
  }
}
.cid-uB7lKydjhg .image-wrapper {
  position: relative;
}
.cid-uB7lKydjhg .image-wrapper::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 100%;
  width: 400px;
  height: 400px;
  filter: blur(35px) blur(35px);
  background-color: #eafa72;
}
@media (max-width: 992px) {
  .cid-uB7lKydjhg .image-wrapper::before {
    width: 250px;
    height: 250px;
  }
}
.cid-uB7lKydjhg .image-wrapper::after {
  content: '';
  position: absolute;
  right: .3rem;
  bottom: -3rem;
  border-radius: 100%;
  border: 2px solid #f2f2f2;
  width: 550px;
  height: 550px;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uB7lKydjhg .image-wrapper::after {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .cid-uB7lKydjhg .image-wrapper::after {
    display: none;
  }
}
.cid-uB7lKydjhg .image-wrapper img {
  border-radius: 10px;
  box-shadow: 6px 6px 20px #030c49;
}
.cid-uB7lKydjhg .image-wrapper .image_1 {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  z-index: 2;
  position: relative;
}
.cid-uB7lKydjhg .image-wrapper .image_2 {
  display: block;
  max-width: 390px;
  height: 250px;
  object-fit: cover;
  margin: -2rem 2rem 0 auto;
  z-index: 2;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uB7lKydjhg .image-wrapper .image_2 {
    margin: 0;
  }
}
.cid-uB7lKydjhg .image-wrapper .image_3 {
  position: absolute;
  left: -5rem;
  bottom: 5rem;
  width: 310px;
  height: 200px;
  object-fit: cover;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uB7lKydjhg .image-wrapper .image_3 {
    left: -1rem;
  }
}
@media (max-width: 768px) {
  .cid-uB7lKydjhg .image-wrapper .image_3 {
    position: static;
    width: 100%;
  }
}
.cid-uB7lKydjhg .mbr-section-title {
  color: #101511;
}
.cid-uB7lKydjhg .mbr-text {
  color: #ffffff;
  text-align: left;
}
.cid-uB7lKydjhg .mbr-section-title,
.cid-uB7lKydjhg .mbr-section-btn {
  color: #ffffff;
}
.cid-uB1TG6xYFK {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uB1TG6xYFK .title-container {
  margin-bottom: -40px;
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uB1TG6xYFK .title-container {
    max-width: 80%;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .cid-uB1TG6xYFK .title-container {
    margin-bottom: 0;
    padding-bottom: 56px;
  }
}
.cid-uB1TG6xYFK .embla {
  position: relative;
  width: 100%;
  margin-top: 128px;
}
@media (max-width: 991px) {
  .cid-uB1TG6xYFK .embla {
    margin-top: 112px;
  }
}
@media (max-width: 767px) {
  .cid-uB1TG6xYFK .embla {
    margin-top: 0;
    margin-bottom: 96px;
  }
}
@media (max-width: 575px) {
  .cid-uB1TG6xYFK .embla {
    margin-bottom: 80px;
  }
}
.cid-uB1TG6xYFK .mbr-section-title {
  color: #181817;
}
.cid-uB1TG6xYFK .mbr-section-subtitle {
  color: #181817;
  margin-top: 24px;
}
.cid-uB1TG6xYFK .mbr-text {
  color: #161616;
  text-align: left;
}
.cid-uB1TG6xYFK .item:focus,
.cid-uB1TG6xYFK span:focus {
  outline: none;
}
.cid-uB1TG6xYFK .slide-content {
  position: relative;
  padding: 24px;
  background: #ffffff;
  height: 100%;
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  flex-flow: column nowrap;
  border: 2px solid #ffffff;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uB1TG6xYFK .slide-content {
    padding: 16px;
  }
}
.cid-uB1TG6xYFK .embla__slide {
  display: flex;
  justify-content: center;
  width: 40vw;
  min-width: 40vw;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
@media (max-width: 991px) {
  .cid-uB1TG6xYFK .embla__slide {
    width: 70vw;
    min-width: 70vw;
  }
}
@media (max-width: 767px) {
  .cid-uB1TG6xYFK .embla__slide {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 768px) {
  .cid-uB1TG6xYFK .embla__slide {
    max-width: initial;
  }
}
.cid-uB1TG6xYFK .item-content {
  margin-top: 24px;
}
.cid-uB1TG6xYFK .item-wrapper {
  position: relative;
  overflow: hidden;
}
.cid-uB1TG6xYFK .item-img {
  width: 100%;
  height: 206px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uB1TG6xYFK .item-img {
    height: 162px;
  }
}
.cid-uB1TG6xYFK .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uB1TG6xYFK .label-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .cid-uB1TG6xYFK .label-container {
    flex-wrap: wrap;
  }
}
.cid-uB1TG6xYFK .label-wrap {
  display: flex;
  border-radius: 8px;
  padding: 4px 6px;
  background-color: #d8d5d1;
  max-width: 48%;
  width: max-content;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uB1TG6xYFK .label-wrap {
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-uB1TG6xYFK .label-text {
  color: #161616;
  margin-bottom: 0;
}
.cid-uB1TG6xYFK .position-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uB1TG6xYFK .position-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
}
.cid-uB1TG6xYFK .position-wrap .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.cid-uB1TG6xYFK .position-wrap .mbr-iconfont {
  color: #161616;
  font-size: 1rem;
}
.cid-uB1TG6xYFK .date-text {
  color: #ffffff;
  margin-bottom: 0;
  max-width: 48%;
  width: max-content;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .cid-uB1TG6xYFK .date-text {
    max-width: 100%;
  }
}
.cid-uB1TG6xYFK .item-title {
  color: #efefef;
  text-align: left;
  margin-bottom: 0 !important;
}
.cid-uB1TG6xYFK .mbr-section-btn {
  margin-top: 14px !important;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
}
.cid-uB1TG6xYFK .mbr-section-btn .btn {
  flex-grow: 1;
  min-width: 40%;
}
@media (max-width: 767px) {
  .cid-uB1TG6xYFK .mbr-section-btn {
    width: auto !important;
  }
}
.cid-uB1TG6xYFK .item-subtitle {
  text-align: left;
}
.cid-uB1TG6xYFK .embla__button--next,
.cid-uB1TG6xYFK .embla__button--prev {
  display: flex;
}
.cid-uB1TG6xYFK .embla__button-container {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  top: -140px;
  right: 8%;
  margin: 0;
  padding: 0;
  display: none;
}
@media (max-width: 768px) {
  .cid-uB1TG6xYFK .embla__button-container {
    display: none;
  }
}
@media (max-width: 991px) {
  .cid-uB1TG6xYFK .embla__button-container {
    top: -112px;
    right: 50%;
    transform: translateX(50%);
  }
}
@media (max-width: 767px) {
  .cid-uB1TG6xYFK .embla__button-container {
    padding-top: 48px;
    top: 100%;
  }
}
@media (max-width: 575px) {
  .cid-uB1TG6xYFK .embla__button-container {
    padding-top: 32px;
    top: 100%;
  }
}
.cid-uB1TG6xYFK .embla__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 22px;
  background-color: #ffffff;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 8px;
  transition: all 0.3s;
  margin-left: 16px;
}
.cid-uB1TG6xYFK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uB1TG6xYFK .embla__button:hover {
  background: rgba(0, 0, 0, 0.15);
}
.cid-uB1TG6xYFK .embla__button.embla__button--prev:hover {
  transform: translate(-4px, 0);
}
@media (max-width: 991px) {
  .cid-uB1TG6xYFK .embla__button.embla__button--prev {
    margin-left: 0;
  }
}
.cid-uB1TG6xYFK .embla__button.embla__button--next:hover {
  transform: translate(4px, 0);
}
.cid-uB1TG6xYFK .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uB1TG6xYFK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uB1TG6xYFK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uB1TG6xYFK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uB1TG6xYFK .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uB1TG8fxvd {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ececec;
}
.cid-uB1TG8fxvd .ico {
  position: absolute;
  right: 30px;
  top: 12px;
  z-index: 100;
}
.cid-uB1TG8fxvd .ico span {
  font-size: 1.5rem;
  color: #181817;
}
.cid-uB1TG8fxvd .relative {
  position: relative;
}
.cid-uB1TG8fxvd .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uB1TG8fxvd .jq-selectbox__trigger-arrow {
  display: none;
}
.cid-uB1TG8fxvd .jq-selectbox__select {
  padding: 10px 25px;
  min-height: 20px;
  height: 100%;
}
.cid-uB1TG8fxvd .form-control {
  min-height: 49px;
  padding: 0;
}
.cid-uB1TG8fxvd .form-group {
  text-align: left;
  border: 0px solid #CCC;
  border-radius: 5px;
}
.cid-uB1TG8fxvd .jq-selectbox li.selected {
  background-color: #1ec6b6;
}
.cid-uB1TG8fxvd .jq-selectbox li:hover {
  background-color: #1ec6b6;
}
.cid-uB1TG8fxvd .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #1ec6b6;
}
.cid-uB1TG8fxvd .mbr-iconfont-btn {
  margin: 0;
}
.cid-uB1TG8fxvd .jq-selectbox__dropdown {
  top: 45px!important;
}
.cid-uB1TG8fxvd input.form-control {
  padding: 10px 25px;
  min-height: 49px;
}
.cid-uB1TG8fxvd input.form-control:focus {
  outline: none;
  box-shadow: 0;
}
.cid-uB1TG8fxvd input.form-control:active {
  outline: none;
  box-shadow: 0;
}
.cid-uB1TG8fxvd .input-group-btn .btn {
  margin: 0!important;
  border-radius: 5px;
  height: 49px;
  display: block;
  width: 100%;
}
.cid-uB1TG8fxvd .input-group-btn {
  max-width: 260px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uB1TG8fxvd .form-group {
    margin-bottom: 2rem;
  }
  .cid-uB1TG8fxvd .align-left {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .cid-uB1TG8fxvd .input-group-btn {
    margin: auto;
  }
}
.cid-uB1TG8fxvd .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uB1TG8fxvd .mbr-section-sub-title {
  color: #000000;
  text-align: center;
}
.cid-uB1TG8fxvd LABEL {
  color: #000000;
}
.cid-uB1TG9qb1h {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uB1TG9qb1h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB1TG9qb1h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uB1TG9qb1h .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uB1TG9qb1h .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uB1TG9qb1h .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uB1TG9qb1h .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uB1TG9qb1h .mbr-section-title {
  color: #222222;
  text-align: left;
}
.cid-uB1TG9qb1h .mbr-text,
.cid-uB1TG9qb1h .mbr-section-btn {
  color: #353535;
  text-align: justify;
  text-justify: inter-word;
}
.cid-uB1TGdhUQm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uB1TGdhUQm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB1TGdhUQm .item-wrapper {
  margin-bottom: 2rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #f2f2f2;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uB1TGdhUQm .item-wrapper {
    margin-bottom: 2rem;
    padding: 1rem;
  }
}
.cid-uB1TGdhUQm .item-wrapper:hover {
  background: #232323;
  transform: translateY(-5px);
}
.cid-uB1TGdhUQm .item-wrapper:hover .card-title,
.cid-uB1TGdhUQm .item-wrapper:hover .card-text,
.cid-uB1TGdhUQm .item-wrapper:hover .card-link,
.cid-uB1TGdhUQm .item-wrapper:hover .card-link a {
  color: white !important;
}
.cid-uB1TGdhUQm .item-wrapper:hover span {
  color: #ffffff;
}
.cid-uB1TGdhUQm .card-title,
.cid-uB1TGdhUQm .card-text,
.cid-uB1TGdhUQm .card-link,
.cid-uB1TGdhUQm .card-link a {
  transition: all 0.3s;
}
.cid-uB1TGdhUQm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB1TGdhUQm .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uB1TGdhUQm .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uB1TGdhUQm .link-wrapper:hover {
  cursor: pointer;
}
.cid-uB1TGdhUQm .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #232323;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uB1TGdhUQm .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uB1TGdhUQm .card-title,
.cid-uB1TGdhUQm .iconfont-wrapper {
  color: #000000;
}
.cid-uB1TGdhUQm .card-text {
  color: #232323;
}
.cid-uB1TGdhUQm .content-head {
  max-width: 800px;
}
.cid-uB1TGdhUQm .mbr-section-title {
  color: #000000;
}
.cid-uB1TGdhUQm .card-link,
.cid-uB1TGdhUQm .link-icon,
.cid-uB1TGdhUQm .link-align {
  color: #232323;
}
.cid-uB1TGfcEbC {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #181817;
  display: flex;
  align-items: center;
}
.cid-uB1TGfcEbC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB1TGfcEbC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB1TGfcEbC .row {
  justify-content: flex-start;
}
.cid-uB1TGfcEbC .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.cid-uB1TGfcEbC .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-v0Rpvhm5xo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-v0Rpvhm5xo::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-v0Rpvhm5xo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Rpvhm5xo .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-v0Rpvhm5xo .container {
    padding: 0 22px;
  }
}
.cid-v0Rpvhm5xo .row {
  position: relative;
  z-index: 1;
}
.cid-v0Rpvhm5xo .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-v0Rpvhm5xo .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v0Rpvhm5xo .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v0Rpvhm5xo .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v0Rpvhm5xo .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v0Rpvhm5xo .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v0Rpvhm5xo .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0Rpvhm5xo .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0Rpvhm5xo .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-v0Rpvhm5xo .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0Rpvhm5xo .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-v0Rpvhm5xo .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-v0Rpvhm5xo .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v0Rpvhm5xo .nav-wrapper .list .item-wrap:hover,
.cid-v0Rpvhm5xo .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-v0Rpvhm5xo .nav-wrapper .list .item-wrap:hover::before,
.cid-v0Rpvhm5xo .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-v0Rpvhm5xo .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v0Rpvhm5xo .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v0Rpvhm5xo .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v0Rpvhm5xo .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v0Rpvhm5xo .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v0Rpvhm5xo .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-v0Rpvhm5xo .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-v0Rpvhm5xo .mbr-section-title {
  color: #ecbf16;
}
.cid-v0Rpvhm5xo .mbr-text {
  color: #ffffff;
}
.cid-v0Rpvhm5xo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v0Rpvhm5xo .list {
  color: #ffffff;
}
.cid-v0Rpvhm5xo .mbr-contact {
  color: #ffffff;
}
.cid-v0Rpvhm5xo .mbr-desc {
  color: #ffffff;
}
.cid-v12vpSFLVM.popup-builder {
  background-color: #ffffff;
}
.cid-v12vpSFLVM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v12vpSFLVM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v12vpSFLVM .modal-content,
.cid-v12vpSFLVM .modal-dialog {
  height: auto;
}
.cid-v12vpSFLVM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v12vpSFLVM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v12vpSFLVM .form-wrapper .mbr-form .form-group,
  .cid-v12vpSFLVM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v12vpSFLVM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v12vpSFLVM .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v12vpSFLVM .mbr-text {
  text-align: center;
}
.cid-v12vpSFLVM .pt-0 {
  padding-top: 0 !important;
}
.cid-v12vpSFLVM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v12vpSFLVM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v12vpSFLVM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v12vpSFLVM .modal-open {
  overflow: hidden;
}
.cid-v12vpSFLVM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v12vpSFLVM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v12vpSFLVM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v12vpSFLVM .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v12vpSFLVM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v12vpSFLVM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v12vpSFLVM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v12vpSFLVM .modal-content {
  background: #ecbf16;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v12vpSFLVM .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v12vpSFLVM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v12vpSFLVM .modal-backdrop.fade {
  opacity: 0;
}
.cid-v12vpSFLVM .modal-backdrop.show {
  opacity: .5;
}
.cid-v12vpSFLVM .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v12vpSFLVM .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v12vpSFLVM .modal-header {
    padding: 1rem;
  }
}
.cid-v12vpSFLVM .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v12vpSFLVM .modal-header .close svg {
  fill: #353535;
}
.cid-v12vpSFLVM .modal-header .close:hover {
  opacity: 1;
}
.cid-v12vpSFLVM .modal-header .close:focus {
  outline: none;
}
.cid-v12vpSFLVM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v12vpSFLVM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v12vpSFLVM .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v12vpSFLVM .modal-body {
    padding: 1rem;
  }
}
.cid-v12vpSFLVM .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v12vpSFLVM .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v12vpSFLVM .modal-footer {
    padding: 1rem;
  }
}
.cid-v12vpSFLVM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v12vpSFLVM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v12vpSFLVM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v12vpSFLVM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v12vpSFLVM .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v12vpSFLVM .modal-lg,
  .cid-v12vpSFLVM .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v12vpSFLVM .modal-xl {
    max-width: 1140px;
  }
}
.cid-v12vpSFLVM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v12vpSFLVM .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v12vpSFLVM .form-group {
  margin-bottom: 1rem;
}
.cid-v12vpSFLVM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v12vpSFLVM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v12vpSFLVM .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v12vpSFLVM .mbr-section-btn {
  margin: 0;
}
.cid-v12vpSFLVM .mbr-section-btn .btn {
  margin: 0;
}
.cid-uB7spc1w9o .navbar-dropdown {
  position: relative !important;
}
.cid-uB7spc1w9o .navbar-dropdown {
  position: absolute !important;
}
.cid-uB7spc1w9o .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB7spc1w9o .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uB7spc1w9o .dropdown-item:hover,
.cid-uB7spc1w9o .dropdown-item:focus {
  color: #ffffff !important;
}
.cid-uB7spc1w9o .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-uB7spc1w9o .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uB7spc1w9o .nav-link {
  position: relative;
  padding: 0;
}
.cid-uB7spc1w9o .container {
  display: flex;
  margin: auto;
}
.cid-uB7spc1w9o .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uB7spc1w9o .dropdown-menu,
.cid-uB7spc1w9o .navbar.opened {
  background: #000000 !important;
}
.cid-uB7spc1w9o .nav-item:focus,
.cid-uB7spc1w9o .nav-link:focus {
  outline: none;
}
.cid-uB7spc1w9o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB7spc1w9o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB7spc1w9o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB7spc1w9o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB7spc1w9o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB7spc1w9o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB7spc1w9o .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-uB7spc1w9o .navbar.opened {
  transition: all 0.3s;
}
.cid-uB7spc1w9o .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uB7spc1w9o .navbar .navbar-logo img {
  width: auto;
}
.cid-uB7spc1w9o .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uB7spc1w9o .navbar.collapsed {
  justify-content: center;
}
.cid-uB7spc1w9o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB7spc1w9o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uB7spc1w9o .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uB7spc1w9o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB7spc1w9o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB7spc1w9o .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uB7spc1w9o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB7spc1w9o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uB7spc1w9o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uB7spc1w9o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB7spc1w9o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB7spc1w9o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB7spc1w9o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uB7spc1w9o .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uB7spc1w9o .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uB7spc1w9o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uB7spc1w9o .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uB7spc1w9o .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uB7spc1w9o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB7spc1w9o .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uB7spc1w9o .navbar.navbar-short {
  min-height: 60px;
}
.cid-uB7spc1w9o .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uB7spc1w9o .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uB7spc1w9o .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uB7spc1w9o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uB7spc1w9o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB7spc1w9o .dropdown-item.active,
.cid-uB7spc1w9o .dropdown-item:active {
  background-color: transparent;
}
.cid-uB7spc1w9o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uB7spc1w9o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB7spc1w9o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB7spc1w9o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uB7spc1w9o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB7spc1w9o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB7spc1w9o ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uB7spc1w9o .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uB7spc1w9o button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uB7spc1w9o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ecbf16;
}
.cid-uB7spc1w9o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uB7spc1w9o button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB7spc1w9o button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB7spc1w9o button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uB7spc1w9o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB7spc1w9o nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB7spc1w9o nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB7spc1w9o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB7spc1w9o .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uB7spc1w9o a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uB7spc1w9o .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uB7spc1w9o .navbar {
    height: 70px;
  }
  .cid-uB7spc1w9o .navbar.opened {
    height: auto;
  }
  .cid-uB7spc1w9o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB7spc1w9o .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uB7spc1w9o .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uB7spc1w9o a {
  display: inline;
  font-weight: bold;
}
.cid-uB7spc1w9o img {
  display: inline;
  padding-right: 10px;
}
.cid-uB7spc1w9o .dropdown-toggle:after {
  display: none;
}
.cid-uB7spc1w9o .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uB7spc1w9o .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 990px) {
  .cid-uB7spc1w9o .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-uB9D8khIeA {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1-2.webp");
}
.cid-uB9D8khIeA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB9D8khIeA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB9D8khIeA .title-wrapper {
  padding: 50px 80px 0 0;
}
@media (max-width: 992px) {
  .cid-uB9D8khIeA .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-uB9D8khIeA .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uB9D8khIeA .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uB9D8khIeA .title-wrapper .mbr-section-btn {
  position: relative;
}
.cid-uB9D8khIeA .title-wrapper .mbr-section-btn::before {
  content: '';
  position: absolute;
  left: 3rem;
  top: -3rem;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  filter: blur(25px) blur(25px);
  background-color: #eafa72;
}
.cid-uB9D8khIeA .title-wrapper .mbr-section-btn .btn {
  position: relative;
  z-index: 1;
  min-height: 77px;
  min-width: 280px;
}
@media (max-width: 992px) {
  .cid-uB9D8khIeA .title-wrapper .mbr-section-btn .btn {
    min-height: 71px;
    min-width: 250px;
  }
}
.cid-uB9D8khIeA .image-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.cid-uB9D8khIeA .image-wrapper::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 100%;
  width: 400px;
  height: 400px;
  filter: blur(35px) blur(35px);
  background-color: #eafa72;
}
@media (max-width: 992px) {
  .cid-uB9D8khIeA .image-wrapper::before {
    width: 250px;
    height: 250px;
  }
}
.cid-uB9D8khIeA .image-wrapper::after {
  content: '';
  position: absolute;
  right: .3rem;
  bottom: -3rem;
  border-radius: 100%;
  border: 2px solid #000000;
  width: 550px;
  height: 550px;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uB9D8khIeA .image-wrapper::after {
    width: 250px;
    height: 250px;
  }
}
@media (max-width: 768px) {
  .cid-uB9D8khIeA .image-wrapper::after {
    display: none;
  }
}
.cid-uB9D8khIeA .image-wrapper img {
  border-radius: 10px;
  box-shadow: 6px 6px 20px #030c49;
}
.cid-uB9D8khIeA .image-wrapper .image_1 {
  width: 250px;
  max-height: 250px;
  object-fit: cover;
  z-index: 2;
  position: relative;
  transform: rotate(5deg);
}
@media (max-width: 768px) {
  .cid-uB9D8khIeA .image-wrapper .image_1 {
    width: 100%;
    height: 250px;
    margin: 0 0 32px 0;
  }
}
.cid-uB9D8khIeA .image-wrapper .image_2 {
  display: block;
  max-width: 300px;
  height: 300px;
  object-fit: cover;
  margin: 1rem 0 0 auto;
  z-index: 2;
  position: relative;
  transform: rotate(18deg);
}
@media (max-width: 768px) {
  .cid-uB9D8khIeA .image-wrapper .image_2 {
    width: 100%;
    height: 250px;
    transform: rotate(5deg);
    margin: 0 0 32px 0;
  }
}
.cid-uB9D8khIeA .image-wrapper .image_3 {
  width: 250px;
  height: 250px;
  margin: 0 0 0 -2rem;
  object-fit: cover;
  z-index: 1;
  transform: rotate(-5deg);
}
@media (max-width: 768px) {
  .cid-uB9D8khIeA .image-wrapper .image_3 {
    width: 100%;
    height: 250px;
    margin: 0 0 32px 0;
  }
}
.cid-uB9D8khIeA .image-wrapper .image_4 {
  width: 280px;
  height: 250px;
  margin: 0 0 0 auto;
  object-fit: cover;
  z-index: 2;
  transform: rotate(-2deg);
}
@media (max-width: 768px) {
  .cid-uB9D8khIeA .image-wrapper .image_4 {
    margin: 0;
    width: 100%;
    height: 250px;
  }
}
.cid-uB9D8khIeA .mbr-section-title {
  color: #101511;
}
.cid-uB9D8khIeA .mbr-text {
  color: #6e716f;
}
.cid-uB9D8khIeA .mbr-section-title,
.cid-uB9D8khIeA .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uB9w6c2zU4 {
  padding-top: 45px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uB9w6c2zU4 .ico {
  position: absolute;
  right: 30px;
  top: 12px;
  z-index: 100;
}
.cid-uB9w6c2zU4 .ico span {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uB9w6c2zU4 .relative {
  position: relative;
}
.cid-uB9w6c2zU4 .dragArea {
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  padding: 1.5rem 1.5rem;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15);
  margin: 0.5rem;
}
.cid-uB9w6c2zU4 .row {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uB9w6c2zU4 .jq-selectbox__trigger-arrow {
  display: none;
}
.cid-uB9w6c2zU4 .jq-selectbox__select {
  padding: 10px 25px;
  min-height: 20px;
  height: 100%;
}
.cid-uB9w6c2zU4 .form-control {
  min-height: 49px;
  padding: 0;
  background-color: transparent;
}
.cid-uB9w6c2zU4 .form-group {
  text-align: left;
  border: 0px solid #CCC;
  border-radius: 5px;
  margin: 0;
}
.cid-uB9w6c2zU4 .jq-selectbox li.selected {
  background-color: #1ec6b6;
}
.cid-uB9w6c2zU4 .jq-selectbox li:hover {
  background-color: #1ec6b6;
}
.cid-uB9w6c2zU4 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #1ec6b6;
}
.cid-uB9w6c2zU4 .mbr-iconfont-btn {
  margin: 0;
}
.cid-uB9w6c2zU4 .jq-selectbox__dropdown {
  top: 45px!important;
}
.cid-uB9w6c2zU4 input.form-control {
  padding: 10px 25px;
  min-height: 49px;
}
.cid-uB9w6c2zU4 input.form-control:focus {
  outline: none;
  box-shadow: 0;
}
.cid-uB9w6c2zU4 input.form-control:active {
  outline: none;
  box-shadow: 0;
}
.cid-uB9w6c2zU4 .input-group-btn .btn {
  margin: 0!important;
  border-radius: 5px;
  height: 49px;
  display: block;
  width: 100%;
}
.cid-uB9w6c2zU4 .input-group-btn {
  max-width: 260px;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uB9w6c2zU4 .form-group {
    margin-bottom: 2rem;
  }
  .cid-uB9w6c2zU4 .align-left {
    text-align: center;
  }
}
@media (max-width: 576px) {
  .cid-uB9w6c2zU4 .input-group-btn {
    margin: auto;
  }
  .cid-uB9w6c2zU4 .dragArea {
    padding: 1.5rem 1rem;
  }
}
.cid-uB9w6c2zU4 .mbr-section-title {
  text-align: center;
  color: #181817;
}
.cid-uB9w6c2zU4 .mbr-section-sub-title {
  color: #181817;
  text-align: center;
}
.cid-uB9w6c2zU4 LABEL {
  color: #181817;
}
.cid-uB9yULoN6p {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ececec;
  display: flex;
  align-items: center;
}
.cid-uB9yULoN6p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB9yULoN6p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB9yULoN6p .row {
  justify-content: flex-start;
}
.cid-uB9yULoN6p .mbr-section-title {
  color: #181817;
  margin-bottom: 0;
  text-align: center;
}
.cid-uB9yULoN6p .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-uB7w5rfVKp {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uB7w5rfVKp .mbr-shop {
  display: table;
  width: 100%;
}
.cid-uB7w5rfVKp .mbr-shop .row {
  margin: 0;
}
.cid-uB7w5rfVKp .mbr-shop .btn-sm {
  margin: 0.2rem 0.2rem;
}
.cid-uB7w5rfVKp .mbr-shop .shoppingcart-icons {
  z-index: 105 !important;
}
.cid-uB7w5rfVKp .mbr-shop .shop-title {
  margin-bottom: 18px;
  padding-left: 25px;
  padding-right: 25px;
  display: inline-block;
  max-width: 80%;
}
.cid-uB7w5rfVKp .mbr-shop .sidebar-title {
  line-height: 25px;
}
.cid-uB7w5rfVKp .mbr-shop .shopItemsModal_wraper {
  position: fixed;
  display: none;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, 0.4);
  top: 0;
  cursor: pointer;
  z-index: 1040;
}
.cid-uB7w5rfVKp .mbr-shop .card-description {
  cursor: text;
  display: none;
}
.cid-uB7w5rfVKp .mbr-shop .image-modal {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  position: relative;
}
.cid-uB7w5rfVKp .mbr-shop .image-modal img {
  max-width: 100%;
  max-height: 75vh;
}
.cid-uB7w5rfVKp .mbr-shop .hide-modal {
  display: none;
}
.cid-uB7w5rfVKp .mbr-shop .shopItemsModal {
  cursor: default;
  padding: 50px;
  width: 1000px;
  max-width: 100%;
  background-color: #ffffff;
  z-index: 2000;
  overflow: auto;
  position: fixed;
}
.cid-uB7w5rfVKp .mbr-shop .shopItemsModal p {
  margin-bottom: 0;
}
.cid-uB7w5rfVKp .mbr-shop .shopItemsModal ul {
  margin-bottom: 0;
}
.cid-uB7w5rfVKp .mbr-shop .shopItemsModal .card-description {
  display: block;
  width: 100%;
}
.cid-uB7w5rfVKp .mbr-shop .shopItemsModal .close-modal {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cid-uB7w5rfVKp .mbr-shop .shopItemsModal .close-modal:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 4px;
  background-color: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uB7w5rfVKp .mbr-shop .test-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.cid-uB7w5rfVKp .mbr-shop .filter-by-pu,
.cid-uB7w5rfVKp .mbr-shop .filter-by-pd,
.cid-uB7w5rfVKp .mbr-shop .filter-by-d {
  display: inline-block;
  margin-right: 3px;
}
.cid-uB7w5rfVKp .mbr-shop .sort-buttons {
  padding-bottom: 1rem;
  margin-right: 13px;
  text-align: right;
}
.cid-uB7w5rfVKp .mbr-shop .galleryItem:before {
  width: 0 !important;
  height: 0 !important;
}
.cid-uB7w5rfVKp .mbr-shop .modal-dialog {
  max-width: 700px;
}
.cid-uB7w5rfVKp .mbr-shop .mbr-gallery-item {
  left: 0 !important;
  top: 0 !important;
  vertical-align: top;
  position: relative !important;
  -webkit-transform: none !important;
  transform: none !important;
  padding: 10px;
}
.cid-uB7w5rfVKp .mbr-shop .galleryItem h4,
.cid-uB7w5rfVKp .mbr-shop .carousel-item h4 {
  font-style: normal;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
  margin-bottom: 0.3rem;
  padding-top: 15px;
  transition: color 0.5s;
}
.cid-uB7w5rfVKp .mbr-shop .galleryItem h5,
.cid-uB7w5rfVKp .mbr-shop .carousel-item h5 {
  font-style: italic;
  font-weight: 400;
  line-height: 22.36px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
}
.cid-uB7w5rfVKp .mbr-shop .galleryItem p,
.cid-uB7w5rfVKp .mbr-shop .carousel-item p {
  font-style: italic;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0px;
  text-align: center;
  display: inline;
}
.cid-uB7w5rfVKp .mbr-shop .item-button {
  text-align: center;
}
.cid-uB7w5rfVKp .mbr-shop .modalButton {
  display: inline-block;
  float: right;
  margin-right: 10px;
}
.cid-uB7w5rfVKp .mbr-shop .modalButton.btn-success {
  right: 15%;
}
.cid-uB7w5rfVKp .mbr-shop .sidebar {
  margin-top: 30px;
  position: relative;
}
.cid-uB7w5rfVKp .mbr-shop .sidebar-block {
  position: relative;
}
.cid-uB7w5rfVKp .mbr-shop .sidebar-background:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 102%;
  background-color: rgba(0, 0, 0, 0.05);
  top: -20px;
  right: 3px;
}
.cid-uB7w5rfVKp .mbr-shop .bestsellers {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  margin-bottom: 20px;
}
.cid-uB7w5rfVKp .mbr-shop .bestsellers .onsale {
  top: -15px;
}
.cid-uB7w5rfVKp .mbr-shop .bestsellers .price-block {
  padding-top: 5px;
  text-align: left;
  line-height: 1;
}
.cid-uB7w5rfVKp .mbr-shop .bestsellers .mbr-gallery-item {
  width: 100%;
}
.cid-uB7w5rfVKp .mbr-shop .bestsellers .mbr-gallery-item img {
  width: 80px;
  float: left;
  margin-right: 20px;
}
.cid-uB7w5rfVKp .mbr-shop .bestsellers .mbr-gallery-item h4 {
  text-align: left;
  padding-bottom: 5px;
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uB7w5rfVKp .mbr-shop .bestsellers .mbr-gallery-item h5 {
  text-align: left;
  display: none;
}
.cid-uB7w5rfVKp .mbr-shop .bestsellers .mbr-gallery-item p {
  text-align: left;
}
.cid-uB7w5rfVKp .mbr-shop .bestsellers .btn {
  display: none;
}
.cid-uB7w5rfVKp .mbr-shop .bestsellers-img {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
}
.cid-uB7w5rfVKp .mbr-shop .bestsellers-title {
  display: inline-block;
}
.cid-uB7w5rfVKp .mbr-shop .onsale {
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  transition: color .3s ease;
  text-align: center;
  z-index: 95;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  background: #ffffff;
  border-radius: 30px;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0px;
}
.cid-uB7w5rfVKp .mbr-shop .mbr-gallery-item__hided {
  display: none;
}
.cid-uB7w5rfVKp .mbr-shop .mbr-gallery-item__hided h4,
.cid-uB7w5rfVKp .mbr-shop .mbr-gallery-item__hided h5,
.cid-uB7w5rfVKp .mbr-shop .mbr-gallery-item__hided p {
  display: none;
}
.cid-uB7w5rfVKp .mbr-shop .mbr-gallery-item__hided .btn {
  display: none;
}
.cid-uB7w5rfVKp .mbr-shop .galleryItem .price-block {
  display: block;
  margin-bottom: 8px;
}
.cid-uB7w5rfVKp .mbr-shop .galleryItem .price-block span {
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  letter-spacing: -1px;
  word-spacing: 0;
}
.cid-uB7w5rfVKp .mbr-shop .mbr-gallery-filter {
  padding-left: 0;
  text-align: left;
  padding-top: 0;
}
.cid-uB7w5rfVKp .mbr-shop .mbr-gallery-filter ul li {
  position: relative;
  padding: 7px 0 7px 25px;
  border-bottom: 1px dotted #d6d6d6;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 24.99px;
  text-transform: none;
  letter-spacing: 0px;
  word-spacing: 0;
  direction: ltr;
  border: none;
  display: list-item;
  text-align: left;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.cid-uB7w5rfVKp .mbr-shop .mbr-gallery-filter ul li.active {
  background-color: transparent;
  font-weight: bold;
}
.cid-uB7w5rfVKp .mbr-shop .mbr-gallery-filter ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  background: rgba(0, 0, 0, 0.3);
  width: 5px;
  height: 5px;
}
.cid-uB7w5rfVKp .mbr-shop .mbr-gallery-filter ul li:hover {
  padding-left: 30px;
  background-color: transparent;
}
.cid-uB7w5rfVKp .mbr-shop .range-slider {
  padding-bottom: 25px;
}
.cid-uB7w5rfVKp .mbr-shop .filter-cost {
  display: block;
  vertical-align: middle;
  max-width: 250px;
  text-align: left;
  position: relative;
  margin-bottom: 30px;
}
.cid-uB7w5rfVKp .mbr-shop .filter-cost p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 21px;
  color: #666666;
  font-weight: bold;
}
.cid-uB7w5rfVKp .mbr-shop .price-controls {
  position: relative;
  height: 36px;
  margin-bottom: 30px;
  border: 2px solid #666666;
  border-radius: 2px;
  font-size: 0;
}
.cid-uB7w5rfVKp .mbr-shop .price-controls label {
  display: inline-block;
  width: 50%;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  font-weight: normal;
  cursor: pointer;
  margin-bottom: 0;
}
.cid-uB7w5rfVKp .mbr-shop .price-controls label.min-price {
  border-right: 2px solid #666666;
}
.cid-uB7w5rfVKp .mbr-shop .price-controls input {
  width: 100%;
  background-color: #ffffff;
  border: none;
  line-height: 31px;
  height: 31px;
  text-align: center;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cid-uB7w5rfVKp .mbr-shop .range-controls {
  position: relative;
}
.cid-uB7w5rfVKp .mbr-shop .range-controls .scale {
  width: 100%;
  height: 2px;
  background-color: rgba(190, 190, 190, 0.3);
}
.cid-uB7w5rfVKp .mbr-shop .range-controls .bar {
  margin-left: 0;
  width: 100%;
  height: 2px;
  background-color: #666666;
}
.cid-uB7w5rfVKp .mbr-shop .toggle {
  position: absolute;
  top: -9px;
  width: 4px;
  height: 4px;
  border: 8px solid #666666;
  border-radius: 100%;
  box-sizing: content-box;
  background-color: #ababab;
  cursor: pointer;
}
.cid-uB7w5rfVKp .mbr-shop .toggle:hover,
.cid-uB7w5rfVKp .mbr-shop .toggle:active {
  background-color: #c0a375;
}
.cid-uB7w5rfVKp .mbr-shop .min-toggle {
  left: 0;
}
.cid-uB7w5rfVKp .mbr-shop .max-toggle {
  right: 0;
}
.cid-uB7w5rfVKp .mbr-shop .hided-by-price {
  display: none;
}
.cid-uB7w5rfVKp .mbr-shop .text-modal {
  padding-right: 30px;
  padding-left: 30px;
}
.cid-uB7w5rfVKp .mbr-shop .text-modal .item-button {
  text-align: left !important;
}
.cid-uB7w5rfVKp .mbr-shop .text-modal .price-block {
  line-height: 1;
  border-bottom: 1px dotted #d6d6d6;
}
.cid-uB7w5rfVKp .mbr-shop .text-modal .price-block p {
  display: inline;
}
.cid-uB7w5rfVKp .mbr-shop .text-modal .price-block span {
  display: inline;
  font-weight: 700;
  padding: 10px 0 20px 0;
}
.cid-uB7w5rfVKp .mbr-shop .text-modal .card-description {
  padding-top: 20px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 50px;
}
.cid-uB7w5rfVKp .mbr-shop .modal-control-panel {
  padding-right: 0;
}
.cid-uB7w5rfVKp .mbr-shop .modal-cb {
  display: inline-block;
  float: right;
  margin-right: 10px;
  margin-left: 10px;
}
.cid-uB7w5rfVKp .mbr-shop .shopItemsModalBg {
  width: 100%;
  height: 100%;
}
.cid-uB7w5rfVKp .mbr-shop .close-modal-wrapper {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
}
.cid-uB7w5rfVKp .mbr-shop .close-modal-wrapper:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #cccccc;
  top: 50%;
  right: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uB7w5rfVKp .mbr-shop .close-modal-wrapper:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 40px;
  background-color: #cccccc;
  right: 50%;
  top: 5%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cid-uB7w5rfVKp .mbr-shop .closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
}
.cid-uB7w5rfVKp .mbr-shop .galleryItem .sidebar_wraper {
  text-align: center;
}
.cid-uB7w5rfVKp .mbr-shop .shopItemsModal .sidebar_wraper {
  text-align: left;
}
.cid-uB7w5rfVKp .mbr-shop .shopItemsModal .onsale {
  top: 10px;
  right: 10px;
  border: 1px solid #e7e7e7;
}
.cid-uB7w5rfVKp .mbr-shop .shop-items .onsale,
.cid-uB7w5rfVKp .mbr-shop .bestseller-block .onsale {
  font-size: 15px !important;
}
.cid-uB7w5rfVKp .mbr-shop .item_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: transparent;
}
.cid-uB7w5rfVKp .mbr-shop .style_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-uB7w5rfVKp .mbr-shop .price-range {
  display: inline-block;
}
.cid-uB7w5rfVKp .mbr-shop .price-range-reset {
  display: inline-block;
}
.cid-uB7w5rfVKp .mbr-shop .bestsellers .item-button {
  display: none !important;
}
.cid-uB7w5rfVKp .mbr-shop .range-slider h4 {
  margin-bottom: 15px;
}
.cid-uB7w5rfVKp .mbr-shop .mbr-gallery-filter ul {
  padding-left: 0px;
  display: inline-block;
  list-style: none;
  margin-bottom: 0px;
}
.cid-uB7w5rfVKp .mbr-shop .categories:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 767px) and (max-width: 1100px) {
  .cid-uB7w5rfVKp .mbr-shop .col-md-9 {
    width: 100%;
  }
  .cid-uB7w5rfVKp .mbr-shop .col-md-3 {
    width: 100%;
  }
  .cid-uB7w5rfVKp .mbr-shop .sidebar-background:after {
    top: 0;
  }
  .cid-uB7w5rfVKp .mbr-shop .bestseller-block {
    width: 100%;
    margin: 0;
    display: inline-block;
    float: left;
    padding-top: 15px;
  }
  .cid-uB7w5rfVKp .mbr-shop .range-slider {
    width: 49%;
    margin: 0;
    display: inline-block;
    float: right;
    padding-top: 15px;
  }
  .cid-uB7w5rfVKp .mbr-shop .bestsellers {
    width: 100%;
  }
  .cid-uB7w5rfVKp .mbr-shop .bestsellers .mbr-gallery-item {
    width: 49%;
    display: inline-block;
  }
  .cid-uB7w5rfVKp .mbr-shop .sidebar-categories {
    width: 49%;
    margin: 0;
    display: inline-block;
    padding-top: 15px;
  }
  .cid-uB7w5rfVKp .mbr-shop .price-range {
    max-width: 250px;
    text-align: center;
  }
  .cid-uB7w5rfVKp .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uB7w5rfVKp .mbr-shop .mbr-gallery-item {
    width: 33%;
  }
}
@media (max-width: 500px) {
  .cid-uB7w5rfVKp .mbr-shop .shopItemsModal {
    padding: 50px 10px 10px 10px;
  }
  .cid-uB7w5rfVKp .mbr-shop .shop-title {
    max-width: 100%;
  }
  .cid-uB7w5rfVKp .mbr-shop .mbr-gallery-item {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uB7w5rfVKp .mbr-shop .sort-buttons {
    text-align: center;
    margin-right: 0 !important;
  }
  .cid-uB7w5rfVKp .wrapper-shop-items {
    order: 1;
  }
  .cid-uB7w5rfVKp .mbr-shop .sidebar {
    margin-bottom: 30px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .cid-uB7w5rfVKp .mbr-shop .image-modal {
    text-align: center;
  }
  .cid-uB7w5rfVKp .mbr-shop .image-modal img {
    max-height: 50vh;
    width: auto;
    max-width: 100%;
  }
  .cid-uB7w5rfVKp .mbr-shop .shopItemsModal {
    top: 15%;
    bottom: 70px;
    left: 10%;
    width: 80%;
  }
  .cid-uB7w5rfVKp .mbr-shop .shopItemsModal .image-modal {
    padding-right: 0;
  }
  .cid-uB7w5rfVKp .mbr-shop .sidebar-background:after {
    top: -1%;
  }
}
@media (max-width: 1100px) {
  .cid-uB7w5rfVKp .mbr-shop .shopItemsModal {
    max-height: 85vh;
    width: 90%;
    left: 5%;
    margin-left: 0;
  }
  .cid-uB7w5rfVKp .mbr-shop .sort-buttons {
    margin-right: 21px;
  }
  .cid-uB7w5rfVKp .mbr-shop .sidebar-background:after {
    right: 0;
    width: 100%;
  }
  .cid-uB7w5rfVKp .mbr-shop .text-modal .card-description {
    width: 100%;
  }
  .cid-uB7w5rfVKp .mbr-shop .text-modal .price-block {
    width: 100%;
  }
  .cid-uB7w5rfVKp .mbr-shop .text-modal h4 {
    padding-top: 30px;
  }
}
.cid-uB7w5rfVKp .shopItemsModal_wraper .mbr-section-btn {
  display: block !important;
}
.cid-uB7w5rfVKp .range-slider .mbr-section-btn {
  margin: 0;
}
.cid-uB7w5rfVKp .oldprice {
  color: #767676;
  padding-left: .8rem;
  text-decoration: line-through;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uB7w5rfVKp .shopItemsModal.row {
    position: absolute !important;
    top: calc(50% - 300px) !important;
    left: calc(50% - 500px) !important;
  }
}
.cid-uB7sphjpgv {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #181817;
  display: flex;
  align-items: center;
}
.cid-uB7sphjpgv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uB7sphjpgv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uB7sphjpgv .row {
  justify-content: flex-start;
}
.cid-uB7sphjpgv .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.cid-uB7sphjpgv .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-v0Rpvhm5xo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-v0Rpvhm5xo::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-v0Rpvhm5xo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Rpvhm5xo .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-v0Rpvhm5xo .container {
    padding: 0 22px;
  }
}
.cid-v0Rpvhm5xo .row {
  position: relative;
  z-index: 1;
}
.cid-v0Rpvhm5xo .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-v0Rpvhm5xo .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v0Rpvhm5xo .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v0Rpvhm5xo .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v0Rpvhm5xo .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v0Rpvhm5xo .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v0Rpvhm5xo .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0Rpvhm5xo .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0Rpvhm5xo .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-v0Rpvhm5xo .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0Rpvhm5xo .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-v0Rpvhm5xo .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-v0Rpvhm5xo .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v0Rpvhm5xo .nav-wrapper .list .item-wrap:hover,
.cid-v0Rpvhm5xo .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-v0Rpvhm5xo .nav-wrapper .list .item-wrap:hover::before,
.cid-v0Rpvhm5xo .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-v0Rpvhm5xo .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v0Rpvhm5xo .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v0Rpvhm5xo .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v0Rpvhm5xo .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v0Rpvhm5xo .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v0Rpvhm5xo .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-v0Rpvhm5xo .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-v0Rpvhm5xo .mbr-section-title {
  color: #ecbf16;
}
.cid-v0Rpvhm5xo .mbr-text {
  color: #ffffff;
}
.cid-v0Rpvhm5xo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v0Rpvhm5xo .list {
  color: #ffffff;
}
.cid-v0Rpvhm5xo .mbr-contact {
  color: #ffffff;
}
.cid-v0Rpvhm5xo .mbr-desc {
  color: #ffffff;
}
.cid-v12vpSGfzB.popup-builder {
  background-color: #ffffff;
}
.cid-v12vpSGfzB.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v12vpSGfzB.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v12vpSGfzB .modal-content,
.cid-v12vpSGfzB .modal-dialog {
  height: auto;
}
.cid-v12vpSGfzB .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v12vpSGfzB .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v12vpSGfzB .form-wrapper .mbr-form .form-group,
  .cid-v12vpSGfzB .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v12vpSGfzB .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v12vpSGfzB .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v12vpSGfzB .mbr-text {
  text-align: center;
}
.cid-v12vpSGfzB .pt-0 {
  padding-top: 0 !important;
}
.cid-v12vpSGfzB .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v12vpSGfzB .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v12vpSGfzB .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v12vpSGfzB .modal-open {
  overflow: hidden;
}
.cid-v12vpSGfzB .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v12vpSGfzB .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v12vpSGfzB .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v12vpSGfzB .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v12vpSGfzB .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v12vpSGfzB .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v12vpSGfzB .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v12vpSGfzB .modal-content {
  background: #ecbf16;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v12vpSGfzB .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v12vpSGfzB .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v12vpSGfzB .modal-backdrop.fade {
  opacity: 0;
}
.cid-v12vpSGfzB .modal-backdrop.show {
  opacity: .5;
}
.cid-v12vpSGfzB .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v12vpSGfzB .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v12vpSGfzB .modal-header {
    padding: 1rem;
  }
}
.cid-v12vpSGfzB .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v12vpSGfzB .modal-header .close svg {
  fill: #353535;
}
.cid-v12vpSGfzB .modal-header .close:hover {
  opacity: 1;
}
.cid-v12vpSGfzB .modal-header .close:focus {
  outline: none;
}
.cid-v12vpSGfzB .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v12vpSGfzB .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v12vpSGfzB .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v12vpSGfzB .modal-body {
    padding: 1rem;
  }
}
.cid-v12vpSGfzB .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v12vpSGfzB .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v12vpSGfzB .modal-footer {
    padding: 1rem;
  }
}
.cid-v12vpSGfzB .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v12vpSGfzB .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v12vpSGfzB .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v12vpSGfzB .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v12vpSGfzB .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v12vpSGfzB .modal-lg,
  .cid-v12vpSGfzB .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v12vpSGfzB .modal-xl {
    max-width: 1140px;
  }
}
.cid-v12vpSGfzB .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v12vpSGfzB .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v12vpSGfzB .form-group {
  margin-bottom: 1rem;
}
.cid-v12vpSGfzB .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v12vpSGfzB .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v12vpSGfzB .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v12vpSGfzB .mbr-section-btn {
  margin: 0;
}
.cid-v12vpSGfzB .mbr-section-btn .btn {
  margin: 0;
}
.cid-uB9NinLUww .navbar-dropdown {
  position: relative !important;
}
.cid-uB9NinLUww .navbar-dropdown {
  position: absolute !important;
}
.cid-uB9NinLUww .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB9NinLUww .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uB9NinLUww .dropdown-item:hover,
.cid-uB9NinLUww .dropdown-item:focus {
  color: #ffffff !important;
}
.cid-uB9NinLUww .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-uB9NinLUww .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uB9NinLUww .nav-link {
  position: relative;
  padding: 0;
}
.cid-uB9NinLUww .container {
  display: flex;
  margin: auto;
}
.cid-uB9NinLUww .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uB9NinLUww .dropdown-menu,
.cid-uB9NinLUww .navbar.opened {
  background: #000000 !important;
}
.cid-uB9NinLUww .nav-item:focus,
.cid-uB9NinLUww .nav-link:focus {
  outline: none;
}
.cid-uB9NinLUww .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uB9NinLUww .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uB9NinLUww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uB9NinLUww .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uB9NinLUww .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uB9NinLUww .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uB9NinLUww .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-uB9NinLUww .navbar.opened {
  transition: all 0.3s;
}
.cid-uB9NinLUww .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uB9NinLUww .navbar .navbar-logo img {
  width: auto;
}
.cid-uB9NinLUww .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uB9NinLUww .navbar.collapsed {
  justify-content: center;
}
.cid-uB9NinLUww .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uB9NinLUww .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uB9NinLUww .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uB9NinLUww .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uB9NinLUww .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uB9NinLUww .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uB9NinLUww .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uB9NinLUww .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uB9NinLUww .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uB9NinLUww .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uB9NinLUww .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uB9NinLUww .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uB9NinLUww .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uB9NinLUww .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uB9NinLUww .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uB9NinLUww .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uB9NinLUww .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uB9NinLUww .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uB9NinLUww .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uB9NinLUww .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uB9NinLUww .navbar.navbar-short {
  min-height: 60px;
}
.cid-uB9NinLUww .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uB9NinLUww .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uB9NinLUww .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uB9NinLUww .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uB9NinLUww .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uB9NinLUww .dropdown-item.active,
.cid-uB9NinLUww .dropdown-item:active {
  background-color: transparent;
}
.cid-uB9NinLUww .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uB9NinLUww .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uB9NinLUww .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uB9NinLUww .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uB9NinLUww .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uB9NinLUww .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uB9NinLUww ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uB9NinLUww .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uB9NinLUww button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uB9NinLUww button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ecbf16;
}
.cid-uB9NinLUww button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uB9NinLUww button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB9NinLUww button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uB9NinLUww button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uB9NinLUww nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB9NinLUww nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uB9NinLUww nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uB9NinLUww nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uB9NinLUww .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uB9NinLUww a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uB9NinLUww .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uB9NinLUww .navbar {
    height: 70px;
  }
  .cid-uB9NinLUww .navbar.opened {
    height: auto;
  }
  .cid-uB9NinLUww .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uB9NinLUww .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uB9NinLUww .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uB9NinLUww a {
  display: inline;
  font-weight: bold;
}
.cid-uB9NinLUww img {
  display: inline;
  padding-right: 10px;
}
.cid-uB9NinLUww .dropdown-toggle:after {
  display: none;
}
.cid-uB9NinLUww .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uB9NinLUww .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 990px) {
  .cid-uB9NinLUww .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-uB9RE63UXR {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/fertilizer-900x507.webp");
}
.cid-uB9RE63UXR .card-wrapper {
  z-index: 3;
}
.cid-uB9RE63UXR .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-uB9RE63UXR:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-uB9RE63UXR .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-uB9RE63UXR .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uB9RE63UXR .text-block {
  text-align: left !important;
}
.cid-uB9RE63UXR H2 {
  color: #ffffff;
  text-align: center;
}
.cid-uB9Qpezb5J {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #181817;
}
.cid-uB9Qpezb5J .mbr-text,
.cid-uB9Qpezb5J .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uB9Qpezb5J .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uY6beDI7eB {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uY6beDI7eB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY6beDI7eB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY6beDI7eB .row {
  flex-direction: row-reverse;
}
.cid-v120ircgIP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #212428;
  overflow: hidden;
}
.cid-v120ircgIP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v120ircgIP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v120ircgIP .card-row {
  align-items: stretch;
}
.cid-v120ircgIP .item-wrap {
  position: relative;
  width: 100%;
  padding: 20px;
  margin-top: 60px;
  border-radius: 10px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
.cid-v120ircgIP .item-left-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
  border-right: 1px solid #c2c2c2;
}
@media (max-width: 1199px) {
  .cid-v120ircgIP .item-left-item {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .cid-v120ircgIP .item-left-item {
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #c2c2c2;
  }
}
.cid-v120ircgIP .image-wrapper {
  margin-right: 30px;
}
.cid-v120ircgIP .image-wrapper img {
  border-radius: 15px;
  max-width: 200px;
  aspect-ratio: 1;
  width: 200px;
  border: 5px solid #1e2024;
  position: relative;
  top: -80px;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .cid-v120ircgIP .image-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .cid-v120ircgIP .text-left-wrap {
    margin-top: -46px;
  }
}
.cid-v120ircgIP .mbr-section-title {
  color: #C4CFDE;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .cid-v120ircgIP .mbr-section-title {
    text-align: center !important;
  }
}
.cid-v120ircgIP .mbr-section-subtitle {
  color: #878e99;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cid-v120ircgIP .mbr-section-subtitle {
    text-align: center !important;
  }
}
.cid-v120ircgIP .social-container {
  width: 100%;
  padding-top: 35px;
}
@media (max-width: 1199px) {
  .cid-v120ircgIP .social-container {
    padding-top: 25px;
  }
}
.cid-v120ircgIP .social-title {
  color: #C4CFDE;
  margin-bottom: 15px;
}
@media (max-width: 1199px) {
  .cid-v120ircgIP .social-title {
    text-align: center !important;
  }
}
.cid-v120ircgIP .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
@media (max-width: 1199px) {
  .cid-v120ircgIP .social-list {
    justify-content: center !important;
  }
}
.cid-v120ircgIP .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-v120ircgIP .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-v120ircgIP .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-v120ircgIP .soc-item:hover {
  transform: translateY(-3px);
}
.cid-v120ircgIP .soc-item:hover:before {
  opacity: 1;
}
.cid-v120ircgIP .item-right-item {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-v120ircgIP .item-right-item {
    padding-top: 10px;
    margin: 0 -20px -20px;
  }
}
@media (max-width: 575px) {
  .cid-v120ircgIP .item-right-item {
    flex-wrap: wrap;
    margin: 0;
  }
}
.cid-v120ircgIP .contacts-container {
  max-width: 50%;
  padding-left: 30px;
  margin: 16px 0;
}
@media (max-width: 991px) {
  .cid-v120ircgIP .contacts-container {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .cid-v120ircgIP .contacts-container:nth-child(2) {
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .cid-v120ircgIP .contacts-container:nth-child(2) {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .cid-v120ircgIP .contacts-container:nth-child(2) {
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .cid-v120ircgIP .contacts-container {
    max-width: 100%;
    width: 100%;
    text-align: center !important;
    margin: 0;
    padding: 0 !important;
  }
}
.cid-v120ircgIP .contact-item {
  padding: 10px 0 20px;
}
.cid-v120ircgIP .card-title {
  color: #878e99;
  margin-bottom: 4px;
}
.cid-v120ircgIP .card-text {
  color: #C4CFDE;
  margin-bottom: 0;
}
.cid-uY1aWh86w7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f1f5eb;
}
.cid-uY1aWh86w7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY1aWh86w7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY1aWh86w7 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uY1aWh86w7 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uY1aWh86w7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 290px;
  max-width: 290px;
}
@media (max-width: 768px) {
  .cid-uY1aWh86w7 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uY1aWh86w7 .embla__slide .slide-content {
  width: 100%;
}
.cid-uY1aWh86w7 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e6eddc;
}
.cid-uY1aWh86w7 .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
}
.cid-uY1aWh86w7 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 125px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 768px) {
  .cid-uY1aWh86w7 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uY1aWh86w7 .embla__button--next,
.cid-uY1aWh86w7 .embla__button--prev {
  display: flex;
}
.cid-uY1aWh86w7 .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-uY1aWh86w7 .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #e6eddc !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uY1aWh86w7 .embla__button:hover {
  background-color: #5c834f !important;
  color: #e6eddc !important;
}
.cid-uY1aWh86w7 .embla__button:disabled {
  opacity: .5 !important;
  background-color: #e6eddc !important;
  color: #5c834f !important;
}
.cid-uY1aWh86w7 .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-uY1aWh86w7 .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-uY1aWh86w7 .embla {
  position: relative;
  width: 100%;
}
.cid-uY1aWh86w7 .embla__viewport {
  position: relative;
  overflow: visible;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uY1aWh86w7 .embla__viewport {
    padding: 0;
  }
}
.cid-uY1aWh86w7 .embla__viewport::before {
  content: '';
  position: absolute;
  top: 0;
  left: -44px;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, #f1f5eb, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uY1aWh86w7 .embla__viewport::before {
    width: 40px;
    left: -20px;
    display: none;
  }
}
.cid-uY1aWh86w7 .embla__viewport::after {
  content: '';
  position: absolute;
  top: 0;
  right: -44px;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #f1f5eb 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uY1aWh86w7 .embla__viewport::after {
    width: 40px;
    right: -20px;
    display: none;
  }
}
.cid-uY1aWh86w7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uY1aWh86w7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uY1aWh86w7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uY1aWh86w7 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uY1aWh86w7 .mbr-section-title,
.cid-uY1aWh86w7 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-v0Rpvhm5xo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-v0Rpvhm5xo::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-v0Rpvhm5xo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Rpvhm5xo .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-v0Rpvhm5xo .container {
    padding: 0 22px;
  }
}
.cid-v0Rpvhm5xo .row {
  position: relative;
  z-index: 1;
}
.cid-v0Rpvhm5xo .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-v0Rpvhm5xo .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v0Rpvhm5xo .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v0Rpvhm5xo .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v0Rpvhm5xo .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v0Rpvhm5xo .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v0Rpvhm5xo .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0Rpvhm5xo .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0Rpvhm5xo .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-v0Rpvhm5xo .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0Rpvhm5xo .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-v0Rpvhm5xo .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-v0Rpvhm5xo .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v0Rpvhm5xo .nav-wrapper .list .item-wrap:hover,
.cid-v0Rpvhm5xo .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-v0Rpvhm5xo .nav-wrapper .list .item-wrap:hover::before,
.cid-v0Rpvhm5xo .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-v0Rpvhm5xo .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v0Rpvhm5xo .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v0Rpvhm5xo .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v0Rpvhm5xo .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v0Rpvhm5xo .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v0Rpvhm5xo .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-v0Rpvhm5xo .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-v0Rpvhm5xo .mbr-section-title {
  color: #ecbf16;
}
.cid-v0Rpvhm5xo .mbr-text {
  color: #ffffff;
}
.cid-v0Rpvhm5xo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v0Rpvhm5xo .list {
  color: #ffffff;
}
.cid-v0Rpvhm5xo .mbr-contact {
  color: #ffffff;
}
.cid-v0Rpvhm5xo .mbr-desc {
  color: #ffffff;
}
.cid-v12vpSGMHM.popup-builder {
  background-color: #ffffff;
}
.cid-v12vpSGMHM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v12vpSGMHM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v12vpSGMHM .modal-content,
.cid-v12vpSGMHM .modal-dialog {
  height: auto;
}
.cid-v12vpSGMHM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v12vpSGMHM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v12vpSGMHM .form-wrapper .mbr-form .form-group,
  .cid-v12vpSGMHM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v12vpSGMHM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v12vpSGMHM .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v12vpSGMHM .mbr-text {
  text-align: center;
}
.cid-v12vpSGMHM .pt-0 {
  padding-top: 0 !important;
}
.cid-v12vpSGMHM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v12vpSGMHM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v12vpSGMHM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v12vpSGMHM .modal-open {
  overflow: hidden;
}
.cid-v12vpSGMHM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v12vpSGMHM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v12vpSGMHM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v12vpSGMHM .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v12vpSGMHM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v12vpSGMHM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v12vpSGMHM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v12vpSGMHM .modal-content {
  background: #ecbf16;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v12vpSGMHM .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v12vpSGMHM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v12vpSGMHM .modal-backdrop.fade {
  opacity: 0;
}
.cid-v12vpSGMHM .modal-backdrop.show {
  opacity: .5;
}
.cid-v12vpSGMHM .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v12vpSGMHM .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v12vpSGMHM .modal-header {
    padding: 1rem;
  }
}
.cid-v12vpSGMHM .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v12vpSGMHM .modal-header .close svg {
  fill: #353535;
}
.cid-v12vpSGMHM .modal-header .close:hover {
  opacity: 1;
}
.cid-v12vpSGMHM .modal-header .close:focus {
  outline: none;
}
.cid-v12vpSGMHM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v12vpSGMHM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v12vpSGMHM .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v12vpSGMHM .modal-body {
    padding: 1rem;
  }
}
.cid-v12vpSGMHM .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v12vpSGMHM .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v12vpSGMHM .modal-footer {
    padding: 1rem;
  }
}
.cid-v12vpSGMHM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v12vpSGMHM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v12vpSGMHM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v12vpSGMHM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v12vpSGMHM .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v12vpSGMHM .modal-lg,
  .cid-v12vpSGMHM .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v12vpSGMHM .modal-xl {
    max-width: 1140px;
  }
}
.cid-v12vpSGMHM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v12vpSGMHM .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v12vpSGMHM .form-group {
  margin-bottom: 1rem;
}
.cid-v12vpSGMHM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v12vpSGMHM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v12vpSGMHM .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v12vpSGMHM .mbr-section-btn {
  margin: 0;
}
.cid-v12vpSGMHM .mbr-section-btn .btn {
  margin: 0;
}
.cid-uBa0CghEIB .navbar-dropdown {
  position: relative !important;
}
.cid-uBa0CghEIB .navbar-dropdown {
  position: absolute !important;
}
.cid-uBa0CghEIB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBa0CghEIB .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uBa0CghEIB .dropdown-item:hover,
.cid-uBa0CghEIB .dropdown-item:focus {
  color: #ffffff !important;
}
.cid-uBa0CghEIB .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-uBa0CghEIB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBa0CghEIB .nav-link {
  position: relative;
  padding: 0;
}
.cid-uBa0CghEIB .container {
  display: flex;
  margin: auto;
}
.cid-uBa0CghEIB .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBa0CghEIB .dropdown-menu,
.cid-uBa0CghEIB .navbar.opened {
  background: #000000 !important;
}
.cid-uBa0CghEIB .nav-item:focus,
.cid-uBa0CghEIB .nav-link:focus {
  outline: none;
}
.cid-uBa0CghEIB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBa0CghEIB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBa0CghEIB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBa0CghEIB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBa0CghEIB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBa0CghEIB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBa0CghEIB .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-uBa0CghEIB .navbar.opened {
  transition: all 0.3s;
}
.cid-uBa0CghEIB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBa0CghEIB .navbar .navbar-logo img {
  width: auto;
}
.cid-uBa0CghEIB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBa0CghEIB .navbar.collapsed {
  justify-content: center;
}
.cid-uBa0CghEIB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBa0CghEIB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBa0CghEIB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uBa0CghEIB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBa0CghEIB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBa0CghEIB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uBa0CghEIB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBa0CghEIB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBa0CghEIB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBa0CghEIB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBa0CghEIB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBa0CghEIB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBa0CghEIB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBa0CghEIB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uBa0CghEIB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBa0CghEIB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBa0CghEIB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBa0CghEIB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBa0CghEIB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBa0CghEIB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBa0CghEIB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBa0CghEIB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBa0CghEIB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBa0CghEIB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBa0CghEIB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBa0CghEIB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBa0CghEIB .dropdown-item.active,
.cid-uBa0CghEIB .dropdown-item:active {
  background-color: transparent;
}
.cid-uBa0CghEIB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBa0CghEIB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBa0CghEIB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBa0CghEIB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uBa0CghEIB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBa0CghEIB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBa0CghEIB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBa0CghEIB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBa0CghEIB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBa0CghEIB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ecbf16;
}
.cid-uBa0CghEIB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBa0CghEIB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBa0CghEIB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBa0CghEIB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBa0CghEIB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBa0CghEIB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBa0CghEIB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBa0CghEIB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBa0CghEIB .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBa0CghEIB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBa0CghEIB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBa0CghEIB .navbar {
    height: 70px;
  }
  .cid-uBa0CghEIB .navbar.opened {
    height: auto;
  }
  .cid-uBa0CghEIB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBa0CghEIB .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uBa0CghEIB .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uBa0CghEIB a {
  display: inline;
  font-weight: bold;
}
.cid-uBa0CghEIB img {
  display: inline;
  padding-right: 10px;
}
.cid-uBa0CghEIB .dropdown-toggle:after {
  display: none;
}
.cid-uBa0CghEIB .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uBa0CghEIB .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 990px) {
  .cid-uBa0CghEIB .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-uBa0KMnFwd {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background4.webp");
}
.cid-uBa0KMnFwd .card-wrapper {
  z-index: 3;
}
.cid-uBa0KMnFwd .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-uBa0KMnFwd:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-uBa0KMnFwd .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-uBa0KMnFwd .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-uBa0KMnFwd .text-block {
  text-align: left !important;
}
.cid-uBa0KMnFwd H2 {
  color: #dd331a;
}
.cid-uSNVGsvBAH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uSNVGsvBAH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSNVGsvBAH .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-uSNVGsvBAH .container {
    padding: 0 22px;
  }
}
.cid-uSNVGsvBAH .card {
  justify-content: center;
}
.cid-uSNVGsvBAH .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uSNVGsvBAH .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uSNVGsvBAH .content-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uSNVGsvBAH .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uSNVGsvBAH .content-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uSNVGsvBAH .content-wrapper .border-wrap {
  height: 1px;
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 16px;
}
.cid-uSNVGsvBAH .content-wrapper .contacts-wrap .item-contact {
  margin-bottom: 16px;
}
.cid-uSNVGsvBAH .content-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uSNVGsvBAH .content-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #00d0f3;
  display: inline-flex;
  margin-right: 20px;
}
.cid-uSNVGsvBAH .content-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-uSNVGsvBAH .content-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-uSNVGsvBAH .content-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-uSNVGsvBAH .content-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uSNVGsvBAH .content-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-uSNVGsvBAH .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uSNVGsvBAH .content-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-uSNVGsvBAH .content-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-uSNVGsvBAH .content-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-uSNVGsvBAH .content-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-uSNVGsvBAH .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uSNVGsvBAH .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uSNVGsvBAH .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-uSNVGsvBAH .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-uSNVGsvBAH .form-wrapper {
  position: relative;
  padding: 60px 40px;
}
@media (max-width: 992px) {
  .cid-uSNVGsvBAH .form-wrapper {
    padding: 20px;
  }
}
.cid-uSNVGsvBAH .form-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uSNVGsvBAH .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-uSNVGsvBAH .form-wrapper .dragArea.row .form-group {
  margin-bottom: 18px !important;
}
.cid-uSNVGsvBAH .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uSNVGsvBAH .form-wrapper .dragArea.row .form-group .form-control {
  padding: 10px 15px;
  border: none !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: #ffffff;
}
.cid-uSNVGsvBAH .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uSNVGsvBAH .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uSNVGsvBAH .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #ffffff;
  opacity: .5;
}
.cid-uSNVGsvBAH .form-wrapper .dragArea.row .form-group textarea {
  min-height: 230px;
}
.cid-uSNVGsvBAH .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uSNVGsvBAH .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ecbf16;
  border-color: #ffffff;
  border-radius: 0;
}
.cid-uSNVGsvBAH .form-wrapper .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #ffffff;
}
.cid-uSNVGsvBAH .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uSNVGsvBAH .mbr-section-title {
  color: #ffffff;
}
.cid-uSNVGsvBAH .mbr-section-subtitle {
  color: #ecbf16;
}
.cid-uSNVGsvBAH .mbr-text {
  color: #ffffff;
}
.cid-uSNVGsvBAH .mbr-desc {
  color: #ffffff;
}
.cid-uSNVGsvBAH .mbr-contact {
  color: #ffffff;
}
.cid-uSNVGsvBAH LABEL {
  color: #ffffff;
}
.cid-v0Rpvhm5xo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-v0Rpvhm5xo::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-v0Rpvhm5xo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Rpvhm5xo .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-v0Rpvhm5xo .container {
    padding: 0 22px;
  }
}
.cid-v0Rpvhm5xo .row {
  position: relative;
  z-index: 1;
}
.cid-v0Rpvhm5xo .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-v0Rpvhm5xo .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v0Rpvhm5xo .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v0Rpvhm5xo .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v0Rpvhm5xo .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v0Rpvhm5xo .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v0Rpvhm5xo .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0Rpvhm5xo .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0Rpvhm5xo .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-v0Rpvhm5xo .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0Rpvhm5xo .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-v0Rpvhm5xo .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-v0Rpvhm5xo .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v0Rpvhm5xo .nav-wrapper .list .item-wrap:hover,
.cid-v0Rpvhm5xo .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-v0Rpvhm5xo .nav-wrapper .list .item-wrap:hover::before,
.cid-v0Rpvhm5xo .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-v0Rpvhm5xo .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v0Rpvhm5xo .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v0Rpvhm5xo .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v0Rpvhm5xo .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v0Rpvhm5xo .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v0Rpvhm5xo .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-v0Rpvhm5xo .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-v0Rpvhm5xo .mbr-section-title {
  color: #ecbf16;
}
.cid-v0Rpvhm5xo .mbr-text {
  color: #ffffff;
}
.cid-v0Rpvhm5xo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v0Rpvhm5xo .list {
  color: #ffffff;
}
.cid-v0Rpvhm5xo .mbr-contact {
  color: #ffffff;
}
.cid-v0Rpvhm5xo .mbr-desc {
  color: #ffffff;
}
.cid-v12vpSG8Hs.popup-builder {
  background-color: #ffffff;
}
.cid-v12vpSG8Hs.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v12vpSG8Hs.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v12vpSG8Hs .modal-content,
.cid-v12vpSG8Hs .modal-dialog {
  height: auto;
}
.cid-v12vpSG8Hs .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v12vpSG8Hs .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v12vpSG8Hs .form-wrapper .mbr-form .form-group,
  .cid-v12vpSG8Hs .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v12vpSG8Hs .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v12vpSG8Hs .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v12vpSG8Hs .mbr-text {
  text-align: center;
}
.cid-v12vpSG8Hs .pt-0 {
  padding-top: 0 !important;
}
.cid-v12vpSG8Hs .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v12vpSG8Hs .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v12vpSG8Hs .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v12vpSG8Hs .modal-open {
  overflow: hidden;
}
.cid-v12vpSG8Hs .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v12vpSG8Hs .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v12vpSG8Hs .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v12vpSG8Hs .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v12vpSG8Hs .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v12vpSG8Hs .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v12vpSG8Hs .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v12vpSG8Hs .modal-content {
  background: #ecbf16;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v12vpSG8Hs .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v12vpSG8Hs .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v12vpSG8Hs .modal-backdrop.fade {
  opacity: 0;
}
.cid-v12vpSG8Hs .modal-backdrop.show {
  opacity: .5;
}
.cid-v12vpSG8Hs .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v12vpSG8Hs .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v12vpSG8Hs .modal-header {
    padding: 1rem;
  }
}
.cid-v12vpSG8Hs .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v12vpSG8Hs .modal-header .close svg {
  fill: #353535;
}
.cid-v12vpSG8Hs .modal-header .close:hover {
  opacity: 1;
}
.cid-v12vpSG8Hs .modal-header .close:focus {
  outline: none;
}
.cid-v12vpSG8Hs .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v12vpSG8Hs .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v12vpSG8Hs .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v12vpSG8Hs .modal-body {
    padding: 1rem;
  }
}
.cid-v12vpSG8Hs .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v12vpSG8Hs .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v12vpSG8Hs .modal-footer {
    padding: 1rem;
  }
}
.cid-v12vpSG8Hs .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v12vpSG8Hs .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v12vpSG8Hs .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v12vpSG8Hs .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v12vpSG8Hs .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v12vpSG8Hs .modal-lg,
  .cid-v12vpSG8Hs .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v12vpSG8Hs .modal-xl {
    max-width: 1140px;
  }
}
.cid-v12vpSG8Hs .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v12vpSG8Hs .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v12vpSG8Hs .form-group {
  margin-bottom: 1rem;
}
.cid-v12vpSG8Hs .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v12vpSG8Hs .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v12vpSG8Hs .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v12vpSG8Hs .mbr-section-btn {
  margin: 0;
}
.cid-v12vpSG8Hs .mbr-section-btn .btn {
  margin: 0;
}
.cid-uBa8ZVGbcQ .navbar-dropdown {
  position: relative !important;
}
.cid-uBa8ZVGbcQ .navbar-dropdown {
  position: absolute !important;
}
.cid-uBa8ZVGbcQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBa8ZVGbcQ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-uBa8ZVGbcQ .dropdown-item:hover,
.cid-uBa8ZVGbcQ .dropdown-item:focus {
  color: #ffffff !important;
}
.cid-uBa8ZVGbcQ .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-uBa8ZVGbcQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBa8ZVGbcQ .nav-link {
  position: relative;
  padding: 0;
}
.cid-uBa8ZVGbcQ .container {
  display: flex;
  margin: auto;
}
.cid-uBa8ZVGbcQ .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBa8ZVGbcQ .dropdown-menu,
.cid-uBa8ZVGbcQ .navbar.opened {
  background: #000000 !important;
}
.cid-uBa8ZVGbcQ .nav-item:focus,
.cid-uBa8ZVGbcQ .nav-link:focus {
  outline: none;
}
.cid-uBa8ZVGbcQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBa8ZVGbcQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBa8ZVGbcQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBa8ZVGbcQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBa8ZVGbcQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBa8ZVGbcQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBa8ZVGbcQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-uBa8ZVGbcQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uBa8ZVGbcQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBa8ZVGbcQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uBa8ZVGbcQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBa8ZVGbcQ .navbar.collapsed {
  justify-content: center;
}
.cid-uBa8ZVGbcQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBa8ZVGbcQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBa8ZVGbcQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uBa8ZVGbcQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBa8ZVGbcQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBa8ZVGbcQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uBa8ZVGbcQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBa8ZVGbcQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBa8ZVGbcQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBa8ZVGbcQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBa8ZVGbcQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBa8ZVGbcQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBa8ZVGbcQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBa8ZVGbcQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uBa8ZVGbcQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBa8ZVGbcQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBa8ZVGbcQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBa8ZVGbcQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBa8ZVGbcQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBa8ZVGbcQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBa8ZVGbcQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBa8ZVGbcQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBa8ZVGbcQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBa8ZVGbcQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBa8ZVGbcQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBa8ZVGbcQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBa8ZVGbcQ .dropdown-item.active,
.cid-uBa8ZVGbcQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uBa8ZVGbcQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBa8ZVGbcQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBa8ZVGbcQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBa8ZVGbcQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uBa8ZVGbcQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBa8ZVGbcQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBa8ZVGbcQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBa8ZVGbcQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBa8ZVGbcQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBa8ZVGbcQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ecbf16;
}
.cid-uBa8ZVGbcQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBa8ZVGbcQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBa8ZVGbcQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBa8ZVGbcQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBa8ZVGbcQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBa8ZVGbcQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBa8ZVGbcQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBa8ZVGbcQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBa8ZVGbcQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBa8ZVGbcQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBa8ZVGbcQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBa8ZVGbcQ .navbar {
    height: 70px;
  }
  .cid-uBa8ZVGbcQ .navbar.opened {
    height: auto;
  }
  .cid-uBa8ZVGbcQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBa8ZVGbcQ .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-uBa8ZVGbcQ .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-uBa8ZVGbcQ a {
  display: inline;
  font-weight: bold;
}
.cid-uBa8ZVGbcQ img {
  display: inline;
  padding-right: 10px;
}
.cid-uBa8ZVGbcQ .dropdown-toggle:after {
  display: none;
}
.cid-uBa8ZVGbcQ .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-uBa8ZVGbcQ .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 990px) {
  .cid-uBa8ZVGbcQ .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-uBa999rYR0 {
  background-image: url("../../../assets/images/all-in-one-banner-best.gif");
}
.cid-uBa999rYR0 .mbr-section-title,
.cid-uBa999rYR0 .mbr-section-subtitle {
  color: #000000;
}
.cid-uBa999rYR0 .mbr-section-text {
  color: #232323;
}
.cid-uBa999rYR0 .mbr-text,
.cid-uBa999rYR0 .typed-text,
.cid-uBa999rYR0 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-uBa999rYR0 .btn {
  margin-left: 4px !important;
}
.cid-uBa999rYR0 .animated-element {
  color: #e40f1a;
}
.cid-uBa999rYR0 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #e40f1a;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-uBa999rYR0 .mbr-section-subtitle,
.cid-uBa999rYR0 .typed-text {
  color: #ffffff;
  text-align: left;
}
.cid-uBa999rYR0 .mbr-section-text,
.cid-uBa999rYR0 .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uBa999rYR0 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uBaarFBQlG.popup-builder {
  background-color: #ffffff;
}
.cid-uBaarFBQlG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uBaarFBQlG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uBaarFBQlG .modal-content,
.cid-uBaarFBQlG .modal-dialog {
  height: auto;
}
.cid-uBaarFBQlG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uBaarFBQlG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uBaarFBQlG .form-wrapper .mbr-form .form-group,
  .cid-uBaarFBQlG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uBaarFBQlG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uBaarFBQlG .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uBaarFBQlG .mbr-text {
  text-align: center;
  color: #ffffff;
}
.cid-uBaarFBQlG .pt-0 {
  padding-top: 0 !important;
}
.cid-uBaarFBQlG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uBaarFBQlG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uBaarFBQlG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uBaarFBQlG .modal-open {
  overflow: hidden;
}
.cid-uBaarFBQlG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uBaarFBQlG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uBaarFBQlG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uBaarFBQlG .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uBaarFBQlG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uBaarFBQlG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uBaarFBQlG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uBaarFBQlG .modal-content {
  background: #c4a900;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uBaarFBQlG .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uBaarFBQlG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uBaarFBQlG .modal-backdrop.fade {
  opacity: 0;
}
.cid-uBaarFBQlG .modal-backdrop.show {
  opacity: .5;
}
.cid-uBaarFBQlG .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uBaarFBQlG .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uBaarFBQlG .modal-header {
    padding: 1rem;
  }
}
.cid-uBaarFBQlG .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uBaarFBQlG .modal-header .close svg {
  fill: #353535;
}
.cid-uBaarFBQlG .modal-header .close:hover {
  opacity: 1;
}
.cid-uBaarFBQlG .modal-header .close:focus {
  outline: none;
}
.cid-uBaarFBQlG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-uBaarFBQlG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uBaarFBQlG .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBaarFBQlG .modal-body {
    padding: 1rem;
  }
}
.cid-uBaarFBQlG .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uBaarFBQlG .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uBaarFBQlG .modal-footer {
    padding: 1rem;
  }
}
.cid-uBaarFBQlG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uBaarFBQlG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uBaarFBQlG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uBaarFBQlG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uBaarFBQlG .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uBaarFBQlG .modal-lg,
  .cid-uBaarFBQlG .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uBaarFBQlG .modal-xl {
    max-width: 1140px;
  }
}
.cid-uBaarFBQlG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uBaarFBQlG .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uBaarFBQlG .form-group {
  margin-bottom: 1rem;
}
.cid-uBaarFBQlG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uBaarFBQlG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uBaarFBQlG .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uBaarFBQlG .mbr-section-btn {
  margin: 0;
}
.cid-uBaarFBQlG .mbr-section-btn .btn {
  margin: 0;
}
.cid-uBa901jv9O {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #181817;
  display: flex;
  align-items: center;
}
.cid-uBa901jv9O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBa901jv9O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBa901jv9O .row {
  justify-content: flex-start;
}
.cid-uBa901jv9O .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.cid-uBa901jv9O .mbr-text {
  color: #1F1D1A;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-v0Rpvhm5xo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-v0Rpvhm5xo::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-v0Rpvhm5xo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Rpvhm5xo .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-v0Rpvhm5xo .container {
    padding: 0 22px;
  }
}
.cid-v0Rpvhm5xo .row {
  position: relative;
  z-index: 1;
}
.cid-v0Rpvhm5xo .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-v0Rpvhm5xo .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v0Rpvhm5xo .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v0Rpvhm5xo .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v0Rpvhm5xo .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v0Rpvhm5xo .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v0Rpvhm5xo .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0Rpvhm5xo .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0Rpvhm5xo .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-v0Rpvhm5xo .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0Rpvhm5xo .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-v0Rpvhm5xo .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-v0Rpvhm5xo .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v0Rpvhm5xo .nav-wrapper .list .item-wrap:hover,
.cid-v0Rpvhm5xo .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-v0Rpvhm5xo .nav-wrapper .list .item-wrap:hover::before,
.cid-v0Rpvhm5xo .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-v0Rpvhm5xo .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v0Rpvhm5xo .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v0Rpvhm5xo .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v0Rpvhm5xo .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v0Rpvhm5xo .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v0Rpvhm5xo .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-v0Rpvhm5xo .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-v0Rpvhm5xo .mbr-section-title {
  color: #ecbf16;
}
.cid-v0Rpvhm5xo .mbr-text {
  color: #ffffff;
}
.cid-v0Rpvhm5xo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v0Rpvhm5xo .list {
  color: #ffffff;
}
.cid-v0Rpvhm5xo .mbr-contact {
  color: #ffffff;
}
.cid-v0Rpvhm5xo .mbr-desc {
  color: #ffffff;
}
.cid-v12vpSG2R8.popup-builder {
  background-color: #ffffff;
}
.cid-v12vpSG2R8.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v12vpSG2R8.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v12vpSG2R8 .modal-content,
.cid-v12vpSG2R8 .modal-dialog {
  height: auto;
}
.cid-v12vpSG2R8 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v12vpSG2R8 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v12vpSG2R8 .form-wrapper .mbr-form .form-group,
  .cid-v12vpSG2R8 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v12vpSG2R8 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v12vpSG2R8 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v12vpSG2R8 .mbr-text {
  text-align: center;
}
.cid-v12vpSG2R8 .pt-0 {
  padding-top: 0 !important;
}
.cid-v12vpSG2R8 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v12vpSG2R8 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v12vpSG2R8 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v12vpSG2R8 .modal-open {
  overflow: hidden;
}
.cid-v12vpSG2R8 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v12vpSG2R8 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v12vpSG2R8 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v12vpSG2R8 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v12vpSG2R8 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v12vpSG2R8 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v12vpSG2R8 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v12vpSG2R8 .modal-content {
  background: #ecbf16;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v12vpSG2R8 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v12vpSG2R8 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v12vpSG2R8 .modal-backdrop.fade {
  opacity: 0;
}
.cid-v12vpSG2R8 .modal-backdrop.show {
  opacity: .5;
}
.cid-v12vpSG2R8 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v12vpSG2R8 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v12vpSG2R8 .modal-header {
    padding: 1rem;
  }
}
.cid-v12vpSG2R8 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v12vpSG2R8 .modal-header .close svg {
  fill: #353535;
}
.cid-v12vpSG2R8 .modal-header .close:hover {
  opacity: 1;
}
.cid-v12vpSG2R8 .modal-header .close:focus {
  outline: none;
}
.cid-v12vpSG2R8 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v12vpSG2R8 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v12vpSG2R8 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v12vpSG2R8 .modal-body {
    padding: 1rem;
  }
}
.cid-v12vpSG2R8 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v12vpSG2R8 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v12vpSG2R8 .modal-footer {
    padding: 1rem;
  }
}
.cid-v12vpSG2R8 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v12vpSG2R8 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v12vpSG2R8 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v12vpSG2R8 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v12vpSG2R8 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v12vpSG2R8 .modal-lg,
  .cid-v12vpSG2R8 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v12vpSG2R8 .modal-xl {
    max-width: 1140px;
  }
}
.cid-v12vpSG2R8 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v12vpSG2R8 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v12vpSG2R8 .form-group {
  margin-bottom: 1rem;
}
.cid-v12vpSG2R8 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v12vpSG2R8 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v12vpSG2R8 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v12vpSG2R8 .mbr-section-btn {
  margin: 0;
}
.cid-v12vpSG2R8 .mbr-section-btn .btn {
  margin: 0;
}
.cid-v0C8EiprMt .navbar-dropdown {
  position: relative !important;
}
.cid-v0C8EiprMt .navbar-dropdown {
  position: absolute !important;
}
.cid-v0C8EiprMt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0C8EiprMt .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
}
.cid-v0C8EiprMt .dropdown-item:hover,
.cid-v0C8EiprMt .dropdown-item:focus {
  color: #ffffff !important;
}
.cid-v0C8EiprMt .nav-dropdown .link {
  padding: 0 0em !important;
  margin: 0.667em 1em !important;
}
.cid-v0C8EiprMt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v0C8EiprMt .nav-link {
  position: relative;
  padding: 0;
}
.cid-v0C8EiprMt .container {
  display: flex;
  margin: auto;
}
.cid-v0C8EiprMt .iconfont-wrapper {
  color: #0c5b47 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v0C8EiprMt .dropdown-menu,
.cid-v0C8EiprMt .navbar.opened {
  background: #000000 !important;
}
.cid-v0C8EiprMt .nav-item:focus,
.cid-v0C8EiprMt .nav-link:focus {
  outline: none;
}
.cid-v0C8EiprMt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v0C8EiprMt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v0C8EiprMt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v0C8EiprMt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v0C8EiprMt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0C8EiprMt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v0C8EiprMt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(0, 0, 0, 0);
}
.cid-v0C8EiprMt .navbar.opened {
  transition: all 0.3s;
}
.cid-v0C8EiprMt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v0C8EiprMt .navbar .navbar-logo img {
  width: auto;
}
.cid-v0C8EiprMt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v0C8EiprMt .navbar.collapsed {
  justify-content: center;
}
.cid-v0C8EiprMt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0C8EiprMt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0C8EiprMt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v0C8EiprMt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0C8EiprMt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v0C8EiprMt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v0C8EiprMt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v0C8EiprMt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v0C8EiprMt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v0C8EiprMt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0C8EiprMt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0C8EiprMt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v0C8EiprMt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v0C8EiprMt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v0C8EiprMt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v0C8EiprMt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v0C8EiprMt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v0C8EiprMt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v0C8EiprMt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v0C8EiprMt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v0C8EiprMt .navbar.navbar-short {
  min-height: 60px;
}
.cid-v0C8EiprMt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v0C8EiprMt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-v0C8EiprMt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v0C8EiprMt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v0C8EiprMt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0C8EiprMt .dropdown-item.active,
.cid-v0C8EiprMt .dropdown-item:active {
  background-color: transparent;
}
.cid-v0C8EiprMt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v0C8EiprMt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v0C8EiprMt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v0C8EiprMt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-v0C8EiprMt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v0C8EiprMt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v0C8EiprMt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v0C8EiprMt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v0C8EiprMt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-v0C8EiprMt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ecbf16;
}
.cid-v0C8EiprMt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-v0C8EiprMt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0C8EiprMt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-v0C8EiprMt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-v0C8EiprMt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0C8EiprMt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v0C8EiprMt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v0C8EiprMt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v0C8EiprMt .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v0C8EiprMt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v0C8EiprMt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0C8EiprMt .navbar {
    height: 70px;
  }
  .cid-v0C8EiprMt .navbar.opened {
    height: auto;
  }
  .cid-v0C8EiprMt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0C8EiprMt .line-animation {
  opacity: 0;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.2s ease-in-out;
}
.cid-v0C8EiprMt .nav-link:hover .line-animation {
  opacity: 1;
}
.cid-v0C8EiprMt a {
  display: inline;
  font-weight: bold;
}
.cid-v0C8EiprMt img {
  display: inline;
  padding-right: 10px;
}
.cid-v0C8EiprMt .dropdown-toggle:after {
  display: none;
}
.cid-v0C8EiprMt .navbar .dropdown-item {
  display: block;
  border-radius: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}
.cid-v0C8EiprMt .dropdown-item:hover {
  color: #ffffff !important;
}
@media (max-width: 990px) {
  .cid-v0C8EiprMt .dropdown-menu {
    margin-top: 0px;
  }
}
.cid-v0C8EiSqIq {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/img-20250715-wa0010-640x480.webp");
}
.cid-v0C8EiSqIq .card-wrapper {
  z-index: 3;
}
.cid-v0C8EiSqIq .card-wrapper .mbr-section-title {
  letter-spacing: 1px;
  transition: all 2.5s cubic-bezier(0, 0.74, 0.52, 1.2);
}
.cid-v0C8EiSqIq:hover .mbr-section-title {
  letter-spacing: 10px;
}
.cid-v0C8EiSqIq .full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-v0C8EiSqIq .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-v0C8EiSqIq .text-block {
  text-align: left !important;
}
.cid-v0C8EiSqIq H2 {
  color: #ffffff;
  text-align: center;
}
.cid-v0C8Ej6pmq {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #181817;
}
.cid-v0C8Ej6pmq .mbr-text,
.cid-v0C8Ej6pmq .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-v0C8Ej6pmq .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-v0R5TORHUX {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-v0R5TORHUX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0R5TORHUX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0R5TORHUX .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-v0R5TORHUX .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-v0R5TORHUX .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-v0R5TORHUX .container {
    padding: 0 20px;
  }
}
.cid-v0R5TORHUX .row {
  justify-content: space-between;
}
.cid-v0R5TORHUX .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v0R5TORHUX .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-v0R5TORHUX .mbr-figure {
  border-radius: .5em !important;
}
.cid-v0R5TORHUX .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-v0R5TORHUX .mbr-section-title DIV {
  text-align: left;
}
.cid-v127GDImK8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ececec;
}
.cid-v127GDImK8 .mbr-section-title {
  margin-bottom: 50px;
}
.cid-v127GDImK8 .container-table {
  margin: 0 auto;
}
.cid-v127GDImK8 .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-v127GDImK8 tbody tr:nth-child(odd) {
  background-color: #f5f4f6;
}
.cid-v127GDImK8 .dataTables_wrapper {
  display: block;
}
.cid-v127GDImK8 .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-v127GDImK8 .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-v127GDImK8 .head-item {
  color: #1e2024;
  min-width: 110px;
  letter-spacing: 2px;
  text-align: center;
}
.cid-v127GDImK8 .body-item {
  color: #1e2024;
  text-align: left;
}
.cid-v127GDImK8 table {
  width: 100% !important;
  margin-top: 6px;
  margin-bottom: 0;
  border: 1px solid #333333;
}
.cid-v127GDImK8 table th {
  padding: 24px 15px 20px 15px;
  border-top: none;
  transition: all .2s;
  border-bottom: none;
  border-left: 1px solid #333333;
}
.cid-v127GDImK8 table td {
  padding: 24px 15px 20px 15px;
  border-top: 1px solid #333333;
  border-left: 1px solid #333333;
}
.cid-v127GDImK8 .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-v127GDImK8 .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-v127GDImK8 .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-v127GDImK8 .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-v127GDImK8 .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-v127GDImK8 .dataTables_filter {
    text-align: center;
  }
  .cid-v127GDImK8 .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-v127GDImK8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v127GDImK8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v12wSoENEF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v12wSoENEF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v12wSoENEF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v12wSoENEF .items-wrapper {
  margin: 0 -50px;
}
@media (max-width: 1440px) {
  .cid-v12wSoENEF .items-wrapper {
    margin: 0 -22px;
  }
}
.cid-v12wSoENEF .items-wrapper .item {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-v12wSoENEF .items-wrapper .item {
    padding: 0 22px;
  }
}
.cid-v12wSoENEF .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-v12wSoENEF .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v12wSoENEF .content-wrapper {
    display: block;
  }
}
.cid-v12wSoENEF .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v12wSoENEF .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v12wSoENEF .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v12wSoENEF .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-v12wSoENEF .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v12wSoENEF .item {
  margin-bottom: 122px;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-v12wSoENEF .item {
    margin-bottom: 32px;
  }
}
.cid-v12wSoENEF .item .item-wrapper {
  height: 100%;
}
.cid-v12wSoENEF .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-v12wSoENEF .item .item-wrapper .item-img {
    margin-bottom: 22px;
  }
}
.cid-v12wSoENEF .item .item-wrapper .item-img img {
  height: 560px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v12wSoENEF .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-v12wSoENEF .item .item-wrapper .item-content .item-name {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v12wSoENEF .item .item-wrapper .item-content .item-name {
    margin-bottom: 16px;
  }
}
.cid-v12wSoENEF .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-v12wSoENEF .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-v12wSoENEF .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 22px;
  }
}
.cid-v12wSoENEF .mbr-label {
  color: #c10b02;
}
.cid-v12wSoENEF .mbr-section-title {
  color: #c10b02;
}
.cid-v12wSoENEF .mbr-text {
  color: #4b4949;
  text-align: left;
}
.cid-v12wSoENEF .item-name {
  color: #c10b02;
}
.cid-v12wSoENEF .item-text {
  color: #4b4949;
}
.cid-v0C8EjWh2K {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #9f3942;
  transition: background-color 0.3s ease-in-out;
}
.cid-v0C8EjWh2K:hover {
  background-color: #232323;
}
.cid-v0C8EjWh2K .mbr-section-title {
  margin: 0;
}
.cid-v0C8EjWh2K .card-wrapper {
  z-index: 3;
}
.cid-v0C8EjWh2K .full-link {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-v0C8EjWh2K .popup-btn.card-wrapper {
  z-index: 1 !important;
}
.cid-v0Rpvhm5xo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-v0Rpvhm5xo::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-v0Rpvhm5xo .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0Rpvhm5xo .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-v0Rpvhm5xo .container {
    padding: 0 22px;
  }
}
.cid-v0Rpvhm5xo .row {
  position: relative;
  z-index: 1;
}
.cid-v0Rpvhm5xo .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-v0Rpvhm5xo .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v0Rpvhm5xo .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-v0Rpvhm5xo .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-v0Rpvhm5xo .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v0Rpvhm5xo .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-v0Rpvhm5xo .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v0Rpvhm5xo .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0Rpvhm5xo .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-v0Rpvhm5xo .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-v0Rpvhm5xo .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-v0Rpvhm5xo .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-v0Rpvhm5xo .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v0Rpvhm5xo .nav-wrapper .list .item-wrap:hover,
.cid-v0Rpvhm5xo .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-v0Rpvhm5xo .nav-wrapper .list .item-wrap:hover::before,
.cid-v0Rpvhm5xo .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-v0Rpvhm5xo .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v0Rpvhm5xo .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v0Rpvhm5xo .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-v0Rpvhm5xo .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v0Rpvhm5xo .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-v0Rpvhm5xo .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-v0Rpvhm5xo .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-v0Rpvhm5xo .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-v0Rpvhm5xo .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
}
.cid-v0Rpvhm5xo .mbr-section-title {
  color: #ecbf16;
}
.cid-v0Rpvhm5xo .mbr-text {
  color: #ffffff;
}
.cid-v0Rpvhm5xo .mbr-section-subtitle {
  color: #ffffff;
}
.cid-v0Rpvhm5xo .list {
  color: #ffffff;
}
.cid-v0Rpvhm5xo .mbr-contact {
  color: #ffffff;
}
.cid-v0Rpvhm5xo .mbr-desc {
  color: #ffffff;
}
.cid-v12vpSGpB1.popup-builder {
  background-color: #ffffff;
}
.cid-v12vpSGpB1.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v12vpSGpB1.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v12vpSGpB1 .modal-content,
.cid-v12vpSGpB1 .modal-dialog {
  height: auto;
}
.cid-v12vpSGpB1 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v12vpSGpB1 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v12vpSGpB1 .form-wrapper .mbr-form .form-group,
  .cid-v12vpSGpB1 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v12vpSGpB1 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v12vpSGpB1 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v12vpSGpB1 .mbr-text {
  text-align: center;
}
.cid-v12vpSGpB1 .pt-0 {
  padding-top: 0 !important;
}
.cid-v12vpSGpB1 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v12vpSGpB1 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v12vpSGpB1 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v12vpSGpB1 .modal-open {
  overflow: hidden;
}
.cid-v12vpSGpB1 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v12vpSGpB1 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v12vpSGpB1 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v12vpSGpB1 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v12vpSGpB1 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v12vpSGpB1 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v12vpSGpB1 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v12vpSGpB1 .modal-content {
  background: #ecbf16;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v12vpSGpB1 .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-v12vpSGpB1 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v12vpSGpB1 .modal-backdrop.fade {
  opacity: 0;
}
.cid-v12vpSGpB1 .modal-backdrop.show {
  opacity: .5;
}
.cid-v12vpSGpB1 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-v12vpSGpB1 .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-v12vpSGpB1 .modal-header {
    padding: 1rem;
  }
}
.cid-v12vpSGpB1 .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v12vpSGpB1 .modal-header .close svg {
  fill: #353535;
}
.cid-v12vpSGpB1 .modal-header .close:hover {
  opacity: 1;
}
.cid-v12vpSGpB1 .modal-header .close:focus {
  outline: none;
}
.cid-v12vpSGpB1 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-v12vpSGpB1 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-v12vpSGpB1 .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v12vpSGpB1 .modal-body {
    padding: 1rem;
  }
}
.cid-v12vpSGpB1 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v12vpSGpB1 .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v12vpSGpB1 .modal-footer {
    padding: 1rem;
  }
}
.cid-v12vpSGpB1 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v12vpSGpB1 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v12vpSGpB1 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v12vpSGpB1 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v12vpSGpB1 .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-v12vpSGpB1 .modal-lg,
  .cid-v12vpSGpB1 .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-v12vpSGpB1 .modal-xl {
    max-width: 1140px;
  }
}
.cid-v12vpSGpB1 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v12vpSGpB1 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v12vpSGpB1 .form-group {
  margin-bottom: 1rem;
}
.cid-v12vpSGpB1 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v12vpSGpB1 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v12vpSGpB1 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v12vpSGpB1 .mbr-section-btn {
  margin: 0;
}
.cid-v12vpSGpB1 .mbr-section-btn .btn {
  margin: 0;
}
