body {
  font-family: Quicksand;
}
.display-1 {
  font-family: 'Permanent Marker', handwriting;
  font-size: 5.63rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -4.5px;
}
.display-1 > .mbr-iconfont {
  font-size: 9.008rem;
}
.display-2 {
  font-family: 'Quicksand', sans-serif;
  font-size: 2.75rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -2.8px;
}
.display-2 > .mbr-iconfont {
  font-size: 4.4rem;
}
.display-4 {
  font-family: 'Quicksand', sans-serif;
  font-size: 0.75rem;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.6px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.25rem;
  line-height: 1.1;
  font-weight: 700;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 500;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.504rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.941rem;
    font-size: calc( 2.6205rem + (5.63 - 2.6205) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.6205rem + (5.63 - 2.6205) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.2rem;
    font-size: calc( 1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.6125rem + (2.75 - 1.6125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 2.5rem;
  border-radius: 50px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #c7ffdc !important;
}
.bg-success {
  background-color: #a3a3a3 !important;
}
.bg-info {
  background-color: #cccccc !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary {
  border: 0px !important;
  color: #ffffff;
  color: #ffffff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #c7ffdc !important;
  border-color: #c7ffdc !important;
  color: #cccccc !important;
}
.btn-primary:hover {
  color: #cccccc !important;
  background-color: #7affac !important;
  border-color: #7affac !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #cccccc !important;
  background-color: #7affac !important;
  border-color: #7affac !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary:hover {
  background-color: #fafffc !important;
}
.btn-secondary {
  border: 0px !important;
  color: #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e1ffec !important;
  border-color: #e1ffec !important;
  color: #cccccc !important;
}
.btn-secondary:hover {
  color: #cccccc !important;
  background-color: #95ffbc !important;
  border-color: #95ffbc !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #cccccc !important;
  background-color: #95ffbc !important;
  border-color: #95ffbc !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-info {
  border: 0px !important;
  color: #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #cccccc !important;
}
.btn-info:hover {
  color: #cccccc !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #cccccc !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-success {
  border: 0px !important;
  color: #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #a3a3a3 !important;
  border-color: #a3a3a3 !important;
  color: #cccccc !important;
}
.btn-success:hover {
  color: #cccccc !important;
  background-color: #7d7d7d !important;
  border-color: #7d7d7d !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #cccccc !important;
  background-color: #7d7d7d !important;
  border-color: #7d7d7d !important;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-warning {
  border: 0px !important;
  color: #ffffff;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #cccccc !important;
}
.btn-warning:hover {
  color: #cccccc !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #cccccc !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-danger {
  border: 0px !important;
  color: #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #cccccc !important;
}
.btn-danger:hover {
  color: #cccccc !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #cccccc !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-white {
  border: 0px !important;
  color: #ffffff;
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #cccccc !important;
}
.btn-white:hover {
  color: #cccccc !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #cccccc !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white:hover,
.btn-white:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-black {
  border: 0px !important;
  color: #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #cccccc !important;
}
.btn-black:hover {
  color: #cccccc !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #cccccc !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black:hover,
.btn-black:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary-outline {
  background-color: transparent !important;
  border: 2px solid #c7ffdc !important;
  color: #ffffff !important;
  color: #c7ffdc !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #c7ffdc;
  color: #c7ffdc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #00c74b;
  background-color: #c7ffdc;
  border-color: #c7ffdc;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #00c74b !important;
  background-color: #c7ffdc !important;
  border-color: #c7ffdc !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background-color: #c7ffdc !important;
  color: #cccccc !important;
}
.btn-primary-outline:hover {
  color: #cccccc !important;
}
.btn-secondary-outline {
  background-color: transparent !important;
  border: 2px solid #e1ffec !important;
  color: #ffffff !important;
  color: #e1ffec !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #e1ffec;
  color: #e1ffec;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #00e153;
  background-color: #e1ffec;
  border-color: #e1ffec;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #00e153 !important;
  background-color: #e1ffec !important;
  border-color: #e1ffec !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background-color: #e1ffec !important;
  color: #cccccc !important;
}
.btn-secondary-outline:hover {
  color: #ffffff !important;
}
.btn-info-outline {
  background-color: transparent !important;
  border: 2px solid #cccccc !important;
  color: #ffffff !important;
  color: #cccccc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #4d4d4d;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #4d4d4d !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background-color: #cccccc !important;
  color: #cccccc !important;
}
.btn-info-outline:hover {
  color: #ffffff !important;
}
.btn-success-outline {
  background-color: transparent !important;
  border: 2px solid #a3a3a3 !important;
  color: #ffffff !important;
  color: #a3a3a3 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #a3a3a3;
  color: #a3a3a3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #a3a3a3;
  border-color: #a3a3a3;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #a3a3a3 !important;
  border-color: #a3a3a3 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background-color: #a3a3a3 !important;
  color: #cccccc !important;
}
.btn-success-outline:hover {
  color: #ffffff !important;
}
.btn-warning-outline {
  background-color: transparent !important;
  border: 2px solid #808080 !important;
  color: #ffffff !important;
  color: #808080 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #808080;
  color: #808080;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  background-color: #808080 !important;
  color: #cccccc !important;
}
.btn-warning-outline:hover {
  color: #ffffff !important;
}
.btn-danger-outline {
  background-color: transparent !important;
  border: 2px solid #b1a374 !important;
  color: #ffffff !important;
  color: #b1a374 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #b1a374;
  color: #b1a374;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  background-color: #b1a374 !important;
  color: #cccccc !important;
}
.btn-danger-outline:hover {
  color: #ffffff !important;
}
.btn-black-outline {
  background-color: transparent !important;
  border: 2px solid #333333 !important;
  color: #ffffff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  background-color: #333333 !important;
  color: #cccccc !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #c7ffdc !important;
}
.text-secondary {
  color: #e1ffec !important;
}
.text-success {
  color: #a3a3a3 !important;
}
.text-info {
  color: #cccccc !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ffffff !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ffffff !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d6d6d6 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #c7ffdc;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #cccccc;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c7ffdc;
  border-color: #c7ffdc;
  color: #00e054;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #c7ffdc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e3e3e3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Quicksand', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 500;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #c7ffdc;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c7ffdc;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #c7ffdc;
  border-bottom-color: #c7ffdc;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #c7ffdc !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: #e1ffec !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23c7ffdc' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-rUTpFBi4e9 {
  padding-top: 0px;
  padding-bottom: 0px;
  display: flex;
  justify-content: center;
  background-color: #555555;
}
.cid-rUTpFBi4e9 img {
  filter: grayscale(1);
}
.cid-rUTpFBi4e9 .mbri-arrow-prev::before {
  content: "\f053" !important;
}
.cid-rUTpFBi4e9 .mbri-arrow-next::before {
  content: "\f054" !important;
}
.cid-rUTpFBi4e9 .text-element {
  justify-content: center;
  display: flex;
  position: absolute;
}
.cid-rUTpFBi4e9 .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(66, 71, 76, 0.8);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-rUTpFBi4e9 .card-box-2 {
  z-index: 1;
  position: absolute;
  background-color: rgba(66, 71, 76, 0.2);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-rUTpFBi4e9 .element-2 {
  font-family: 'Quicksand', sans-serif;
}
.cid-rUTpFBi4e9 .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
}
.cid-rUTpFBi4e9 .image-element .img-wrap {
  width: 100% !important;
}
.cid-rUTpFBi4e9 .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rUTpFBi4e9 .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rUTpFBi4e9 .carousel-item.active,
.cid-rUTpFBi4e9 .carousel-item-next,
.cid-rUTpFBi4e9 .carousel-item-prev {
  display: flex;
}
.cid-rUTpFBi4e9 .carousel-controls {
  display: block;
}
.cid-rUTpFBi4e9 .carousel-controls a {
  transition: .3s;
  background-color: transparent;
  border: 2px solid #42474c;
  border-radius: 50%;
}
.cid-rUTpFBi4e9 .carousel-controls a span {
  color: #ffffff;
  font-size: 1.1rem;
}
.cid-rUTpFBi4e9 .carousel-controls a:hover {
  background: #42474c;
}
.cid-rUTpFBi4e9 .carousel-controls a:hover span {
  color: #ffffff;
}
.cid-rUTpFBi4e9 .text-content {
  position: absolute;
  z-index: 10;
}
.cid-rUTpFBi4e9 .text-element-3 {
  text-align: center;
}
.cid-rUTpFBi4e9 .mbr-text-3 {
  text-align: center;
}
.cid-rUTpFBi4e9 .mbr-section-subtitle {
  margin-bottom: 1.6rem;
}
.cid-rUTpFBi4e9 .mbr-section-btn {
  margin-top: 1.8rem;
  margin-right: 0rem;
}
.cid-rUTpFBi4e9 .carousel {
  display: flex;
  justify-content: center;
}
.cid-rUTpFBi4e9 .carousel-control-next,
.cid-rUTpFBi4e9 .carousel-control-prev {
  opacity: 1;
  width: 45px;
  height: 45px;
  z-index: 20;
}
.cid-rUTpFBi4e9 .title-2 {
  font-family: 'Quicksand', sans-serif !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rUTpFBi4e9 .image-element {
    min-width: 50%;
  }
  .cid-rUTpFBi4e9 .media-container-row {
    width: 100%;
  }
}
.cid-rUTpFBi4e9 .bottom-block {
  position: absolute;
  bottom: 0;
  z-index: 10;
  padding-bottom: 1.2rem;
  padding-left: 4.5rem;
}
.cid-rUTpFBi4e9 .text-bottom-2 {
  margin-left: 0.5rem;
}
.cid-rUTpFBi4e9 .text-bottom-3 {
  margin-left: 4rem;
}
.cid-rUTpFBi4e9 .box {
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
  background-size: cover;
  background-position: center;
  height: 200px;
  width: 335px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-rUTpFBi4e9 .icon-wrap {
  background-color: #ffffff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.cid-rUTpFBi4e9 .icon-wrap span {
  padding-left: 4px;
}
.cid-rUTpFBi4e9 .video-title {
  margin-right: 1.2rem;
}
.cid-rUTpFBi4e9 .mbr-media {
  display: flex;
  align-items: center;
}
.cid-rUTpFBi4e9 .mbr-media span {
  font-size: 15px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #42474c !important;
}
.cid-rUTpFBi4e9 .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-rUTpFBi4e9 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rUTpFBi4e9 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rUTpFBi4e9 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rUTpFBi4e9 a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rUTpFBi4e9 a.close:hover {
  color: #ffffff;
}
.cid-rUTpFBi4e9 ul {
  padding-left: 0rem;
}
.cid-rUTpFBi4e9 li {
  list-style: none;
}
.cid-rUTpFBi4e9 .sign {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rUTpFBi4e9 .mbr-iconfont {
  transition: 0.3s;
}
.cid-rUTpFBi4e9 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rUTpFBi4e9 .social-list .mbr-iconfont-social {
  font-size: 1rem;
  color: #ffffff;
}
.cid-rUTpFBi4e9 .social-list .mbr-iconfont-social:hover {
  opacity: 0.6;
}
.cid-rUTpFBi4e9 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-rUTpFBi4e9 .social-list a {
  margin: 0;
  opacity: 1;
  height: 26px;
  padding-right: 2px;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rUTpFBi4e9 .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rUTpFBi4e9 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rUTpFBi4e9 .item-wrap {
  margin-bottom: 14px;
}
.cid-rUTpFBi4e9 .social-row {
  width: 100%;
  -webkit-justify-content: center;
  justify-content: flex-start;
  margin: 0 -0.5rem;
}
.cid-rUTpFBi4e9 .wrap {
  height: 660px;
}
@media (max-width: 767px) {
  .cid-rUTpFBi4e9 .bottom-block {
    display: none;
  }
  .cid-rUTpFBi4e9 .block-video {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  .cid-rUTpFBi4e9 .text-content {
    top: 3rem;
    padding: 0rem;
  }
  .cid-rUTpFBi4e9 .carousel-control-prev {
    left: auto !important;
    right: 4.7rem !important;
    top: auto;
    bottom: 14rem !important;
  }
  .cid-rUTpFBi4e9 .carousel-control-next {
    top: auto;
    right: 1rem !important;
    bottom: 14rem !important;
  }
}
.cid-rUTpFBi4e9 .btn-primary-outline {
  color: #ffffff !important;
}
.cid-rUTpFBi4e9 .btn-primary-outline:hover {
  color: #cccccc !important;
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rUTpFBi4e9 .bottom-block {
    display: none;
  }
  .cid-rUTpFBi4e9 .block-video {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  .cid-rUTpFBi4e9 .text-content {
    top: 10rem;
  }
  .cid-rUTpFBi4e9 .carousel-control-prev {
    left: auto !important;
    right: 4.7rem !important;
    top: auto;
    bottom: 2.5rem !important;
  }
  .cid-rUTpFBi4e9 .carousel-control-next {
    top: auto;
    right: 1rem !important;
    bottom: 2.5rem !important;
  }
  .cid-rUTpFBi4e9 .block-wrap {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rUTpFBi4e9 .block-video {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
  }
  .cid-rUTpFBi4e9 .text-content {
    top: 5rem;
  }
  .cid-rUTpFBi4e9 .carousel-control-prev {
    left: auto !important;
    right: 2.5rem !important;
    top: 45% !important;
  }
  .cid-rUTpFBi4e9 .carousel-control-next {
    right: 2.5rem !important;
    top: 52% !important;
  }
  .cid-rUTpFBi4e9 .block-wrap {
    padding: 0;
  }
}
.cid-rUTpFBi4e9 .btn {
  margin-left: 0rem;
}
.cid-rUTpFBi4e9 .icon-left {
  margin-right: 0.1rem;
}
.cid-rUTpFBi4e9 .icon-right {
  margin-left: 0.1rem;
}
.cid-rUTpFBi4e9 .video-title,
.cid-rUTpFBi4e9 .icon-wrap {
  z-index: 10;
}
.cid-rUTpFBi4e9 .col-title3 {
  color: #cdba6d;
}
.cid-rUTpFBi4e9 .col-title5 {
  color: #cdba6d;
}
.cid-rUTpFBi4e9 .col-title4 {
  color: #cdba6d;
}
.cid-rUTpFZsfIT {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rUTpFZsfIT img {
  width: 100%;
  object-fit: cover;
}
.cid-rUTpFZsfIT .quote {
  color: #333333;
  font-weight: 700;
}
.cid-rUTpFZsfIT .img-card {
  justify-content: center;
}
.cid-rUTpFZsfIT .card {
  border-radius: 0;
  background: #ffffff;
}
.cid-rUTpFZsfIT .card-title {
  margin-bottom: 1.2rem;
}
.cid-rUTpFZsfIT .mbr-section-subtitle {
  margin-bottom: 0.7rem;
  font-weight: 700;
}
.cid-rUTpFZsfIT .img-col {
  padding: 0;
}
@media (max-width: 767px) {
  .cid-rUTpFZsfIT .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rUTpFZsfIT .wrapper {
    padding: 3rem 0rem 0rem 0rem;
  }
}
@media (min-width: 992px) {
  .cid-rUTpFZsfIT .wrapper {
    padding: 6rem 0rem 6rem 6.3rem;
  }
}
.cid-rUTpFZsfIT .card-title,
.cid-rUTpFZsfIT .card-box {
  color: #303030;
}
.cid-rUTpFZsfIT H3 {
  color: #cdba6d;
}
.cid-rUTpFezVg4 {
  min-height: 80px !important;
  position: static;
}
.cid-rUTpFezVg4 .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-rUTpFezVg4 .nav-item:focus,
.cid-rUTpFezVg4 .nav-link:focus {
  outline: none;
}
.cid-rUTpFezVg4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rUTpFezVg4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rUTpFezVg4 .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-rUTpFezVg4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rUTpFezVg4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rUTpFezVg4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #777777;
}
.cid-rUTpFezVg4 .navbar.opened {
  transition: all .3s;
  background: #777777 !important;
}
.cid-rUTpFezVg4 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rUTpFezVg4 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rUTpFezVg4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rUTpFezVg4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rUTpFezVg4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rUTpFezVg4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rUTpFezVg4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rUTpFezVg4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rUTpFezVg4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rUTpFezVg4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rUTpFezVg4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rUTpFezVg4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rUTpFezVg4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rUTpFezVg4 .navbar.navbar-short {
  background: #777777;
}
.cid-rUTpFezVg4 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rUTpFezVg4 .navbar-brand .navbar-caption {
  line-height: inherit !important;

}
.cid-rUTpFezVg4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rUTpFezVg4 .dropdown-item.active,
.cid-rUTpFezVg4 .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-rUTpFezVg4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rUTpFezVg4 .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-rUTpFezVg4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-rUTpFezVg4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #42474c;
}
.cid-rUTpFezVg4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rUTpFezVg4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rUTpFezVg4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rUTpFezVg4 .navbar-nav {
  margin: auto;
}
.cid-rUTpFezVg4 .navbar-buttons {
  text-align: center;
}
.cid-rUTpFezVg4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rUTpFezVg4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rUTpFezVg4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUTpFezVg4 .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-rUTpFezVg4 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rUTpFezVg4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rUTpFezVg4 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-rUTpFezVg4 .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rUTpFezVg4 .navbar {
    height: 77px;
  }
  .cid-rUTpFezVg4 .navbar.opened {
    height: auto;
  }
}
.cid-rUTpFezVg4 .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-rUTpFezVg4 .text-btn {
  transition: transform 0.3s;
}
.cid-rUTpFezVg4 .btn:hover {
  transform: scale(0.8);
}
.cid-rUTpFezVg4 .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-rUTpFezVg4 .nav-link {
  position: relative;
  display: inline-block;
}
.cid-rUTpFezVg4 .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #42474c;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-rUTpFezVg4 .nav-link:hover::before {
  width: 100%;
}
.cid-rUTpFezVg4 .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-rUTpFezVg4 .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-rUTpFezVg4 .link {
  margin: 0rem 1.2rem;
}
.cid-rUTpFezVg4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-rUTpFezVg4 .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #cdba6d;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-rUTpFezVg4 .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-rUTpFezVg4 .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #42474c;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-rUTpFezVg4 .navbar-caption {
  font-family: 'Permanent Marker', handwriting;
  color:#FDEBF3;
    -webkit-text-stroke: 0.7px #111111;

}


@media (max-width: 992px) {
  .cid-rUTpFezVg4 .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-rUTpFezVg4 .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-rUTpFezVg4 .dropdown-menu::before {
    display: none !important;
  }
  .cid-rUTpFezVg4 .btn:hover {
    background-color: #c7ffdc !important;
    color: #cccccc !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a::after {
    display: none;
  }
  .cid-rUTpFezVg4 .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-rUTpFezVg4 .nav-link::before {
    display: none;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a {
    color: #c7ffdc !important;
  }
  .cid-rUTpFezVg4 .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-rUTpFezVg4 .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-rUTpFezVg4 .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:focus,
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-rUTpFezVg4 .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rUTpFezVg4 .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-rUTpFezVg4 .container-fluid {
    padding-right: 0rem;
  }
  .cid-rUTpFezVg4 .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-rUTpFezVg4 .btn {
    padding: 1.8rem 6rem;
  }
  .cid-rUTpFezVg4 .btn:hover {
    background-color: #FFEA72 !important;
    color: #000000 !important;
    border-radius: 70px;
  }
 
    .cid-rUTpFezVg4 .navbar-caption {
     color: #606060s !important;
  } 
   .cid-rUTpFezVg4 .navbar-caption:hover {
    color: #c7ffdc !important;
  } 
  
  .cid-rUTpFezVg4 .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-rUTpFezVg4 .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:focus,
  .cid-rUTpFezVg4 .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-rUTpFezVg4 .btn-primary {
  color: #000000 !important;
}
.cid-rUTpFezVg4 .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-rUTpFezVg4 .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-rUTpFezVg4 .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-tLZs5C2AZS {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tLZs5C2AZS .mbr-text {
  color: #777777;
  margin-top: 1rem;
}
.cid-tLZs5C2AZS .mbr-section-subtitle {
  margin-bottom: 0rem;
  line-height: 0.8;
}
.cid-tLZs5C2AZS .mbr-section-title {
  color: #4a4c70;
}
.cid-tLZs5C2AZS .mbr-section-btn {
  margin-top: 2rem;
}
@media (min-width: 1200px) {
  .cid-tLZs5C2AZS .mbr-section-subtitle {
    font-size: 188px;
  }
}
.cid-rUTpGhQLS4 {
  padding-top: 60px;
  padding-bottom: 75px;
  background: #ffffff;
}
.cid-rUTpGhQLS4 .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(66, 71, 76, 0.3);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
.cid-rUTpGhQLS4 img {
  filter: grayscale(1);
}
.cid-rUTpGhQLS4 .image-wrap {
  position: relative;
}
.cid-rUTpGhQLS4 .mbr-section-subtitle {
  color: #999999;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.cid-rUTpGhQLS4 .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-rUTpGhQLS4 .card-wrap {
  background: #42474c;
}
.cid-rUTpGhQLS4 .card-wrap .image-wrap img {
  width: 100%;
}
.cid-rUTpGhQLS4 .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rUTpGhQLS4 .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
.cid-rUTpGhQLS4 .mbr-role {
  margin-bottom: 1rem;
  color: #cdba6d;
}
.cid-rUTpGhQLS4 .main-heading {
  margin-bottom: 2.2rem;
}
.cid-rUTpGhQLS4 .btn {
  margin-top: 3rem;
}
.cid-rUTpGhQLS4 .mbr-text {
  color: #777777;
}
@media (max-width: 767px) {
  .cid-rUTpGhQLS4 .team-card.last-card {
    margin-bottom: 0;
  }
  .cid-rUTpGhQLS4 .content-wrap {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-rUTpGhQLS4 .team-card.last-row-card {
    margin-bottom: 0;
  }
  .cid-rUTpGhQLS4 .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-rUTpGhQLS4 .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
  .cid-rUTpGhQLS4 .content-wrap {
    padding: 1.5rem 1.9rem 1.8rem;
  }
}
.cid-rUTpGhQLS4 .btn-primary-outline {
  color: #ffffff !important;
}
.cid-rUTpGhQLS4 .btn-primary-outline:hover {
  color: #cccccc !important;
}
.cid-rUTpGhQLS4 .btn-2 {
  color: #c7ffdc !important;
}
.cid-rUTpGhQLS4 .main-title {
  color: #303030;
}
.cid-rUTpGhQLS4 .mbr-section-subtitle-1 {
  color: #cdba6d;
}
.cid-rUTpHPmDUm {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-rUTpHPmDUm .mbr-overlay {
  background-color: #232323;
  opacity: 0.5;
}
.cid-rUTpHPmDUm .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #cdba6d;
  margin-bottom: 0.7rem;
}
.cid-rUTpHPmDUm input,
.cid-rUTpHPmDUm textarea {
  font-size: 14px;
}
.cid-rUTpHPmDUm input {
  padding: 1.5rem 1.8rem!important;
  border-radius: 50px;
}
.cid-rUTpHPmDUm textarea {
  padding: 0.9rem 2rem!important;
  border-radius: 30px;
  height: 100%;
}
.cid-rUTpHPmDUm .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-rUTpHPmDUm .col-auto {
  width: 100%;
  text-align: center;
}
.cid-rUTpHPmDUm img {
  width: 90%;
  border-radius: 8px;
}
.cid-rUTpHPmDUm .mbr-form .btn {
  margin: .4rem .4rem;
  margin-left: 0rem;
}
.cid-rUTpHPmDUm .btn {
  padding: 1rem 3.5rem!important;
}
.cid-rUTpHPmDUm .title-block {
  margin-bottom: 2rem;
}
.cid-rUTpHPmDUm .form-control,
.cid-rUTpHPmDUm .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rUTpHPmDUm .form-control:hover,
.cid-rUTpHPmDUm .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rUTpHPmDUm .form-control:focus,
.cid-rUTpHPmDUm .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rUTpHPmDUm input::-webkit-input-placeholder,
.cid-rUTpHPmDUm textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-rUTpHPmDUm input:-moz-placeholder,
.cid-rUTpHPmDUm textarea:-moz-placeholder {
  color: #807d78;
}
.cid-rUTpHPmDUm .jq-selectbox li,
.cid-rUTpHPmDUm .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-rUTpHPmDUm .jq-selectbox li:hover,
.cid-rUTpHPmDUm .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-rUTpHPmDUm .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-rUTpHPmDUm .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-rUTpHPmDUm H5 {
  padding-bottom: 2rem;
  color: #303030;
}
.cid-rUTpHPmDUm .mbr-text {
  color: #777777;
}
.cid-rUTpHPmDUm .mbr-form {
  padding: 0rem;
}
.cid-rUTpHPmDUm .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-rUTpHPmDUm .form-row {
    margin: 0;
  }
  .cid-rUTpHPmDUm .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-rUTpHPmDUm .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-rUTpHPmDUm img {
    width: 100%;
  }
}
.cid-rUTpHPmDUm .form-row > [class*=col-] {
  padding: 0 1rem;
}
.cid-rUTpIakqPn {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f2f2f2;
}
.cid-rUTpIakqPn .mbri-left:before {
  content: "\f053" !important;
}
.cid-rUTpIakqPn .mbri-right:before {
  content: "\f054" !important;
}
.cid-rUTpIakqPn .carousel-control-next,
.cid-rUTpIakqPn .carousel-control-prev {
  opacity: 1;
  width: 45px;
  height: 45px;
}
.cid-rUTpIakqPn .profession {
  display: inline;
  font-weight: 700;
  color: #555555;
}
.cid-rUTpIakqPn .author {
  display: inline;
  margin: auto 0;
  font-weight: 700;
  color: #555555;
}
.cid-rUTpIakqPn .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.cid-rUTpIakqPn .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rUTpIakqPn .carousel-item.active,
.cid-rUTpIakqPn .carousel-item-next,
.cid-rUTpIakqPn .carousel-item-prev {
  display: flex;
}
.cid-rUTpIakqPn .mbr-section-subtitle {
  margin-bottom: 0.8rem;
  color: #cdba6d;
  font-weight: 700;
}
.cid-rUTpIakqPn .testimonials-slider__icon {
  font-size: 150px;
  width: 100px;
  color: #42474c;
  font-weight: 700;
  display: inline-block;
}
.cid-rUTpIakqPn .line::before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 40px;
  background: #cdba6d;
  vertical-align: middle;
  margin-right: 20px;
}
.cid-rUTpIakqPn .carousel-controls a {
  transition: .3s;
  border: 2px solid #42474c;
  border-radius: 50%;
}
.cid-rUTpIakqPn .carousel-controls a span {
  font-size: 1rem !important;
  color: #42474c;
}
.cid-rUTpIakqPn .carousel-controls a:hover {
  background-color: #42474c;
  border-color: #42474c;
}
.cid-rUTpIakqPn .carousel-controls a:hover span {
  color: #ffffff;
}
.cid-rUTpIakqPn .mbr-section-title {
  margin-bottom: 3.2rem;
}
.cid-rUTpIakqPn .mbr-text {
  margin-bottom: 2.4rem;
}
.cid-rUTpIakqPn .author-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rUTpIakqPn h3,
.cid-rUTpIakqPn h4 {
  margin: 0;
  padding: 0;
}
.cid-rUTpIakqPn .block-bottom {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-rUTpIakqPn .wrapper-block {
    display: flex;
    margin-top: 5.5rem;
  }
  .cid-rUTpIakqPn .carousel-control-next {
    left: 4.3rem;
  }
  .cid-rUTpIakqPn .carousel-control-prev {
    position: absolute;
    left: 0.8rem !important;
  }
  .cid-rUTpIakqPn .testimonials-slider__icon {
    display: none;
  }
  .cid-rUTpIakqPn .carousel-controls a {
    top: 7rem;
    bottom: auto;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rUTpIakqPn .wrapper-block {
    display: flex;
    margin-top: 5.5rem;
  }
  .cid-rUTpIakqPn .carousel-control-next {
    left: 4.3rem;
  }
  .cid-rUTpIakqPn .carousel-control-prev {
    position: absolute;
    left: 0.8rem !important;
  }
  .cid-rUTpIakqPn .testimonials-slider__icon {
    line-height: 80px;
    font-size: 100px;
    margin-right: 1rem;
  }
  .cid-rUTpIakqPn .carousel-controls a {
    top: 9rem;
    bottom: auto;
  }
}
@media (min-width: 992px) {
  .cid-rUTpIakqPn .wrapper-block {
    display: flex;
  }
  .cid-rUTpIakqPn .carousel-control-next {
    right: 2.2rem;
  }
  .cid-rUTpIakqPn .carousel-control-prev {
    position: absolute;
    right: 5.7rem !important;
    left: auto;
  }
  .cid-rUTpIakqPn .testimonials-slider__icon {
    line-height: 105px;
    margin-right: 2rem;
  }
  .cid-rUTpIakqPn .carousel-controls a {
    top: 3.5rem;
    bottom: auto;
  }
}
.cid-rUTpIakqPn .icon-left {
  margin-right: 0.1rem;
}
.cid-rUTpIakqPn .icon-right {
  margin-left: 0.1rem;
}
.cid-rUTpIakqPn H1 {
  color: #303030;
}
.cid-rUTpIakqPn .mbr-text,
.cid-rUTpIakqPn .mbr-section-btn {
  color: #555555;
}
.cid-tLUDZZrdJO {
  padding-top: 270px;
  padding-bottom: 270px;
  background-image: url("../../../assets/images/mbr-1920x1218.jpg");
}
.cid-tLUDZZrdJO .mbr-section-title {
  font-family: 'Quicksand', sans-serif;
}
.cid-tLUDZZrdJO .promo-primary-description {
  position: absolute;
  bottom: 0rem;
  width: 100%;
  text-align: right;
}
.cid-tLUDZZrdJO .mbr-section-subtitle {
  margin-bottom: 1rem;
  font-family: 'Permanent Marker', handwriting;
}
.cid-tLUDZZrdJO .container::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: -35px;
  width: 75px;
  left: 16px;
 // background-color: #c1f7d5;
}
.cid-tLUDZZrdJO .container::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 25px;
  left: 96px;
  // background-color: #aca7ba;
  bottom: -35px;
}
@media (max-width: 992px) {
  .cid-tLUDZZrdJO .promo-primary-description {
    padding-right: 3rem;
  }
}
@media (min-width: 1200px) {
  .cid-tLUDZZrdJO .bottom-title {
    margin-right: 9rem;
    font-size: 150px;
  }
}
.cid-tLUDZZrdJO .bottom-title {
  letter-spacing: 0px;
}
.cid-tLUDZZrdJO .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-tLUDZZrdJO .btn-primary-outline {
  color: #ffffff !important;
}
.cid-tLUDZZrdJO .btn {
  margin-left: 0rem;
  margin-right: 1rem;
}
.cid-rUTpKPo1ae {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
  position: relative;
  overflow: hidden;
}
.cid-rUTpKPo1ae a {
  transition: 0.3s;
}
.cid-rUTpKPo1ae h5 {
  margin-bottom: 1.6rem;
}
.cid-rUTpKPo1ae .card-img2 span {
  padding-top: 6px;
}
.cid-rUTpKPo1ae .soc-item a {
  padding-top: 5px;
}
.cid-rUTpKPo1ae .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-rUTpKPo1ae .link:hover {
  color: #c7ffdc !important;
}
@media (max-width: 992px) {
  .cid-rUTpKPo1ae .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rUTpKPo1ae .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-rUTpKPo1ae .soc-item span {
  font-size: 1rem;
}
.cid-rUTpKPo1ae .soc-item:hover span {
  color: #c7ffdc !important;
}
.cid-rUTpKPo1ae .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-rUTpKPo1ae .item h4 {
  margin: 0;
}
.cid-rUTpKPo1ae .media-wrap {
  margin-bottom: 1rem;
}
.cid-rUTpKPo1ae .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rUTpKPo1ae img {
  width: 80%;
}
.cid-rUTpKPo1ae .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-rUTpKPo1ae .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rUTpKPo1ae .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-rUTpKPo1ae .container {
  padding: 0;
}
.cid-rUTpKPo1ae .btn-primary:hover {
  background-color: #94ffbc !important;
}
.cid-rUTpL6oEdG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-rUTpL6oEdG .media-container-row {
  align-items: center;
}
.cid-rUTpL6oEdG .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-rUTpL6oEdG .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-rUTpL6oEdG .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-rUTpL6oEdG .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-rUTpL6oEdG .foot-menu-item {
  transform: 0.2s;
}
.cid-rUTpL6oEdG .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-rUTpL6oEdG .foot-menu {
    justify-content: center;
  }
  .cid-rUTpL6oEdG .mbr-text {
    text-align: center;
  }
  .cid-rUTpL6oEdG .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-rUTpL6oEdG .foot-menu {
    justify-content: flex-end;
  }
}
.cid-rUTpL6oEdG .link:hover {
  text-decoration: underline;
}
.cid-rUTpL6oEdG .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-rUTpL6oEdG .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-rUTpL6oEdG .container {
    padding: 0;
  }
}
.cid-rUTpL6oEdG .media-container-row .mbr-text {
  color: #a3a3a3;
}
.cid-tLZzvC02iC {
  padding-top: 75px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-1920x1078.jpg");
}
.cid-tLZzvC02iC .mbr-section-title {
  font-family: 'Quicksand', sans-serif;
}
.cid-tLZzvC02iC .promo-primary-description {
  position: absolute;
  bottom: 0rem;
  width: 100%;
  text-align: right;
}
.cid-tLZzvC02iC .mbr-section-subtitle {
  margin-bottom: 1rem;
  font-family: 'Permanent Marker', handwriting;
}
.cid-tLZzvC02iC .container::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: -35px;
  width: 75px;
  left: 16px;
  background-color: #c1f7d5;
}
.cid-tLZzvC02iC .container::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 25px;
  left: 96px;
  background-color: #aca7ba;
  bottom: -35px;
}
@media (max-width: 992px) {
  .cid-tLZzvC02iC .promo-primary-description {
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .cid-tLZzvC02iC .bottom-title {
    margin-right: 9rem;
    font-size: 150px;
  }
}
.cid-tLZzvC02iC .bottom-title {
  letter-spacing: 0px;
}
.cid-tLZzvC02iC .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-tLZzvC02iC .btn-primary-outline {
  color: #ffffff !important;
}
.cid-tLZzvC02iC .btn {
  margin-left: 0rem;
  margin-right: 1rem;
}
.cid-tM03O1pYyV {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #354463;
}
.cid-tM03O1pYyV .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
}
.cid-tM03O1pYyV .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-tM03O1pYyV H3 {
  color: #ffffff;
}
.cid-tM04X2qQot {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #354463;
  overflow: hidden;
}
.cid-tM04X2qQot .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM04X2qQot .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tM04X2qQot .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #354463, #354463);
}
@media (max-width: 767px) {
  .cid-tM04X2qQot .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-tM04X2qQot .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-tM04X2qQot .card-title {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-tM04X2qQot .card-title {
    margin-bottom: 20px;
  }
}
.cid-tM04X2qQot .card-subtitle {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-tM04X2qQot .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tM04X2qQot .card-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tM0ai3rsmP {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #5c77ac;
}
.cid-tM0ai3rsmP .mbri-left:before {
  content: "\f053" !important;
}
.cid-tM0ai3rsmP .mbri-right:before {
  content: "\f054" !important;
}
.cid-tM0ai3rsmP .carousel-control-next,
.cid-tM0ai3rsmP .carousel-control-prev {
  opacity: 1;
  width: 45px;
  height: 45px;
}
.cid-tM0ai3rsmP .profession {
  display: inline;
  font-weight: 700;
  color: #e1ffec;
}
.cid-tM0ai3rsmP .author {
  display: inline;
  margin: auto 0;
  font-weight: 700;
  color: #ffffff;
}
.cid-tM0ai3rsmP .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.cid-tM0ai3rsmP .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tM0ai3rsmP .carousel-item.active,
.cid-tM0ai3rsmP .carousel-item-next,
.cid-tM0ai3rsmP .carousel-item-prev {
  display: flex;
}
.cid-tM0ai3rsmP .mbr-section-subtitle {
  margin-bottom: 0.8rem;
  color: #ffffff;
  font-weight: 700;
}
.cid-tM0ai3rsmP .testimonials-slider__icon {
  font-size: 150px;
  width: 100px;
  color: #ffffff;
  font-weight: 700;
  display: inline-block;
}
.cid-tM0ai3rsmP .line::before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 40px;
  background: #ffffff;
  vertical-align: middle;
  margin-right: 20px;
}
.cid-tM0ai3rsmP .carousel-controls a {
  transition: 0.3s;
  border: 2px solid #a5d3be;
  border-radius: 50%;
}
.cid-tM0ai3rsmP .carousel-controls a span {
  font-size: 1rem !important;
  color: #ffffff;
}
.cid-tM0ai3rsmP .carousel-controls a:hover {
  background-color: #354463;
  border-color: #354463;
}
.cid-tM0ai3rsmP .carousel-controls a:hover span {
  color: #ffffff;
}
.cid-tM0ai3rsmP .mbr-section-title {
  margin-bottom: 3.2rem;
}
.cid-tM0ai3rsmP .mbr-text {
  margin-bottom: 2.4rem;
}
.cid-tM0ai3rsmP .author-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tM0ai3rsmP h3,
.cid-tM0ai3rsmP h4 {
  margin: 0;
  padding: 0;
}
.cid-tM0ai3rsmP .block-bottom {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-tM0ai3rsmP .wrapper-block {
    display: flex;
    margin-top: 5.5rem;
  }
  .cid-tM0ai3rsmP .carousel-control-next {
    left: 4.3rem;
  }
  .cid-tM0ai3rsmP .carousel-control-prev {
    position: absolute;
    left: 0.8rem !important;
  }
  .cid-tM0ai3rsmP .testimonials-slider__icon {
    display: none;
  }
  .cid-tM0ai3rsmP .carousel-controls a {
    top: 7rem;
    bottom: auto;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tM0ai3rsmP .wrapper-block {
    display: flex;
    margin-top: 5.5rem;
  }
  .cid-tM0ai3rsmP .carousel-control-next {
    left: 4.3rem;
  }
  .cid-tM0ai3rsmP .carousel-control-prev {
    position: absolute;
    left: 0.8rem !important;
  }
  .cid-tM0ai3rsmP .testimonials-slider__icon {
    line-height: 80px;
    font-size: 100px;
    margin-right: 1rem;
  }
  .cid-tM0ai3rsmP .carousel-controls a {
    top: 9rem;
    bottom: auto;
  }
}
@media (min-width: 992px) {
  .cid-tM0ai3rsmP .wrapper-block {
    display: flex;
  }
  .cid-tM0ai3rsmP .carousel-control-next {
    right: 2.2rem;
  }
  .cid-tM0ai3rsmP .carousel-control-prev {
    position: absolute;
    right: 5.7rem !important;
    left: auto;
  }
  .cid-tM0ai3rsmP .testimonials-slider__icon {
    line-height: 105px;
    margin-right: 2rem;
  }
  .cid-tM0ai3rsmP .carousel-controls a {
    top: 3.5rem;
    bottom: auto;
  }
}
.cid-tM0ai3rsmP .icon-left {
  margin-right: 0.1rem;
}
.cid-tM0ai3rsmP .icon-right {
  margin-left: 0.1rem;
}
.cid-tM0ai3rsmP .mbr-text,
.cid-tM0ai3rsmP .mbr-section-btn {
  color: #ffffff;
}
.cid-tM0ai3rsmP H3 {
  color: #ffffff;
}
.cid-tM08UzXkMJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #354463;
}
.cid-tM08UzXkMJ .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
}
.cid-tM08UzXkMJ .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-tM08UzXkMJ H3 {
  color: #ffffff;
}
.cid-tLZChiRz3K {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #354463;
}
@media (max-width: 992px) {
  .cid-tLZChiRz3K {
    padding-top: 0px;
    padding-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .cid-tLZChiRz3K {
    padding-top: 0px;
    padding-bottom: 21px;
  }
}
.cid-tLZChiRz3K .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tLZChiRz3K .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media (min-width: 767px) {
  .cid-tLZChiRz3K .row {
    padding: 0;
  }
}
.cid-tLZChiRz3K .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-tLZChiRz3K .mbr-section-text {
    margin-top: 1.5rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tLZChiRz3K .mbr-section-text {
    margin-top: 1.5rem;
  }
}
.cid-tLZChiRz3K .btn-primary-outline {
  color: #ffffff !important;
}
.cid-tLZH9NNnDZ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #354463;
}
.cid-tLZH9NNnDZ .mbr-section-subtitle {
  font-weight: 700;
}
.cid-tLZH9NNnDZ .btn-primary-outline {
  color: #ffffff !important;
}
.cid-tLZH9NNnDZ .btn-primary-outline:hover {
  color: #cccccc !important;
}
.cid-tLZH9NNnDZ .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-tLZH9NNnDZ .link {
  position: relative;
  display: inline-block;
  transition: 0.3s;
}
.cid-tLZH9NNnDZ .link:hover {
  color: #c7ffdc !important;
}
.cid-tLZH9NNnDZ .link:hover::after {
  opacity: 0;
}
.cid-tLZH9NNnDZ .link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: currentColor;
  transition: opacity 0.3s;
}
.cid-tLZH9NNnDZ .mbr-section-title {
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-tLZH9NNnDZ .img-mbr-section-text {
  position: relative;
}
.cid-tLZH9NNnDZ .img-mbr-section-title {
  margin-bottom: 1.8rem;
  line-height: 35px;
}
.cid-tLZH9NNnDZ img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  font-family: "object-fit: cover; object-position: top center";
  z-index: 0;
  filter: grayscale(1);
}
.cid-tLZH9NNnDZ .mbr-figure {
  min-height: 400px;
  position: relative;
  text-align: center;
}
.cid-tLZH9NNnDZ .row {
  margin: 0;
}
.cid-tLZH9NNnDZ .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-tLZH9NNnDZ .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-tLZH9NNnDZ .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
  .cid-tLZH9NNnDZ .mbr-figure {
    padding: 4rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tLZH9NNnDZ .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-tLZH9NNnDZ .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
  .cid-tLZH9NNnDZ .mbr-figure {
    padding: 147px 70px 112px 70px;
  }
}
@media (min-width: 992px) {
  .cid-tLZH9NNnDZ .mbr-figure {
    padding: 147px 70px 112px 70px;
  }
  .cid-tLZH9NNnDZ .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-tLZH9NNnDZ .img-block {
    padding-left: 6rem;
  }
}
.cid-tM01RQZIuQ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #354463;
}
.cid-tM01RQZIuQ .mbr-section-subtitle {
  color: #c1f7d5;
  font-weight: 700;
}
.cid-tM01RQZIuQ .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-tM01RQZIuQ H3 {
  color: #ffffff;
}
.cid-tLZZvuAVJF {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #354463;
  overflow: hidden;
}
.cid-tLZZvuAVJF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLZZvuAVJF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLZZvuAVJF .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #354463, #354463);
}
@media (max-width: 767px) {
  .cid-tLZZvuAVJF .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-tLZZvuAVJF .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-tLZZvuAVJF .card-title {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-tLZZvuAVJF .card-title {
    margin-bottom: 20px;
  }
}
.cid-tLZZvuAVJF .card-subtitle {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-tLZZvuAVJF .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tLZZvuAVJF .card-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tLZOkeuwD7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #354463;
}
.cid-tLZOkeuwD7 .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tLZOkeuwD7 .mbr-section-subtitle {
  font-weight: 700;
}
.cid-tLZOkeuwD7 .btn-primary-outline {
  color: #ffffff !important;
}
.cid-tLZOkeuwD7 .btn-primary-outline:hover {
  color: #cccccc !important;
}
.cid-tLZOkeuwD7 .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-tLZOkeuwD7 .link {
  position: relative;
  display: inline-block;
  transition: 0.3s;
}
.cid-tLZOkeuwD7 .link:hover {
  color: #c7ffdc !important;
}
.cid-tLZOkeuwD7 .link:hover::after {
  opacity: 0;
}
.cid-tLZOkeuwD7 .link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: currentColor;
  transition: opacity 0.3s;
}
.cid-tLZOkeuwD7 .mbr-section-title {
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-tLZOkeuwD7 .img-mbr-section-text {
  position: relative;
}
.cid-tLZOkeuwD7 .img-mbr-section-title {
  margin-bottom: 1.8rem;
  line-height: 35px;
}
.cid-tLZOkeuwD7 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  font-family: "object-fit: cover; object-position: top center";
  z-index: 0;
  filter: grayscale(1);
}
.cid-tLZOkeuwD7 .mbr-figure {
  min-height: 400px;
  position: relative;
  text-align: center;
}
.cid-tLZOkeuwD7 .row {
  margin: 0;
}
.cid-tLZOkeuwD7 .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-tLZOkeuwD7 .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-tLZOkeuwD7 .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
  .cid-tLZOkeuwD7 .mbr-figure {
    padding: 4rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tLZOkeuwD7 .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-tLZOkeuwD7 .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
  .cid-tLZOkeuwD7 .mbr-figure {
    padding: 147px 70px 112px 70px;
  }
}
@media (min-width: 992px) {
  .cid-tLZOkeuwD7 .mbr-figure {
    padding: 147px 70px 112px 70px;
  }
  .cid-tLZOkeuwD7 .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-tLZOkeuwD7 .img-block {
    padding-left: 6rem;
  }
}
.cid-tLZAiatFmV {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-tLZAiatFmV .team-card {
  overflow: hidden;
}
.cid-tLZAiatFmV .team-card:hover img {
  transform: scale(1.2);
}
.cid-tLZAiatFmV .block-price {
  margin-top: 2rem;
}
.cid-tLZAiatFmV .text-price {
  display: inline-block;
  padding-right: 1rem;
}
.cid-tLZAiatFmV .text-date {
  display: inline-block;
}
.cid-tLZAiatFmV .mbr-section-subtitle-2 {
  font-weight: 700;
}
.cid-tLZAiatFmV .mbr-section-subtitle {
  border-radius: 5px;
  display: inline-block;
  padding: 6px 13px;
  font-weight: bold;
  margin-bottom: 1.7rem;
  background-color: #c1f7d5;
}
.cid-tLZAiatFmV .text-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLZAiatFmV .mbr-role {
  margin-bottom: 1.3rem;
}
.cid-tLZAiatFmV .team-card {
  padding: 0rem;
  position: relative;
  transition: all 0.3s;
}
.cid-tLZAiatFmV .card-wrap {
  position: relative;
  color: #fff;
  text-align: center;
}
.cid-tLZAiatFmV .content-wrap {
  max-width: 340px;
  margin: auto;
  position: relative;
}
.cid-tLZAiatFmV .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tLZAiatFmV img {
  transition: 1s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.cid-tLZAiatFmV .main-heading {
  margin-bottom: 2.2rem;
}
.cid-tLZAiatFmV .btn {
  margin-top: 3rem;
}
.cid-tLZAiatFmV .mbr-text {
  color: #777777;
}
.cid-tLZAiatFmV .mbr-section-title {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tLZAiatFmV .card-wrap {
    padding: 3rem 1rem;
  }
  .cid-tLZAiatFmV .media-content {
    padding: 0;
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tLZAiatFmV .card-wrap {
    padding: 3rem 2rem;
  }
  .cid-tLZAiatFmV .media-content {
    padding: 2rem 2rem 3rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tLZAiatFmV .card-wrap {
    padding: 5rem 1rem;
  }
  .cid-tLZAiatFmV .mbr-text-1 {
    padding-right: 4rem;
  }
}
.cid-tLZzvAQARG {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tLZzvAQARG .mbr-text {
  color: #777777;
  margin-top: 1rem;
}
.cid-tLZzvAQARG .mbr-section-subtitle {
  margin-bottom: 0rem;
  line-height: 0.8;
}
.cid-tLZzvAQARG .mbr-section-title {
  color: #4a4c70;
}
.cid-tLZzvAQARG .mbr-section-btn {
  margin-top: 2rem;
}
@media (min-width: 1200px) {
  .cid-tLZzvAQARG .mbr-section-subtitle {
    font-size: 188px;
  }
}
.cid-tLZzvAAAku {
  min-height: 80px !important;
  position: static;
}
.cid-tLZzvAAAku .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-tLZzvAAAku .nav-item:focus,
.cid-tLZzvAAAku .nav-link:focus {
  outline: none;
}
.cid-tLZzvAAAku .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tLZzvAAAku .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tLZzvAAAku .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-tLZzvAAAku .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLZzvAAAku .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLZzvAAAku .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #777777;
}
.cid-tLZzvAAAku .navbar.opened {
  transition: all .3s;
  background: #777777 !important;
}
.cid-tLZzvAAAku .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tLZzvAAAku .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLZzvAAAku .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tLZzvAAAku .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tLZzvAAAku .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLZzvAAAku .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLZzvAAAku .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tLZzvAAAku .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLZzvAAAku .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tLZzvAAAku .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tLZzvAAAku .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLZzvAAAku .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tLZzvAAAku .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLZzvAAAku .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLZzvAAAku .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tLZzvAAAku .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tLZzvAAAku .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLZzvAAAku .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLZzvAAAku .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tLZzvAAAku .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tLZzvAAAku .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tLZzvAAAku .navbar.navbar-short {
  background: #777777;
}
.cid-tLZzvAAAku .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tLZzvAAAku .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLZzvAAAku .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLZzvAAAku .dropdown-item.active,
.cid-tLZzvAAAku .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-tLZzvAAAku .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLZzvAAAku .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-tLZzvAAAku .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-tLZzvAAAku .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #42474c;
}
.cid-tLZzvAAAku .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLZzvAAAku .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLZzvAAAku ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tLZzvAAAku .navbar-nav {
  margin: auto;
}
.cid-tLZzvAAAku .navbar-buttons {
  text-align: center;
}
.cid-tLZzvAAAku button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tLZzvAAAku button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tLZzvAAAku button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tLZzvAAAku button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tLZzvAAAku button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tLZzvAAAku button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tLZzvAAAku nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLZzvAAAku nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tLZzvAAAku nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tLZzvAAAku nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tLZzvAAAku .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-tLZzvAAAku a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tLZzvAAAku .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tLZzvAAAku .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tLZzvAAAku .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tLZzvAAAku .navbar {
    height: 77px;
  }
  .cid-tLZzvAAAku .navbar.opened {
    height: auto;
  }
}
.cid-tLZzvAAAku .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-tLZzvAAAku .text-btn {
  transition: transform 0.3s;
}
.cid-tLZzvAAAku .btn:hover {
  transform: scale(0.8);
}
.cid-tLZzvAAAku .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-tLZzvAAAku .nav-link {
  position: relative;
  display: inline-block;
}
.cid-tLZzvAAAku .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #42474c;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-tLZzvAAAku .nav-link:hover::before {
  width: 100%;
}
.cid-tLZzvAAAku .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-tLZzvAAAku .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-tLZzvAAAku .link {
  margin: 0rem 1.2rem;
}
.cid-tLZzvAAAku .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-tLZzvAAAku .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #cdba6d;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-tLZzvAAAku .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-tLZzvAAAku .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #42474c;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-tLZzvAAAku .navbar-caption {
  font-family: 'Permanent Marker', handwriting;
}
@media (max-width: 992px) {
  .cid-tLZzvAAAku .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-tLZzvAAAku .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-tLZzvAAAku .dropdown-menu::before {
    display: none !important;
  }
  .cid-tLZzvAAAku .btn:hover {
    background-color: #c7ffdc !important;
    color: #cccccc !important;
  }
  .cid-tLZzvAAAku .dropdown-menu > a::after {
    display: none;
  }
  .cid-tLZzvAAAku .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-tLZzvAAAku .nav-link::before {
    display: none;
  }
  .cid-tLZzvAAAku .dropdown-menu > a {
    color: #c7ffdc !important;
  }
  .cid-tLZzvAAAku .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-tLZzvAAAku .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-tLZzvAAAku .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-tLZzvAAAku .nav-dropdown .dropdown-item:focus,
  .cid-tLZzvAAAku .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-tLZzvAAAku .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tLZzvAAAku .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tLZzvAAAku .container-fluid {
    padding-right: 0rem;
  }
  .cid-tLZzvAAAku .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-tLZzvAAAku .btn {
    padding: 1.8rem 6rem;
  }
  .cid-tLZzvAAAku .btn:hover {
    background-color: #cccccc !important;
    color: #c7ffdc !important;
  }
  .cid-tLZzvAAAku .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-tLZzvAAAku .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-tLZzvAAAku .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-tLZzvAAAku .nav-dropdown .dropdown-item:focus,
  .cid-tLZzvAAAku .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-tLZzvAAAku .btn-primary {
  color: #cccccc !important;
}
.cid-tLZzvAAAku .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-tLZzvAAAku .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-tLZzvAAAku .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-tLZzvBrih3 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tLZzvBrih3 .mbr-overlay {
  background-color: #232323;
  opacity: 0.5;
}
.cid-tLZzvBrih3 .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #cdba6d;
  margin-bottom: 0.7rem;
}
.cid-tLZzvBrih3 input,
.cid-tLZzvBrih3 textarea {
  font-size: 14px;
}
.cid-tLZzvBrih3 input {
  padding: 1.5rem 1.8rem!important;
  border-radius: 50px;
}
.cid-tLZzvBrih3 textarea {
  padding: 0.9rem 2rem!important;
  border-radius: 30px;
  height: 100%;
}
.cid-tLZzvBrih3 .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-tLZzvBrih3 .col-auto {
  width: 100%;
  text-align: center;
}
.cid-tLZzvBrih3 img {
  width: 90%;
  border-radius: 8px;
}
.cid-tLZzvBrih3 .mbr-form .btn {
  margin: .4rem .4rem;
  margin-left: 0rem;
}
.cid-tLZzvBrih3 .btn {
  padding: 1rem 3.5rem!important;
}
.cid-tLZzvBrih3 .title-block {
  margin-bottom: 2rem;
}
.cid-tLZzvBrih3 .form-control,
.cid-tLZzvBrih3 .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tLZzvBrih3 .form-control:hover,
.cid-tLZzvBrih3 .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tLZzvBrih3 .form-control:focus,
.cid-tLZzvBrih3 .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tLZzvBrih3 input::-webkit-input-placeholder,
.cid-tLZzvBrih3 textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-tLZzvBrih3 input:-moz-placeholder,
.cid-tLZzvBrih3 textarea:-moz-placeholder {
  color: #807d78;
}
.cid-tLZzvBrih3 .jq-selectbox li,
.cid-tLZzvBrih3 .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-tLZzvBrih3 .jq-selectbox li:hover,
.cid-tLZzvBrih3 .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-tLZzvBrih3 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-tLZzvBrih3 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-tLZzvBrih3 H5 {
  padding-bottom: 2rem;
  color: #303030;
}
.cid-tLZzvBrih3 .mbr-text {
  color: #777777;
}
.cid-tLZzvBrih3 .mbr-form {
  padding: 0rem;
}
.cid-tLZzvBrih3 .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-tLZzvBrih3 .form-row {
    margin: 0;
  }
  .cid-tLZzvBrih3 .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-tLZzvBrih3 .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-tLZzvBrih3 img {
    width: 100%;
  }
}
.cid-tLZzvBrih3 .form-row > [class*=col-] {
  padding: 0 1rem;
}
.cid-tLZzvCg8y2 {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
  position: relative;
  overflow: hidden;
}
.cid-tLZzvCg8y2 a {
  transition: 0.3s;
}
.cid-tLZzvCg8y2 h5 {
  margin-bottom: 1.6rem;
}
.cid-tLZzvCg8y2 .card-img2 span {
  padding-top: 6px;
}
.cid-tLZzvCg8y2 .soc-item a {
  padding-top: 5px;
}
.cid-tLZzvCg8y2 .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-tLZzvCg8y2 .link:hover {
  color: #c7ffdc !important;
}
@media (max-width: 992px) {
  .cid-tLZzvCg8y2 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tLZzvCg8y2 .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-tLZzvCg8y2 .soc-item span {
  font-size: 1rem;
}
.cid-tLZzvCg8y2 .soc-item:hover span {
  color: #c7ffdc !important;
}
.cid-tLZzvCg8y2 .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-tLZzvCg8y2 .item h4 {
  margin: 0;
}
.cid-tLZzvCg8y2 .media-wrap {
  margin-bottom: 1rem;
}
.cid-tLZzvCg8y2 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tLZzvCg8y2 img {
  width: 80%;
}
.cid-tLZzvCg8y2 .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-tLZzvCg8y2 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tLZzvCg8y2 .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-tLZzvCg8y2 .container {
  padding: 0;
}
.cid-tLZzvCg8y2 .btn-primary:hover {
  background-color: #94ffbc !important;
}
.cid-tLZzvCFc4y {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-tLZzvCFc4y .media-container-row {
  align-items: center;
}
.cid-tLZzvCFc4y .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tLZzvCFc4y .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tLZzvCFc4y .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tLZzvCFc4y .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-tLZzvCFc4y .foot-menu-item {
  transform: 0.2s;
}
.cid-tLZzvCFc4y .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-tLZzvCFc4y .foot-menu {
    justify-content: center;
  }
  .cid-tLZzvCFc4y .mbr-text {
    text-align: center;
  }
  .cid-tLZzvCFc4y .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tLZzvCFc4y .foot-menu {
    justify-content: flex-end;
  }
}
.cid-tLZzvCFc4y .link:hover {
  text-decoration: underline;
}
.cid-tLZzvCFc4y .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-tLZzvCFc4y .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-tLZzvCFc4y .container {
    padding: 0;
  }
}
.cid-tLZzvCFc4y .media-container-row .mbr-text {
  color: #a3a3a3;
}
.cid-tM0lzM00sK {
  padding-top: 75px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-1920x1078.jpg");
}
.cid-tM0lzM00sK .mbr-section-title {
  font-family: 'Quicksand', sans-serif;
}
.cid-tM0lzM00sK .promo-primary-description {
  position: absolute;
  bottom: 0rem;
  width: 100%;
  text-align: right;

}
.cid-tM0lzM00sK .mbr-section-subtitle {
  margin-bottom: 1rem;
  font-family: 'Permanent Marker', handwriting;
}
.cid-tM0lzM00sK .container::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: -35px;
  width: 75px;
  left: 16px;
  background-color: #c1f7d5;
}
.cid-tM0lzM00sK .container::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 25px;
  left: 96px;
  background-color: #aca7ba;
  bottom: -35px;
}
@media (max-width: 992px) {
  .cid-tM0lzM00sK .promo-primary-description {
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .cid-tM0lzM00sK .bottom-title {
    margin-right: 9rem;
    font-size: 150px;
  }
}
.cid-tM0lzM00sK .bottom-title {
  letter-spacing: 0px;
}
.cid-tM0lzM00sK .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-tM0lzM00sK .btn-primary-outline {
  color: #ffffff !important;
}
.cid-tM0lzM00sK .btn {
  margin-left: 0rem;
  margin-right: 1rem;
}
.cid-tM0lzMJSAc {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #354463;
}
.cid-tM0lzMJSAc .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
}
.cid-tM0lzMJSAc .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-tM0lzMJSAc H3 {
  color: #ffffff;
}
.cid-tM0lzMJSAc .mbr-text,
.cid-tM0lzMJSAc .mbr-section-btn {
  color: #ffffff;
}
.cid-tM0n2gRiUt {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #354463;
}
.cid-tM0n2gRiUt .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
}
.cid-tM0n2gRiUt .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-tM0n2gRiUt H3 {
  color: #ffffff;
}
.cid-tM0lzMYkKc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #354463;
  overflow: hidden;
}
.cid-tM0lzMYkKc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM0lzMYkKc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tM0lzMYkKc .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #354463, #354463);
}
@media (max-width: 767px) {
  .cid-tM0lzMYkKc .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-tM0lzMYkKc .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-tM0lzMYkKc .card-title {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-tM0lzMYkKc .card-title {
    margin-bottom: 20px;
  }
}
.cid-tM0lzMYkKc .card-subtitle {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-tM0lzMYkKc .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tM0lzMYkKc .card-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tM0lzNcfWO {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #5c77ac;
}
.cid-tM0lzNcfWO .mbri-left:before {
  content: "\f053" !important;
}
.cid-tM0lzNcfWO .mbri-right:before {
  content: "\f054" !important;
}
.cid-tM0lzNcfWO .carousel-control-next,
.cid-tM0lzNcfWO .carousel-control-prev {
  opacity: 1;
  width: 45px;
  height: 45px;
}
.cid-tM0lzNcfWO .profession {
  display: inline;
  font-weight: 700;
  color: #e1ffec;
}
.cid-tM0lzNcfWO .author {
  display: inline;
  margin: auto 0;
  font-weight: 700;
  color: #ffffff;
}
.cid-tM0lzNcfWO .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.cid-tM0lzNcfWO .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-tM0lzNcfWO .carousel-item.active,
.cid-tM0lzNcfWO .carousel-item-next,
.cid-tM0lzNcfWO .carousel-item-prev {
  display: flex;
}
.cid-tM0lzNcfWO .mbr-section-subtitle {
  margin-bottom: 0.8rem;
  color: #ffffff;
  font-weight: 700;
}
.cid-tM0lzNcfWO .testimonials-slider__icon {
  font-size: 150px;
  width: 100px;
  color: #ffffff;
  font-weight: 700;
  display: inline-block;
}
.cid-tM0lzNcfWO .line::before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 40px;
  background: #ffffff;
  vertical-align: middle;
  margin-right: 20px;
}
.cid-tM0lzNcfWO .carousel-controls a {
  transition: 0.3s;
  border: 2px solid #a5d3be;
  border-radius: 50%;
}
.cid-tM0lzNcfWO .carousel-controls a span {
  font-size: 1rem !important;
  color: #ffffff;
}
.cid-tM0lzNcfWO .carousel-controls a:hover {
  background-color: #354463;
  border-color: #354463;
}
.cid-tM0lzNcfWO .carousel-controls a:hover span {
  color: #ffffff;
}
.cid-tM0lzNcfWO .mbr-section-title {
  margin-bottom: 3.2rem;
}
.cid-tM0lzNcfWO .mbr-text {
  margin-bottom: 2.4rem;
}
.cid-tM0lzNcfWO .author-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tM0lzNcfWO h3,
.cid-tM0lzNcfWO h4 {
  margin: 0;
  padding: 0;
}
.cid-tM0lzNcfWO .block-bottom {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-tM0lzNcfWO .wrapper-block {
    display: flex;
    margin-top: 5.5rem;
  }
  .cid-tM0lzNcfWO .carousel-control-next {
    left: 4.3rem;
  }
  .cid-tM0lzNcfWO .carousel-control-prev {
    position: absolute;
    left: 0.8rem !important;
  }
  .cid-tM0lzNcfWO .testimonials-slider__icon {
    display: none;
  }
  .cid-tM0lzNcfWO .carousel-controls a {
    top: 7rem;
    bottom: auto;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tM0lzNcfWO .wrapper-block {
    display: flex;
    margin-top: 5.5rem;
  }
  .cid-tM0lzNcfWO .carousel-control-next {
    left: 4.3rem;
  }
  .cid-tM0lzNcfWO .carousel-control-prev {
    position: absolute;
    left: 0.8rem !important;
  }
  .cid-tM0lzNcfWO .testimonials-slider__icon {
    line-height: 80px;
    font-size: 100px;
    margin-right: 1rem;
  }
  .cid-tM0lzNcfWO .carousel-controls a {
    top: 9rem;
    bottom: auto;
  }
}
@media (min-width: 992px) {
  .cid-tM0lzNcfWO .wrapper-block {
    display: flex;
  }
  .cid-tM0lzNcfWO .carousel-control-next {
    right: 2.2rem;
  }
  .cid-tM0lzNcfWO .carousel-control-prev {
    position: absolute;
    right: 5.7rem !important;
    left: auto;
  }
  .cid-tM0lzNcfWO .testimonials-slider__icon {
    line-height: 105px;
    margin-right: 2rem;
  }
  .cid-tM0lzNcfWO .carousel-controls a {
    top: 3.5rem;
    bottom: auto;
  }
}
.cid-tM0lzNcfWO .icon-left {
  margin-right: 0.1rem;
}
.cid-tM0lzNcfWO .icon-right {
  margin-left: 0.1rem;
}
.cid-tM0lzNcfWO .mbr-text,
.cid-tM0lzNcfWO .mbr-section-btn {
  color: #ffffff;
}
.cid-tM0lzNcfWO H3 {
  color: #ffffff;
}
.cid-tM0lzNxsbd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #354463;
}
.cid-tM0lzNxsbd .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
}
.cid-tM0lzNxsbd .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-tM0lzNxsbd H3 {
  color: #ffffff;
}
.cid-tM0lzNJTGV {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #354463;
}
@media (max-width: 992px) {
  .cid-tM0lzNJTGV {
    padding-top: 0px;
    padding-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .cid-tM0lzNJTGV {
    padding-top: 0px;
    padding-bottom: 21px;
  }
}
.cid-tM0lzNJTGV .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tM0lzNJTGV .mbr-section-subtitle {
  font-weight: 700;
  margin-bottom: 0.5rem;
}
@media (min-width: 767px) {
  .cid-tM0lzNJTGV .row {
    padding: 0;
  }
}
.cid-tM0lzNJTGV .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-tM0lzNJTGV .mbr-section-text {
    margin-top: 1.5rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tM0lzNJTGV .mbr-section-text {
    margin-top: 1.5rem;
  }
}
.cid-tM0lzNJTGV .btn-primary-outline {
  color: #ffffff !important;
}
.cid-tM0lzNVIt7 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #354463;
}
.cid-tM0lzNVIt7 .mbr-section-subtitle {
  font-weight: 700;
}
.cid-tM0lzNVIt7 .btn-primary-outline {
  color: #ffffff !important;
}
.cid-tM0lzNVIt7 .btn-primary-outline:hover {
  color: #cccccc !important;
}
.cid-tM0lzNVIt7 .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-tM0lzNVIt7 .link {
  position: relative;
  display: inline-block;
  transition: 0.3s;
}
.cid-tM0lzNVIt7 .link:hover {
  color: #c7ffdc !important;
}
.cid-tM0lzNVIt7 .link:hover::after {
  opacity: 0;
}
.cid-tM0lzNVIt7 .link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: currentColor;
  transition: opacity 0.3s;
}
.cid-tM0lzNVIt7 .mbr-section-title {
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-tM0lzNVIt7 .img-mbr-section-text {
  position: relative;
}
.cid-tM0lzNVIt7 .img-mbr-section-title {
  margin-bottom: 1.8rem;
  line-height: 35px;
}
.cid-tM0lzNVIt7 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  font-family: "object-fit: cover; object-position: top center";
  z-index: 0;
  filter: grayscale(1);
}
.cid-tM0lzNVIt7 .mbr-figure {
  min-height: 400px;
  position: relative;
  text-align: center;
}
.cid-tM0lzNVIt7 .row {
  margin: 0;
}
.cid-tM0lzNVIt7 .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-tM0lzNVIt7 .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-tM0lzNVIt7 .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
  .cid-tM0lzNVIt7 .mbr-figure {
    padding: 4rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tM0lzNVIt7 .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-tM0lzNVIt7 .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
  .cid-tM0lzNVIt7 .mbr-figure {
    padding: 147px 70px 112px 70px;
  }
}
@media (min-width: 992px) {
  .cid-tM0lzNVIt7 .mbr-figure {
    padding: 147px 70px 112px 70px;
  }
  .cid-tM0lzNVIt7 .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-tM0lzNVIt7 .img-block {
    padding-left: 6rem;
  }
}
.cid-tM0lzO80wF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #354463;
}
.cid-tM0lzO80wF .mbr-section-subtitle {
  color: #c1f7d5;
  font-weight: 700;
}
.cid-tM0lzO80wF .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-tM0lzO80wF H3 {
  color: #ffffff;
}
.cid-tM0lzOlfL8 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #354463;
  overflow: hidden;
}
.cid-tM0lzOlfL8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tM0lzOlfL8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tM0lzOlfL8 .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #354463, #354463);
}
@media (max-width: 767px) {
  .cid-tM0lzOlfL8 .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-tM0lzOlfL8 .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-tM0lzOlfL8 .card-title {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-tM0lzOlfL8 .card-title {
    margin-bottom: 20px;
  }
}
.cid-tM0lzOlfL8 .card-subtitle {
  color: #878e99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-tM0lzOlfL8 .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-tM0lzOlfL8 .card-text {
  color: #ffffff;
  margin-bottom: 0;
}
.cid-tM0lzOzjXG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #354463;
}
.cid-tM0lzOzjXG .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-tM0lzOzjXG .mbr-section-subtitle {
  font-weight: 700;
}
.cid-tM0lzOzjXG .btn-primary-outline {
  color: #ffffff !important;
}
.cid-tM0lzOzjXG .btn-primary-outline:hover {
  color: #cccccc !important;
}
.cid-tM0lzOzjXG .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-tM0lzOzjXG .link {
  position: relative;
  display: inline-block;
  transition: 0.3s;
}
.cid-tM0lzOzjXG .link:hover {
  color: #c7ffdc !important;
}
.cid-tM0lzOzjXG .link:hover::after {
  opacity: 0;
}
.cid-tM0lzOzjXG .link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: currentColor;
  transition: opacity 0.3s;
}
.cid-tM0lzOzjXG .mbr-section-title {
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-tM0lzOzjXG .img-mbr-section-text {
  position: relative;
}
.cid-tM0lzOzjXG .img-mbr-section-title {
  margin-bottom: 1.8rem;
  line-height: 35px;
}
.cid-tM0lzOzjXG img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  font-family: "object-fit: cover; object-position: top center";
  z-index: 0;
  filter: grayscale(1);
}
.cid-tM0lzOzjXG .mbr-figure {
  min-height: 400px;
  position: relative;
  text-align: center;
}
.cid-tM0lzOzjXG .row {
  margin: 0;
}
.cid-tM0lzOzjXG .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-tM0lzOzjXG .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-tM0lzOzjXG .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
  .cid-tM0lzOzjXG .mbr-figure {
    padding: 4rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tM0lzOzjXG .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-tM0lzOzjXG .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
  .cid-tM0lzOzjXG .mbr-figure {
    padding: 147px 70px 112px 70px;
  }
}
@media (min-width: 992px) {
  .cid-tM0lzOzjXG .mbr-figure {
    padding: 147px 70px 112px 70px;
  }
  .cid-tM0lzOzjXG .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-tM0lzOzjXG .img-block {
    padding-left: 6rem;
  }
}
.cid-tM0lzOOcFE {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-tM0lzOOcFE .team-card {
  overflow: hidden;
}
.cid-tM0lzOOcFE .team-card:hover img {
  transform: scale(1.2);
}
.cid-tM0lzOOcFE .block-price {
  margin-top: 2rem;
}
.cid-tM0lzOOcFE .text-price {
  display: inline-block;
  padding-right: 1rem;
}
.cid-tM0lzOOcFE .text-date {
  display: inline-block;
}
.cid-tM0lzOOcFE .mbr-section-subtitle-2 {
  font-weight: 700;
}
.cid-tM0lzOOcFE .mbr-section-subtitle {
  border-radius: 5px;
  display: inline-block;
  padding: 6px 13px;
  font-weight: bold;
  margin-bottom: 1.7rem;
  background-color: #c1f7d5;
}
.cid-tM0lzOOcFE .text-block {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tM0lzOOcFE .mbr-role {
  margin-bottom: 1.3rem;
}
.cid-tM0lzOOcFE .team-card {
  padding: 0rem;
  position: relative;
  transition: all 0.3s;
}
.cid-tM0lzOOcFE .card-wrap {
  position: relative;
  color: #fff;
  text-align: center;
}
.cid-tM0lzOOcFE .content-wrap {
  max-width: 340px;
  margin: auto;
  position: relative;
}
.cid-tM0lzOOcFE .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tM0lzOOcFE img {
  transition: 1s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.cid-tM0lzOOcFE .main-heading {
  margin-bottom: 2.2rem;
}
.cid-tM0lzOOcFE .btn {
  margin-top: 3rem;
}
.cid-tM0lzOOcFE .mbr-text {
  color: #777777;
}
.cid-tM0lzOOcFE .mbr-section-title {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-tM0lzOOcFE .card-wrap {
    padding: 3rem 1rem;
  }
  .cid-tM0lzOOcFE .media-content {
    padding: 0;
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tM0lzOOcFE .card-wrap {
    padding: 3rem 2rem;
  }
  .cid-tM0lzOOcFE .media-content {
    padding: 2rem 2rem 3rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tM0lzOOcFE .card-wrap {
    padding: 5rem 1rem;
  }
  .cid-tM0lzOOcFE .mbr-text-1 {
    padding-right: 4rem;
  }
}
.cid-tM0lzP2mtv {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tM0lzP2mtv .mbr-text {
  color: #777777;
  margin-top: 1rem;
}
.cid-tM0lzP2mtv .mbr-section-subtitle {
  margin-bottom: 0rem;
  line-height: 0.8;
}
.cid-tM0lzP2mtv .mbr-section-title {
  color: #4a4c70;
}
.cid-tM0lzP2mtv .mbr-section-btn {
  margin-top: 2rem;
}
@media (min-width: 1200px) {
  .cid-tM0lzP2mtv .mbr-section-subtitle {
    font-size: 188px;
  }
}
.cid-tM0lzPeRQb {
  min-height: 80px !important;
  position: static;
}
.cid-tM0lzPeRQb .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-tM0lzPeRQb .nav-item:focus,
.cid-tM0lzPeRQb .nav-link:focus {
  outline: none;
}
.cid-tM0lzPeRQb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tM0lzPeRQb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tM0lzPeRQb .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-tM0lzPeRQb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tM0lzPeRQb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tM0lzPeRQb .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #777777;
}
.cid-tM0lzPeRQb .navbar.opened {
  transition: all .3s;
  background: #777777 !important;
}
.cid-tM0lzPeRQb .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-tM0lzPeRQb .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tM0lzPeRQb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tM0lzPeRQb .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tM0lzPeRQb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tM0lzPeRQb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tM0lzPeRQb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tM0lzPeRQb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tM0lzPeRQb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tM0lzPeRQb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tM0lzPeRQb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tM0lzPeRQb .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tM0lzPeRQb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tM0lzPeRQb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tM0lzPeRQb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tM0lzPeRQb .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tM0lzPeRQb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tM0lzPeRQb .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tM0lzPeRQb .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tM0lzPeRQb .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tM0lzPeRQb .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tM0lzPeRQb .navbar.navbar-short {
  background: #777777;
}
.cid-tM0lzPeRQb .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tM0lzPeRQb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tM0lzPeRQb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tM0lzPeRQb .dropdown-item.active,
.cid-tM0lzPeRQb .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-tM0lzPeRQb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tM0lzPeRQb .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-tM0lzPeRQb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-tM0lzPeRQb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #42474c;
}
.cid-tM0lzPeRQb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tM0lzPeRQb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tM0lzPeRQb ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tM0lzPeRQb .navbar-nav {
  margin: auto;
}
.cid-tM0lzPeRQb .navbar-buttons {
  text-align: center;
}
.cid-tM0lzPeRQb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tM0lzPeRQb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tM0lzPeRQb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tM0lzPeRQb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tM0lzPeRQb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tM0lzPeRQb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tM0lzPeRQb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tM0lzPeRQb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tM0lzPeRQb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tM0lzPeRQb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tM0lzPeRQb .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-tM0lzPeRQb a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tM0lzPeRQb .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tM0lzPeRQb .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: center;
}
.cid-tM0lzPeRQb .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tM0lzPeRQb .navbar {
    height: 77px;
  }
  .cid-tM0lzPeRQb .navbar.opened {
    height: auto;
  }
}
.cid-tM0lzPeRQb .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-tM0lzPeRQb .text-btn {
  transition: transform 0.3s;
}
.cid-tM0lzPeRQb .btn:hover {
  transform: scale(0.8);
}
.cid-tM0lzPeRQb .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-tM0lzPeRQb .nav-link {
  position: relative;
  display: inline-block;
}
.cid-tM0lzPeRQb .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #42474c;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-tM0lzPeRQb .nav-link:hover::before {
  width: 100%;
}
.cid-tM0lzPeRQb .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-tM0lzPeRQb .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-tM0lzPeRQb .link {
  margin: 0rem 1.2rem;
}
.cid-tM0lzPeRQb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: .7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background .3s;
  -o-transition: background .3s;
  transition: background .3s;
  border: none !important;
}
.cid-tM0lzPeRQb .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #cdba6d;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-tM0lzPeRQb .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-tM0lzPeRQb .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #42474c;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-tM0lzPeRQb .navbar-caption {
  font-family: 'Permanent Marker', handwriting;
}
@media (max-width: 992px) {
  .cid-tM0lzPeRQb .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-tM0lzPeRQb .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-tM0lzPeRQb .dropdown-menu::before {
    display: none !important;
  }
  .cid-tM0lzPeRQb .btn:hover {
    background-color: #c7ffdc !important;
    color: #cccccc !important;
  }
  .cid-tM0lzPeRQb .dropdown-menu > a::after {
    display: none;
  }
  .cid-tM0lzPeRQb .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-tM0lzPeRQb .nav-link::before {
    display: none;
  }
  .cid-tM0lzPeRQb .dropdown-menu > a {
    color: #c7ffdc !important;
  }
  .cid-tM0lzPeRQb .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-tM0lzPeRQb .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-tM0lzPeRQb .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-tM0lzPeRQb .nav-dropdown .dropdown-item:focus,
  .cid-tM0lzPeRQb .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-tM0lzPeRQb .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-tM0lzPeRQb .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tM0lzPeRQb .container-fluid {
    padding-right: 0rem;
  }
  .cid-tM0lzPeRQb .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-tM0lzPeRQb .btn {
    padding: 1.8rem 6rem;
  }
  .cid-tM0lzPeRQb .btn:hover {
    background-color: #cccccc !important;
    color: #c7ffdc !important;
  }
  .cid-tM0lzPeRQb .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-tM0lzPeRQb .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-tM0lzPeRQb .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-tM0lzPeRQb .nav-dropdown .dropdown-item:focus,
  .cid-tM0lzPeRQb .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-tM0lzPeRQb .btn-primary {
  color: #cccccc !important;
}
.cid-tM0lzPeRQb .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-tM0lzPeRQb .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-tM0lzPeRQb .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-tM0lzPzsAz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tM0lzPzsAz .mbr-overlay {
  background-color: #232323;
  opacity: 0.5;
}
.cid-tM0lzPzsAz .mbr-section-subtitle {
  font-weight: 700 !important;
  color: #cdba6d;
  margin-bottom: 0.7rem;
}
.cid-tM0lzPzsAz input,
.cid-tM0lzPzsAz textarea {
  font-size: 14px;
}
.cid-tM0lzPzsAz input {
  padding: 1.5rem 1.8rem!important;
  border-radius: 50px;
}
.cid-tM0lzPzsAz textarea {
  padding: 0.9rem 2rem!important;
  border-radius: 30px;
  height: 100%;
}
.cid-tM0lzPzsAz .form-group {
  margin-bottom: 1.9rem;
  padding: 0rem;
}
.cid-tM0lzPzsAz .col-auto {
  width: 100%;
  text-align: center;
}
.cid-tM0lzPzsAz img {
  width: 90%;
  border-radius: 8px;
}
.cid-tM0lzPzsAz .mbr-form .btn {
  margin: .4rem .4rem;
  margin-left: 0rem;
}
.cid-tM0lzPzsAz .btn {
  padding: 1rem 3.5rem!important;
}
.cid-tM0lzPzsAz .title-block {
  margin-bottom: 2rem;
}
.cid-tM0lzPzsAz .form-control,
.cid-tM0lzPzsAz .field-input {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-tM0lzPzsAz .form-control:hover,
.cid-tM0lzPzsAz .field-input:hover {
  background-color: #e2e3e7;
  border-color: #e2e3e7;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tM0lzPzsAz .form-control:focus,
.cid-tM0lzPzsAz .field-input:focus {
  background-color: #ffffff;
  border-color: #e2e3e7;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-tM0lzPzsAz input::-webkit-input-placeholder,
.cid-tM0lzPzsAz textarea::-webkit-input-placeholder {
  color: #807d78;
}
.cid-tM0lzPzsAz input:-moz-placeholder,
.cid-tM0lzPzsAz textarea:-moz-placeholder {
  color: #807d78;
}
.cid-tM0lzPzsAz .jq-selectbox li,
.cid-tM0lzPzsAz .jq-selectbox li {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-tM0lzPzsAz .jq-selectbox li:hover,
.cid-tM0lzPzsAz .jq-selectbox li.selected {
  background-color: #e2e3e7;
  color: #000000;
}
.cid-tM0lzPzsAz .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-tM0lzPzsAz .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #e2e3e7;
}
.cid-tM0lzPzsAz H5 {
  padding-bottom: 2rem;
  color: #303030;
}
.cid-tM0lzPzsAz .mbr-text {
  color: #777777;
}
.cid-tM0lzPzsAz .mbr-form {
  padding: 0rem;
}
.cid-tM0lzPzsAz .btn-form {
  margin-top: 0.2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .cid-tM0lzPzsAz .form-row {
    margin: 0;
  }
  .cid-tM0lzPzsAz .btn-form {
    width: 100%;
    padding-right: 1rem;
  }
  .cid-tM0lzPzsAz .btn {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-tM0lzPzsAz img {
    width: 100%;
  }
}
.cid-tM0lzPzsAz .form-row > [class*=col-] {
  padding: 0 1rem;
}
.cid-tM0lzPOyBv {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #1d1d1d;
  position: relative;
  overflow: hidden;
}
.cid-tM0lzPOyBv a {
  transition: 0.3s;
}
.cid-tM0lzPOyBv h5 {
  margin-bottom: 1.6rem;
}
.cid-tM0lzPOyBv .card-img2 span {
  padding-top: 6px;
}
.cid-tM0lzPOyBv .soc-item a {
  padding-top: 5px;
}
.cid-tM0lzPOyBv .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-tM0lzPOyBv .link:hover {
  color: #c7ffdc !important;
}
@media (max-width: 992px) {
  .cid-tM0lzPOyBv .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-tM0lzPOyBv .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-tM0lzPOyBv .soc-item span {
  font-size: 1rem;
}
.cid-tM0lzPOyBv .soc-item:hover span {
  color: #c7ffdc !important;
}
.cid-tM0lzPOyBv .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-tM0lzPOyBv .item h4 {
  margin: 0;
}
.cid-tM0lzPOyBv .media-wrap {
  margin-bottom: 1rem;
}
.cid-tM0lzPOyBv .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-tM0lzPOyBv img {
  width: 80%;
}
.cid-tM0lzPOyBv .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-tM0lzPOyBv .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-tM0lzPOyBv .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-tM0lzPOyBv .container {
  padding: 0;
}
.cid-tM0lzPOyBv .btn-primary:hover {
  background-color: #94ffbc !important;
}
.cid-tM0lzQd1QA {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #111111;
}
.cid-tM0lzQd1QA .media-container-row {
  align-items: center;
}
.cid-tM0lzQd1QA .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-tM0lzQd1QA .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-tM0lzQd1QA .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-tM0lzQd1QA .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-tM0lzQd1QA .foot-menu-item {
  transform: 0.2s;
}
.cid-tM0lzQd1QA .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-tM0lzQd1QA .foot-menu {
    justify-content: center;
  }
  .cid-tM0lzQd1QA .mbr-text {
    text-align: center;
  }
  .cid-tM0lzQd1QA .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-tM0lzQd1QA .foot-menu {
    justify-content: flex-end;
  }
}
.cid-tM0lzQd1QA .link:hover {
  text-decoration: underline;
}
.cid-tM0lzQd1QA .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #a3a3a3;
}
.cid-tM0lzQd1QA .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-tM0lzQd1QA .container {
    padding: 0;
  }
}
.cid-tM0lzQd1QA .media-container-row .mbr-text {
  color: #a3a3a3;
}
