body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.06rem;
}
/* ---- 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.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((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: 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: #cf2b56 !important;
}
.bg-success {
  background-color: #9473d2 !important;
}
.bg-info {
  background-color: #7237a2 !important;
}
.bg-warning {
  background-color: #f8f9c4 !important;
}
.bg-danger {
  background-color: #efefef !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #cf2b56 !important;
  border-color: #cf2b56 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #cf2b56 !important;
  border-color: #cf2b56 !important;
}
.btn-primary:before {
  background-color: #901e3c !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #901e3c !important;
  border-color: #901e3c !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #f27d7a !important;
  border-color: #f27d7a !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #f27d7a !important;
  border-color: #f27d7a !important;
}
.btn-secondary:before {
  background-color: #eb3934 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #eb3934 !important;
  border-color: #eb3934 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
}
.btn-info:before {
  background-color: #4a2469 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4a2469 !important;
  border-color: #4a2469 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff !important;
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
}
.btn-success:before {
  background-color: #693cbc !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #693cbc !important;
  border-color: #693cbc !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #f8f9c4 !important;
  border-color: #f8f9c4 !important;
  color: #aaac12 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #aaac12 !important;
  background-color: #f8f9c4 !important;
  border-color: #f8f9c4 !important;
}
.btn-warning:before {
  background-color: #f0f27f !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #aaac12 !important;
  background-color: #f0f27f !important;
  border-color: #f0f27f !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #efefef !important;
  border-color: #efefef !important;
  color: #707070 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.btn-danger:before {
  background-color: #c9c9c9 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #707070 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !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: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:before {
  background-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: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:before {
  background-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: #7b1933;
  color: #7b1933;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  border-color: #cf2b56;
}
.btn-primary-outline:before {
  background-color: #cf2b56;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #cf2b56 !important;
  border-color: #cf2b56 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #e9221d;
  color: #e9221d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  border-color: #f27d7a;
}
.btn-secondary-outline:before {
  background-color: #f27d7a;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f27d7a !important;
  border-color: #f27d7a !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #3c1d56;
  color: #3c1d56;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  border-color: #7237a2;
}
.btn-info-outline:before {
  background-color: #7237a2;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7237a2 !important;
  border-color: #7237a2 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #5e36a9;
  color: #5e36a9;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  border-color: #9473d2;
}
.btn-success-outline:before {
  background-color: #9473d2;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9473d2 !important;
  border-color: #9473d2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #edf067;
  color: #edf067;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #aaac12;
  border-color: #f8f9c4;
}
.btn-warning-outline:before {
  background-color: #f8f9c4;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f8f9c4 !important;
  border-color: #f8f9c4 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #bcbcbc;
  color: #bcbcbc;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #707070;
  border-color: #efefef;
}
.btn-danger-outline:before {
  background-color: #efefef;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #efefef !important;
  border-color: #efefef !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;
  border-color: #333333;
}
.btn-black-outline:before {
  background-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;
  border-color: #ffffff;
}
.btn-white-outline:before {
  background-color: #ffffff;
}
.btn-bgr {
  position: relative;
  transition: border 0.3s ease-in-out, color 0.5s;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}
.btn-bgr span {
  position: relative;
  z-index: 12;
}
.btn-bgr:before {
  content: ' ';
  position: absolute;
  top: -2px;
  left: -2px;
  right: 105%;
  bottom: -2px;
  transition: right 0.3s ease-in-out;
  z-index: -1;
  border-radius: 100px;
}
.btn-bgr:hover:before {
  right: -2px;
}
.btn-underline {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: color 0.2s ease-out;
}
.btn-underline:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #cf2b56;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
.btn-underline:hover:before {
  width: 100%;
}
.text-primary {
  color: #cf2b56 !important;
}
.text-secondary {
  color: #f27d7a !important;
}
.text-success {
  color: #9473d2 !important;
}
.text-info {
  color: #7237a2 !important;
}
.text-warning {
  color: #f8f9c4 !important;
}
.text-danger {
  color: #efefef !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #7b1933 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #e9221d !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #5e36a9 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #3c1d56 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #edf067 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bcbcbc !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: #7237a2;
}
.alert-warning {
  background-color: #f8f9c4;
}
.alert-danger {
  background-color: #efefef;
}
.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: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #cf2b56;
  border-color: #cf2b56;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #cf2b56;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f5d1da;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b083d5;
}
.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: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
blockquote {
  border-color: #cf2b56;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #cf2b56;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #cf2b56;
}
/*Menu*/
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.696rem;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #cf2b56;
  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: #cf2b56;
  border-bottom-color: #cf2b56;
}
.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: #cf2b56 !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: #f27d7a !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='%23cf2b56' %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-utkYUye7xf .navbar {
  padding: .5rem 0;
  background: #efefef;
  transition: none;
  min-height: 50px;
}
.cid-utkYUye7xf .navbar-dropdown.bg-color.transparent.opened {
  background: #efefef;
}
.cid-utkYUye7xf a {
  font-style: normal;
}
.cid-utkYUye7xf .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-utkYUye7xf .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-utkYUye7xf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-utkYUye7xf .content-text {
  margin-bottom: 0;
}
.cid-utkYUye7xf .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-utkYUye7xf .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #cf2b56;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-utkYUye7xf .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-utkYUye7xf .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-utkYUye7xf .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-utkYUye7xf .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-utkYUye7xf .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-utkYUye7xf .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-utkYUye7xf .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-utkYUye7xf .nav-dropdown .link {
  font-weight: 400;
}
.cid-utkYUye7xf .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-utkYUye7xf .content-right-side {
  text-align: center;
}
.cid-utkYUye7xf .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-utkYUye7xf .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-utkYUye7xf .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-utkYUye7xf .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-utkYUye7xf .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-utkYUye7xf .menu-bottom {
    justify-content: flex-end;
  }
  .cid-utkYUye7xf img {
    height: 3.8rem !important;
  }
  .cid-utkYUye7xf .btn {
    display: -webkit-flex;
  }
  .cid-utkYUye7xf button.navbar-toggler {
    display: block;
  }
  .cid-utkYUye7xf .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-utkYUye7xf .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-utkYUye7xf .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-utkYUye7xf .navbar-collapse.collapsing,
  .cid-utkYUye7xf .navbar-collapse.show {
    display: block !important;
  }
  .cid-utkYUye7xf .navbar-collapse.collapsing .navbar-nav,
  .cid-utkYUye7xf .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-utkYUye7xf .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-utkYUye7xf .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-utkYUye7xf .navbar-collapse.collapsing .navbar-buttons,
  .cid-utkYUye7xf .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-utkYUye7xf .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-utkYUye7xf .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-utkYUye7xf .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-utkYUye7xf .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-utkYUye7xf .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-utkYUye7xf .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-utkYUye7xf .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-utkYUye7xf .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-utkYUye7xf .navbar.opened {
    padding-bottom: 8rem;
  }
  .cid-utkYUye7xf .navbar .navbar-collapse {
    max-height: calc(100vh - 8rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-utkYUye7xf .navbar.opened {
    padding-bottom: 10rem;
  }
  .cid-utkYUye7xf .navbar .navbar-collapse {
    max-height: calc(100vh - 10rem - 80px);
  }
}
.cid-utkYUye7xf .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-utkYUye7xf .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-utkYUye7xf .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-utkYUye7xf .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-utkYUye7xf .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-utkYUye7xf .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-utkYUye7xf .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-utkYUye7xf .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-utkYUye7xf .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-utkYUye7xf .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-utkYUye7xf .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-utkYUye7xf .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-utkYUye7xf .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-utkYUye7xf .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-utkYUye7xf .navbar {
    display: block;
    padding: 0;
  }
  .cid-utkYUye7xf .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-utkYUye7xf .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-utkYUye7xf .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-utkYUye7xf .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-utkYUye7xf .navbar-toggler {
    display: none;
  }
  .cid-utkYUye7xf .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-utkYUye7xf .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-utkYUye7xf .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-utkYUye7xf .menu-logo {
  margin-right: auto;
}
.cid-utkYUye7xf .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-utkYUye7xf .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-utkYUye7xf .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-utkYUye7xf .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-utkYUye7xf .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-utkYUye7xf .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-utkYUye7xf .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-utkYUye7xf .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-utkYUye7xf .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-utkYUye7xf .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-utkYUye7xf .dropdown .dropdown-menu {
  background: #efefef;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-utkYUye7xf .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-utkYUye7xf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-utkYUye7xf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utkYUye7xf .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-utkYUye7xf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-utkYUye7xf .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-utkYUye7xf .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-utkYUye7xf .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utkYUye7xf .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-utkYUye7xf .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-utkYUye7xf .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-utkYUye7xf .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-utkYUye7xf .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-utkYUye7xf .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-utkYUye7xf button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-utkYUye7xf button.navbar-toggler:focus {
  outline: none;
}
.cid-utkYUye7xf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-utkYUye7xf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-utkYUye7xf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-utkYUye7xf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-utkYUye7xf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-utkYUye7xf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-utkYUye7xf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-utkYUye7xf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-utkYUye7xf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-utkYUye7xf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utkYUye7xf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utkYUye7xf .collapsed .btn {
  display: -webkit-flex;
}
.cid-utkYUye7xf .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-utkYUye7xf .collapsed .navbar-collapse.collapsing,
.cid-utkYUye7xf .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-utkYUye7xf .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-utkYUye7xf .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-utkYUye7xf .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-utkYUye7xf .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-utkYUye7xf .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-utkYUye7xf .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-utkYUye7xf .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-utkYUye7xf .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-utkYUye7xf .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1.5rem);
  }
  .cid-utkYUye7xf .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-utkYUye7xf .collapsed button.navbar-toggler {
  display: block;
}
.cid-utkYUye7xf .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-utkYUye7xf .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-utkYUye7xf .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-utkYUye7xf .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-utkYUye7xf .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-utkYUye7xf .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-utkYUye7xf .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-utkYUye7xf .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-utkYUye7xf .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-utkYUye7xf .nav-link:focus {
  outline: none;
}
.cid-utkYUye7xf .navbar-toggler {
  position: relative;
}
.cid-utkYUye7xf .dropdown-item.active,
.cid-utkYUye7xf .dropdown-item:active {
  background: #efefef;
  color: initial;
}
.cid-utkYUye7xf .nav-link:hover,
.cid-utkYUye7xf .dropdown-item:hover {
  color: #4284df;
}
.cid-utl0ToqPdi {
  background-image: url("../../../assets/images/front-banner-3-2000x943.jpg");
}
.cid-utl0ToqPdi .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-utl0ToqPdi .mbr-overlay {
  background: linear-gradient(#d6173f -10%, #00113e 75%);
}
.cid-utl0ToqPdi .mbr-fallback-image.disabled {
  display: none;
}
.cid-utl0ToqPdi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHolghaK9B {
  padding-top: 4rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-image: url("../../../assets/images/background.jpg");
}
.cid-uHolghaK9B .slider__content {
  padding-top: 52px;
  text-align: left;
}
.cid-uHolghaK9B .mbr-section-subtitle {
  color: #d3045f;
  margin-bottom: 13px;
  position: relative;
  z-index: 1;
}
.cid-uHolghaK9B .mbr-section-title {
  margin-bottom: 33px;
  color: #cf2b56;
}
.cid-uHolghaK9B .slider__image {
  margin-left: 11.8%;
}
.cid-uHolghaK9B .img-wrap {
  max-width: 100%;
}
.cid-uHolghaK9B .img-wrap img {
  width: 100%;
  object-fit: cover;
}
.cid-uHolghaK9B .carousel-indicators {
  flex-direction: column;
  margin: 0;
  width: fit-content;
  transition: all 0.25s;
  height: 100%;
  left: 44.5%;
}
.cid-uHolghaK9B .carousel-indicators .active {
  background: #003d59;
  opacity: 1;
  border: none;
}
.cid-uHolghaK9B .carousel-indicators .active:before {
  content: '';
  display: block;
  position: absolute;
  top: -14px;
  left: -14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: inherit;
  opacity: 0.2;
}
.cid-uHolghaK9B .carousel-indicators li {
  width: 12px;
  height: 12px;
  border: none;
  margin-bottom: 30px;
  box-sizing: border-box;
  background-color: #003d59;
  border-radius: 50%;
  position: relative;
  opacity: 0.2;
}
.cid-uHolghaK9B .carousel-indicators li:last-child {
  margin-bottom: 0px;
}
.cid-uHolghaK9B .carousel-controls a {
  border-radius: 50%;
  border: 2px solid #003d59;
  background-color: transparent;
}
.cid-uHolghaK9B .carousel-controls a span {
  transition: all 0.3s;
  color: #003d59;
  font-size: 18px;
}
.cid-uHolghaK9B .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-uHolghaK9B .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-uHolghaK9B .carousel-controls .carousel-control-next,
.cid-uHolghaK9B .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-uHolghaK9B .carousel-controls .carousel-control-next {
  right: 40%;
  bottom: 5px;
  top: auto;
  left: auto;
}
.cid-uHolghaK9B .carousel-controls .carousel-control-prev {
  right: 45%;
  bottom: 5px;
  top: auto;
  left: auto;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uHolghaK9B .image-element {
    min-width: 50%;
  }
  .cid-uHolghaK9B .media-container-row {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uHolghaK9B .two__background:before {
    max-width: 90%;
  }
  .cid-uHolghaK9B .carousel-indicators {
    flex-direction: row;
    height: 50px;
    width: 100%;
    left: auto;
    bottom: 0;
    right: auto;
  }
  .cid-uHolghaK9B .carousel-indicators li {
    margin: 0 16px;
  }
  .cid-uHolghaK9B .slider__content {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .cid-uHolghaK9B .mbr-section-subtitle {
    margin-bottom: 6px;
  }
  .cid-uHolghaK9B .mbr-section-subtitle:after {
    content: none;
  }
  .cid-uHolghaK9B .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-uHolghaK9B .slider__image {
    margin-left: 0;
    margin-bottom: 100px;
  }
  .cid-uHolghaK9B .img-wrap {
    width: 100%;
  }
  .cid-uHolghaK9B .carousel-controls {
    display: none;
  }
  .cid-uHolghaK9B .carousel-inner {
    margin-bottom: 0;
  }
}
.cid-uHolghaK9B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHolghaK9B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utl1W3GZAj {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-utl1W3GZAj .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-utl1W3GZAj .card-img {
  padding: 0 0 2rem;
}
.cid-utl1W3GZAj .mbr-section-btn {
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-utl1W3GZAj .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .cid-utl1W3GZAj .card-title {
    text-align: center;
  }
  .cid-utl1W3GZAj p.mbr-text {
    text-align: center;
  }
}
.cid-utl1W3GZAj .mbr-fallback-image.disabled {
  display: none;
}
.cid-utl1W3GZAj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utl1W3GZAj .mbr-text,
.cid-utl1W3GZAj .mbr-section-btn {
  text-align: left;
}
.cid-uv1Lbe0eKt {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uv1Lbe0eKt .mbr-text {
  color: #767676;
}
.cid-uv1Lbe0eKt .mbr-section-subtitle {
  color: #767676;
}
.cid-uv1Lbe0eKt .title {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uv1Lbe0eKt .title .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  font-size: 5rem;
}
.cid-uv1Lbe0eKt .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-uv1Lbe0eKt .card-text {
  padding-top: 2rem;
}
.cid-uv1Lbe0eKt .card-box {
  padding-bottom: 1rem;
}
.cid-uv1Lbe0eKt .num {
  color: #f6ebfb;
}
@media (max-width: 767px) {
  .cid-uv1Lbe0eKt .num,
  .cid-uv1Lbe0eKt .card-title,
  .cid-uv1Lbe0eKt .mbr-text,
  .cid-uv1Lbe0eKt .mbr-title,
  .cid-uv1Lbe0eKt .mbr-section-subtitle,
  .cid-uv1Lbe0eKt .mbr-section-btn,
  .cid-uv1Lbe0eKt .mbr-section-title {
    text-align: center !important;
  }
  .cid-uv1Lbe0eKt .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uv1Lbe0eKt .mbr-section-title {
  text-align: center;
  color: #cf2b56;
}
.cid-uv1Lbe0eKt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv1Lbe0eKt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv1Lrkiv2O {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uv1Lrkiv2O .mbr-text {
  color: #767676;
}
.cid-uv1Lrkiv2O .mbr-section-subtitle {
  color: #767676;
}
.cid-uv1Lrkiv2O .title {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uv1Lrkiv2O .title .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  font-size: 4rem;
}
.cid-uv1Lrkiv2O .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-uv1Lrkiv2O .card-text {
  padding-top: 2rem;
}
.cid-uv1Lrkiv2O .card-box {
  padding-bottom: 1rem;
}
.cid-uv1Lrkiv2O .num {
  color: #f6ebfb;
}
@media (max-width: 767px) {
  .cid-uv1Lrkiv2O .num,
  .cid-uv1Lrkiv2O .card-title,
  .cid-uv1Lrkiv2O .mbr-text,
  .cid-uv1Lrkiv2O .mbr-title,
  .cid-uv1Lrkiv2O .mbr-section-subtitle,
  .cid-uv1Lrkiv2O .mbr-section-btn,
  .cid-uv1Lrkiv2O .mbr-section-title {
    text-align: center !important;
  }
  .cid-uv1Lrkiv2O .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uv1Lrkiv2O .mbr-section-title {
  text-align: center;
}
.cid-uv1Lrkiv2O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv1Lrkiv2O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv1N1mBd35 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uv1N1mBd35 .mbr-text {
  color: #767676;
}
.cid-uv1N1mBd35 .mbr-section-subtitle {
  color: #767676;
}
.cid-uv1N1mBd35 .title {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uv1N1mBd35 .title .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  font-size: 4rem;
}
.cid-uv1N1mBd35 .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-uv1N1mBd35 .card-text {
  padding-top: 2rem;
}
.cid-uv1N1mBd35 .card-box {
  padding-bottom: 1rem;
}
.cid-uv1N1mBd35 .num {
  color: #f6ebfb;
}
@media (max-width: 767px) {
  .cid-uv1N1mBd35 .num,
  .cid-uv1N1mBd35 .card-title,
  .cid-uv1N1mBd35 .mbr-text,
  .cid-uv1N1mBd35 .mbr-title,
  .cid-uv1N1mBd35 .mbr-section-subtitle,
  .cid-uv1N1mBd35 .mbr-section-btn,
  .cid-uv1N1mBd35 .mbr-section-title {
    text-align: center !important;
  }
  .cid-uv1N1mBd35 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uv1N1mBd35 .mbr-section-title {
  text-align: center;
}
.cid-uv1N1mBd35 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv1N1mBd35 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv1NpbgoN5 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uv1NpbgoN5 .mbr-text {
  color: #767676;
}
.cid-uv1NpbgoN5 .mbr-section-subtitle {
  color: #767676;
}
.cid-uv1NpbgoN5 .title {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uv1NpbgoN5 .title .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  font-size: 4rem;
}
.cid-uv1NpbgoN5 .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-uv1NpbgoN5 .card-text {
  padding-top: 2rem;
}
.cid-uv1NpbgoN5 .card-box {
  padding-bottom: 1rem;
}
.cid-uv1NpbgoN5 .num {
  color: #f6ebfb;
}
@media (max-width: 767px) {
  .cid-uv1NpbgoN5 .num,
  .cid-uv1NpbgoN5 .card-title,
  .cid-uv1NpbgoN5 .mbr-text,
  .cid-uv1NpbgoN5 .mbr-title,
  .cid-uv1NpbgoN5 .mbr-section-subtitle,
  .cid-uv1NpbgoN5 .mbr-section-btn,
  .cid-uv1NpbgoN5 .mbr-section-title {
    text-align: center !important;
  }
  .cid-uv1NpbgoN5 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uv1NpbgoN5 .mbr-section-title {
  text-align: center;
}
.cid-uv1NpbgoN5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv1NpbgoN5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv1NSFbg5n {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uv1NSFbg5n .mbr-text {
  color: #767676;
}
.cid-uv1NSFbg5n .mbr-section-subtitle {
  color: #767676;
}
.cid-uv1NSFbg5n .title {
  position: relative;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uv1NSFbg5n .title .num {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 0;
  width: 100%;
  font-size: 4rem;
}
.cid-uv1NSFbg5n .title .card-title {
  z-index: 1;
  width: 100%;
}
.cid-uv1NSFbg5n .card-text {
  padding-top: 2rem;
}
.cid-uv1NSFbg5n .card-box {
  padding-bottom: 1rem;
}
.cid-uv1NSFbg5n .num {
  color: #f6ebfb;
}
@media (max-width: 767px) {
  .cid-uv1NSFbg5n .num,
  .cid-uv1NSFbg5n .card-title,
  .cid-uv1NSFbg5n .mbr-text,
  .cid-uv1NSFbg5n .mbr-title,
  .cid-uv1NSFbg5n .mbr-section-subtitle,
  .cid-uv1NSFbg5n .mbr-section-btn,
  .cid-uv1NSFbg5n .mbr-section-title {
    text-align: center !important;
  }
  .cid-uv1NSFbg5n .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uv1NSFbg5n .mbr-section-title {
  text-align: center;
}
.cid-uv1NSFbg5n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv1NSFbg5n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utl5J5iHYS {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #0c57bf;
}
.cid-utl5J5iHYS .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-utl5J5iHYS .card-img {
  padding: 0 0 2rem;
}
.cid-utl5J5iHYS .mbr-section-btn {
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-utl5J5iHYS .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .cid-utl5J5iHYS .card-title {
    text-align: center;
  }
  .cid-utl5J5iHYS p.mbr-text {
    text-align: center;
  }
}
.cid-utl5J5iHYS .mbr-fallback-image.disabled {
  display: none;
}
.cid-utl5J5iHYS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utl5J5iHYS .card-title {
  color: #ffffff;
}
.cid-utl5J5iHYS .mbr-text,
.cid-utl5J5iHYS .mbr-section-btn {
  color: #ffffff;
}
.cid-uv1UL8l3h3 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #f7f7f7;
}
.cid-uv1UL8l3h3 img,
.cid-uv1UL8l3h3 .item-img {
  width: 100%;
  overflow: hidden;
  transition: transform 3s;
  cursor: pointer;
  object-fit: cover;
  background-color: white;
  min-height: 300px;
  height: 300px;
}
.cid-uv1UL8l3h3 .image-wrapper {
  transition: all 0.3s;
  overflow: hidden;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
.cid-uv1UL8l3h3 .item:focus,
.cid-uv1UL8l3h3 span:focus {
  outline: none;
}
.cid-uv1UL8l3h3 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uv1UL8l3h3 .item {
    margin-bottom: 1rem;
  }
}
.cid-uv1UL8l3h3 .item-content {
  margin-top: 1rem;
  padding: 0rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uv1UL8l3h3 .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  transition: all 0.3s;
}
.cid-uv1UL8l3h3 .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uv1UL8l3h3 .item-wrapper:hover .image-wrapper {
  margin: 10px;
}
.cid-uv1UL8l3h3 .item-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 992px) {
  .cid-uv1UL8l3h3 .item-wrapper {
    height: auto;
  }
}
.cid-uv1UL8l3h3 .mbr-section-title {
  color: #cf2b56;
  text-align: center;
}
.cid-uv1UL8l3h3 .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-uv1UL8l3h3 .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-uv1UL8l3h3 .mbr-text,
.cid-uv1UL8l3h3 .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-uv1UL8l3h3 .mbr-section-subtitle,
.cid-uv1UL8l3h3 .mbr-section-head .mbr-section-btn {
  text-align: left;
}
.cid-uHt1IUxU3s {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-uHt1IUxU3s p {
  text-align: center;
}
.cid-uHt1IUxU3s .mbr-iconfont-social {
  font-size: 1rem;
  color: #000000;
}
.cid-uHt1IUxU3s .social-list a:focus {
  text-decoration: none;
}
.cid-uHt1IUxU3s .text-copyright {
  width: 100%;
}
.cid-uHt1IUxU3s .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-uHt1IUxU3s .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-uHt1IUxU3s .logo-footer {
  line-height: normal;
}
.cid-uHt1IUxU3s .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uHt1IUxU3s .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uHt1IUxU3s .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-uv23bqsXtM {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background-color: #ffffff;
}
.cid-uv23bqsXtM .card-header {
  background: transparent;
}
.cid-uv23bqsXtM .mbr-iconfont {
  font-size: 1.4rem!important;
}
.cid-uv23bqsXtM .card {
  border-radius: 0px;
  margin-bottom: -1px;
}
.cid-uv23bqsXtM .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-uv23bqsXtM .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-uv23bqsXtM .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uv23bqsXtM .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uv23bqsXtM .card .panel-body {
  color: #767676;
}
.cid-uv23bqsXtM h4 {
  flex-direction: row-reverse;
  display: flex;
  background: #f2f6ff;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  border: none;
  padding: 1.4rem 1.6rem;
}
.cid-uv23bqsXtM H4 {
  color: #57468b;
}
.cid-uv23bqsXtM H2 {
  color: #cf2b56;
}
.cid-uv23bqsXtM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv23bqsXtM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv25qkEFpC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-uv25qkEFpC::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20%;
  width: 32rem;
  height: 100%;
  background-image: radial-gradient(#cf2b56 0, transparent 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-uv25qkEFpC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv25qkEFpC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv25qkEFpC .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uv25qkEFpC .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uv25qkEFpC .container {
    padding: 0 24px;
  }
}
.cid-uv25qkEFpC .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uv25qkEFpC .title-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uv25qkEFpC .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uv25qkEFpC .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uv25qkEFpC .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uv25qkEFpC .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uv25qkEFpC .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
  padding-top: 50px;
  border-top: 1px solid #141414;
}
@media (max-width: 992px) {
  .cid-uv25qkEFpC .items-wrapper {
    display: block;
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uv25qkEFpC .items-wrapper .item {
    margin-bottom: 48px;
  }
  .cid-uv25qkEFpC .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uv25qkEFpC .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uv25qkEFpC .mbr-section-title {
  color: #141414;
}
.cid-uv25qkEFpC .mbr-desc {
  color: #141414;
}
.cid-uv25qkEFpC .card-number {
  color: #141414;
}
.cid-uv25qkEFpC .card-title {
  color: #141414;
}
.cid-uv25qkEFpC .card-text {
  color: #141414;
}
.cid-uv28hkZoIy {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uv28hkZoIy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv28hkZoIy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uv28hkZoIy ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-uv28hkZoIy li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-uv28hkZoIy ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-uv1W6MAqdK {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.cid-uv1W6MAqdK .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uv1W6MAqdK .btn-black {
  background: black !important;
  border-radius: 6px;
}
.cid-uv1W6MAqdK .btn-black:hover {
  background: gray !important;
  border-color: gray !important;
}
.cid-uv1W6MAqdK .media-content {
  padding-left: 2rem;
}
.cid-uv1W6MAqdK textarea {
  min-height: 150px;
}
.cid-uv1W6MAqdK .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-uv1W6MAqdK .form-control,
.cid-uv1W6MAqdK .field-input {
  padding: 1rem;
  background-color: #ffffff !important;
  border: none !important;
  border-bottom: 1px solid #767676 !important;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-uv1W6MAqdK .form-control:hover,
.cid-uv1W6MAqdK .field-input:hover,
.cid-uv1W6MAqdK .form-control:focus,
.cid-uv1W6MAqdK .field-input:focus {
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #000000 !important;
  box-shadow: none !important;
  outline: none;
}
.cid-uv1W6MAqdK .form-control:hover input::-webkit-input-placeholder,
.cid-uv1W6MAqdK .field-input:hover input::-webkit-input-placeholder,
.cid-uv1W6MAqdK .form-control:focus input::-webkit-input-placeholder,
.cid-uv1W6MAqdK .field-input:focus input::-webkit-input-placeholder,
.cid-uv1W6MAqdK .form-control:hover textarea::-webkit-input-placeholder,
.cid-uv1W6MAqdK .field-input:hover textarea::-webkit-input-placeholder,
.cid-uv1W6MAqdK .form-control:focus textarea::-webkit-input-placeholder,
.cid-uv1W6MAqdK .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff !important;
}
.cid-uv1W6MAqdK .form-control:hover input:-moz-placeholder,
.cid-uv1W6MAqdK .field-input:hover input:-moz-placeholder,
.cid-uv1W6MAqdK .form-control:focus input:-moz-placeholder,
.cid-uv1W6MAqdK .field-input:focus input:-moz-placeholder,
.cid-uv1W6MAqdK .form-control:hover textarea:-moz-placeholder,
.cid-uv1W6MAqdK .field-input:hover textarea:-moz-placeholder,
.cid-uv1W6MAqdK .form-control:focus textarea:-moz-placeholder,
.cid-uv1W6MAqdK .field-input:focus textarea:-moz-placeholder {
  color: #ffffff !important;
}
.cid-uv1W6MAqdK input::-webkit-input-placeholder,
.cid-uv1W6MAqdK textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uv1W6MAqdK input:-moz-placeholder,
.cid-uv1W6MAqdK textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uv1W6MAqdK .jq-number__spin:hover,
.cid-uv1W6MAqdK .jq-number__spin:focus {
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #000000 !important;
  box-shadow: none !important;
  outline: none;
}
.cid-uv1W6MAqdK .jq-number__spin {
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #767676 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uv1W6MAqdK .jq-selectbox li,
.cid-uv1W6MAqdK .jq-selectbox li {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-uv1W6MAqdK .jq-selectbox li:hover,
.cid-uv1W6MAqdK .jq-selectbox li.selected {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-uv1W6MAqdK .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uv1W6MAqdK .jq-number__spin.minus:hover:after,
.cid-uv1W6MAqdK .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
}
.cid-uv1W6MAqdK .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uv1W6MAqdK .jq-number__spin.minus:after,
.cid-uv1W6MAqdK .jq-number__spin.plus:after {
  border-top-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
}
.cid-uv1W6MAqdK input::-webkit-clear-button {
  display: none;
}
.cid-uv1W6MAqdK input::-webkit-inner-spin-button {
  display: none;
}
.cid-uv1W6MAqdK input::-webkit-outer-spin-button {
  display: none;
}
.cid-uv1W6MAqdK input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uv1W6MAqdK .mbr-text,
.cid-uv1W6MAqdK .mbr-section-btn {
  color: #767676;
}
.cid-uv1W6MAqdK .text2,
.cid-uv1W6MAqdK .mbr-section-btn {
  color: #cf2b56;
}
@media (max-width: 992px) {
  .cid-uv1W6MAqdK .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-uv1W6MAqdK H3 {
  color: #cf2b56;
}
.cid-uv1WlTBG7T {
  padding-top: 30px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-uv1WlTBG7T .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uv1WlTBG7T h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uv1WlTBG7T h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uv1WlTBG7T h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uv1WlTBG7T .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #fceeff;
  margin: 15px 0.5rem;
  display: block;
}
.cid-uv1WlTBG7T .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-uv1WlTBG7T .mbr-iconfont-social:hover {
  color: #000000;
}
.cid-uv1WlTBG7T .mbr-iconfont-social:hover:before {
  background: #fceeff;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-uv1WlTBG7T .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uv1WlTBG7T .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uv1WlTBG7T .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-uv1WlTBG7T .mbr-section-title,
.cid-uv1WlTBG7T .social-list {
  color: #cf2b56;
}
@media (max-width: 768px) {
  .cid-uv1WlTBG7T h2:before,
  .cid-uv1WlTBG7T h2:after {
    display: none;
  }
}
.cid-uv1WlTBG7T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uv1WlTBG7T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utl8UTv2H2 .navbar {
  padding: .5rem 0;
  background: #efefef;
  transition: none;
  min-height: 50px;
}
.cid-utl8UTv2H2 .navbar-dropdown.bg-color.transparent.opened {
  background: #efefef;
}
.cid-utl8UTv2H2 a {
  font-style: normal;
}
.cid-utl8UTv2H2 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-utl8UTv2H2 .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-utl8UTv2H2 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-utl8UTv2H2 .content-text {
  margin-bottom: 0;
}
.cid-utl8UTv2H2 .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-utl8UTv2H2 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #cf2b56;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-utl8UTv2H2 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-utl8UTv2H2 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-utl8UTv2H2 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-utl8UTv2H2 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-utl8UTv2H2 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-utl8UTv2H2 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-utl8UTv2H2 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-utl8UTv2H2 .nav-dropdown .link {
  font-weight: 400;
}
.cid-utl8UTv2H2 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-utl8UTv2H2 .content-right-side {
  text-align: center;
}
.cid-utl8UTv2H2 .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-utl8UTv2H2 .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-utl8UTv2H2 .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-utl8UTv2H2 .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-utl8UTv2H2 .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-utl8UTv2H2 .menu-bottom {
    justify-content: flex-end;
  }
  .cid-utl8UTv2H2 img {
    height: 3.8rem !important;
  }
  .cid-utl8UTv2H2 .btn {
    display: -webkit-flex;
  }
  .cid-utl8UTv2H2 button.navbar-toggler {
    display: block;
  }
  .cid-utl8UTv2H2 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-utl8UTv2H2 .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-utl8UTv2H2 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-utl8UTv2H2 .navbar-collapse.collapsing,
  .cid-utl8UTv2H2 .navbar-collapse.show {
    display: block !important;
  }
  .cid-utl8UTv2H2 .navbar-collapse.collapsing .navbar-nav,
  .cid-utl8UTv2H2 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-utl8UTv2H2 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-utl8UTv2H2 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-utl8UTv2H2 .navbar-collapse.collapsing .navbar-buttons,
  .cid-utl8UTv2H2 .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-utl8UTv2H2 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-utl8UTv2H2 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-utl8UTv2H2 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-utl8UTv2H2 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-utl8UTv2H2 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-utl8UTv2H2 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-utl8UTv2H2 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-utl8UTv2H2 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-utl8UTv2H2 .navbar.opened {
    padding-bottom: 8rem;
  }
  .cid-utl8UTv2H2 .navbar .navbar-collapse {
    max-height: calc(100vh - 8rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-utl8UTv2H2 .navbar.opened {
    padding-bottom: 10rem;
  }
  .cid-utl8UTv2H2 .navbar .navbar-collapse {
    max-height: calc(100vh - 10rem - 80px);
  }
}
.cid-utl8UTv2H2 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-utl8UTv2H2 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-utl8UTv2H2 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-utl8UTv2H2 .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-utl8UTv2H2 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-utl8UTv2H2 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-utl8UTv2H2 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-utl8UTv2H2 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-utl8UTv2H2 .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-utl8UTv2H2 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-utl8UTv2H2 .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-utl8UTv2H2 .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-utl8UTv2H2 .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-utl8UTv2H2 .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-utl8UTv2H2 .navbar {
    display: block;
    padding: 0;
  }
  .cid-utl8UTv2H2 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-utl8UTv2H2 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-utl8UTv2H2 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-utl8UTv2H2 .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-utl8UTv2H2 .navbar-toggler {
    display: none;
  }
  .cid-utl8UTv2H2 .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-utl8UTv2H2 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-utl8UTv2H2 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-utl8UTv2H2 .menu-logo {
  margin-right: auto;
}
.cid-utl8UTv2H2 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-utl8UTv2H2 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-utl8UTv2H2 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-utl8UTv2H2 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-utl8UTv2H2 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-utl8UTv2H2 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-utl8UTv2H2 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-utl8UTv2H2 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-utl8UTv2H2 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-utl8UTv2H2 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-utl8UTv2H2 .dropdown .dropdown-menu {
  background: #efefef;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-utl8UTv2H2 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-utl8UTv2H2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-utl8UTv2H2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-utl8UTv2H2 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-utl8UTv2H2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-utl8UTv2H2 .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-utl8UTv2H2 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-utl8UTv2H2 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-utl8UTv2H2 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-utl8UTv2H2 .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-utl8UTv2H2 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-utl8UTv2H2 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-utl8UTv2H2 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-utl8UTv2H2 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-utl8UTv2H2 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-utl8UTv2H2 button.navbar-toggler:focus {
  outline: none;
}
.cid-utl8UTv2H2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-utl8UTv2H2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-utl8UTv2H2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-utl8UTv2H2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-utl8UTv2H2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-utl8UTv2H2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-utl8UTv2H2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-utl8UTv2H2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-utl8UTv2H2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-utl8UTv2H2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-utl8UTv2H2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-utl8UTv2H2 .collapsed .btn {
  display: -webkit-flex;
}
.cid-utl8UTv2H2 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-utl8UTv2H2 .collapsed .navbar-collapse.collapsing,
.cid-utl8UTv2H2 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-utl8UTv2H2 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-utl8UTv2H2 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-utl8UTv2H2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-utl8UTv2H2 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-utl8UTv2H2 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-utl8UTv2H2 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-utl8UTv2H2 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-utl8UTv2H2 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-utl8UTv2H2 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1.5rem);
  }
  .cid-utl8UTv2H2 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-utl8UTv2H2 .collapsed button.navbar-toggler {
  display: block;
}
.cid-utl8UTv2H2 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-utl8UTv2H2 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-utl8UTv2H2 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-utl8UTv2H2 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-utl8UTv2H2 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-utl8UTv2H2 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-utl8UTv2H2 .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-utl8UTv2H2 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-utl8UTv2H2 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-utl8UTv2H2 .nav-link:focus {
  outline: none;
}
.cid-utl8UTv2H2 .navbar-toggler {
  position: relative;
}
.cid-utl8UTv2H2 .dropdown-item.active,
.cid-utl8UTv2H2 .dropdown-item:active {
  background: #efefef;
  color: initial;
}
.cid-utl8UTv2H2 .nav-link:hover,
.cid-utl8UTv2H2 .dropdown-item:hover {
  color: #4284df;
}
.cid-utl9wZGsqY {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uIiZNnDBGv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/abstract-bg-1837x755.jpg");
}
.cid-uIiZNnDBGv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIiZNnDBGv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIiZNnDBGv .items-wrapper {
  justify-content: flex-end;
}
.cid-uIiZNnDBGv .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uIiZNnDBGv .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uIiZNnDBGv .image-wrapper img {
  height: 720px;
  width: 720px;
  object-fit: cover;
  border-radius: 100% !important;
  width: 500px;
  height: 500px;
}
@media (max-width: 1700px) {
  .cid-uIiZNnDBGv .image-wrapper img {
    width: 600px;
    height: 600px;
  }
}
@media (max-width: 1440px) {
  .cid-uIiZNnDBGv .image-wrapper img {
    width: 500px;
    height: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-uIiZNnDBGv .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uIiZNnDBGv .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
@media (max-width: 1200px) {
  .cid-uIiZNnDBGv .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uIiZNnDBGv .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uIiZNnDBGv .content-wrapper {
  padding-left: 120px;
}
@media (max-width: 1200px) {
  .cid-uIiZNnDBGv .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uIiZNnDBGv .content-wrapper {
    padding-left: 0;
  }
}
.cid-uIiZNnDBGv .content-wrapper .mbr-desc {
  margin-bottom: 8px;
}
.cid-uIiZNnDBGv .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uIiZNnDBGv .content-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uIiZNnDBGv .mbr-desc {
  color: #f7f7f7;
}
.cid-uIiZNnDBGv .mbr-section-title {
  color: #272b2e;
}
.cid-uIiZNnDBGv .mbr-text,
.cid-uIiZNnDBGv .text-wrapper {
  color: #272b2e;
}
.cid-uIiZNnDBGv .mbr-section-title,
.cid-uIiZNnDBGv .mbr-section-btn {
  color: #f7f7f7;
}
.cid-uIiZNnDBGv .mbr-text {
  color: #f7f7f7;
}
.cid-utla3YmJlw {
  padding-top: 80px;
  padding-bottom: 45px;
  background-color: #efefef;
  background: linear-gradient(90deg, #efefef, #efefef);
}
.cid-utla3YmJlw .media-content .btn-bgr {
  z-index: 0;
}
.cid-utla3YmJlw .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-utla3YmJlw h3 {
  color: #000000;
  font-weight: 300;
}
.cid-utla3YmJlw p {
  color: #464646;
}
.cid-utla3YmJlw h2 {
  color: #000000;
}
.cid-utla3YmJlw .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-utla3YmJlw .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-utla3YmJlw .mbr-figure {
  padding-right: 1rem;
}
@media (min-width: 500px) {
  .cid-utla3YmJlw .mbr-figure {
    padding-left: 2rem;
  }
}
@media (max-width: 499px) {
  .cid-utla3YmJlw .mbr-figure {
    padding-top: 1rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .cid-utla3YmJlw .mbr-figure {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-utla3YmJlw .mbr-text {
    text-align: center;
  }
}
.cid-utla3YmJlw .mbr-fallback-image.disabled {
  display: none;
}
.cid-utla3YmJlw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utlaVLuPqB {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-utlaVLuPqB a {
  color: #232323;
}
.cid-utlaVLuPqB a:hover {
  color: #cf2b56;
}
.cid-utlaVLuPqB h5 {
  color: #4e6dcc;
}
.cid-utlaVLuPqB .card-img {
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.cid-utlaVLuPqB .img-icon {
  width: auto;
  max-width: 500px;
  max-height: 500px;
  left: 0;
  position: absolute;
}
@media (min-width: 992px) {
  .cid-utlaVLuPqB .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-utlaVLuPqB .mbr-fallback-image.disabled {
  display: none;
}
.cid-utlaVLuPqB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHoX1AxVAP {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-uHoX1AxVAP a {
  color: #232323;
}
.cid-uHoX1AxVAP a:hover {
  color: #cf2b56;
}
.cid-uHoX1AxVAP h5 {
  color: #4e6dcc;
}
.cid-uHoX1AxVAP .card-img {
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.cid-uHoX1AxVAP .img-icon {
  width: auto;
  max-width: 500px;
  max-height: 500px;
  left: 0;
  position: absolute;
}
@media (min-width: 992px) {
  .cid-uHoX1AxVAP .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-uHoX1AxVAP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHoX1AxVAP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAGItfKNXm {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.cid-uAGItfKNXm .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uAGItfKNXm .btn-black {
  background: black !important;
  border-radius: 6px;
}
.cid-uAGItfKNXm .btn-black:hover {
  background: gray !important;
  border-color: gray !important;
}
.cid-uAGItfKNXm .media-content {
  padding-left: 2rem;
}
.cid-uAGItfKNXm textarea {
  min-height: 150px;
}
.cid-uAGItfKNXm .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-uAGItfKNXm .form-control,
.cid-uAGItfKNXm .field-input {
  padding: 1rem;
  background-color: #ffffff !important;
  border: none !important;
  border-bottom: 1px solid #767676 !important;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-uAGItfKNXm .form-control:hover,
.cid-uAGItfKNXm .field-input:hover,
.cid-uAGItfKNXm .form-control:focus,
.cid-uAGItfKNXm .field-input:focus {
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #000000 !important;
  box-shadow: none !important;
  outline: none;
}
.cid-uAGItfKNXm .form-control:hover input::-webkit-input-placeholder,
.cid-uAGItfKNXm .field-input:hover input::-webkit-input-placeholder,
.cid-uAGItfKNXm .form-control:focus input::-webkit-input-placeholder,
.cid-uAGItfKNXm .field-input:focus input::-webkit-input-placeholder,
.cid-uAGItfKNXm .form-control:hover textarea::-webkit-input-placeholder,
.cid-uAGItfKNXm .field-input:hover textarea::-webkit-input-placeholder,
.cid-uAGItfKNXm .form-control:focus textarea::-webkit-input-placeholder,
.cid-uAGItfKNXm .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff !important;
}
.cid-uAGItfKNXm .form-control:hover input:-moz-placeholder,
.cid-uAGItfKNXm .field-input:hover input:-moz-placeholder,
.cid-uAGItfKNXm .form-control:focus input:-moz-placeholder,
.cid-uAGItfKNXm .field-input:focus input:-moz-placeholder,
.cid-uAGItfKNXm .form-control:hover textarea:-moz-placeholder,
.cid-uAGItfKNXm .field-input:hover textarea:-moz-placeholder,
.cid-uAGItfKNXm .form-control:focus textarea:-moz-placeholder,
.cid-uAGItfKNXm .field-input:focus textarea:-moz-placeholder {
  color: #ffffff !important;
}
.cid-uAGItfKNXm input::-webkit-input-placeholder,
.cid-uAGItfKNXm textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uAGItfKNXm input:-moz-placeholder,
.cid-uAGItfKNXm textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uAGItfKNXm .jq-number__spin:hover,
.cid-uAGItfKNXm .jq-number__spin:focus {
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #000000 !important;
  box-shadow: none !important;
  outline: none;
}
.cid-uAGItfKNXm .jq-number__spin {
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #767676 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uAGItfKNXm .jq-selectbox li,
.cid-uAGItfKNXm .jq-selectbox li {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-uAGItfKNXm .jq-selectbox li:hover,
.cid-uAGItfKNXm .jq-selectbox li.selected {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-uAGItfKNXm .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uAGItfKNXm .jq-number__spin.minus:hover:after,
.cid-uAGItfKNXm .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
}
.cid-uAGItfKNXm .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uAGItfKNXm .jq-number__spin.minus:after,
.cid-uAGItfKNXm .jq-number__spin.plus:after {
  border-top-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
}
.cid-uAGItfKNXm input::-webkit-clear-button {
  display: none;
}
.cid-uAGItfKNXm input::-webkit-inner-spin-button {
  display: none;
}
.cid-uAGItfKNXm input::-webkit-outer-spin-button {
  display: none;
}
.cid-uAGItfKNXm input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uAGItfKNXm .mbr-text,
.cid-uAGItfKNXm .mbr-section-btn {
  color: #767676;
}
.cid-uAGItfKNXm .text2,
.cid-uAGItfKNXm .mbr-section-btn {
  color: #cf2b56;
}
@media (max-width: 992px) {
  .cid-uAGItfKNXm .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-uAGItfKNXm H3 {
  color: #cf2b56;
}
.cid-uAGItFgtLP {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-uAGItFgtLP .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uAGItFgtLP h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uAGItFgtLP h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uAGItFgtLP h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uAGItFgtLP .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-uAGItFgtLP .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-uAGItFgtLP .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-uAGItFgtLP .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-uAGItFgtLP .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uAGItFgtLP .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uAGItFgtLP .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-uAGItFgtLP .mbr-section-title,
.cid-uAGItFgtLP .social-list {
  color: #cf2b56;
}
@media (max-width: 768px) {
  .cid-uAGItFgtLP h2:before,
  .cid-uAGItFgtLP h2:after {
    display: none;
  }
}
.cid-uAGItFgtLP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGItFgtLP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAGJmW2vq3 .navbar {
  padding: .5rem 0;
  background: #efefef;
  transition: none;
  min-height: 50px;
}
.cid-uAGJmW2vq3 .navbar-dropdown.bg-color.transparent.opened {
  background: #efefef;
}
.cid-uAGJmW2vq3 a {
  font-style: normal;
}
.cid-uAGJmW2vq3 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uAGJmW2vq3 .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uAGJmW2vq3 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uAGJmW2vq3 .content-text {
  margin-bottom: 0;
}
.cid-uAGJmW2vq3 .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uAGJmW2vq3 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #cf2b56;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uAGJmW2vq3 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uAGJmW2vq3 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uAGJmW2vq3 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uAGJmW2vq3 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uAGJmW2vq3 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uAGJmW2vq3 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uAGJmW2vq3 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uAGJmW2vq3 .nav-dropdown .link {
  font-weight: 400;
}
.cid-uAGJmW2vq3 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uAGJmW2vq3 .content-right-side {
  text-align: center;
}
.cid-uAGJmW2vq3 .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uAGJmW2vq3 .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uAGJmW2vq3 .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uAGJmW2vq3 .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uAGJmW2vq3 .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uAGJmW2vq3 .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uAGJmW2vq3 img {
    height: 3.8rem !important;
  }
  .cid-uAGJmW2vq3 .btn {
    display: -webkit-flex;
  }
  .cid-uAGJmW2vq3 button.navbar-toggler {
    display: block;
  }
  .cid-uAGJmW2vq3 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uAGJmW2vq3 .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uAGJmW2vq3 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uAGJmW2vq3 .navbar-collapse.collapsing,
  .cid-uAGJmW2vq3 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uAGJmW2vq3 .navbar-collapse.collapsing .navbar-nav,
  .cid-uAGJmW2vq3 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uAGJmW2vq3 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uAGJmW2vq3 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uAGJmW2vq3 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uAGJmW2vq3 .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uAGJmW2vq3 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uAGJmW2vq3 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uAGJmW2vq3 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uAGJmW2vq3 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uAGJmW2vq3 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uAGJmW2vq3 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uAGJmW2vq3 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uAGJmW2vq3 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uAGJmW2vq3 .navbar.opened {
    padding-bottom: 8rem;
  }
  .cid-uAGJmW2vq3 .navbar .navbar-collapse {
    max-height: calc(100vh - 8rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uAGJmW2vq3 .navbar.opened {
    padding-bottom: 10rem;
  }
  .cid-uAGJmW2vq3 .navbar .navbar-collapse {
    max-height: calc(100vh - 10rem - 80px);
  }
}
.cid-uAGJmW2vq3 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uAGJmW2vq3 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uAGJmW2vq3 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uAGJmW2vq3 .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uAGJmW2vq3 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uAGJmW2vq3 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uAGJmW2vq3 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uAGJmW2vq3 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uAGJmW2vq3 .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uAGJmW2vq3 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uAGJmW2vq3 .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uAGJmW2vq3 .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uAGJmW2vq3 .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uAGJmW2vq3 .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uAGJmW2vq3 .navbar {
    display: block;
    padding: 0;
  }
  .cid-uAGJmW2vq3 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uAGJmW2vq3 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uAGJmW2vq3 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uAGJmW2vq3 .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uAGJmW2vq3 .navbar-toggler {
    display: none;
  }
  .cid-uAGJmW2vq3 .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uAGJmW2vq3 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uAGJmW2vq3 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uAGJmW2vq3 .menu-logo {
  margin-right: auto;
}
.cid-uAGJmW2vq3 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uAGJmW2vq3 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uAGJmW2vq3 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uAGJmW2vq3 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uAGJmW2vq3 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uAGJmW2vq3 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uAGJmW2vq3 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uAGJmW2vq3 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uAGJmW2vq3 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAGJmW2vq3 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uAGJmW2vq3 .dropdown .dropdown-menu {
  background: #efefef;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uAGJmW2vq3 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uAGJmW2vq3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uAGJmW2vq3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAGJmW2vq3 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uAGJmW2vq3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uAGJmW2vq3 .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-uAGJmW2vq3 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uAGJmW2vq3 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAGJmW2vq3 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uAGJmW2vq3 .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uAGJmW2vq3 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uAGJmW2vq3 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uAGJmW2vq3 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uAGJmW2vq3 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uAGJmW2vq3 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAGJmW2vq3 button.navbar-toggler:focus {
  outline: none;
}
.cid-uAGJmW2vq3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uAGJmW2vq3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uAGJmW2vq3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uAGJmW2vq3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uAGJmW2vq3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uAGJmW2vq3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAGJmW2vq3 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uAGJmW2vq3 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uAGJmW2vq3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAGJmW2vq3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAGJmW2vq3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAGJmW2vq3 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uAGJmW2vq3 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uAGJmW2vq3 .collapsed .navbar-collapse.collapsing,
.cid-uAGJmW2vq3 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uAGJmW2vq3 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uAGJmW2vq3 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uAGJmW2vq3 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uAGJmW2vq3 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uAGJmW2vq3 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uAGJmW2vq3 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uAGJmW2vq3 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uAGJmW2vq3 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uAGJmW2vq3 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1.5rem);
  }
  .cid-uAGJmW2vq3 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uAGJmW2vq3 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uAGJmW2vq3 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uAGJmW2vq3 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uAGJmW2vq3 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uAGJmW2vq3 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uAGJmW2vq3 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uAGJmW2vq3 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uAGJmW2vq3 .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uAGJmW2vq3 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uAGJmW2vq3 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uAGJmW2vq3 .nav-link:focus {
  outline: none;
}
.cid-uAGJmW2vq3 .navbar-toggler {
  position: relative;
}
.cid-uAGJmW2vq3 .dropdown-item.active,
.cid-uAGJmW2vq3 .dropdown-item:active {
  background: #efefef;
  color: initial;
}
.cid-uAGJmW2vq3 .nav-link:hover,
.cid-uAGJmW2vq3 .dropdown-item:hover {
  color: #4284df;
}
.cid-uAGJmWhSTV {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uAGKiwKEmo {
  background-image: url("../../../assets/images/elderly-1-1844x898.jpg");
}
.cid-uAGKiwKEmo .text-content {
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-uAGKiwKEmo .text-content .btn-bgr {
  z-index: 0;
}
.cid-uAGKiwKEmo .mbr-overlay {
  background: linear-gradient(90deg, #d6173f, #4284df);
}
.cid-uAGKiwKEmo h3 {
  color: #000000;
  font-weight: 300;
}
.cid-uAGKiwKEmo p {
  color: #464646;
}
.cid-uAGKiwKEmo h2 {
  color: #000000;
}
.cid-uAGKiwKEmo .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-uAGKiwKEmo .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-uAGKiwKEmo .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAGKiwKEmo .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-uAGKiwKEmo .text-content {
    width: 100%;
  }
}
.cid-uAGKiwKEmo .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-uAGKiwKEmo .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-uAGKiwKEmo .mbr-text {
    text-align: center;
  }
}
.cid-uAGKiwKEmo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGKiwKEmo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAGKiwKEmo .mbr-section-subtitle {
  color: #0c57bf;
}
.cid-uAGKiwKEmo .mbr-section-btn,
.cid-uAGKiwKEmo .mbr-section-title {
  color: #cf2b56;
}
.cid-uAGKR5eBnq {
  background-image: url("../../../assets/images/autsim-day-1844x898.jpg");
}
.cid-uAGKR5eBnq .text-content {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-uAGKR5eBnq .text-content .btn-bgr {
  z-index: 0;
}
.cid-uAGKR5eBnq .mbr-overlay {
  background: linear-gradient(90deg, #d6173f, #4284df);
}
.cid-uAGKR5eBnq h3 {
  color: #000000;
  font-weight: 300;
}
.cid-uAGKR5eBnq p {
  color: #464646;
}
.cid-uAGKR5eBnq h2 {
  color: #000000;
}
.cid-uAGKR5eBnq .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-uAGKR5eBnq .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-uAGKR5eBnq .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAGKR5eBnq .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-uAGKR5eBnq .text-content {
    width: 100%;
  }
}
.cid-uAGKR5eBnq .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-uAGKR5eBnq .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-uAGKR5eBnq .mbr-text {
    text-align: center;
  }
}
.cid-uAGKR5eBnq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGKR5eBnq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAGKR5eBnq .mbr-section-btn,
.cid-uAGKR5eBnq .mbr-section-title {
  color: #cf2b56;
}
.cid-uAGKR5eBnq .mbr-section-subtitle {
  color: #0c57bf;
}
.cid-uAGKRDduZN {
  background-image: url("../../../assets/images/disablity-1844x898.jpg");
}
.cid-uAGKRDduZN .text-content {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-uAGKRDduZN .text-content .btn-bgr {
  z-index: 0;
}
.cid-uAGKRDduZN .mbr-overlay {
  background: linear-gradient(90deg, #d6173f, #4284df);
}
.cid-uAGKRDduZN h3 {
  color: #000000;
  font-weight: 300;
}
.cid-uAGKRDduZN p {
  color: #464646;
}
.cid-uAGKRDduZN h2 {
  color: #000000;
}
.cid-uAGKRDduZN .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-uAGKRDduZN .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-uAGKRDduZN .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAGKRDduZN .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-uAGKRDduZN .text-content {
    width: 100%;
  }
}
.cid-uAGKRDduZN .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-uAGKRDduZN .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-uAGKRDduZN .mbr-text {
    text-align: center;
  }
}
.cid-uAGKRDduZN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGKRDduZN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAGKRDduZN .mbr-section-subtitle {
  color: #0c57bf;
}
.cid-uAGKRDduZN .mbr-section-btn,
.cid-uAGKRDduZN .mbr-section-title {
  color: #cf2b56;
}
.cid-uAGL8ExXb0 {
  background-image: url("../../../assets/images/education-1844x898.jpg");
}
.cid-uAGL8ExXb0 .text-content {
  padding-top: 90px;
  padding-bottom: 90px;
}
.cid-uAGL8ExXb0 .text-content .btn-bgr {
  z-index: 0;
}
.cid-uAGL8ExXb0 .mbr-overlay {
  background: linear-gradient(90deg, #d6173f, #4284df);
}
.cid-uAGL8ExXb0 h3 {
  color: #000000;
  font-weight: 300;
}
.cid-uAGL8ExXb0 p {
  color: #464646;
}
.cid-uAGL8ExXb0 h2 {
  color: #000000;
}
.cid-uAGL8ExXb0 .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-uAGL8ExXb0 .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-uAGL8ExXb0 .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-uAGL8ExXb0 .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-uAGL8ExXb0 .text-content {
    width: 100%;
  }
}
.cid-uAGL8ExXb0 .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-uAGL8ExXb0 .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-uAGL8ExXb0 .mbr-text {
    text-align: center;
  }
}
.cid-uAGL8ExXb0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGL8ExXb0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAGL8ExXb0 .mbr-section-subtitle {
  color: #0c57bf;
}
.cid-uAGL8ExXb0 .mbr-section-btn,
.cid-uAGL8ExXb0 .mbr-section-title {
  color: #cf2b56;
}
.cid-uAGJmXarNk {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.cid-uAGJmXarNk .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uAGJmXarNk .btn-black {
  background: black !important;
  border-radius: 6px;
}
.cid-uAGJmXarNk .btn-black:hover {
  background: gray !important;
  border-color: gray !important;
}
.cid-uAGJmXarNk .media-content {
  padding-left: 2rem;
}
.cid-uAGJmXarNk textarea {
  min-height: 150px;
}
.cid-uAGJmXarNk .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-uAGJmXarNk .form-control,
.cid-uAGJmXarNk .field-input {
  padding: 1rem;
  background-color: #ffffff !important;
  border: none !important;
  border-bottom: 1px solid #767676 !important;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-uAGJmXarNk .form-control:hover,
.cid-uAGJmXarNk .field-input:hover,
.cid-uAGJmXarNk .form-control:focus,
.cid-uAGJmXarNk .field-input:focus {
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #000000 !important;
  box-shadow: none !important;
  outline: none;
}
.cid-uAGJmXarNk .form-control:hover input::-webkit-input-placeholder,
.cid-uAGJmXarNk .field-input:hover input::-webkit-input-placeholder,
.cid-uAGJmXarNk .form-control:focus input::-webkit-input-placeholder,
.cid-uAGJmXarNk .field-input:focus input::-webkit-input-placeholder,
.cid-uAGJmXarNk .form-control:hover textarea::-webkit-input-placeholder,
.cid-uAGJmXarNk .field-input:hover textarea::-webkit-input-placeholder,
.cid-uAGJmXarNk .form-control:focus textarea::-webkit-input-placeholder,
.cid-uAGJmXarNk .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff !important;
}
.cid-uAGJmXarNk .form-control:hover input:-moz-placeholder,
.cid-uAGJmXarNk .field-input:hover input:-moz-placeholder,
.cid-uAGJmXarNk .form-control:focus input:-moz-placeholder,
.cid-uAGJmXarNk .field-input:focus input:-moz-placeholder,
.cid-uAGJmXarNk .form-control:hover textarea:-moz-placeholder,
.cid-uAGJmXarNk .field-input:hover textarea:-moz-placeholder,
.cid-uAGJmXarNk .form-control:focus textarea:-moz-placeholder,
.cid-uAGJmXarNk .field-input:focus textarea:-moz-placeholder {
  color: #ffffff !important;
}
.cid-uAGJmXarNk input::-webkit-input-placeholder,
.cid-uAGJmXarNk textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uAGJmXarNk input:-moz-placeholder,
.cid-uAGJmXarNk textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uAGJmXarNk .jq-number__spin:hover,
.cid-uAGJmXarNk .jq-number__spin:focus {
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #000000 !important;
  box-shadow: none !important;
  outline: none;
}
.cid-uAGJmXarNk .jq-number__spin {
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #767676 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uAGJmXarNk .jq-selectbox li,
.cid-uAGJmXarNk .jq-selectbox li {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-uAGJmXarNk .jq-selectbox li:hover,
.cid-uAGJmXarNk .jq-selectbox li.selected {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-uAGJmXarNk .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uAGJmXarNk .jq-number__spin.minus:hover:after,
.cid-uAGJmXarNk .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
}
.cid-uAGJmXarNk .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uAGJmXarNk .jq-number__spin.minus:after,
.cid-uAGJmXarNk .jq-number__spin.plus:after {
  border-top-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
}
.cid-uAGJmXarNk input::-webkit-clear-button {
  display: none;
}
.cid-uAGJmXarNk input::-webkit-inner-spin-button {
  display: none;
}
.cid-uAGJmXarNk input::-webkit-outer-spin-button {
  display: none;
}
.cid-uAGJmXarNk input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uAGJmXarNk .mbr-text,
.cid-uAGJmXarNk .mbr-section-btn {
  color: #767676;
}
.cid-uAGJmXarNk .text2,
.cid-uAGJmXarNk .mbr-section-btn {
  color: #cf2b56;
}
@media (max-width: 992px) {
  .cid-uAGJmXarNk .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-uAGJmXarNk H3 {
  color: #cf2b56;
}
.cid-uAGJmXnqhg {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-uAGJmXnqhg .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uAGJmXnqhg h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uAGJmXnqhg h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uAGJmXnqhg h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uAGJmXnqhg .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-uAGJmXnqhg .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-uAGJmXnqhg .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-uAGJmXnqhg .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-uAGJmXnqhg .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uAGJmXnqhg .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uAGJmXnqhg .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-uAGJmXnqhg .mbr-section-title,
.cid-uAGJmXnqhg .social-list {
  color: #cf2b56;
}
@media (max-width: 768px) {
  .cid-uAGJmXnqhg h2:before,
  .cid-uAGJmXnqhg h2:after {
    display: none;
  }
}
.cid-uAGJmXnqhg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGJmXnqhg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAGJOkUeT4 .navbar {
  padding: .5rem 0;
  background: #efefef;
  transition: none;
  min-height: 50px;
}
.cid-uAGJOkUeT4 .navbar-dropdown.bg-color.transparent.opened {
  background: #efefef;
}
.cid-uAGJOkUeT4 a {
  font-style: normal;
}
.cid-uAGJOkUeT4 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uAGJOkUeT4 .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uAGJOkUeT4 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uAGJOkUeT4 .content-text {
  margin-bottom: 0;
}
.cid-uAGJOkUeT4 .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uAGJOkUeT4 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #cf2b56;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uAGJOkUeT4 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uAGJOkUeT4 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uAGJOkUeT4 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uAGJOkUeT4 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uAGJOkUeT4 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uAGJOkUeT4 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uAGJOkUeT4 .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uAGJOkUeT4 .nav-dropdown .link {
  font-weight: 400;
}
.cid-uAGJOkUeT4 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uAGJOkUeT4 .content-right-side {
  text-align: center;
}
.cid-uAGJOkUeT4 .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uAGJOkUeT4 .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uAGJOkUeT4 .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uAGJOkUeT4 .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uAGJOkUeT4 .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uAGJOkUeT4 .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uAGJOkUeT4 img {
    height: 3.8rem !important;
  }
  .cid-uAGJOkUeT4 .btn {
    display: -webkit-flex;
  }
  .cid-uAGJOkUeT4 button.navbar-toggler {
    display: block;
  }
  .cid-uAGJOkUeT4 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uAGJOkUeT4 .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uAGJOkUeT4 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uAGJOkUeT4 .navbar-collapse.collapsing,
  .cid-uAGJOkUeT4 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uAGJOkUeT4 .navbar-collapse.collapsing .navbar-nav,
  .cid-uAGJOkUeT4 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uAGJOkUeT4 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uAGJOkUeT4 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uAGJOkUeT4 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uAGJOkUeT4 .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uAGJOkUeT4 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uAGJOkUeT4 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uAGJOkUeT4 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uAGJOkUeT4 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uAGJOkUeT4 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uAGJOkUeT4 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uAGJOkUeT4 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uAGJOkUeT4 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uAGJOkUeT4 .navbar.opened {
    padding-bottom: 8rem;
  }
  .cid-uAGJOkUeT4 .navbar .navbar-collapse {
    max-height: calc(100vh - 8rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uAGJOkUeT4 .navbar.opened {
    padding-bottom: 10rem;
  }
  .cid-uAGJOkUeT4 .navbar .navbar-collapse {
    max-height: calc(100vh - 10rem - 80px);
  }
}
.cid-uAGJOkUeT4 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uAGJOkUeT4 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uAGJOkUeT4 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uAGJOkUeT4 .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uAGJOkUeT4 .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uAGJOkUeT4 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uAGJOkUeT4 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uAGJOkUeT4 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uAGJOkUeT4 .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uAGJOkUeT4 .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uAGJOkUeT4 .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uAGJOkUeT4 .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uAGJOkUeT4 .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uAGJOkUeT4 .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uAGJOkUeT4 .navbar {
    display: block;
    padding: 0;
  }
  .cid-uAGJOkUeT4 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uAGJOkUeT4 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uAGJOkUeT4 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uAGJOkUeT4 .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uAGJOkUeT4 .navbar-toggler {
    display: none;
  }
  .cid-uAGJOkUeT4 .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uAGJOkUeT4 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uAGJOkUeT4 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uAGJOkUeT4 .menu-logo {
  margin-right: auto;
}
.cid-uAGJOkUeT4 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uAGJOkUeT4 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uAGJOkUeT4 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uAGJOkUeT4 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uAGJOkUeT4 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uAGJOkUeT4 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uAGJOkUeT4 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uAGJOkUeT4 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uAGJOkUeT4 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAGJOkUeT4 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uAGJOkUeT4 .dropdown .dropdown-menu {
  background: #efefef;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uAGJOkUeT4 .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uAGJOkUeT4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uAGJOkUeT4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAGJOkUeT4 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uAGJOkUeT4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uAGJOkUeT4 .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-uAGJOkUeT4 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uAGJOkUeT4 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAGJOkUeT4 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uAGJOkUeT4 .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uAGJOkUeT4 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uAGJOkUeT4 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uAGJOkUeT4 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uAGJOkUeT4 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uAGJOkUeT4 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uAGJOkUeT4 button.navbar-toggler:focus {
  outline: none;
}
.cid-uAGJOkUeT4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uAGJOkUeT4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uAGJOkUeT4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uAGJOkUeT4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uAGJOkUeT4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uAGJOkUeT4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAGJOkUeT4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uAGJOkUeT4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uAGJOkUeT4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uAGJOkUeT4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAGJOkUeT4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAGJOkUeT4 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uAGJOkUeT4 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uAGJOkUeT4 .collapsed .navbar-collapse.collapsing,
.cid-uAGJOkUeT4 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uAGJOkUeT4 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uAGJOkUeT4 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uAGJOkUeT4 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uAGJOkUeT4 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uAGJOkUeT4 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uAGJOkUeT4 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uAGJOkUeT4 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uAGJOkUeT4 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uAGJOkUeT4 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1.5rem);
  }
  .cid-uAGJOkUeT4 .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uAGJOkUeT4 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uAGJOkUeT4 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uAGJOkUeT4 .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uAGJOkUeT4 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uAGJOkUeT4 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uAGJOkUeT4 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uAGJOkUeT4 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uAGJOkUeT4 .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uAGJOkUeT4 .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uAGJOkUeT4 .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uAGJOkUeT4 .nav-link:focus {
  outline: none;
}
.cid-uAGJOkUeT4 .navbar-toggler {
  position: relative;
}
.cid-uAGJOkUeT4 .dropdown-item.active,
.cid-uAGJOkUeT4 .dropdown-item:active {
  background: #efefef;
  color: initial;
}
.cid-uAGJOkUeT4 .nav-link:hover,
.cid-uAGJOkUeT4 .dropdown-item:hover {
  color: #4284df;
}
.cid-uAGJOl8khd {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uAGJOldjMn {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-uAGJOldjMn .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-uAGJOldjMn .card-img {
  padding-bottom: 2rem;
}
.cid-uAGJOldjMn .mbr-text {
  color: #767676;
}
.cid-uAGJOldjMn span {
  font-size: 14px;
  color: #ffffff;
}
.cid-uAGJOldjMn .mbr-section-btn {
  margin-left: 0;
}
.cid-uAGJOldjMn .date span {
  display: inline-block;
  background-color: #f27d7a;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uAGJOldjMn .card-title {
    text-align: center;
  }
  .cid-uAGJOldjMn p.mbr-text,
  .cid-uAGJOldjMn p.date {
    text-align: center;
  }
}
.cid-uAGJOldjMn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGJOldjMn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAGJOldjMn H2 {
  color: #cf2b56;
}
.cid-uAGJYUsWRO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-uAGJYUsWRO .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-uAGJYUsWRO .card-img {
  padding-bottom: 2rem;
}
.cid-uAGJYUsWRO .mbr-text {
  color: #767676;
}
.cid-uAGJYUsWRO span {
  font-size: 14px;
  color: #ffffff;
}
.cid-uAGJYUsWRO .mbr-section-btn {
  margin-left: 0;
}
.cid-uAGJYUsWRO .date span {
  display: inline-block;
  background-color: #f27d7a;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uAGJYUsWRO .card-title {
    text-align: center;
  }
  .cid-uAGJYUsWRO p.mbr-text,
  .cid-uAGJYUsWRO p.date {
    text-align: center;
  }
}
.cid-uAGJYUsWRO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGJYUsWRO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIiYrzYnZa {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-uIiYrzYnZa .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-uIiYrzYnZa .card-img {
  padding-bottom: 2rem;
}
.cid-uIiYrzYnZa .mbr-text {
  color: #767676;
}
.cid-uIiYrzYnZa span {
  font-size: 14px;
  color: #ffffff;
}
.cid-uIiYrzYnZa .mbr-section-btn {
  margin-left: 0;
}
.cid-uIiYrzYnZa .date span {
  display: inline-block;
  background-color: #f27d7a;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uIiYrzYnZa .card-title {
    text-align: center;
  }
  .cid-uIiYrzYnZa p.mbr-text,
  .cid-uIiYrzYnZa p.date {
    text-align: center;
  }
}
.cid-uIiYrzYnZa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIiYrzYnZa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAGJZhiKQq {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-uAGJZhiKQq .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-uAGJZhiKQq .card-img {
  padding-bottom: 2rem;
}
.cid-uAGJZhiKQq .mbr-text {
  color: #767676;
}
.cid-uAGJZhiKQq span {
  font-size: 14px;
  color: #ffffff;
}
.cid-uAGJZhiKQq .mbr-section-btn {
  margin-left: 0;
}
.cid-uAGJZhiKQq .date span {
  display: inline-block;
  background-color: #f27d7a;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uAGJZhiKQq .card-title {
    text-align: center;
  }
  .cid-uAGJZhiKQq p.mbr-text,
  .cid-uAGJZhiKQq p.date {
    text-align: center;
  }
}
.cid-uAGJZhiKQq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGJZhiKQq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAGJZhiKQq H2 {
  color: #cf2b56;
}
.cid-uAGJZModI7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-uAGJZModI7 .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-uAGJZModI7 .card-img {
  padding-bottom: 2rem;
}
.cid-uAGJZModI7 .mbr-text {
  color: #767676;
}
.cid-uAGJZModI7 span {
  font-size: 14px;
  color: #ffffff;
}
.cid-uAGJZModI7 .mbr-section-btn {
  margin-left: 0;
}
.cid-uAGJZModI7 .date span {
  display: inline-block;
  background-color: #f27d7a;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uAGJZModI7 .card-title {
    text-align: center;
  }
  .cid-uAGJZModI7 p.mbr-text,
  .cid-uAGJZModI7 p.date {
    text-align: center;
  }
}
.cid-uAGJZModI7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGJZModI7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHtNlGr1GP {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-uHtNlGr1GP .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-uHtNlGr1GP .card-img {
  padding-bottom: 2rem;
}
.cid-uHtNlGr1GP .mbr-text {
  color: #767676;
}
.cid-uHtNlGr1GP span {
  font-size: 14px;
  color: #ffffff;
}
.cid-uHtNlGr1GP .mbr-section-btn {
  margin-left: 0;
}
.cid-uHtNlGr1GP .date span {
  display: inline-block;
  background-color: #f27d7a;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uHtNlGr1GP .card-title {
    text-align: center;
  }
  .cid-uHtNlGr1GP p.mbr-text,
  .cid-uHtNlGr1GP p.date {
    text-align: center;
  }
}
.cid-uHtNlGr1GP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHtNlGr1GP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHtOAlIYPF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-uHtOAlIYPF .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-uHtOAlIYPF .card-img {
  padding-bottom: 2rem;
}
.cid-uHtOAlIYPF .mbr-text {
  color: #767676;
}
.cid-uHtOAlIYPF span {
  font-size: 14px;
  color: #ffffff;
}
.cid-uHtOAlIYPF .mbr-section-btn {
  margin-left: 0;
}
.cid-uHtOAlIYPF .date span {
  display: inline-block;
  background-color: #f27d7a;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uHtOAlIYPF .card-title {
    text-align: center;
  }
  .cid-uHtOAlIYPF p.mbr-text,
  .cid-uHtOAlIYPF p.date {
    text-align: center;
  }
}
.cid-uHtOAlIYPF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHtOAlIYPF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHtPxvuqSC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-uHtPxvuqSC .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-uHtPxvuqSC .card-img {
  padding-bottom: 2rem;
}
.cid-uHtPxvuqSC .mbr-text {
  color: #767676;
}
.cid-uHtPxvuqSC span {
  font-size: 14px;
  color: #ffffff;
}
.cid-uHtPxvuqSC .mbr-section-btn {
  margin-left: 0;
}
.cid-uHtPxvuqSC .date span {
  display: inline-block;
  background-color: #f27d7a;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uHtPxvuqSC .card-title {
    text-align: center;
  }
  .cid-uHtPxvuqSC p.mbr-text,
  .cid-uHtPxvuqSC p.date {
    text-align: center;
  }
}
.cid-uHtPxvuqSC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHtPxvuqSC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHtQvo6JDl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-uHtQvo6JDl .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-uHtQvo6JDl .card-img {
  padding-bottom: 2rem;
}
.cid-uHtQvo6JDl .mbr-text {
  color: #767676;
}
.cid-uHtQvo6JDl span {
  font-size: 14px;
  color: #ffffff;
}
.cid-uHtQvo6JDl .mbr-section-btn {
  margin-left: 0;
}
.cid-uHtQvo6JDl .date span {
  display: inline-block;
  background-color: #f27d7a;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uHtQvo6JDl .card-title {
    text-align: center;
  }
  .cid-uHtQvo6JDl p.mbr-text,
  .cid-uHtQvo6JDl p.date {
    text-align: center;
  }
}
.cid-uHtQvo6JDl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHtQvo6JDl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHtRjkBAdc {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #f9f9f9;
}
.cid-uHtRjkBAdc .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-uHtRjkBAdc .card-img {
  padding-bottom: 2rem;
}
.cid-uHtRjkBAdc .mbr-text {
  color: #767676;
}
.cid-uHtRjkBAdc span {
  font-size: 14px;
  color: #ffffff;
}
.cid-uHtRjkBAdc .mbr-section-btn {
  margin-left: 0;
}
.cid-uHtRjkBAdc .date span {
  display: inline-block;
  background-color: #f27d7a;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uHtRjkBAdc .card-title {
    text-align: center;
  }
  .cid-uHtRjkBAdc p.mbr-text,
  .cid-uHtRjkBAdc p.date {
    text-align: center;
  }
}
.cid-uHtRjkBAdc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHtRjkBAdc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAGJOlpxsh {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.cid-uAGJOlpxsh .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uAGJOlpxsh .btn-black {
  background: black !important;
  border-radius: 6px;
}
.cid-uAGJOlpxsh .btn-black:hover {
  background: gray !important;
  border-color: gray !important;
}
.cid-uAGJOlpxsh .media-content {
  padding-left: 2rem;
}
.cid-uAGJOlpxsh textarea {
  min-height: 150px;
}
.cid-uAGJOlpxsh .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-uAGJOlpxsh .form-control,
.cid-uAGJOlpxsh .field-input {
  padding: 1rem;
  background-color: #ffffff !important;
  border: none !important;
  border-bottom: 1px solid #767676 !important;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-uAGJOlpxsh .form-control:hover,
.cid-uAGJOlpxsh .field-input:hover,
.cid-uAGJOlpxsh .form-control:focus,
.cid-uAGJOlpxsh .field-input:focus {
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #000000 !important;
  box-shadow: none !important;
  outline: none;
}
.cid-uAGJOlpxsh .form-control:hover input::-webkit-input-placeholder,
.cid-uAGJOlpxsh .field-input:hover input::-webkit-input-placeholder,
.cid-uAGJOlpxsh .form-control:focus input::-webkit-input-placeholder,
.cid-uAGJOlpxsh .field-input:focus input::-webkit-input-placeholder,
.cid-uAGJOlpxsh .form-control:hover textarea::-webkit-input-placeholder,
.cid-uAGJOlpxsh .field-input:hover textarea::-webkit-input-placeholder,
.cid-uAGJOlpxsh .form-control:focus textarea::-webkit-input-placeholder,
.cid-uAGJOlpxsh .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff !important;
}
.cid-uAGJOlpxsh .form-control:hover input:-moz-placeholder,
.cid-uAGJOlpxsh .field-input:hover input:-moz-placeholder,
.cid-uAGJOlpxsh .form-control:focus input:-moz-placeholder,
.cid-uAGJOlpxsh .field-input:focus input:-moz-placeholder,
.cid-uAGJOlpxsh .form-control:hover textarea:-moz-placeholder,
.cid-uAGJOlpxsh .field-input:hover textarea:-moz-placeholder,
.cid-uAGJOlpxsh .form-control:focus textarea:-moz-placeholder,
.cid-uAGJOlpxsh .field-input:focus textarea:-moz-placeholder {
  color: #ffffff !important;
}
.cid-uAGJOlpxsh input::-webkit-input-placeholder,
.cid-uAGJOlpxsh textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uAGJOlpxsh input:-moz-placeholder,
.cid-uAGJOlpxsh textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uAGJOlpxsh .jq-number__spin:hover,
.cid-uAGJOlpxsh .jq-number__spin:focus {
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #000000 !important;
  box-shadow: none !important;
  outline: none;
}
.cid-uAGJOlpxsh .jq-number__spin {
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #767676 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uAGJOlpxsh .jq-selectbox li,
.cid-uAGJOlpxsh .jq-selectbox li {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-uAGJOlpxsh .jq-selectbox li:hover,
.cid-uAGJOlpxsh .jq-selectbox li.selected {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-uAGJOlpxsh .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uAGJOlpxsh .jq-number__spin.minus:hover:after,
.cid-uAGJOlpxsh .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
}
.cid-uAGJOlpxsh .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uAGJOlpxsh .jq-number__spin.minus:after,
.cid-uAGJOlpxsh .jq-number__spin.plus:after {
  border-top-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
}
.cid-uAGJOlpxsh input::-webkit-clear-button {
  display: none;
}
.cid-uAGJOlpxsh input::-webkit-inner-spin-button {
  display: none;
}
.cid-uAGJOlpxsh input::-webkit-outer-spin-button {
  display: none;
}
.cid-uAGJOlpxsh input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uAGJOlpxsh .mbr-text,
.cid-uAGJOlpxsh .mbr-section-btn {
  color: #767676;
}
.cid-uAGJOlpxsh .text2,
.cid-uAGJOlpxsh .mbr-section-btn {
  color: #cf2b56;
}
@media (max-width: 992px) {
  .cid-uAGJOlpxsh .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-uAGJOlpxsh H3 {
  color: #cf2b56;
}
.cid-uAGJOlBh9y {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-uAGJOlBh9y .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uAGJOlBh9y h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uAGJOlBh9y h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uAGJOlBh9y h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uAGJOlBh9y .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-uAGJOlBh9y .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-uAGJOlBh9y .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-uAGJOlBh9y .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-uAGJOlBh9y .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uAGJOlBh9y .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uAGJOlBh9y .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-uAGJOlBh9y .mbr-section-title,
.cid-uAGJOlBh9y .social-list {
  color: #cf2b56;
}
@media (max-width: 768px) {
  .cid-uAGJOlBh9y h2:before,
  .cid-uAGJOlBh9y h2:after {
    display: none;
  }
}
.cid-uAGJOlBh9y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAGJOlBh9y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHoyhvo8HK .navbar {
  padding: .5rem 0;
  background: #efefef;
  transition: none;
  min-height: 50px;
}
.cid-uHoyhvo8HK .navbar-dropdown.bg-color.transparent.opened {
  background: #efefef;
}
.cid-uHoyhvo8HK a {
  font-style: normal;
}
.cid-uHoyhvo8HK .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-uHoyhvo8HK .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-uHoyhvo8HK .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uHoyhvo8HK .content-text {
  margin-bottom: 0;
}
.cid-uHoyhvo8HK .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-uHoyhvo8HK .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #cf2b56;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-uHoyhvo8HK .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-uHoyhvo8HK .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-uHoyhvo8HK .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-uHoyhvo8HK .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uHoyhvo8HK .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-uHoyhvo8HK .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-uHoyhvo8HK .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uHoyhvo8HK .nav-dropdown .link {
  font-weight: 400;
}
.cid-uHoyhvo8HK .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-uHoyhvo8HK .content-right-side {
  text-align: center;
}
.cid-uHoyhvo8HK .menu-content-top {
  padding: 0 2rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .cid-uHoyhvo8HK .menu-content-top {
    width: 100%;
    display: flex;
  }
  .cid-uHoyhvo8HK .menu-content-top .menu-content-right {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    transition: 0s all 0s;
  }
  .cid-uHoyhvo8HK .menu-content-top .menu-content-right .info-widget {
    padding: 1rem 0;
    text-align: center;
  }
  .cid-uHoyhvo8HK .navbar.opened .menu-content-right {
    visibility: visible;
    transition: 0s all 0.3s;
  }
  .cid-uHoyhvo8HK .menu-bottom {
    justify-content: flex-end;
  }
  .cid-uHoyhvo8HK img {
    height: 3.8rem !important;
  }
  .cid-uHoyhvo8HK .btn {
    display: -webkit-flex;
  }
  .cid-uHoyhvo8HK button.navbar-toggler {
    display: block;
  }
  .cid-uHoyhvo8HK .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-uHoyhvo8HK .navbar {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-uHoyhvo8HK .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uHoyhvo8HK .navbar-collapse.collapsing,
  .cid-uHoyhvo8HK .navbar-collapse.show {
    display: block !important;
  }
  .cid-uHoyhvo8HK .navbar-collapse.collapsing .navbar-nav,
  .cid-uHoyhvo8HK .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uHoyhvo8HK .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uHoyhvo8HK .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uHoyhvo8HK .navbar-collapse.collapsing .navbar-buttons,
  .cid-uHoyhvo8HK .navbar-collapse.show .navbar-buttons {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  .cid-uHoyhvo8HK .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uHoyhvo8HK .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uHoyhvo8HK .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-uHoyhvo8HK .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uHoyhvo8HK .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uHoyhvo8HK .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-uHoyhvo8HK .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-uHoyhvo8HK .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
@media (max-width: 991px) {
  .cid-uHoyhvo8HK .navbar.opened {
    padding-bottom: 8rem;
  }
  .cid-uHoyhvo8HK .navbar .navbar-collapse {
    max-height: calc(100vh - 8rem - 80px);
  }
}
@media (max-width: 575px) {
  .cid-uHoyhvo8HK .navbar.opened {
    padding-bottom: 10rem;
  }
  .cid-uHoyhvo8HK .navbar .navbar-collapse {
    max-height: calc(100vh - 10rem - 80px);
  }
}
.cid-uHoyhvo8HK .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-uHoyhvo8HK .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-uHoyhvo8HK .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-uHoyhvo8HK .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-uHoyhvo8HK .menu-content-right {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uHoyhvo8HK .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-uHoyhvo8HK .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-uHoyhvo8HK .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-uHoyhvo8HK .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-uHoyhvo8HK .widget-content .widget-text {
  margin-bottom: 0;
}
.cid-uHoyhvo8HK .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uHoyhvo8HK .navbar .menu-content-top {
    display: -webkit-flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-uHoyhvo8HK .content-right-side {
    display: flex;
    text-align: right;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uHoyhvo8HK .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-uHoyhvo8HK .navbar {
    display: block;
    padding: 0;
  }
  .cid-uHoyhvo8HK .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uHoyhvo8HK .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 49px;
  }
  .cid-uHoyhvo8HK .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-uHoyhvo8HK .navbar-short .menu-content-top {
    height: 0;
    min-height: 0;
    border: none;
  }
  .cid-uHoyhvo8HK .navbar-toggler {
    display: none;
  }
  .cid-uHoyhvo8HK .navbar-collapse {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uHoyhvo8HK .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uHoyhvo8HK .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-uHoyhvo8HK .menu-logo {
  margin-right: auto;
}
.cid-uHoyhvo8HK .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uHoyhvo8HK .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uHoyhvo8HK .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-uHoyhvo8HK .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uHoyhvo8HK .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uHoyhvo8HK .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uHoyhvo8HK .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-uHoyhvo8HK .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-uHoyhvo8HK .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHoyhvo8HK .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uHoyhvo8HK .dropdown .dropdown-menu {
  background: #efefef;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-uHoyhvo8HK .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uHoyhvo8HK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uHoyhvo8HK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uHoyhvo8HK .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uHoyhvo8HK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uHoyhvo8HK .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-uHoyhvo8HK .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uHoyhvo8HK .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uHoyhvo8HK .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-uHoyhvo8HK .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-uHoyhvo8HK .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uHoyhvo8HK .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uHoyhvo8HK .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uHoyhvo8HK .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uHoyhvo8HK button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uHoyhvo8HK button.navbar-toggler:focus {
  outline: none;
}
.cid-uHoyhvo8HK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uHoyhvo8HK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uHoyhvo8HK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uHoyhvo8HK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uHoyhvo8HK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uHoyhvo8HK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHoyhvo8HK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uHoyhvo8HK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uHoyhvo8HK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uHoyhvo8HK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uHoyhvo8HK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uHoyhvo8HK .collapsed .btn {
  display: -webkit-flex;
}
.cid-uHoyhvo8HK .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uHoyhvo8HK .collapsed .navbar-collapse.collapsing,
.cid-uHoyhvo8HK .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uHoyhvo8HK .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uHoyhvo8HK .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uHoyhvo8HK .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uHoyhvo8HK .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uHoyhvo8HK .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uHoyhvo8HK .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.cid-uHoyhvo8HK .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uHoyhvo8HK .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uHoyhvo8HK .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 5rem - 1.5rem);
  }
  .cid-uHoyhvo8HK .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-uHoyhvo8HK .collapsed button.navbar-toggler {
  display: block;
}
.cid-uHoyhvo8HK .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-uHoyhvo8HK .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-uHoyhvo8HK .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity, padding, height;
}
.cid-uHoyhvo8HK .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uHoyhvo8HK .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uHoyhvo8HK .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-uHoyhvo8HK .collapsed .menu-bottom {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uHoyhvo8HK .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-uHoyhvo8HK .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-uHoyhvo8HK .nav-link:focus {
  outline: none;
}
.cid-uHoyhvo8HK .navbar-toggler {
  position: relative;
}
.cid-uHoyhvo8HK .dropdown-item.active,
.cid-uHoyhvo8HK .dropdown-item:active {
  background: #efefef;
  color: initial;
}
.cid-uHoyhvo8HK .nav-link:hover,
.cid-uHoyhvo8HK .dropdown-item:hover {
  color: #4284df;
}
.cid-uHoyhvMJGI {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uHoyhxv7JY {
  padding-top: 75px;
  padding-bottom: 30px;
  background-color: #f7f7f7;
}
.cid-uHoyhxv7JY .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uHoyhxv7JY .btn-black {
  background: black !important;
  border-radius: 6px;
}
.cid-uHoyhxv7JY .btn-black:hover {
  background: gray !important;
  border-color: gray !important;
}
.cid-uHoyhxv7JY .media-content {
  padding-left: 2rem;
}
.cid-uHoyhxv7JY textarea {
  min-height: 150px;
}
.cid-uHoyhxv7JY .mbr-iconfont {
  position: absolute;
  right: 1.2rem;
  color: #767676;
  top: 1rem;
  font-size: 1.2rem;
}
.cid-uHoyhxv7JY .form-control,
.cid-uHoyhxv7JY .field-input {
  padding: 1rem;
  background-color: #ffffff !important;
  border: none !important;
  border-bottom: 1px solid #767676 !important;
  color: #767676 !important;
  transition: 0.4s;
  font-size: 0.9rem;
  box-shadow: none;
  border-radius: 0px;
  outline: none;
}
.cid-uHoyhxv7JY .form-control:hover,
.cid-uHoyhxv7JY .field-input:hover,
.cid-uHoyhxv7JY .form-control:focus,
.cid-uHoyhxv7JY .field-input:focus {
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #000000 !important;
  box-shadow: none !important;
  outline: none;
}
.cid-uHoyhxv7JY .form-control:hover input::-webkit-input-placeholder,
.cid-uHoyhxv7JY .field-input:hover input::-webkit-input-placeholder,
.cid-uHoyhxv7JY .form-control:focus input::-webkit-input-placeholder,
.cid-uHoyhxv7JY .field-input:focus input::-webkit-input-placeholder,
.cid-uHoyhxv7JY .form-control:hover textarea::-webkit-input-placeholder,
.cid-uHoyhxv7JY .field-input:hover textarea::-webkit-input-placeholder,
.cid-uHoyhxv7JY .form-control:focus textarea::-webkit-input-placeholder,
.cid-uHoyhxv7JY .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff !important;
}
.cid-uHoyhxv7JY .form-control:hover input:-moz-placeholder,
.cid-uHoyhxv7JY .field-input:hover input:-moz-placeholder,
.cid-uHoyhxv7JY .form-control:focus input:-moz-placeholder,
.cid-uHoyhxv7JY .field-input:focus input:-moz-placeholder,
.cid-uHoyhxv7JY .form-control:hover textarea:-moz-placeholder,
.cid-uHoyhxv7JY .field-input:hover textarea:-moz-placeholder,
.cid-uHoyhxv7JY .form-control:focus textarea:-moz-placeholder,
.cid-uHoyhxv7JY .field-input:focus textarea:-moz-placeholder {
  color: #ffffff !important;
}
.cid-uHoyhxv7JY input::-webkit-input-placeholder,
.cid-uHoyhxv7JY textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-uHoyhxv7JY input:-moz-placeholder,
.cid-uHoyhxv7JY textarea:-moz-placeholder {
  color: #767676 !important;
}
.cid-uHoyhxv7JY .jq-number__spin:hover,
.cid-uHoyhxv7JY .jq-number__spin:focus {
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #000000 !important;
  box-shadow: none !important;
  outline: none;
}
.cid-uHoyhxv7JY .jq-number__spin {
  background-color: #ffffff !important;
  border-color: #767676 !important;
  color: #767676 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-uHoyhxv7JY .jq-selectbox li,
.cid-uHoyhxv7JY .jq-selectbox li {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-uHoyhxv7JY .jq-selectbox li:hover,
.cid-uHoyhxv7JY .jq-selectbox li.selected {
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-uHoyhxv7JY .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-uHoyhxv7JY .jq-number__spin.minus:hover:after,
.cid-uHoyhxv7JY .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
}
.cid-uHoyhxv7JY .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-uHoyhxv7JY .jq-number__spin.minus:after,
.cid-uHoyhxv7JY .jq-number__spin.plus:after {
  border-top-color: #ffffff !important;
  border-bottom-color: #ffffff !important;
}
.cid-uHoyhxv7JY input::-webkit-clear-button {
  display: none;
}
.cid-uHoyhxv7JY input::-webkit-inner-spin-button {
  display: none;
}
.cid-uHoyhxv7JY input::-webkit-outer-spin-button {
  display: none;
}
.cid-uHoyhxv7JY input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-uHoyhxv7JY .mbr-text,
.cid-uHoyhxv7JY .mbr-section-btn {
  color: #767676;
}
.cid-uHoyhxv7JY .text2,
.cid-uHoyhxv7JY .mbr-section-btn {
  color: #cf2b56;
}
@media (max-width: 992px) {
  .cid-uHoyhxv7JY .media-content {
    padding-left: 0rem;
    padding-top: 2rem;
  }
}
.cid-uHoyhxv7JY H3 {
  color: #cf2b56;
}
.cid-uHoyhxUcm5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-uHoyhxUcm5 .mbr-section-subtitle {
  color: #cccccc;
}
.cid-uHoyhxUcm5 h2 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 2rem;
  letter-spacing: 4px;
}
.cid-uHoyhxUcm5 h2:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uHoyhxUcm5 h2:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-uHoyhxUcm5 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #767676;
  margin: 15px 0.5rem;
  display: block;
}
.cid-uHoyhxUcm5 .mbr-iconfont-social:before {
  padding: 0.6rem;
  border: 2px solid;
  border-radius: 100px;
  transition: all 0.3s;
}
.cid-uHoyhxUcm5 .mbr-iconfont-social:hover {
  color: #ffffff;
}
.cid-uHoyhxUcm5 .mbr-iconfont-social:hover:before {
  background: #767676;
  transition: all 0.3s;
  border-color: transparent;
}
.cid-uHoyhxUcm5 .social-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uHoyhxUcm5 .social-list a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .cid-uHoyhxUcm5 .mbr-iconfont-social {
    margin-left: 0.2rem;
    margin-right: 0.2rem;
  }
}
.cid-uHoyhxUcm5 .mbr-section-title,
.cid-uHoyhxUcm5 .social-list {
  color: #cf2b56;
}
@media (max-width: 768px) {
  .cid-uHoyhxUcm5 h2:before,
  .cid-uHoyhxUcm5 h2:after {
    display: none;
  }
}
.cid-uHoyhxUcm5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHoyhxUcm5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
