@import url(https://fonts.googleapis.com/css?family=Barlow:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);





body {
  font-family: Barlow;
}
.display-1 {
  font-family: 'Barlow', sans-serif;
  font-size: 4.8rem;
  letter-spacing: -1px;
}
.display-1 > .mbr-iconfont {
  font-size: 7.68rem;
}
.display-2 {
  font-family: 'Barlow', sans-serif;
  font-size: 2.6rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.16rem;
}
.display-4 {
  font-family: 'Barlow', sans-serif;
  font-size: 0.9rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.44rem;
}
.display-5 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.4rem;
  letter-spacing: -1px;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.24rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.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: 3.84rem;
    font-size: calc( 2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.33rem + (4.8 - 2.33) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.56rem + (2.6 - 1.56) * ((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.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #0067b3 !important;
}
.bg-success {
  background-color: #ffda00 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #767676 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0067b3 !important;
  border-color: #0067b3 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0093ff !important;
  border-color: #0093ff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0093ff !important;
  border-color: #0093ff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff809f !important;
  border-color: #ff809f !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff809f !important;
  border-color: #ff809f !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #a69e96 !important;
  border-color: #a69e96 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #a69e96 !important;
  border-color: #a69e96 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffda00 !important;
  border-color: #ffda00 !important;
  color: #000000 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #000000 !important;
  background-color: #ffe54d !important;
  border-color: #ffe54d !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #ffe54d !important;
  border-color: #ffe54d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #767676 !important;
  border-color: #767676 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9c9c9c !important;
  border-color: #9c9c9c !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9c9c9c !important;
  border-color: #9c9c9c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ccc3a5 !important;
  border-color: #ccc3a5 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ccc3a5 !important;
  border-color: #ccc3a5 !important;
}
.btn-white {
  color: #222222 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #484848 !important;
  border-color: #484848 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #002c4d;
  color: #002c4d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #0067b3;
  border-color: #0067b3;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0067b3 !important;
  border-color: #0067b3 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #998300;
  color: #998300;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000;
  background-color: #ffda00;
  border-color: #ffda00;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #ffda00 !important;
  border-color: #ffda00 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #0067b3 !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #ffda00 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #767676 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #1a9eff !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ff99b3 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #ffe966 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #b2aba4 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a9a9a9 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #000000 !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #767676;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0067b3;
  border-color: #0067b3;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0067b3;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #33a9ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff8cc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #b6b6b6;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
}
.form-control > .mbr-iconfont {
  font-size: 1.76rem;
}
blockquote {
  border-color: #0067b3;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0067b3;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0067b3;
  border-bottom-color: #0067b3;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #0067b3 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%230067b3' %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-rNG36VVPTq .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-rNG36VVPTq .collapsed {
  flex-direction: row!important;
}
.cid-rNG36VVPTq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rNG36VVPTq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rNG36VVPTq .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #f2f6ff;
}
.cid-rNG36VVPTq .navbar.opened {
  transition: all .3s;
  background: #f2f6ff !important;
}
.cid-rNG36VVPTq .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rNG36VVPTq .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rNG36VVPTq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rNG36VVPTq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rNG36VVPTq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rNG36VVPTq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rNG36VVPTq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rNG36VVPTq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rNG36VVPTq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rNG36VVPTq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rNG36VVPTq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rNG36VVPTq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rNG36VVPTq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rNG36VVPTq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rNG36VVPTq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rNG36VVPTq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rNG36VVPTq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rNG36VVPTq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rNG36VVPTq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rNG36VVPTq .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rNG36VVPTq .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rNG36VVPTq .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rNG36VVPTq .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rNG36VVPTq .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-rNG36VVPTq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rNG36VVPTq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rNG36VVPTq .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rNG36VVPTq .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rNG36VVPTq .nav-item:focus,
.cid-rNG36VVPTq .nav-link:focus {
  outline: none;
}
.cid-rNG36VVPTq .text-white:hover,
.cid-rNG36VVPTq .text-white:active,
.cid-rNG36VVPTq .text-white:focus {
  color: white!important;
}
.cid-rNG36VVPTq .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rNG36VVPTq .dropdown-item:hover {
  color: black!important;
}
.cid-rNG36VVPTq .dropdown-menu {
  background-color: white!important;
}
.cid-rNG36VVPTq .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  display: block;
}
.cid-rNG36VVPTq .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rNG36VVPTq .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-rNG36VVPTq .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-rNG36VVPTq .nav-item {
    position: relative;
  }
}
.cid-rNG36VVPTq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rNG36VVPTq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rNG36VVPTq .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rNG36VVPTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rNG36VVPTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rNG36VVPTq .navbar-caption {
  font-weight: 600!important;
}
.cid-rNG36VVPTq .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rNG36VVPTq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rNG36VVPTq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rNG36VVPTq .dropdown-item.active,
.cid-rNG36VVPTq .dropdown-item:active {
  background-color: transparent;
}
.cid-rNG36VVPTq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rNG36VVPTq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rNG36VVPTq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rNG36VVPTq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-rNG36VVPTq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rNG36VVPTq ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rNG36VVPTq .navbar-buttons {
  text-align: center;
}
.cid-rNG36VVPTq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNG36VVPTq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-rNG36VVPTq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNG36VVPTq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNG36VVPTq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNG36VVPTq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNG36VVPTq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNG36VVPTq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNG36VVPTq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNG36VVPTq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNG36VVPTq .nav-link {
  font-weight: 600!important;
}
.cid-rNG36VVPTq a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rNG36VVPTq .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rNG36VVPTq .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rNG36VVPTq .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rNG36VVPTq .navbar {
    height: 77px;
  }
  .cid-rNG36VVPTq .navbar.opened {
    height: auto;
  }
  .cid-rNG36VVPTq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rpRmAXo0RI {
  padding-top: 30px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/regrowth2-1440x1080.jpg");
}
.cid-rpRmAXo0RI .row {
  justify-content: flex-end;
}
.cid-rpRmAXo0RI .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #efeeee;
}
.cid-rpRmAXo0RI .block {
  background-color: #ffda00;
}
.cid-rpRmAXo0RI img {
  width: 100%;
}
.cid-rpRmAXo0RI .content-wrapper {
  margin: auto;
  position: relative;
  padding: 10rem 16rem;
}
.cid-rpRmAXo0RI .content {
  max-width: 600px;
}
.cid-rpRmAXo0RI h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: bottom right;
  width: fit-content;
  padding: 0;
  margin: 0;
  right: 19rem;
  bottom: 35%;
}
@media (max-width: 1600px) {
  .cid-rpRmAXo0RI .content-wrapper {
    padding: 6rem 4rem;
  }
  .cid-rpRmAXo0RI h4 {
    right: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-rpRmAXo0RI .content-wrapper {
    padding: 4rem 0rem;
  }
  .cid-rpRmAXo0RI h4 {
    right: 2rem;
    bottom: 30%;
  }
  .cid-rpRmAXo0RI .content-wrapper {
    padding: 4rem 3rem 4rem 0rem;
  }
}
.cid-rNH8JT7cGP {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-rNH8JT7cGP {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.cid-rNH8JT7cGP .text {
  padding: 0;
}
.cid-rNH8JT7cGP section {
  position: relative;
}
.cid-rNH8JT7cGP h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-rNH8JT7cGP .mbr-iconfont {
  padding: 0!important;
}
.cid-rNH8JT7cGP .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #ffda00;
}
.cid-rNH8JT7cGP .box {
  background-image: url("../../../assets/images/david-personal-1920x1080.png");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rNH8JT7cGP .icon-wrap {
  background-color: #ffda00 !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-rNH8JT7cGP .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-rNH8JT7cGP .icon-wrap span {
  padding-left: 8px;
}
.cid-rNH8JT7cGP .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #1c1c1c !important;
}
.cid-rNH8JT7cGP .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rNH8JT7cGP .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rNH8JT7cGP .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rNH8JT7cGP .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rNH8JT7cGP a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rNH8JT7cGP a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rNH8JT7cGP {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .cid-rNH8JT7cGP .box {
    height: 250px;
  }
  .cid-rNH8JT7cGP .row {
    padding: 1rem!important;
  }
}
.cid-rPL1IukGkG {
  background-image: url("../../../assets/images/regrowth-2000x1334.jpeg");
}
.cid-rPL1IukGkG .column-content {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #ffffff;
  width: 100%;
  float: right;
  position: relative;
}
.cid-rPL1IukGkG .text-content .btn-bgr {
  z-index: 0;
}
.cid-rPL1IukGkG .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-rPL1IukGkG .container-full-width {
  position: relative;
}
.cid-rPL1IukGkG .text-content {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.cid-rPL1IukGkG .layer {
  display: none;
  height: 101%;
  position: absolute;
  right: 49.9%;
  top: 0;
  bottom: 0;
}
.cid-rPL1IukGkG .layer path {
  fill: #ffffff;
}
@media (min-width: 576px) {
  .cid-rPL1IukGkG .text-content {
    width: 540px;
  }
  .cid-rPL1IukGkG .column-content {
    width: 100%;
  }
  .cid-rPL1IukGkG .layer {
    display: none;
  }
}
@media (min-width: 768px) {
  .cid-rPL1IukGkG .text-content {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .cid-rPL1IukGkG .text-content {
    width: 480px;
    margin: 0;
  }
  .cid-rPL1IukGkG .column-content {
    width: 50%;
  }
  .cid-rPL1IukGkG .layer {
    display: block;
  }
}
@media (min-width: 1200px) {
  .cid-rPL1IukGkG .text-content {
    width: 570px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rPL1IukGkG .container-full-width .layer {
    right: 2.6rem;
    height: 33rem;
  }
  .cid-rPL1IukGkG .column-content {
    height: 33rem;
  }
}
.cid-rPL1IukGkG .mbr-text,
.cid-rPL1IukGkG .mbr-section-btn {
  color: #767676;
}
.cid-rNHT1UBMOZ {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rNHT1UBMOZ .image-block {
  margin: auto;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.cid-rNHT1UBMOZ .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-rNHT1UBMOZ .image-block:hover:before {
  opacity: 0.4;
}
.cid-rNHT1UBMOZ .image-block:hover .wrap {
  opacity: 1;
}
.cid-rNHT1UBMOZ .image-block:hover img {
  transform: scale(1.05);
}
.cid-rNHT1UBMOZ h4 {
  letter-spacing: 2px;
}
.cid-rNHT1UBMOZ figcaption {
  position: relative;
}
.cid-rNHT1UBMOZ figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-rNHT1UBMOZ img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-rNHT1UBMOZ .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-rNHT1UBMOZ .wrap {
    opacity: 1!important;
  }
  .cid-rNHT1UBMOZ .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-rpSfqvjGS3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rpSfqvjGS3 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rpSfqvjGS3 img:hover {
  transform: scale(1.1);
}
.cid-rpSfqvjGS3 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rpSfqvjGS3 h2 {
  padding: 0;
  margin: 0;
}
.cid-rpSfqvjGS3 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rpSfqvjGS3 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rpSfqvjGS3 .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-rpSfqvjGS3 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
}
.cid-rpSfqvjGS3 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rpSfqvjGS3 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rpSfqvjGS3 .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-rpSfqvjGS3 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rpSfqvjGS3 H2 {
  color: #333333;
}
.cid-rpSfqvjGS3 .mbr-text {
  color: #767676;
}
.cid-rpSfOyO5kY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-rpSfOyO5kY .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rpSfOyO5kY input,
.cid-rpSfOyO5kY textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem!important;
  font-size: 1rem;
}
.cid-rpSfOyO5kY input:focus,
.cid-rpSfOyO5kY textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-rpSfOyO5kY .form-control,
.cid-rpSfOyO5kY .field-input {
  padding: 0.5rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rpSfOyO5kY .form-control:hover,
.cid-rpSfOyO5kY .field-input:hover,
.cid-rpSfOyO5kY .form-control:focus,
.cid-rpSfOyO5kY .field-input:focus {
  background-color: #0067b3;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rpSfOyO5kY input::-webkit-input-placeholder,
.cid-rpSfOyO5kY textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-rpSfOyO5kY input:-moz-placeholder,
.cid-rpSfOyO5kY textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-rpSfOyO5kY .jq-selectbox li,
.cid-rpSfOyO5kY .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-rpSfOyO5kY .jq-selectbox li:hover,
.cid-rpSfOyO5kY .jq-selectbox li.selected {
  background-color: #0067b3;
  color: #ffffff;
}
.cid-rpSfOyO5kY .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-rpSfOyO5kY .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #0067b3;
}
.cid-rpSfOyO5kY img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rpSfOyO5kY .mbr-form {
  max-width: 450px;
}
.cid-rpSfOyO5kY textarea {
  min-height: 150px;
}
.cid-rpSfOyO5kY .mbr-text {
  color: #cccccc;
}
.cid-rpSfOyO5kY .mbr-form .btn {
  width: 100%;
}
.cid-rpSfOyO5kY .mbr-form .btn .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-rpSfOyO5kY LABEL {
  color: #ffffff;
}
#custom-html-7 {
  /* Type valid CSS here */
}
#custom-html-7 div {
  padding: 10px 0;
  color: #777;
  text-align: center;
  background-color: #ffda00;
}
#custom-html-7 p {
  font-size: 12px;
  color: #000;
}
.cid-rpSfRqtWyh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-rpSfRqtWyh .media-container-row .mbr-text {
  color: #282124;
}
.cid-rNG36VVPTq .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-rNG36VVPTq .collapsed {
  flex-direction: row!important;
}
.cid-rNG36VVPTq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rNG36VVPTq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rNG36VVPTq .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #f2f6ff;
}
.cid-rNG36VVPTq .navbar.opened {
  transition: all .3s;
  background: #f2f6ff !important;
}
.cid-rNG36VVPTq .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rNG36VVPTq .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rNG36VVPTq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rNG36VVPTq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rNG36VVPTq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rNG36VVPTq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rNG36VVPTq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rNG36VVPTq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rNG36VVPTq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rNG36VVPTq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rNG36VVPTq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rNG36VVPTq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rNG36VVPTq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rNG36VVPTq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rNG36VVPTq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rNG36VVPTq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rNG36VVPTq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rNG36VVPTq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rNG36VVPTq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rNG36VVPTq .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rNG36VVPTq .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rNG36VVPTq .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rNG36VVPTq .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rNG36VVPTq .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-rNG36VVPTq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rNG36VVPTq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rNG36VVPTq .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rNG36VVPTq .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rNG36VVPTq .nav-item:focus,
.cid-rNG36VVPTq .nav-link:focus {
  outline: none;
}
.cid-rNG36VVPTq .text-white:hover,
.cid-rNG36VVPTq .text-white:active,
.cid-rNG36VVPTq .text-white:focus {
  color: white!important;
}
.cid-rNG36VVPTq .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rNG36VVPTq .dropdown-item:hover {
  color: black!important;
}
.cid-rNG36VVPTq .dropdown-menu {
  background-color: white!important;
}
.cid-rNG36VVPTq .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  display: block;
}
.cid-rNG36VVPTq .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rNG36VVPTq .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-rNG36VVPTq .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-rNG36VVPTq .nav-item {
    position: relative;
  }
}
.cid-rNG36VVPTq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rNG36VVPTq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rNG36VVPTq .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rNG36VVPTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rNG36VVPTq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rNG36VVPTq .navbar-caption {
  font-weight: 600!important;
}
.cid-rNG36VVPTq .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rNG36VVPTq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rNG36VVPTq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rNG36VVPTq .dropdown-item.active,
.cid-rNG36VVPTq .dropdown-item:active {
  background-color: transparent;
}
.cid-rNG36VVPTq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rNG36VVPTq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rNG36VVPTq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rNG36VVPTq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-rNG36VVPTq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rNG36VVPTq ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rNG36VVPTq .navbar-buttons {
  text-align: center;
}
.cid-rNG36VVPTq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNG36VVPTq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-rNG36VVPTq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rNG36VVPTq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rNG36VVPTq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rNG36VVPTq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rNG36VVPTq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNG36VVPTq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rNG36VVPTq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rNG36VVPTq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rNG36VVPTq .nav-link {
  font-weight: 600!important;
}
.cid-rNG36VVPTq a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rNG36VVPTq .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rNG36VVPTq .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rNG36VVPTq .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rNG36VVPTq .navbar {
    height: 77px;
  }
  .cid-rNG36VVPTq .navbar.opened {
    height: auto;
  }
  .cid-rNG36VVPTq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rPLo07Fd11 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rPLo07Fd11 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rPLo07Fd11 img:hover {
  transform: scale(1.1);
}
.cid-rPLo07Fd11 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rPLo07Fd11 h2 {
  padding: 0;
  margin: 0;
}
.cid-rPLo07Fd11 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rPLo07Fd11 .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rPLo07Fd11 .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-rPLo07Fd11 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-rPLo07Fd11 .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-rPLo07Fd11 .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-rPLo07Fd11 .mbr-iconfont {
  margin: 0!important;
}
.cid-rPLo07Fd11 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rPLo07Fd11 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rPLo07Fd11 .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-rPLo07Fd11 .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-rPLo07Fd11 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rPLo07Fd11 H2 {
  color: #333333;
}
.cid-rPLo07Fd11 .mbr-text {
  color: #767676;
}
.cid-rSYmQtxFHl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-rSYmQtxFHl img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rSYmQtxFHl img:hover {
  transform: scale(1.1);
}
.cid-rSYmQtxFHl .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rSYmQtxFHl h2 {
  padding: 0;
  margin: 0;
}
.cid-rSYmQtxFHl .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rSYmQtxFHl .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rSYmQtxFHl .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-rSYmQtxFHl .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-rSYmQtxFHl .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-rSYmQtxFHl .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-rSYmQtxFHl .mbr-iconfont {
  margin: 0!important;
}
.cid-rSYmQtxFHl .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rSYmQtxFHl .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rSYmQtxFHl .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-rSYmQtxFHl .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-rSYmQtxFHl .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rSYmQtxFHl H2 {
  color: #333333;
}
.cid-rSYmQtxFHl .mbr-text {
  color: #767676;
}
.cid-rPLovWUCa5 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rPLovWUCa5 .row {
  position: relative;
}
.cid-rPLovWUCa5 .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-rPLovWUCa5 .row {
    margin: 0 2rem;
  }
}
.cid-rPLovWUCa5 .row {
  padding-left: 6rem;
}
.cid-rPLovWUCa5 h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-rPLovWUCa5 .content-wrapper {
  max-width: 600px;
}
.cid-rPLovWUCa5 H1 {
  color: #333333;
}
.cid-rPLovWUCa5 .mbr-text,
.cid-rPLovWUCa5 .mbr-section-btn {
  color: #333333;
}
.cid-rPLovWUCa5 H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-rPLovWUCa5 .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rPLovWUCa5 h4 {
    left: 3rem;
  }
  .cid-rPLovWUCa5 .row {
    padding-left: 3rem;
  }
}
.cid-rPLoLfqUZs {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rPLoLfqUZs .container {
  max-width: 1500px;
}
.cid-rPLoLfqUZs img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rPLoLfqUZs img:hover {
  transform: scale(1.1);
}
.cid-rPLoLfqUZs .row {
  background: #ffffff;
}
.cid-rPLoLfqUZs .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-rPLoLfqUZs h2 {
  padding: 0;
  margin: 0;
}
.cid-rPLoLfqUZs .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rPLoLfqUZs .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-rPLoLfqUZs .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-rPLoLfqUZs .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
}
.cid-rPLoLfqUZs .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-rPLoLfqUZs .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rPLoLfqUZs .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rPLoLfqUZs .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-rPLoLfqUZs .row {
    margin: 0rem;
  }
  .cid-rPLoLfqUZs .text-col {
    padding: 2rem 1rem;
  }
  .cid-rPLoLfqUZs .number {
    margin-right: 2rem;
  }
  .cid-rPLoLfqUZs .img-col {
    margin-bottom: 3rem;
  }
}
.cid-rPLoLfqUZs H2 {
  color: #333333;
}
.cid-rPLoLfqUZs .mbr-text {
  color: #767676;
}
.cid-rPRRC8DzzD {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #efeeee;
}
.cid-rPRRC8DzzD .row {
  position: relative;
}
.cid-rPRRC8DzzD .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-rPRRC8DzzD .row {
    margin: 0 2rem;
  }
}
.cid-rPRRC8DzzD .row {
  padding-left: 6rem;
}
.cid-rPRRC8DzzD h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-rPRRC8DzzD .content-wrapper {
  max-width: 600px;
}
.cid-rPRRC8DzzD H1 {
  color: #333333;
}
.cid-rPRRC8DzzD .mbr-text,
.cid-rPRRC8DzzD .mbr-section-btn {
  color: #333333;
}
.cid-rPRRC8DzzD H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-rPRRC8DzzD .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rPRRC8DzzD h4 {
    left: 3rem;
  }
  .cid-rPRRC8DzzD .row {
    padding-left: 3rem;
  }
}
.cid-rPLor12ZRu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rPLor12ZRu .mbr-text {
  color: #000000;
}
.cid-rPLor12ZRu .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-rPLor12ZRu .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rPLor12ZRu .counter-container ul li:before {
  position: absolute;
  left: 0px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #ffda00;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border-radius: 0;
}
.cid-rSYw3ZC1NM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rSYw3ZC1NM .row {
  position: relative;
}
.cid-rSYw3ZC1NM .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-rSYw3ZC1NM .row {
    margin: 0 2rem;
  }
}
.cid-rSYw3ZC1NM .row {
  padding-left: 6rem;
}
.cid-rSYw3ZC1NM h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-rSYw3ZC1NM .content-wrapper {
  max-width: 600px;
}
.cid-rSYw3ZC1NM H1 {
  color: #333333;
}
.cid-rSYw3ZC1NM .mbr-text,
.cid-rSYw3ZC1NM .mbr-section-btn {
  color: #333333;
}
.cid-rSYw3ZC1NM H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-rSYw3ZC1NM .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rSYw3ZC1NM h4 {
    left: 3rem;
  }
  .cid-rSYw3ZC1NM .row {
    padding-left: 3rem;
  }
}
.cid-rSYwtwyTgp {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rSYwtwyTgp .container {
  max-width: 1500px;
}
.cid-rSYwtwyTgp img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rSYwtwyTgp img:hover {
  transform: scale(1.1);
}
.cid-rSYwtwyTgp .row {
  background: #ffffff;
}
.cid-rSYwtwyTgp .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-rSYwtwyTgp h2 {
  padding: 0;
  margin: 0;
}
.cid-rSYwtwyTgp .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rSYwtwyTgp .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-rSYwtwyTgp .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-rSYwtwyTgp .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
}
.cid-rSYwtwyTgp .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-rSYwtwyTgp .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rSYwtwyTgp .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rSYwtwyTgp .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-rSYwtwyTgp .row {
    margin: 0rem;
  }
  .cid-rSYwtwyTgp .text-col {
    padding: 2rem 1rem;
  }
  .cid-rSYwtwyTgp .number {
    margin-right: 2rem;
  }
  .cid-rSYwtwyTgp .img-col {
    margin-bottom: 3rem;
  }
}
.cid-rSYwtwyTgp H2 {
  color: #333333;
}
.cid-rSYwtwyTgp .mbr-text {
  color: #767676;
}
.cid-rSYvyZxQmj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-rSYvyZxQmj {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.cid-rSYvyZxQmj .text {
  padding: 0;
}
.cid-rSYvyZxQmj section {
  position: relative;
}
.cid-rSYvyZxQmj h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-rSYvyZxQmj .mbr-iconfont {
  padding: 0!important;
}
.cid-rSYvyZxQmj .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #ffda00;
}
.cid-rSYvyZxQmj .box {
  background-image: url("../../../assets/images/88257404-639535166877350-3441420005655183360-n-2000x1500.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rSYvyZxQmj .icon-wrap {
  background-color: #ffda00 !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-rSYvyZxQmj .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-rSYvyZxQmj .icon-wrap span {
  padding-left: 8px;
}
.cid-rSYvyZxQmj .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #1c1c1c !important;
}
.cid-rSYvyZxQmj .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rSYvyZxQmj .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rSYvyZxQmj .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rSYvyZxQmj .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rSYvyZxQmj a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rSYvyZxQmj a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rSYvyZxQmj {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .cid-rSYvyZxQmj .box {
    height: 250px;
  }
  .cid-rSYvyZxQmj .row {
    padding: 1rem!important;
  }
}
.cid-rPS8RsQo0X {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rPS8RsQo0X .image-block {
  margin: auto;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.cid-rPS8RsQo0X .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-rPS8RsQo0X .image-block:hover:before {
  opacity: 0.4;
}
.cid-rPS8RsQo0X .image-block:hover .wrap {
  opacity: 1;
}
.cid-rPS8RsQo0X .image-block:hover img {
  transform: scale(1.05);
}
.cid-rPS8RsQo0X h4 {
  letter-spacing: 2px;
}
.cid-rPS8RsQo0X figcaption {
  position: relative;
}
.cid-rPS8RsQo0X figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-rPS8RsQo0X img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-rPS8RsQo0X .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-rPS8RsQo0X .wrap {
    opacity: 1!important;
  }
  .cid-rPS8RsQo0X .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-rQ8c5jmX16 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-rQ8c5jmX16 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rQ8c5jmX16 input,
.cid-rQ8c5jmX16 textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem!important;
  font-size: 1rem;
}
.cid-rQ8c5jmX16 input:focus,
.cid-rQ8c5jmX16 textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-rQ8c5jmX16 .form-control,
.cid-rQ8c5jmX16 .field-input {
  padding: 0.5rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rQ8c5jmX16 .form-control:hover,
.cid-rQ8c5jmX16 .field-input:hover,
.cid-rQ8c5jmX16 .form-control:focus,
.cid-rQ8c5jmX16 .field-input:focus {
  background-color: #0067b3;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rQ8c5jmX16 input::-webkit-input-placeholder,
.cid-rQ8c5jmX16 textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-rQ8c5jmX16 input:-moz-placeholder,
.cid-rQ8c5jmX16 textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-rQ8c5jmX16 .jq-selectbox li,
.cid-rQ8c5jmX16 .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-rQ8c5jmX16 .jq-selectbox li:hover,
.cid-rQ8c5jmX16 .jq-selectbox li.selected {
  background-color: #0067b3;
  color: #ffffff;
}
.cid-rQ8c5jmX16 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-rQ8c5jmX16 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #0067b3;
}
.cid-rQ8c5jmX16 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rQ8c5jmX16 .mbr-form {
  max-width: 450px;
}
.cid-rQ8c5jmX16 textarea {
  min-height: 150px;
}
.cid-rQ8c5jmX16 .mbr-text {
  color: #cccccc;
}
.cid-rQ8c5jmX16 .mbr-form .btn {
  width: 100%;
}
.cid-rQ8c5jmX16 .mbr-form .btn .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-rQ8c5jmX16 LABEL {
  color: #ffffff;
}
#custom-html-h {
  /* Type valid CSS here */
}
#custom-html-h div {
  padding: 10px 0;
  color: #777;
  text-align: center;
  background-color: #ffda00;
}
#custom-html-h p {
  font-size: 12px;
  color: #000;
}
.cid-rpSfRqtWyh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-rpSfRqtWyh .media-container-row .mbr-text {
  color: #282124;
}
.cid-rQ8me1MEhP .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-rQ8me1MEhP .collapsed {
  flex-direction: row!important;
}
.cid-rQ8me1MEhP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rQ8me1MEhP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rQ8me1MEhP .navbar {
  display: flex;
  flex-direction: column;
  min-height: 60px;
  transition: all .3s;
  background: #f2f6ff;
}
.cid-rQ8me1MEhP .navbar.opened {
  transition: all .3s;
  background: #f2f6ff !important;
}
.cid-rQ8me1MEhP .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rQ8me1MEhP .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rQ8me1MEhP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rQ8me1MEhP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rQ8me1MEhP .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rQ8me1MEhP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rQ8me1MEhP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rQ8me1MEhP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rQ8me1MEhP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rQ8me1MEhP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rQ8me1MEhP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rQ8me1MEhP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rQ8me1MEhP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rQ8me1MEhP .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rQ8me1MEhP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rQ8me1MEhP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rQ8me1MEhP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rQ8me1MEhP .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rQ8me1MEhP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rQ8me1MEhP .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rQ8me1MEhP .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rQ8me1MEhP .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rQ8me1MEhP .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rQ8me1MEhP .navbar.navbar-short {
  background: #f2f6ff !important;
  min-height: 60px;
}
.cid-rQ8me1MEhP .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rQ8me1MEhP .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rQ8me1MEhP .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rQ8me1MEhP .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rQ8me1MEhP .nav-item:focus,
.cid-rQ8me1MEhP .nav-link:focus {
  outline: none;
}
.cid-rQ8me1MEhP .text-white:hover,
.cid-rQ8me1MEhP .text-white:active,
.cid-rQ8me1MEhP .text-white:focus {
  color: white!important;
}
.cid-rQ8me1MEhP .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rQ8me1MEhP .dropdown-item:hover {
  color: black!important;
}
.cid-rQ8me1MEhP .dropdown-menu {
  background-color: white!important;
}
.cid-rQ8me1MEhP .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  display: block;
}
.cid-rQ8me1MEhP .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #ff3366;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rQ8me1MEhP .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (max-width: 992px) {
  .cid-rQ8me1MEhP .navbar {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  .cid-rQ8me1MEhP .nav-item {
    position: relative;
  }
}
.cid-rQ8me1MEhP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQ8me1MEhP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rQ8me1MEhP .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rQ8me1MEhP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rQ8me1MEhP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rQ8me1MEhP .navbar-caption {
  font-weight: 600!important;
}
.cid-rQ8me1MEhP .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rQ8me1MEhP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rQ8me1MEhP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rQ8me1MEhP .dropdown-item.active,
.cid-rQ8me1MEhP .dropdown-item:active {
  background-color: transparent;
}
.cid-rQ8me1MEhP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rQ8me1MEhP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rQ8me1MEhP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rQ8me1MEhP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f6ff;
}
.cid-rQ8me1MEhP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rQ8me1MEhP ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rQ8me1MEhP .navbar-buttons {
  text-align: center;
}
.cid-rQ8me1MEhP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rQ8me1MEhP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #57468b;
}
.cid-rQ8me1MEhP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rQ8me1MEhP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rQ8me1MEhP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rQ8me1MEhP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rQ8me1MEhP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQ8me1MEhP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rQ8me1MEhP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rQ8me1MEhP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rQ8me1MEhP .nav-link {
  font-weight: 600!important;
}
.cid-rQ8me1MEhP a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rQ8me1MEhP .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rQ8me1MEhP .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rQ8me1MEhP .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rQ8me1MEhP .navbar {
    height: 77px;
  }
  .cid-rQ8me1MEhP .navbar.opened {
    height: auto;
  }
  .cid-rQ8me1MEhP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rQ8me2TF0N {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efeeee;
}
.cid-rQ8me2TF0N img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rQ8me2TF0N img:hover {
  transform: scale(1.1);
}
.cid-rQ8me2TF0N .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-rQ8me2TF0N h2 {
  padding: 0;
  margin: 0;
}
.cid-rQ8me2TF0N .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rQ8me2TF0N .text-col {
  max-width: 650px;
  margin: auto;
  padding: 6rem 6rem;
}
.cid-rQ8me2TF0N .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-rQ8me2TF0N .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-rQ8me2TF0N .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-rQ8me2TF0N .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-rQ8me2TF0N .mbr-iconfont {
  margin: 0!important;
}
.cid-rQ8me2TF0N .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 992px) {
  .cid-rQ8me2TF0N .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rQ8me2TF0N .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-rQ8me2TF0N .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-rQ8me2TF0N .text-col {
    padding: 2rem 1rem;
  }
}
.cid-rQ8me2TF0N H2 {
  color: #333333;
}
.cid-rQ8me2TF0N .mbr-text {
  color: #767676;
}
.cid-rQ8me3C0qW {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rQ8me3C0qW .row {
  position: relative;
}
.cid-rQ8me3C0qW .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-rQ8me3C0qW .row {
    margin: 0 2rem;
  }
}
.cid-rQ8me3C0qW .row {
  padding-left: 6rem;
}
.cid-rQ8me3C0qW h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-rQ8me3C0qW .content-wrapper {
  max-width: 600px;
}
.cid-rQ8me3C0qW H1 {
  color: #333333;
}
.cid-rQ8me3C0qW .mbr-text,
.cid-rQ8me3C0qW .mbr-section-btn {
  color: #333333;
}
.cid-rQ8me3C0qW H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-rQ8me3C0qW .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rQ8me3C0qW h4 {
    left: 3rem;
  }
  .cid-rQ8me3C0qW .row {
    padding-left: 3rem;
  }
}
.cid-rQ8me4kN70 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rQ8me4kN70 .container {
  max-width: 1500px;
}
.cid-rQ8me4kN70 img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-rQ8me4kN70 img:hover {
  transform: scale(1.1);
}
.cid-rQ8me4kN70 .row {
  background: #ffffff;
}
.cid-rQ8me4kN70 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
  max-height: 540px;
  margin-bottom: 4rem;
}
.cid-rQ8me4kN70 h2 {
  padding: 0;
  margin: 0;
}
.cid-rQ8me4kN70 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rQ8me4kN70 .text-col {
  max-width: 700px;
  margin: auto;
  padding: 0 4rem 4rem 4rem;
}
.cid-rQ8me4kN70 .mbr-section-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cid-rQ8me4kN70 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 400px;
}
.cid-rQ8me4kN70 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.4rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-rQ8me4kN70 .row {
    margin: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-rQ8me4kN70 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rQ8me4kN70 .btn {
    min-width: 200px!important;
    padding: 0.6rem 0.8rem!important;
  }
  .cid-rQ8me4kN70 .row {
    margin: 0rem;
  }
  .cid-rQ8me4kN70 .text-col {
    padding: 2rem 1rem;
  }
  .cid-rQ8me4kN70 .number {
    margin-right: 2rem;
  }
  .cid-rQ8me4kN70 .img-col {
    margin-bottom: 3rem;
  }
}
.cid-rQ8me4kN70 H2 {
  color: #333333;
}
.cid-rQ8me4kN70 .mbr-text {
  color: #767676;
}
.cid-rSVocpMYdS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-rSVocpMYdS {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.cid-rSVocpMYdS .text {
  padding: 0;
}
.cid-rSVocpMYdS section {
  position: relative;
}
.cid-rSVocpMYdS h3 {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cid-rSVocpMYdS .mbr-iconfont {
  padding: 0!important;
}
.cid-rSVocpMYdS .back {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #ffda00;
}
.cid-rSVocpMYdS .box {
  background-image: url("../../../assets/images/88257404-639535166877350-3441420005655183360-n-2000x1500.jpg");
  background-size: cover;
  background-position: center;
  height: 550px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rSVocpMYdS .icon-wrap {
  background-color: #ffda00 !important;
  width: 80px;
  height: 80px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-rSVocpMYdS .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-rSVocpMYdS .icon-wrap span {
  padding-left: 8px;
}
.cid-rSVocpMYdS .mbr-media span {
  font-size: 30px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #1c1c1c !important;
}
.cid-rSVocpMYdS .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rSVocpMYdS .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rSVocpMYdS .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rSVocpMYdS .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rSVocpMYdS a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rSVocpMYdS a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rSVocpMYdS {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .cid-rSVocpMYdS .box {
    height: 250px;
  }
  .cid-rSVocpMYdS .row {
    padding: 1rem!important;
  }
}
.cid-rQ8me50ky8 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #efeeee;
}
.cid-rQ8me50ky8 .row {
  position: relative;
}
.cid-rQ8me50ky8 .container {
  max-width: 1500px;
}
@media (min-width: 767px) {
  .cid-rQ8me50ky8 .row {
    margin: 0 2rem;
  }
}
.cid-rQ8me50ky8 .row {
  padding-left: 6rem;
}
.cid-rQ8me50ky8 h4 {
  position: absolute;
  transform: rotate(-270deg);
  transform-origin: top left;
  width: fit-content;
  padding: 0;
  margin: 0;
  left: 2rem;
  top: 1rem;
}
.cid-rQ8me50ky8 .content-wrapper {
  max-width: 600px;
}
.cid-rQ8me50ky8 H1 {
  color: #333333;
}
.cid-rQ8me50ky8 .mbr-text,
.cid-rQ8me50ky8 .mbr-section-btn {
  color: #333333;
}
.cid-rQ8me50ky8 H3 {
  color: #333333;
}
@media (max-width: 992px) {
  .cid-rQ8me50ky8 .row {
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-rQ8me50ky8 h4 {
    left: 3rem;
  }
  .cid-rQ8me50ky8 .row {
    padding-left: 3rem;
  }
}
.cid-rQ8me5Kgz1 {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rQ8me5Kgz1 .mbr-text {
  color: #000000;
}
.cid-rQ8me5Kgz1 .counter-container ul {
  margin-bottom: 0;
  padding-left: .6rem;
}
.cid-rQ8me5Kgz1 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rQ8me5Kgz1 .counter-container ul li:before {
  position: absolute;
  left: 0px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #000000;
  background: #ffda00;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border-radius: 0;
}
.cid-rQ8me6hrHf {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rQ8me6hrHf .image-block {
  margin: auto;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.cid-rQ8me6hrHf .image-block:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0;
  left: 0;
  top: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 2;
}
.cid-rQ8me6hrHf .image-block:hover:before {
  opacity: 0.4;
}
.cid-rQ8me6hrHf .image-block:hover .wrap {
  opacity: 1;
}
.cid-rQ8me6hrHf .image-block:hover img {
  transform: scale(1.05);
}
.cid-rQ8me6hrHf h4 {
  letter-spacing: 2px;
}
.cid-rQ8me6hrHf figcaption {
  position: relative;
}
.cid-rQ8me6hrHf figcaption .wrap {
  position: absolute;
  bottom: 2rem;
  width: 100%;
  opacity: 0;
  padding: 1rem;
  transition: all 0.3s;
  z-index: 3;
}
.cid-rQ8me6hrHf img {
  width: 100%;
  height: 100%;
  transition: all 3s;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-rQ8me6hrHf .image-block {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .cid-rQ8me6hrHf .wrap {
    opacity: 1!important;
  }
  .cid-rQ8me6hrHf .image-block:before {
    opacity: 0.2!important;
  }
}
.cid-rQ8me7ij8r {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #333333;
}
.cid-rQ8me7ij8r .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-rQ8me7ij8r input,
.cid-rQ8me7ij8r textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 0;
  min-height: 3rem;
  padding: 0rem!important;
  font-size: 1rem;
}
.cid-rQ8me7ij8r input:focus,
.cid-rQ8me7ij8r textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-rQ8me7ij8r .form-control,
.cid-rQ8me7ij8r .field-input {
  padding: 0.5rem;
  background-color: #333333;
  border-color: #cccccc;
  color: #ffffff;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rQ8me7ij8r .form-control:hover,
.cid-rQ8me7ij8r .field-input:hover,
.cid-rQ8me7ij8r .form-control:focus,
.cid-rQ8me7ij8r .field-input:focus {
  background-color: #0067b3;
  border-color: #cccccc;
  color: #ffffff;
  box-shadow: none;
  outline: none;
}
.cid-rQ8me7ij8r input::-webkit-input-placeholder,
.cid-rQ8me7ij8r textarea::-webkit-input-placeholder {
  color: #cccccc;
}
.cid-rQ8me7ij8r input:-moz-placeholder,
.cid-rQ8me7ij8r textarea:-moz-placeholder {
  color: #cccccc;
}
.cid-rQ8me7ij8r .jq-selectbox li,
.cid-rQ8me7ij8r .jq-selectbox li {
  background-color: #333333;
  color: #ffffff;
}
.cid-rQ8me7ij8r .jq-selectbox li:hover,
.cid-rQ8me7ij8r .jq-selectbox li.selected {
  background-color: #0067b3;
  color: #ffffff;
}
.cid-rQ8me7ij8r .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #333333;
}
.cid-rQ8me7ij8r .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #0067b3;
}
.cid-rQ8me7ij8r img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-rQ8me7ij8r .mbr-form {
  max-width: 450px;
}
.cid-rQ8me7ij8r textarea {
  min-height: 150px;
}
.cid-rQ8me7ij8r .mbr-text {
  color: #cccccc;
}
.cid-rQ8me7ij8r .mbr-form .btn {
  width: 100%;
}
.cid-rQ8me7ij8r .mbr-form .btn .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-rQ8me7ij8r LABEL {
  color: #ffffff;
}
#custom-html-q {
  /* Type valid CSS here */
}
#custom-html-q div {
  padding: 10px 0;
  color: #777;
  text-align: center;
  background-color: #ffda00;
}
#custom-html-q p {
  font-size: 12px;
  color: #000;
}
.cid-rQ8me8G7N4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efeeee;
}
.cid-rQ8me8G7N4 .media-container-row .mbr-text {
  color: #282124;
}
