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: 1.8rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -2.8px;
}
.display-2 > .mbr-iconfont {
  font-size: 2.88rem;
}
.display-4 {
  font-family: 'Quicksand', sans-serif;
  font-size: 1.2rem;
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.6px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.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: 1.2rem;
  line-height: 1.7;
  font-weight: 500;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.28rem + (1.8 - 1.28) * ((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.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((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: 1.2rem;
  line-height: 1.7;
  font-weight: 500;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
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-uakuhvc65w {
  min-height: 85px !important;
  position: static;
}
.cid-uakuhvc65w .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-uakuhvc65w .nav-item:focus,
.cid-uakuhvc65w .nav-link:focus {
  outline: none;
}
.cid-uakuhvc65w .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-uakuhvc65w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uakuhvc65w .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-uakuhvc65w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uakuhvc65w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uakuhvc65w .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uakuhvc65w .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uakuhvc65w .navbar .dropdown-item {
  padding: 0.235rem 1.5rem;
}
.cid-uakuhvc65w .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uakuhvc65w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uakuhvc65w .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uakuhvc65w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uakuhvc65w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uakuhvc65w .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uakuhvc65w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uakuhvc65w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uakuhvc65w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uakuhvc65w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uakuhvc65w .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uakuhvc65w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uakuhvc65w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uakuhvc65w .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uakuhvc65w .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uakuhvc65w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uakuhvc65w .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uakuhvc65w .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uakuhvc65w .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uakuhvc65w .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uakuhvc65w .navbar.navbar-short {
  background: #ffffff;
}
.cid-uakuhvc65w .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uakuhvc65w .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uakuhvc65w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uakuhvc65w .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uakuhvc65w .dropdown-item.active,
.cid-uakuhvc65w .dropdown-item:active {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uakuhvc65w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uakuhvc65w .nav-dropdown .link.dropdown-toggle {
  margin: 0rem 1.3rem;
}
.cid-uakuhvc65w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin: 0rem 1.3rem;
}
.cid-uakuhvc65w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #354463;
}
.cid-uakuhvc65w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uakuhvc65w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uakuhvc65w ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uakuhvc65w .navbar-nav {
  margin: auto;
}
.cid-uakuhvc65w .navbar-buttons {
  text-align: center;
}
.cid-uakuhvc65w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uakuhvc65w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #354463;
}
.cid-uakuhvc65w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uakuhvc65w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uakuhvc65w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uakuhvc65w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uakuhvc65w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uakuhvc65w nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uakuhvc65w nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uakuhvc65w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uakuhvc65w .navbar-dropdown {
  padding-left: 0rem;
  position: fixed;
}
.cid-uakuhvc65w a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uakuhvc65w .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uakuhvc65w .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-uakuhvc65w .icons-menu span {
  font-size: 20px;
  color: #354463;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uakuhvc65w .navbar {
    height: 77px;
  }
  .cid-uakuhvc65w .navbar.opened {
    height: auto;
  }
}
.cid-uakuhvc65w .btn {
  border-radius: 0px;
  margin: 0 !important;
}
.cid-uakuhvc65w .text-btn {
  transition: transform 0.3s;
}
.cid-uakuhvc65w .btn:hover {
  transform: scale(0.8);
}
.cid-uakuhvc65w .btn:hover .text-btn {
  transform: scale(1.2);
}
.cid-uakuhvc65w .nav-link {
  position: relative;
  display: inline-block;
}
.cid-uakuhvc65w .nav-link::before {
  content: "";
  width: 0%;
  display: block;
  height: 3px;
  background: #354463;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
}
.cid-uakuhvc65w .nav-link:hover::before {
  width: 100%;
}
.cid-uakuhvc65w .dropdown-menu > a {
  position: relative !important;
  display: inline-block;
}
.cid-uakuhvc65w .dropdown-menu > a:hover {
  color: #c4c4c4 !important;
}
.cid-uakuhvc65w .link {
  margin: 0rem 1.2rem !important;
}
.cid-uakuhvc65w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.7rem;
  content: "";
  pointer-events: none;
  display: inline-block;
  height: 3px;
  width: 3px;
  border-radius: 50%;
  background: #777;
  right: -15px;
  top: 7px;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  border: none !important;
}
.cid-uakuhvc65w .dropdown-menu > a::after {
  content: "";
  display: block;
  position: relative !important;
  width: 0%;
  height: 2px;
  background-color: #354463;
  margin-top: 4px !important;
  transition: width 0.3s;
  top: 83% !important;
  right: auto !important;
}
.cid-uakuhvc65w .dropdown-menu > a:hover::after {
  width: 100%;
}
.cid-uakuhvc65w .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-uakuhvc65w .navbar-caption {
  font-family: 'Permanent Marker', handwriting;
}
@media (max-width: 992px) {
  .cid-uakuhvc65w .nav-dropdown .link {
    padding: 0.5rem 0rem !important;
  }
  .cid-uakuhvc65w .navbar .navbar-collapse {
    padding: 1rem 0;
  }
  .cid-uakuhvc65w .dropdown-menu::before {
    display: none !important;
  }
  .cid-uakuhvc65w .btn:hover {
    background-color: #c1f7d5 !important;
    color: #354463 !important;
  }
  .cid-uakuhvc65w .dropdown-menu > a::after {
    display: none;
  }
  .cid-uakuhvc65w .navbar .dropdown.open > .dropdown-menu {
    display: flex;
    flex-direction: column;
  }
  .cid-uakuhvc65w .nav-link::before {
    display: none;
  }
  .cid-uakuhvc65w .dropdown-menu > a {
    color: #354463 !important;
  }
  .cid-uakuhvc65w .mbr-section-btn {
    margin-top: 1.5rem;
  }
  .cid-uakuhvc65w .btn {
    padding: 1.8rem 4rem;
    width: 100%;
  }
  .cid-uakuhvc65w .dropdown-menu .dropdown-toggle {
    color: #354463 !important;
  }
  .cid-uakuhvc65w .nav-dropdown .dropdown-item:focus,
  .cid-uakuhvc65w .nav-dropdown .dropdown-item:hover {
    color: #354463 !important;
  }
}
@media (max-width: 767px) {
  .cid-uakuhvc65w .container-fluid {
    padding: 1rem 1rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uakuhvc65w .container-fluid {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uakuhvc65w .container-fluid {
    padding-right: 0rem;
  }
  .cid-uakuhvc65w .nav-dropdown .link {
    padding: 1.8rem 0rem !important;
  }
  .cid-uakuhvc65w .btn {
    padding: 1.8rem 6rem;
  }
  .cid-uakuhvc65w .btn:hover {
    background-color: #354463 !important;
    color: #c1f7d5 !important;
  }
  .cid-uakuhvc65w .dropdown-menu > a {
    color: #ffffff !important;
  }
  .cid-uakuhvc65w .dropdown-menu > a:active {
    color: #ffffff !important;
  }
  .cid-uakuhvc65w .dropdown-menu .dropdown-toggle {
    color: #ffffff !important;
  }
  .cid-uakuhvc65w .nav-dropdown .dropdown-item:focus,
  .cid-uakuhvc65w .nav-dropdown .dropdown-item:hover {
    color: #ffffff !important;
  }
}
.cid-uakuhvc65w .btn-primary {
  color: #354463 !important;
}
.cid-uakuhvc65w .btn-primary:focus {
  background-color: #ffffff !important;
}
.cid-uakuhvc65w .navbar-dropdown.navbar-short .navbar-logo {
  margin-right: 0.8rem !important;
}
.cid-uakuhvc65w .navbar-dropdown.navbar-short .navbar-brand {
  padding: 0rem;
}
.cid-uakun9o2rD {
  padding-top: 450px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/header3-1024x442.jpg");
}
.cid-uakun9o2rD .mbr-section-title {
  font-family: 'Quicksand', sans-serif;
}
.cid-uakun9o2rD .promo-primary-description {
  position: absolute;
  bottom: 0rem;
  width: 100%;
  text-align: right;
}
.cid-uakun9o2rD .mbr-section-subtitle {
  margin-bottom: 1rem;
  font-family: 'Permanent Marker', handwriting;
}
.cid-uakun9o2rD .container::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  bottom: -35px;
  width: 75px;
  left: 16px;
  background-color: #ffcc00;
}
.cid-uakun9o2rD .container::after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  width: 25px;
  left: 96px;
  background-color: #c1f7d5;
  bottom: -35px;
}
@media (max-width: 992px) {
  .cid-uakun9o2rD .promo-primary-description {
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .cid-uakun9o2rD .bottom-title {
    margin-right: 9rem;
    font-size: 23px;
  }
}
.cid-uakun9o2rD .bottom-title {
  letter-spacing: 0px;
}
.cid-uakun9o2rD .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-uakun9o2rD .btn-primary-outline {
  color: #ffffff !important;
}
.cid-uakun9o2rD .btn {
  margin-left: 0rem;
  margin-right: 1rem;
}
.cid-uakun9o2rD H2 {
  color: #555555;
}
.cid-ukWAhRBz2E {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ukWAhRBz2E .line {
  background-color: #354463;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uanbO6IbYT {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uanbO6IbYT .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uanbO6IbYT .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-uanbO6IbYT .mbr-section-title {
  color: #4a4c70;
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-uanbO6IbYT img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.cid-uanbO6IbYT .mbr-figure {
  height: 100%;
}
.cid-uanbO6IbYT .row {
  margin: 0;
  align-items: center;
}
.cid-uanbO6IbYT .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-uanbO6IbYT .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-uanbO6IbYT .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uanbO6IbYT .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-uanbO6IbYT .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uanbO6IbYT .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-uanbO6IbYT .img-block {
    padding-left: 6rem;
  }
}
.cid-uanbO6IbYT .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-uanbO6IbYT .mbr-text,
.cid-uanbO6IbYT .mbr-section-btn {
  text-align: left;
}
.cid-uanbO6IbYT H4 {
  text-align: center;
}
.cid-uanhvBFLaE {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uanhvBFLaE .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-uanhvBFLaE .mbr-section-title {
  color: #4a4c70;
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-uanhvBFLaE img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.cid-uanhvBFLaE .mbr-figure {
  height: 100%;
}
.cid-uanhvBFLaE .row {
  margin: 0;
  align-items: center;
}
.cid-uanhvBFLaE .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-uanhvBFLaE .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-uanhvBFLaE .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uanhvBFLaE .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-uanhvBFLaE .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uanhvBFLaE .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-uanhvBFLaE .img-block {
    padding-left: 6rem;
  }
}
.cid-uanhvBFLaE .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-uanhvBFLaE H4 {
  text-align: center;
}
.cid-uanhvBFLaE .mbr-text,
.cid-uanhvBFLaE .mbr-section-btn {
  text-align: left;
}
.cid-uaEYtZ5A1K {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uaEYtZ5A1K .content-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-uaEYtZ5A1K .mbr-text {
  margin-bottom: 2.5rem;
}
.cid-uaEYtZ5A1K .mbr-section-title {
  color: #4a4c70;
  margin-bottom: 1.2rem;
  letter-spacing: -2.8px;
}
.cid-uaEYtZ5A1K img {
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
.cid-uaEYtZ5A1K .mbr-figure {
  height: 100%;
}
.cid-uaEYtZ5A1K .row {
  margin: 0;
  align-items: center;
}
.cid-uaEYtZ5A1K .btn {
  margin-left: 0rem;
}
@media (max-width: 767px) {
  .cid-uaEYtZ5A1K .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-uaEYtZ5A1K .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uaEYtZ5A1K .img-block {
    margin-top: 1rem;
    padding: 0;
  }
  .cid-uaEYtZ5A1K .text-block {
    margin-bottom: 1rem;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uaEYtZ5A1K .container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .cid-uaEYtZ5A1K .img-block {
    padding-left: 6rem;
  }
}
.cid-uaEYtZ5A1K .mbr-section-subtitle {
  font-weight: 700 !important;
}
.cid-uaEYtZ5A1K .mbr-text,
.cid-uaEYtZ5A1K .mbr-section-btn {
  text-align: left;
}
.cid-uaEYtZ5A1K H4 {
  text-align: center;
}
.cid-uakv6ij8PA {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
}
.cid-uakv6ij8PA .card-title,
.cid-uakv6ij8PA .mbr-role {
  transition: 0.3s;
}
.cid-uakv6ij8PA .main-heading {
  margin-bottom: 1.3rem;
}
.cid-uakv6ij8PA .mbr-section-title {
  margin-bottom: 0.2rem;
}
.cid-uakv6ij8PA .mbr-section-subtitle {
  color: #999999;
  font-weight: 700;
}
.cid-uakv6ij8PA .mbr-role {
  margin-bottom: 0rem;
  color: #777777;
}
.cid-uakv6ij8PA .social-list {
  position: absolute;
  top: 0.6rem;
  padding: 0.6rem;
  margin-bottom: 1.5rem;
  background-color: #354463;
  transition: all 0.3s;
  transform: translateX(-100%);
  opacity: 0;
}
.cid-uakv6ij8PA .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  padding-bottom: 1rem;
}
.cid-uakv6ij8PA .team-card:hover .card-wrap {
  background: #354463;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.1);
}
.cid-uakv6ij8PA .team-card:hover .mbr-section-title {
  color: #ffffff;
}
.cid-uakv6ij8PA .team-card:hover .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uakv6ij8PA .team-card:hover .social-list {
  transform: translateX(0%);
  opacity: 1;
}
.cid-uakv6ij8PA .image-wrap {
  overflow: hidden;
  position: relative;
}
.cid-uakv6ij8PA a {
  color: #ffffff;
  transition: 0.3s;
}
.cid-uakv6ij8PA a:hover {
  color: #c1f7d5 !important;
}
.cid-uakv6ij8PA .card-wrap {
  padding: 5px;
  background: #ffffff;
  transition: all 0.3s;
  box-shadow: 0 3px 15px 2px rgba(0, 0, 0, 0.1);
}
.cid-uakv6ij8PA .card-wrap .image-wrap img {
  width: 100%;
}
.cid-uakv6ij8PA .card-wrap .content-wrap {
  padding: 1.7rem 1.3rem 1.2rem;
}
.cid-uakv6ij8PA .card-wrap .content-wrap .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uakv6ij8PA .card-wrap .content-wrap .mbr-section-btn .btn {
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uakv6ij8PA .team-card.last-card {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uakv6ij8PA .team-card.last-row-card {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cid-uakv6ij8PA .team-card:not(.first-row-card) {
    margin-bottom: 0;
  }
}
.cid-uakv6ij8PA .main-title {
  color: #777777;
  text-align: center;
}
.cid-uakvjdcOwA {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uakvjdcOwA .mbr-iconfont-2 {
  color: #354463 !important;
  margin: 0 0.5rem;
}
.cid-uakvjdcOwA .mbr-iconfont-1 {
  font-size: 3.1rem;
  color: #354463;
}
.cid-uakvjdcOwA .social-list {
  display: flex;
  justify-content: center;
}
.cid-uakvjdcOwA .card-inner {
  transition: 0.7s;
}
.cid-uakvjdcOwA .btn {
  margin-left: 0rem;
}
.cid-uakvjdcOwA .row {
  padding-bottom: 8rem;
}
.cid-uakvjdcOwA .link {
  margin: 0;
}
.cid-uakvjdcOwA .card-title {
  position: relative;
}
.cid-uakvjdcOwA .mbr-text {
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.cid-uakvjdcOwA .card-box {
  position: relative;
}
.cid-uakvjdcOwA .card-img {
  margin-bottom: 1.5rem;
}
.cid-uakvjdcOwA .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-uakvjdcOwA .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uakvjdcOwA .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uakvjdcOwA .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-uakvjdcOwA .mbr-text,
.cid-uakvjdcOwA .link {
  text-align: right;
}
.cid-uakvjdcOwA .mbr-text,
.cid-uakvjdcOwA .link P {
  text-align: center;
}
.cid-uaFbldUHzY {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-uaFbldUHzY .mbr-iconfont-2 {
  color: #354463 !important;
  margin: 0 0.5rem;
}
.cid-uaFbldUHzY .mbr-iconfont-1 {
  font-size: 3.1rem;
  color: #354463;
}
.cid-uaFbldUHzY .social-list {
  display: flex;
  justify-content: center;
}
.cid-uaFbldUHzY .card-inner {
  transition: 0.7s;
}
.cid-uaFbldUHzY .btn {
  margin-left: 0rem;
}
.cid-uaFbldUHzY .row {
  padding-bottom: 8rem;
}
.cid-uaFbldUHzY .link {
  margin: 0;
}
.cid-uaFbldUHzY .card-title {
  position: relative;
}
.cid-uaFbldUHzY .mbr-text {
  margin-bottom: 1.5rem;
  font-weight: 700;
}
.cid-uaFbldUHzY .card-box {
  position: relative;
}
.cid-uaFbldUHzY .card-img {
  margin-bottom: 1.5rem;
}
.cid-uaFbldUHzY .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 992px) {
  .cid-uaFbldUHzY .card {
    margin-bottom: 2rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-uaFbldUHzY .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uaFbldUHzY .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-uaFbldUHzY .mbr-text,
.cid-uaFbldUHzY .link {
  text-align: center;
}
.cid-uamXWohsEO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uamXWohsEO .line {
  background-color: #354463;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uaF2oLUKzt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uaF2oLUKzt .line {
  background-color: #354463;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uaF7G9fGiy {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #354463;
}
.cid-uaF7G9fGiy .media-container-row {
  align-items: center;
}
.cid-uaF7G9fGiy .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uaF7G9fGiy .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uaF7G9fGiy .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-uaF7G9fGiy .foot-menu li {
  padding: 0.1rem 0rem !important;
  position: relative;
  margin: 0 0.5rem;
}
.cid-uaF7G9fGiy .foot-menu-item {
  transform: 0.2s;
}
.cid-uaF7G9fGiy .mbr-text {
  color: #8e99b1;
}
@media (max-width: 992px) {
  .cid-uaF7G9fGiy .foot-menu {
    justify-content: center;
  }
  .cid-uaF7G9fGiy .mbr-text {
    text-align: center;
  }
  .cid-uaF7G9fGiy .media-container-row {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .cid-uaF7G9fGiy .foot-menu {
    justify-content: flex-end;
  }
}
.cid-uaF7G9fGiy .link:hover {
  text-decoration: underline;
}
.cid-uaF7G9fGiy .link {
  padding-left: 1rem;
  color: #8e99b1;
  border-left: 2px solid #354463;
}
.cid-uaF7G9fGiy .link-1 {
  border-left: none;
}
@media (min-width: 767px) {
  .cid-uaF7G9fGiy .container {
    padding: 0;
  }
}
.cid-uaF7G9fGiy .media-container-row .mbr-text {
  text-align: center;
}
.cid-uaF7G9fGiy foot-menu-item {
  text-align: center;
}
