@import url(https://fonts.googleapis.com/css?family=Permanent+Marker:400&display=swap);
@import url(https://fonts.googleapis.com/css?family=Quicksand:300,400,500,600,700&display=swap);





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: #c1f7d5 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #354463 !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: #c1f7d5 !important;
  border-color: #c1f7d5 !important;
  color: #354463 !important;
}
.btn-primary:hover {
  color: #354463 !important;
  background-color: #7deea7 !important;
  border-color: #7deea7 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #354463 !important;
  background-color: #7deea7 !important;
  border-color: #7deea7 !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #94f1b6 !important;
  box-shadow: none !important;
}
.btn-primary:hover {
  background-color: #eefdf4 !important;
}
.btn-secondary {
  border: 0px !important;
  color: #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #4a4c70 !important;
  border-color: #4a4c70 !important;
  color: #354463 !important;
}
.btn-secondary:hover {
  color: #354463 !important;
  background-color: #2c2d42 !important;
  border-color: #2c2d42 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #354463 !important;
  background-color: #2c2d42 !important;
  border-color: #2c2d42 !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: #354463 !important;
  border-color: #354463 !important;
  color: #354463 !important;
}
.btn-info:hover {
  color: #354463 !important;
  background-color: #1a2231 !important;
  border-color: #1a2231 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #354463 !important;
  background-color: #1a2231 !important;
  border-color: #1a2231 !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: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #354463 !important;
}
.btn-success:hover {
  color: #354463 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #354463 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !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: #354463 !important;
}
.btn-warning:hover {
  color: #354463 !important;
  background-color: #5a5a5a !important;
  border-color: #5a5a5a !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #354463 !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: #354463 !important;
}
.btn-danger:hover {
  color: #354463 !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #354463 !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: #354463 !important;
}
.btn-white:hover {
  color: #354463 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #354463 !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: #354463 !important;
}
.btn-black:hover {
  color: #354463 !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #354463 !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 #c1f7d5 !important;
  color: #ffffff !important;
  color: #c1f7d5 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #c1f7d5;
  color: #c1f7d5;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #15a44a;
  background-color: #c1f7d5;
  border-color: #c1f7d5;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #15a44a !important;
  background-color: #c1f7d5 !important;
  border-color: #c1f7d5 !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  background-color: #c1f7d5 !important;
  color: #354463 !important;
}
.btn-primary-outline:hover {
  color: #354463 !important;
}
.btn-secondary-outline {
  background-color: transparent !important;
  border: 2px solid #4a4c70 !important;
  color: #ffffff !important;
  color: #4a4c70 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #4a4c70;
  color: #4a4c70;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #4a4c70;
  border-color: #4a4c70;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #4a4c70 !important;
  border-color: #4a4c70 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  background-color: #4a4c70 !important;
  color: #354463 !important;
}
.btn-secondary-outline:hover {
  color: #ffffff !important;
}
.btn-info-outline {
  background-color: transparent !important;
  border: 2px solid #354463 !important;
  color: #ffffff !important;
  color: #354463 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #354463;
  color: #354463;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #354463;
  border-color: #354463;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #354463 !important;
  border-color: #354463 !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  background-color: #354463 !important;
  color: #354463 !important;
}
.btn-info-outline:hover {
  color: #ffffff !important;
}
.btn-success-outline {
  background-color: transparent !important;
  border: 2px solid #f7ed4a !important;
  color: #ffffff !important;
  color: #f7ed4a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #f7ed4a;
  color: #f7ed4a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  background-color: #f7ed4a !important;
  color: #354463 !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: #354463 !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: #354463 !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: #354463 !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: #c1f7d5 !important;
}
.text-secondary {
  color: #4a4c70 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #354463 !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: #797ca7 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #fbf7ac !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #354463 !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: #c1f7d5;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #354463;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-gallery-filter li.active .btn {
  background-color: #c1f7d5;
  border-color: #c1f7d5;
  color: #18ba54;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #c1f7d5;
}
.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: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #6980af;
}
.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: #c1f7d5;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #c1f7d5;
  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: #c1f7d5;
  border-bottom-color: #c1f7d5;
}
.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: #c1f7d5 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #4a4c70 !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='%23c1f7d5' %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-rUTktMYfIo {
  min-height: 80px !important;
  position: static;
}
.cid-rUTktMYfIo .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-rUTktMYfIo .nav-item:focus,
.cid-rUTktMYfIo .nav-link:focus {
  outline: none;
}
.cid-rUTktMYfIo .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-rUTktMYfIo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rUTktMYfIo .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-rUTktMYfIo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rUTktMYfIo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rUTktMYfIo .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rUTktMYfIo .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rUTktMYfIo .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rUTktMYfIo .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rUTktMYfIo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rUTktMYfIo .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rUTktMYfIo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rUTktMYfIo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rUTktMYfIo .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-rUTktMYfIo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rUTktMYfIo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rUTktMYfIo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rUTktMYfIo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rUTktMYfIo .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rUTktMYfIo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rUTktMYfIo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rUTktMYfIo .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-rUTktMYfIo .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rUTktMYfIo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rUTktMYfIo .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rUTktMYfIo .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rUTktMYfIo .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rUTktMYfIo .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rUTktMYfIo .navbar.navbar-short {
  background: #ffffff;
}
.cid-rUTktMYfIo .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-rUTktMYfIo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rUTktMYfIo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rUTktMYfIo .dropdown-item.active,
.cid-rUTktMYfIo .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-rUTktMYfIo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rUTktMYfIo .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-rUTktMYfIo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-rUTktMYfIo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #354463;
}
.cid-rUTktMYfIo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rUTktMYfIo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rUTktMYfIo ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rUTktMYfIo .navbar-nav {
  margin: auto;
}
.cid-rUTktMYfIo .navbar-buttons {
  text-align: center;
}
.cid-rUTktMYfIo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rUTktMYfIo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #3c3e6b;
}
.cid-rUTktMYfIo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rUTktMYfIo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rUTktMYfIo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rUTktMYfIo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rUTktMYfIo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUTktMYfIo nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rUTktMYfIo nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rUTktMYfIo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rUTktMYfIo .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-rUTktMYfIo a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rUTktMYfIo .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rUTktMYfIo .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-rUTktMYfIo .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rUTktMYfIo .navbar {
    height: 77px;
  }
  .cid-rUTktMYfIo .navbar.opened {
    height: auto;
  }
}
.cid-rUTktMYfIo .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-rUTktMYfIo .text-btn {
  transition: transform 0.3s;
}
.cid-rUTktMYfIo .btn:hover {
  transform: scale(0.8);
}
.cid-rUTktMYfIo .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-rUTktMYfIo .nav-link {
  position: relative;
  display: inline-block;
}
.cid-rUTktMYfIo .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #3c3e6b;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}
.cid-rUTktMYfIo .nav-link:hover::before {
  width: 100%;
}
.cid-rUTktMYfIo .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-rUTktMYfIo .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-rUTktMYfIo .link {
  margin: 0rem 1.2rem;
}
.cid-rUTktMYfIo .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-rUTktMYfIo .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #c1f7d5;
  margin-top: 4px !important;
  transition: width .3s;
  top: 83% !important;
  right: auto !important;
}
.cid-rUTktMYfIo .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-rUTktMYfIo .dropdown-menu::before {
  content: "";
  display: inline-block;
  border: 15px solid transparent;
  border-top: 20px solid #354463;
  position: absolute;
  top: -15px;
  left: 40px;
  transform: rotate(-90deg);
}
.cid-rUTktMYfIo .navbar-caption {
  font-family: 'Permanent Marker', handwriting;
}
@media (max-width: 992px) {
  .cid-rUTktMYfIo .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-rUTktMYfIo .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-rUTktMYfIo .dropdown-menu::before {
    display: none !important;
  }
  .cid-rUTktMYfIo .btn:hover {
    background-color: #c1f7d5 !important;
    color: #354463 !important;
  }
  .cid-rUTktMYfIo .dropdown-menu > a::after {
    display: none;
  }
  .cid-rUTktMYfIo .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-rUTktMYfIo .nav-link::before {
    display: none;
  }
  .cid-rUTktMYfIo .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-rUTktMYfIo .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-rUTktMYfIo .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-rUTktMYfIo .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-rUTktMYfIo .nav-dropdown .dropdown-item:focus,
  .cid-rUTktMYfIo .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-rUTktMYfIo .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rUTktMYfIo .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-rUTktMYfIo .container-fluid {
    padding-right: 0rem;
  }
  .cid-rUTktMYfIo .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-rUTktMYfIo .btn {
    padding: 1.8rem 6rem;
  }
  .cid-rUTktMYfIo .btn:hover {
    background-color: #354463 !important;
    color: #c1f7d5 !important;
  }
  .cid-rUTktMYfIo .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-rUTktMYfIo .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-rUTktMYfIo .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-rUTktMYfIo .nav-dropdown .dropdown-item:focus,
  .cid-rUTktMYfIo .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-rUTktMYfIo .btn-primary {
  color: #354463 !important;
}
.cid-rUTktMYfIo .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-rUTktMYfIo .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-rUTktMYfIo .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-saFHb5fcRJ {
  padding-top: 270px;
  padding-bottom: 270px;
  background-image: url("../../../assets/images/vasile-taranovici-yufbw5lj3us-unsplash-2000x1125.jpg");
}
.cid-saFHb5fcRJ .mbr-section-title {
  font-family: 'Quicksand', sans-serif;
}
.cid-saFHb5fcRJ .promo-primary-description {
  position: absolute;
  bottom: 0rem;
  width: 100%;
  text-align: right;
}
.cid-saFHb5fcRJ .mbr-section-subtitle {
  margin-bottom: 1rem;
  font-family: 'Permanent Marker', handwriting;
}
.cid-saFHb5fcRJ .container::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: -35px;
  width: 75px;
  left: 16px;
  background-color: #c7ffdc;
}
.cid-saFHb5fcRJ .container::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 25px;
  left: 96px;
  background-color: #19212f;
  bottom: -35px;
}
@media (max-width: 992px) {
  .cid-saFHb5fcRJ .promo-primary-description {
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .cid-saFHb5fcRJ .bottom-title {
    margin-right: 9rem;
    font-size: 150px;
  }
}
.cid-saFHb5fcRJ .bottom-title {
  letter-spacing: 0px;
}
.cid-saFHb5fcRJ .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-saFHb5fcRJ .btn-primary-outline {
  color: #ffffff !important;
}
.cid-saFHb5fcRJ .btn {
  margin-left: 0rem;
  margin-right: 1rem;
}
.cid-saFHb5fcRJ H4 {
  color: #19212f;
}
.cid-saFHb5fcRJ H1 {
  color: #19212f;
}
.cid-rUTkuobuOs {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #354463;
}
.cid-rUTkuobuOs .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rUTkuobuOs .mbr-section-subtitle {
  font-weight: 700;
}
.cid-rUTkuobuOs .btn-primary-outline {
  color: #ffffff !important;
}
.cid-rUTkuobuOs .btn-primary-outline:hover {
  color: #354463 !important;
}
.cid-rUTkuobuOs .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-rUTkuobuOs .link {
  position: relative;
  display: inline-block;
  transition: 0.3s;
}
.cid-rUTkuobuOs .link:hover {
  color: #c1f7d5 !important;
}
.cid-rUTkuobuOs .link:hover::after {
  opacity: 0;
}
.cid-rUTkuobuOs .link::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 2px;
  left: 0;
  background-color: currentColor;
  transition: opacity .3s;
}
.cid-rUTkuobuOs .mbr-section-title {
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-rUTkuobuOs .img-mbr-section-text {
  position: relative;
}
.cid-rUTkuobuOs .img-mbr-section-title {
  margin-bottom: 1.8rem;
  line-height: 35px;
}
.cid-rUTkuobuOs 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-rUTkuobuOs .mbr-figure {
  min-height: 400px;
  position: relative;
  text-align: center;
}
.cid-rUTkuobuOs .row {
  margin: 0;
}
.cid-rUTkuobuOs .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-rUTkuobuOs .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-rUTkuobuOs .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
  .cid-rUTkuobuOs .mbr-figure {
    padding: 4rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rUTkuobuOs .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-rUTkuobuOs .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
  .cid-rUTkuobuOs .mbr-figure {
    padding: 147px 70px 112px 70px;
  }
}
@media (min-width: 992px) {
  .cid-rUTkuobuOs .mbr-figure {
    padding: 147px 70px 112px 70px;
  }
  .cid-rUTkuobuOs .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-rUTkuobuOs .img-block {
    padding-left: 6rem;
  }
}
.cid-rUTkuobuOs H3 {
  color: #c1f7d5;
}
.cid-rUTkB3ZOJQ {
  padding-top: 45px;
  padding-bottom: 105px;
  background-color: #c1f7d5;
}
.cid-rUTkB3ZOJQ .mbr-text {
  margin-top: 1rem;
}
.cid-rUTkB3ZOJQ .text-element {
  background-color: #354463;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-rUTkB3ZOJQ .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-rUTkB3ZOJQ .row-element,
.cid-rUTkB3ZOJQ .image-element {
  padding: 0;
}
.cid-rUTkB3ZOJQ .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rUTkB3ZOJQ .image-element .img-wrap {
  width: 100% !important;
}
.cid-rUTkB3ZOJQ .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-rUTkB3ZOJQ .mbr-subtitle {
  display: inline-block;
  background-color: #ffffff;
  border-radius: 3px;
  padding: 0.2rem 1rem;
}
.cid-rUTkB3ZOJQ .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rUTkB3ZOJQ .carousel-item.active,
.cid-rUTkB3ZOJQ .carousel-item-next,
.cid-rUTkB3ZOJQ .carousel-item-prev {
  display: flex;
}
.cid-rUTkB3ZOJQ .carousel-control-next,
.cid-rUTkB3ZOJQ .carousel-control-prev {
  opacity: 1;
  width: 45px;
  height: 45px;
}
.cid-rUTkB3ZOJQ .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rUTkB3ZOJQ .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
  left: -50% !important;
}
.cid-rUTkB3ZOJQ .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #c1f7d5;
}
.cid-rUTkB3ZOJQ .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-rUTkB3ZOJQ .carousel-indicators li:hover {
  opacity: 1;
}
.cid-rUTkB3ZOJQ .mbri-arrow-prev::before {
  content: "\f053" !important;
}
.cid-rUTkB3ZOJQ .mbri-arrow-next::before {
  content: "\f054" !important;
}
.cid-rUTkB3ZOJQ .carousel-controls a {
  transition: .3s;
  border-radius: 50%;
  border: 2px solid #c1f7d5;
  background-color: transparent;
}
.cid-rUTkB3ZOJQ .carousel-controls a span {
  color: #ffffff;
  font-size: 1.1rem;
}
.cid-rUTkB3ZOJQ .carousel-controls a:hover {
  background: #c1f7d5;
}
.cid-rUTkB3ZOJQ .carousel-controls a:hover span {
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rUTkB3ZOJQ .image-element {
    min-width: 50%;
  }
  .cid-rUTkB3ZOJQ .media-container-row {
    width: 100%;
  }
}
.cid-rUTkB3ZOJQ .date-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.1rem;
}
.cid-rUTkB3ZOJQ .mbr-title {
  margin-top: 1rem;
}
.cid-rUTkB3ZOJQ .btn {
  margin-left: 0rem;
}
.cid-rUTkB3ZOJQ .card-box {
  z-index: 1;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  pointer-events: none;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .cid-rUTkB3ZOJQ .text-element {
    padding: 2.3rem 1rem;
  }
  .cid-rUTkB3ZOJQ .carousel-control-next,
  .cid-rUTkB3ZOJQ .carousel-control-prev {
    bottom: auto;
    top: 9.8rem;
  }
  .cid-rUTkB3ZOJQ .carousel-control-prev {
    right: 4.8rem;
    left: auto;
  }
  .cid-rUTkB3ZOJQ .carousel-control-next {
    right: 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rUTkB3ZOJQ .text-element {
    padding: 2.3rem 1rem;
  }
  .cid-rUTkB3ZOJQ .carousel-control-next,
  .cid-rUTkB3ZOJQ .carousel-control-prev {
    bottom: auto;
    top: 46.8%;
  }
  .cid-rUTkB3ZOJQ .carousel-control-prev {
    right: 5.8rem;
    left: auto;
  }
  .cid-rUTkB3ZOJQ .carousel-control-next {
    right: 1.8rem;
  }
}
@media (min-width: 992px) {
  .cid-rUTkB3ZOJQ .text-element {
    padding: 6.2rem 3.8rem;
  }
  .cid-rUTkB3ZOJQ .carousel-control-next,
  .cid-rUTkB3ZOJQ .carousel-control-prev {
    bottom: 2.3rem;
    top: auto;
  }
  .cid-rUTkB3ZOJQ .carousel-control-prev {
    left: 2.3rem;
  }
  .cid-rUTkB3ZOJQ .carousel-control-next {
    left: 6.2rem;
  }
}
.cid-rUTkB3ZOJQ .progress_value {
  display: flex;
  position: relative;
}
.cid-rUTkB3ZOJQ .progress_elements {
  margin-top: 1.5rem;
  margin-bottom: 1.4rem;
}
.cid-rUTkB3ZOJQ .progress {
  width: 100%;
  position: relative;
  height: 13px;
  background-color: #f9f7f6;
  border-radius: 50px;
}
.cid-rUTkB3ZOJQ progress {
  height: 8px;
}
.cid-rUTkB3ZOJQ .title-wrap {
  display: flex;
  justify-content: flex-end;
}
.cid-rUTkB3ZOJQ .progress1 .progressbar-number:before,
.cid-rUTkB3ZOJQ .progress2 .progressbar-number:before,
.cid-rUTkB3ZOJQ .progress3 .progressbar-number:before,
.cid-rUTkB3ZOJQ .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-rUTkB3ZOJQ progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rUTkB3ZOJQ progress::-webkit-progress-value {
  background: #ffffff;
  background-image: linear-gradient(to right, #58ded5, #c1f7d5);
  border-radius: 50px;
}
.cid-rUTkB3ZOJQ progress[value]::-moz-progress-bar {
  background: #ffffff;
}
.cid-rUTkB3ZOJQ progress::-ms-fill {
  background: #ffffff;
}
.cid-rUTkB3ZOJQ .progress1 .progressbar-number:before {
  content: '80';
}
.cid-rUTkB3ZOJQ .progress2 .progressbar-number:before {
  content: '80';
}
.cid-rUTkB3ZOJQ .progress3 .progressbar-number:before {
  content: '90';
}
.cid-rUTkB3ZOJQ .progress4 .progressbar-number:before {
  content: '100';
}
.cid-rUTkB3ZOJQ .progress5 .progressbar-number:before {
  content: '90';
}
.cid-rUTkB3ZOJQ .progress6 .progressbar-number:before {
  content: '100';
}
.cid-rUTkB3ZOJQ .progress7 .progressbar-number:before {
  content: '90';
}
.cid-rUTkB3ZOJQ .progress8 .progressbar-number:before {
  content: '100';
}
.cid-rUTkB3ZOJQ .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-rUTkB3ZOJQ .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-rUTkB3ZOJQ .progress_value span {
  padding-left: 2px;
}
.cid-rUTkB3ZOJQ .icon-left {
  margin-right: 0.1rem;
}
.cid-rUTkB3ZOJQ .icon-right {
  margin-left: 0.1rem;
}
.cid-saG5LwJ39i {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-saG5LwJ39i .mbri-left:before {
  content: "\f053" !important;
}
.cid-saG5LwJ39i .mbri-right:before {
  content: "\f054" !important;
}
.cid-saG5LwJ39i .carousel-control-next,
.cid-saG5LwJ39i .carousel-control-prev {
  opacity: 1;
  width: 45px;
  height: 45px;
}
.cid-saG5LwJ39i .profession {
  display: inline;
  font-weight: 700;
}
.cid-saG5LwJ39i .author {
  display: inline;
  margin: auto 0;
  font-weight: 700;
}
.cid-saG5LwJ39i .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}
.cid-saG5LwJ39i .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-saG5LwJ39i .carousel-item.active,
.cid-saG5LwJ39i .carousel-item-next,
.cid-saG5LwJ39i .carousel-item-prev {
  display: flex;
}
.cid-saG5LwJ39i .mbr-section-subtitle {
  margin-bottom: 0.8rem;
  color: #7c9786;
  font-weight: 700;
}
.cid-saG5LwJ39i .testimonials-slider__icon {
  font-size: 150px;
  width: 100px;
  color: #ffffff;
  font-weight: 700;
  display: inline-block;
}
.cid-saG5LwJ39i .line::before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 40px;
  background: #a1c8af;
  vertical-align: middle;
  margin-right: 20px;
}
.cid-saG5LwJ39i .carousel-controls a {
  transition: .3s;
  border: 2px solid #a5d3be;
  border-radius: 50%;
}
.cid-saG5LwJ39i .carousel-controls a span {
  font-size: 1rem !important;
  color: #354463;
}
.cid-saG5LwJ39i .carousel-controls a:hover {
  background-color: #354463;
  border-color: #354463;
}
.cid-saG5LwJ39i .carousel-controls a:hover span {
  color: #ffffff;
}
.cid-saG5LwJ39i .mbr-section-title {
  margin-bottom: 3.2rem;
}
.cid-saG5LwJ39i .mbr-text {
  margin-bottom: 2.4rem;
}
.cid-saG5LwJ39i .author-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-saG5LwJ39i h3,
.cid-saG5LwJ39i h4 {
  margin: 0;
  padding: 0;
}
.cid-saG5LwJ39i .block-bottom {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-saG5LwJ39i .wrapper-block {
    display: flex;
    margin-top: 5.5rem;
  }
  .cid-saG5LwJ39i .carousel-control-next {
    left: 4.3rem;
  }
  .cid-saG5LwJ39i .carousel-control-prev {
    position: absolute;
    left: 0.8rem !important;
  }
  .cid-saG5LwJ39i .testimonials-slider__icon {
    display: none;
  }
  .cid-saG5LwJ39i .carousel-controls a {
    top: 7rem;
    bottom: auto;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-saG5LwJ39i .wrapper-block {
    display: flex;
    margin-top: 5.5rem;
  }
  .cid-saG5LwJ39i .carousel-control-next {
    left: 4.3rem;
  }
  .cid-saG5LwJ39i .carousel-control-prev {
    position: absolute;
    left: 0.8rem !important;
  }
  .cid-saG5LwJ39i .testimonials-slider__icon {
    line-height: 80px;
    font-size: 100px;
    margin-right: 1rem;
  }
  .cid-saG5LwJ39i .carousel-controls a {
    top: 9rem;
    bottom: auto;
  }
}
@media (min-width: 992px) {
  .cid-saG5LwJ39i .wrapper-block {
    display: flex;
  }
  .cid-saG5LwJ39i .carousel-control-next {
    right: 2.2rem;
  }
  .cid-saG5LwJ39i .carousel-control-prev {
    position: absolute;
    right: 5.7rem !important;
    left: auto;
  }
  .cid-saG5LwJ39i .testimonials-slider__icon {
    line-height: 105px;
    margin-right: 2rem;
  }
  .cid-saG5LwJ39i .carousel-controls a {
    top: 3.5rem;
    bottom: auto;
  }
}
.cid-saG5LwJ39i .icon-left {
  margin-right: 0.1rem;
}
.cid-saG5LwJ39i .icon-right {
  margin-left: 0.1rem;
}
.cid-rUTkAGYgSX {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #f5f6f8;
}
.cid-rUTkAGYgSX .team-card {
  overflow: hidden;
}
.cid-rUTkAGYgSX .team-card:hover img {
  transform: scale(1.2);
}
.cid-rUTkAGYgSX .mbr-section-subtitle {
  border-radius: 5px;
  display: inline-block;
  padding: 6px 13px;
  font-weight: bold;
  margin-bottom: 1.7rem;
  background-color: #c1f7d5;
}
.cid-rUTkAGYgSX .mbr-role {
  margin-bottom: 1.3rem;
}
.cid-rUTkAGYgSX .team-card {
  padding: 0rem;
  position: relative;
  transition: all 0.3s;
}
.cid-rUTkAGYgSX .card-wrap {
  position: relative;
  color: #fff;
  text-align: center;
}
.cid-rUTkAGYgSX .content-wrap {
  max-width: 340px;
  margin: auto;
  position: relative;
}
.cid-rUTkAGYgSX .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rUTkAGYgSX img {
  transition: 1s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.cid-rUTkAGYgSX .main-heading {
  margin-bottom: 2.2rem;
}
.cid-rUTkAGYgSX .btn {
  margin-top: 3rem;
}
.cid-rUTkAGYgSX .mbr-text {
  color: #777777;
}
.cid-rUTkAGYgSX .media-container-row {
  align-items: center;
}
.cid-rUTkAGYgSX .block-price {
  margin-top: 2rem;
}
.cid-rUTkAGYgSX .text-price {
  display: inline-block;
  padding-right: 1rem;
}
.cid-rUTkAGYgSX .text-date {
  display: inline-block;
}
@media (max-width: 767px) {
  .cid-rUTkAGYgSX .card-wrap {
    padding: 3rem 1rem;
  }
  .cid-rUTkAGYgSX .media-container-row {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rUTkAGYgSX .card-wrap {
    padding: 3rem 2rem;
  }
  .cid-rUTkAGYgSX .media-container-row {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-rUTkAGYgSX .card-wrap {
    padding: 5rem 1rem;
  }
}
.cid-saGlkLEXC0 {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-saGlkLEXC0 .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-saGlkLEXC0 .content-row .mbr-section-btn {
  text-align: left;
}
.cid-saGlkLEXC0 p {
  margin-bottom: 0rem;
}
.cid-saGlkLEXC0 .btn {
  margin-bottom: 0rem;
}
.cid-saGlkLEXC0 .mbr-section-title {
  margin-bottom: 20px;
}
.cid-saGlkLEXC0 .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-saGlkLEXC0 .mbr-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .cid-saGlkLEXC0 .mbr-section-btn {
    text-align: left;
  }
  .cid-saGlkLEXC0 .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-saGlkLEXC0 .mbr-section-btn {
    text-align: left;
  }
  .cid-saGlkLEXC0 .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-saGlkLEXC0 .btn {
    margin-top: 0rem;
  }
}
.cid-saGlkLEXC0 .mbr-text {
  color: #354463;
}
.cid-saFFNxzvxO {
  background-color: #c1f7d5;
}
.cid-saFFNxzvxO .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-saFFNxzvxO .carousel-item > div {
  width: 100%;
}
.cid-saFFNxzvxO h5 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.cid-saFFNxzvxO .carousel-item.active,
.cid-saFFNxzvxO .carousel-item-next,
.cid-saFFNxzvxO .carousel-item-prev {
  display: flex;
}
.cid-saFFNxzvxO .carousel-controls a {
  transition: opacity .5s;
  font-size: 1.2rem;
}
.cid-saFFNxzvxO .carousel-controls a span {
  padding: 15px;
  border-radius: 50%;
  opacity: .9;
}
.cid-saFFNxzvxO .carousel-controls a:hover span {
  opacity: 1;
}
@media (min-width: 768px) {
  .cid-saFFNxzvxO .carousel-controls a {
    width: 5%;
  }
}
.cid-saFFNxzvxO .mbr-section-subtitle {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #70747f;
}
.cid-saFFNxzvxO .img-block {
  display: flex;
  flex-direction: column;
  padding: 1rem 1rem 2.5rem;
  background-color: #354463;
}
.cid-saFFNxzvxO img {
  width: 100%;
  margin: 0;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
  background-size: cover;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0px) hue-rotate(0deg);
}
.cid-saFFNxzvxO h4 {
  font-weight: 900;
}
.cid-saFFNxzvxO .mbr-text {
  position: relative;
}
.cid-saFFNxzvxO li {
  background-color: transparent;
  width: 11px;
  height: 11px;
  border: 1px solid #e0e0e0 !important;
  margin-left: 1rem;
  margin-right: 1rem;
}
.cid-saFFNxzvxO li.active {
  position: relative;
  background-color: transparent !important;
  width: 14px;
  height: 14px;
  border: 2px solid #354463 !important;
}
.cid-saFFNxzvxO li.active::after {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #354463;
  border-radius: 50%;
}
.cid-saFFNxzvxO .carousel-indicators {
  position: absolute;
  margin-top: 2rem;
  bottom: 0rem;
  align-items: center;
}
.cid-saFFNxzvxO ol {
  margin-bottom: 0;
}
.cid-saFFNxzvxO .carousel-indicators li {
  border: none;
  border-radius: 50%;
  background-color: #c7c7c7;
  opacity: 1 !important;
}
.cid-saFFNxzvxO .carousel-indicators li:hover {
  color: #354463;
}
.cid-saFFNxzvxO .carousel {
  display: flex;
  overflow: hidden;
  padding-bottom: 5.2rem;
}
@media (max-width: 767px) {
  .cid-saFFNxzvxO {
    padding-top: 0px;
    padding-bottom: 20px;
  }
  .cid-saFFNxzvxO .title-block {
    padding: 0rem !important;
  }
  .cid-saFFNxzvxO .progress_elements {
    padding: 0rem !important;
  }
  .cid-saFFNxzvxO .date-block {
    padding: 0rem !important;
  }
  .cid-saFFNxzvxO .mbr-section-btn {
    padding: 0rem !important;
  }
}
@media (min-width: 767px) {
  .cid-saFFNxzvxO {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .cid-saFFNxzvxO .row {
    margin: 0;
  }
  .cid-saFFNxzvxO .container {
    padding: 0;
  }
}
.cid-saFFNxzvxO .title-block {
  padding: 0rem 1rem;
  margin-top: 0.8rem;
  margin-bottom: 1.8rem;
  bottom: -1rem;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-saFFNxzvxO .wrapper-img {
  position: relative;
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-saFFNxzvxO .desk {
  position: absolute;
  left: 15px;
  top: -15px;
  z-index: 2;
  transition: 0.3s;
  font-weight: 700;
  display: inline-block;
  padding: 0.4rem 1rem;
  border-radius: 3px;
  background: #ffffff;
}
@media (max-width: 992px) {
  .cid-saFFNxzvxO .img-card {
    margin-top: 2rem;
  }
}
.cid-saFFNxzvxO .link {
  border-bottom: 1px solid #e0e0e0;
  display: inline;
  padding-bottom: 3px;
  transition: all .3s;
}
.cid-saFFNxzvxO .date-block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.1rem;
  padding: 0 1rem;
}
.cid-saFFNxzvxO .mbr-section-btn {
  padding: 0 1rem;
}
.cid-saFFNxzvxO .btn {
  margin-left: 0rem;
}
.cid-saFFNxzvxO .progress_elements {
  margin-top: 1.5rem;
  margin-bottom: 1.4rem;
  padding: 0 1rem;
}
.cid-saFFNxzvxO .progress {
  width: 100%;
  position: relative;
  height: 13px;
  background-color: #f9f7f6;
  border-radius: 50px;
}
.cid-saFFNxzvxO progress {
  height: 8px;
}
.cid-saFFNxzvxO .progress_value {
  position: relative;
  display: flex;
}
.cid-saFFNxzvxO .title-wrap {
  display: flex;
  justify-content: flex-end;
}
.cid-saFFNxzvxO .progress1 .progressbar-number:before,
.cid-saFFNxzvxO .progress2 .progressbar-number:before,
.cid-saFFNxzvxO .progress3 .progressbar-number:before,
.cid-saFFNxzvxO .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-saFFNxzvxO progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-saFFNxzvxO progress::-webkit-progress-value {
  background: #ffffff;
  background-image: linear-gradient(to right, #ffcc00, #dc1a1a);
  border-radius: 50px;
}
.cid-saFFNxzvxO progress[value]::-moz-progress-bar {
  background: #ffffff;
}
.cid-saFFNxzvxO progress::-ms-fill {
  background: #ffffff;
}
.cid-saFFNxzvxO .progress1 .progressbar-number:before {
  content: '100';
}
.cid-saFFNxzvxO .progress2 .progressbar-number:before {
  content: '80';
}
.cid-saFFNxzvxO .progress3 .progressbar-number:before {
  content: '90';
}
.cid-saFFNxzvxO .progress4 .progressbar-number:before {
  content: '100';
}
.cid-saFFNxzvxO .progress5 .progressbar-number:before {
  content: '90';
}
.cid-saFFNxzvxO .progress6 .progressbar-number:before {
  content: '100';
}
.cid-saFFNxzvxO .progress7 .progressbar-number:before {
  content: '90';
}
.cid-saFFNxzvxO .progress8 .progressbar-number:before {
  content: '100';
}
.cid-saFFNxzvxO .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-saFFNxzvxO .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-saFFNxzvxO .progressbar-number {
  margin-left: 3rem;
}
@media (max-width: 1200px) {
  .cid-saFFNxzvxO .wrap {
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .cid-saFFNxzvxO .wrap {
    flex-wrap: nowrap;
  }
}
.cid-saFFNxzvxO DIV {
  text-align: left;
}
.cid-saGfErAWXO {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-saGfErAWXO .nav-tabs .nav-item.open .nav-link:focus,
.cid-saGfErAWXO .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-saGfErAWXO .nav-link.active {
  background: #354463;
}
.cid-saGfErAWXO .nav-link {
  background: white;
  transition: all 0.3s;
  padding: 1rem 3rem;
  border-radius: 0;
  text-align: center;
  margin: 0px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
}
.cid-saGfErAWXO .nav-link:hover {
  background: #354463;
}
.cid-saGfErAWXO .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: none;
  padding-right: 2rem;
  justify-content: center;
}
.cid-saGfErAWXO .nav-tabs .nav-item {
  padding: .5rem;
  flex: 1 1 100%;
}
.cid-saGfErAWXO p {
  padding-left: 2rem;
  color: #767676;
}
.cid-saGfErAWXO .col-md-12 {
  flex-direction: row;
  display: flex;
}
.cid-saGfErAWXO .nav-tabs .nav-link {
  color: #767676;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-saGfErAWXO .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #ffffff;
}
.cid-saGfErAWXO .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
}
@media (max-width: 992px) {
  .cid-saGfErAWXO .nav-tabs {
    flex-direction: row;
    justify-content: center;
    border-right: 0px;
    padding-right: 0rem;
  }
  .cid-saGfErAWXO .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-saGfErAWXO p {
    padding-left: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-saGfErAWXO .mbr-text,
  .cid-saGfErAWXO .nav-link {
    text-align: center;
  }
  .cid-saGfErAWXO .col-md-12 {
    flex-direction: column;
    display: flex;
  }
  .cid-saGfErAWXO .nav-tabs {
    border-right: 0px;
    padding-right: 0rem;
    flex-direction: column;
  }
  .cid-saGfErAWXO p {
    padding-left: 0rem;
  }
}
.cid-saGstMRbCw {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-saGstMRbCw .card-wrapper {
  background-color: #c1f7d5;
}
.cid-saGstMRbCw .mbr-text {
  line-height: 34px;
}
@media (max-width: 767px) {
  .cid-saGstMRbCw .card-wrapper {
    padding: 2rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-saGstMRbCw .card-wrapper {
    padding: 61px 50px 55px 70px;
  }
}
.cid-saQy2kYgbi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-saQy2kYgbi .card {
  display: block;
}
.cid-saQy2kYgbi .card .card-img {
  overflow: hidden;
}
.cid-saQy2kYgbi .card .card-img img {
  transition: all .5s;
}
.cid-saQy2kYgbi .card .card-wrapper:hover .card-img img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}
.cid-saQy2kYgbi .underline .line {
  width: 2rem;
  height: 1px;
  background: #232323;
  display: inline-block;
}
.cid-saQy2kYgbi .card .card-wrapper {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.cid-saQy2kYgbi .card .card-wrapper .card-link {
  z-index: 2;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  font-size: 0;
  display: none;
}
.cid-saQy2kYgbi .card .card-wrapper .card-img {
  height: 100%;
  border-radius: 0;
}
.cid-saQy2kYgbi .card .card-wrapper .card-img .mbr-overlay {
  background: #232323;
  opacity: 0.3;
  border-top-right-radius: 25%;
}
.cid-saQy2kYgbi .card .card-wrapper .card-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-saQy2kYgbi .popup-btn .card-link {
  display: block !important;
}
.cid-saQy2kYgbi .popup-btn .mbr-overlay {
  border-top-right-radius: 0 !important;
}
.cid-saQy2kYgbi .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 2rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  letter-spacing: 2px;
}
.cid-saQy2kYgbi .caption .mbr-text {
  margin-bottom: 2rem;
}
.cid-saQy2kYgbi .caption .card-title {
  padding-right: 2rem;
}
.cid-saQy2kYgbi .caption .price {
  background: #187dec;
  padding: 0 .5rem;
}
@media (min-width: 768px) {
  .cid-saQy2kYgbi .first-row-card {
    padding-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-saQy2kYgbi .card:not(:last-child) {
    padding-bottom: 2rem;
  }
}
.cid-saQy2kYgbi .main-title {
  color: #354463;
}
.cid-saG6kWWEJM {
  padding-top: 0px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-saG6kWWEJM .nav-tabs .nav-item.open .nav-link:focus,
.cid-saG6kWWEJM .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-saG6kWWEJM .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 0px solid lightgray;
}
.cid-saG6kWWEJM .nav-tabs .nav-item {
  padding: .0rem;
}
.cid-saG6kWWEJM .nav-link {
  padding: .4rem 0.8rem;
}
.cid-saG6kWWEJM .nav-tabs .nav-link {
  color: #232323;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  background: transparent;
  border: none;
  border-radius: 0 !important;
  border-bottom: 2px solid #232323;
}
.cid-saG6kWWEJM .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #7697db;
  border-bottom: 2px solid #7697db;
}
.cid-saG6kWWEJM .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #7697db;
  font-style: normal;
  border-bottom: 2px solid #7697db;
}
.cid-saG6kWWEJM P {
  color: #767676;
}
@media (max-width: 576px) {
  .cid-saG6kWWEJM .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-saG6kWWEJM .mbr-text,
  .cid-saG6kWWEJM .nav-link {
    text-align: center;
  }
}
.cid-saFGEddko8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #f5f6f8;
}
.cid-saFGEddko8 .team-card {
  overflow: hidden;
}
.cid-saFGEddko8 .team-card:hover img {
  transform: scale(1.2);
}
.cid-saFGEddko8 .mbr-section-subtitle {
  border-radius: 5px;
  display: inline-block;
  padding: 6px 13px;
  font-weight: bold;
  margin-bottom: 1.7rem;
  background-color: #c1f7d5;
}
.cid-saFGEddko8 .mbr-role {
  margin-bottom: 1.3rem;
}
.cid-saFGEddko8 .team-card {
  padding: 0rem;
  position: relative;
  transition: all 0.3s;
}
.cid-saFGEddko8 .card-wrap {
  position: relative;
  color: #fff;
  text-align: center;
}
.cid-saFGEddko8 .content-wrap {
  max-width: 340px;
  margin: auto;
  position: relative;
}
.cid-saFGEddko8 .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-saFGEddko8 img {
  transition: 1s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.cid-saFGEddko8 .main-heading {
  margin-bottom: 2.2rem;
}
.cid-saFGEddko8 .btn {
  margin-top: 3rem;
}
.cid-saFGEddko8 .mbr-text {
  color: #777777;
}
.cid-saFGEddko8 .media-container-row {
  align-items: center;
}
.cid-saFGEddko8 .block-price {
  margin-top: 2rem;
}
.cid-saFGEddko8 .text-price {
  display: inline-block;
  padding-right: 1rem;
}
.cid-saFGEddko8 .text-date {
  display: inline-block;
}
@media (max-width: 767px) {
  .cid-saFGEddko8 .card-wrap {
    padding: 3rem 1rem;
  }
  .cid-saFGEddko8 .media-container-row {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-saFGEddko8 .card-wrap {
    padding: 3rem 2rem;
  }
  .cid-saFGEddko8 .media-container-row {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-saFGEddko8 .card-wrap {
    padding: 5rem 1rem;
  }
}
.cid-saFGEddko8 .content-wrap,
.cid-saFGEddko8 .mbr-section-subtitle {
  color: #19212f;
}
.cid-saFIueFvw9 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-saFIueFvw9 .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-saFIueFvw9 .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-saFH5xDp2V {
  padding-top: 90px;
  padding-bottom: 105px;
  background-color: #354463;
}
.cid-saFH5xDp2V .mbr-iconfont {
  color: #c1f7d5;
  font-size: 6.3rem;
}
.cid-saFH5xDp2V .card-inner {
  background-color: transparent;
  transition: 0.7s;
}
.cid-saFH5xDp2V .btn {
  margin-left: 0rem;
}
.cid-saFH5xDp2V .row {
  padding-bottom: 8rem;
}
.cid-saFH5xDp2V .link {
  margin: 0;
}
.cid-saFH5xDp2V .card-title {
  position: relative;
}
.cid-saFH5xDp2V .mbr-text {
  margin-bottom: 1.5rem;
}
.cid-saFH5xDp2V .card-box {
  position: relative;
}
.cid-saFH5xDp2V .card-box:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  width: 70px;
  height: 3px;
  background: #c1f7d5;
}
.cid-saFH5xDp2V .card-img {
  margin-bottom: 2rem;
}
.cid-saFH5xDp2V .media-container-row {
  align-items: flex-end;
}
.cid-saFH5xDp2V .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-saFH5xDp2V .card {
    padding: 0rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-saFH5xDp2V .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-saFH5xDp2V .card {
    margin-bottom: 3rem;
  }
  .cid-saFH5xDp2V .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-saFH5xDp2V .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cid-saFH5xDp2V .container {
    padding: 0;
  }
}
.cid-saGvaeujtF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-saGvaeujtF p {
  margin-bottom: 0rem;
}
.cid-saGvaeujtF .btn {
  margin-bottom: 0rem;
}
.cid-saGvaeujtF .mbr-section-title {
  margin-bottom: 20px;
}
.cid-saGvaeujtF .mbr-section-subtitle {
  opacity: .8;
  margin-bottom: 15px;
}
.cid-saGvaeujtF .mbr-section-btn {
  margin-right: 0rem;
}
@media (max-width: 767px) {
  .cid-saGvaeujtF .mbr-section-btn {
    text-align: left;
  }
  .cid-saGvaeujtF .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-saGvaeujtF .mbr-section-btn {
    text-align: left;
  }
  .cid-saGvaeujtF .btn {
    margin-left: 0rem;
  }
}
@media (min-width: 992px) {
  .cid-saGvaeujtF .btn {
    margin-top: 0rem;
  }
}
.cid-saGv2ShQT5 .google-map {
  filter: grayscale(1);
  height: 34rem;
  position: relative;
}
.cid-saGv2ShQT5 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-saGv2ShQT5 .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-saGv2ShQT5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-saGv2ShQT5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-saGv6tFp1G {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-saGv6tFp1G .mbr-text {
  color: #9c969b;
}
@media (min-width: 992px) {
  .cid-saGv6tFp1G img {
    width: 90%;
  }
}
.cid-saGv6tFp1G .social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-saGv6tFp1G .items {
  margin-bottom: 0;
}
.cid-saGv6tFp1G .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
}
.cid-saGv6tFp1G .soc-item span {
  font-size: 1rem;
  color: #767676 !important;
  transition: all 0.3s;
}
.cid-saGv6tFp1G .soc-item:hover span {
  color: #c1f7d5 !important;
}
.cid-saGv6tFp1G .items-col {
  line-height: 2.5;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-saGv6tFp1G .social-list {
    justify-content: center;
  }
}
.cid-rUTkWjRSdt {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f5f6f8;
}
.cid-rUTkWjRSdt .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-rUTkWjRSdt .mbr-text {
  color: #777777;
  margin-top: 1.2rem;
}
.cid-rUTkEn28fL {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #354463;
  position: relative;
  overflow: hidden;
}
.cid-rUTkEn28fL a {
  transition: 0.3s;
}
.cid-rUTkEn28fL h5 {
  margin-bottom: 1.6rem;
}
.cid-rUTkEn28fL .card-img2 span {
  padding-top: 6px;
}
.cid-rUTkEn28fL .soc-item a {
  padding-top: 5px;
}
.cid-rUTkEn28fL .mbr-iconfont {
  color: #ffffff !important;
  transition: 0.3s;
}
.cid-rUTkEn28fL .link:hover {
  color: #c1f7d5 !important;
}
@media (max-width: 992px) {
  .cid-rUTkEn28fL .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rUTkEn28fL .soc-item {
  width: 45px;
  height: 45px;
  background: transparent;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5rem;
}
.cid-rUTkEn28fL .soc-item span {
  font-size: 1rem;
}
.cid-rUTkEn28fL .soc-item:hover span {
  color: #c1f7d5 !important;
}
.cid-rUTkEn28fL .item {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.cid-rUTkEn28fL .item h4 {
  margin: 0;
}
.cid-rUTkEn28fL .media-wrap {
  margin-bottom: 1rem;
}
.cid-rUTkEn28fL .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rUTkEn28fL img {
  width: 80%;
}
.cid-rUTkEn28fL .btn {
  width: 100%;
  margin-left: 0rem;
}
.cid-rUTkEn28fL .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rUTkEn28fL .social-list {
    -webkit-justify-content: center;
    justify-content: flex-start;
  }
}
.cid-rUTkEn28fL .container {
  padding: 0;
}
.cid-rUTkEn28fL .btn-primary {
  color: #333333 !important;
}
.cid-rUTkEn28fL .btn-primary:hover {
  background-color: #94f1b6 !important;
}
