.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Sarabun', sans-serif;
  font-size: 3.8rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-2 {
  font-family: 'Sarabun', sans-serif;
  font-size: 2.8rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Sarabun', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Sarabun', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Sarabun', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 3.04rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.66rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((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: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #5aa3e2 !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #d70081 !important;
}
.bg-warning {
  background-color: #9d9d9d !important;
}
.bg-danger {
  background-color: #9fe870 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5aa3e2 !important;
  border-color: #5aa3e2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #85bbea !important;
  border-color: #85bbea !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #85bbea !important;
  border-color: #85bbea !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #113f96 !important;
  border-color: #113f96 !important;
}
.btn-info,
.btn-info:active {
  background-color: #d70081 !important;
  border-color: #d70081 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ff0b9d !important;
  border-color: #ff0b9d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ff0b9d !important;
  border-color: #ff0b9d !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #9d9d9d !important;
  border-color: #9d9d9d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #b7b7b7 !important;
  border-color: #b7b7b7 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #b7b7b7 !important;
  border-color: #b7b7b7 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #5aa3e2;
  color: #5aa3e2;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2279c3 !important;
  background-color: transparent !important;
  border-color: #2279c3 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5aa3e2 !important;
  border-color: #5aa3e2 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #0c2c68;
  color: #0c2c68;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #030b1a !important;
  background-color: transparent !important;
  border-color: #030b1a !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0c2c68 !important;
  border-color: #0c2c68 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #d70081;
  color: #d70081;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #80004d !important;
  background-color: transparent !important;
  border-color: #80004d !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #d70081 !important;
  border-color: #d70081 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #9d9d9d;
  color: #9d9d9d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #727272 !important;
  background-color: transparent !important;
  border-color: #727272 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #9d9d9d !important;
  border-color: #9d9d9d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #9fe870;
  color: #9fe870;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #5aa3e2 !important;
}
.text-secondary {
  color: #0c2c68 !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #d70081 !important;
}
.text-warning {
  color: #9d9d9d !important;
}
.text-danger {
  color: #9fe870 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #2071b6 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #01050d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #710044 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #6a6a6a !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #66d022 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #5aa3e2;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #d70081;
}
.alert-warning {
  background-color: #9d9d9d;
}
.alert-danger {
  background-color: #9fe870;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5aa3e2;
  border-color: #5aa3e2;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #5aa3e2;
}
.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: #b3b3b3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffa4db;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #dddddd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Sarabun', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #5aa3e2 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Sarabun', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #5aa3e2;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5aa3e2;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #5aa3e2;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #5aa3e2;
  border-bottom-color: #5aa3e2;
}
.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: #5aa3e2 !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: #0c2c68 !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='%235aa3e2' %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-uAexwnHcT7 {
  z-index: 1000;
  width: 100%;
}
.cid-uAexwnHcT7 .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAexwnHcT7 .dropdown-menu {
  padding: 0;
}
.cid-uAexwnHcT7 .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uAexwnHcT7 .dropdown-item {
    text-align: left !important;
  }
}
.cid-uAexwnHcT7 .dropdown-item:hover {
  background-position: right !important;
}
.cid-uAexwnHcT7 .dropdown-item:hover:after {
  color: #5aa3e2;
}
.cid-uAexwnHcT7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uAexwnHcT7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAexwnHcT7 .nav-link {
  position: relative;
}
.cid-uAexwnHcT7 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uAexwnHcT7 .dropdown-menu,
.cid-uAexwnHcT7 .navbar.opened {
  background: #212428 !important;
}
.cid-uAexwnHcT7 .nav-item:focus,
.cid-uAexwnHcT7 .nav-link:focus {
  outline: none;
}
.cid-uAexwnHcT7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAexwnHcT7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAexwnHcT7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAexwnHcT7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAexwnHcT7 .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uAexwnHcT7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uAexwnHcT7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAexwnHcT7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uAexwnHcT7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uAexwnHcT7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAexwnHcT7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAexwnHcT7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAexwnHcT7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAexwnHcT7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uAexwnHcT7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAexwnHcT7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAexwnHcT7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAexwnHcT7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAexwnHcT7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAexwnHcT7 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uAexwnHcT7 .navbar {
    min-height: 80px;
  }
}
.cid-uAexwnHcT7 .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uAexwnHcT7 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uAexwnHcT7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAexwnHcT7 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uAexwnHcT7 .navbar-brand {
    min-height: 69px;
  }
}
.cid-uAexwnHcT7 .dropdown-item.active,
.cid-uAexwnHcT7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uAexwnHcT7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAexwnHcT7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAexwnHcT7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAexwnHcT7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uAexwnHcT7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAexwnHcT7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAexwnHcT7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAexwnHcT7 button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uAexwnHcT7 button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uAexwnHcT7 button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uAexwnHcT7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5aa3e2;
}
.cid-uAexwnHcT7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uAexwnHcT7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uAexwnHcT7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uAexwnHcT7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAexwnHcT7 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAexwnHcT7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAexwnHcT7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAexwnHcT7 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAexwnHcT7 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uAexwnHcT7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAexwnHcT7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAexwnHcT7 .navbar {
    height: 70px;
  }
  .cid-uAexwnHcT7 .navbar.opened {
    height: auto;
  }
  .cid-uAexwnHcT7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAexwnHcT7 .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0);
}
@media (max-width: 575px) {
  .cid-uAexwnHcT7 .navbar-short {
    min-height: 70px;
  }
}
.cid-uAexwnHcT7 .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uAexwnHcT7 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uAexwnHcT7 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uAexwnHcT7 .container-fluid {
    padding: 0 3px;
  }
}
.cid-uAexwnHcT7 .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uAexwnHcT7 .navbar-nav {
  display: flex !important;
}
.cid-uAexwnHcT7 .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uAexwnHcT7 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uAexwnHcT7 .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uAexwnHcT7 .navbar-nav .nav-item .nav-link:hover,
.cid-uAexwnHcT7 .navbar-nav .nav-item .nav-link:focus,
.cid-uAexwnHcT7 .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uAexwnHcT7 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-uAexwnHcT7 .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uAexwnHcT7 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uAexwnHcT7 button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uAexwnHcT7 button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uAexwnHcT7 button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uAexwnHcT7 button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5aa3e2;
}
.cid-uAexwnHcT7 button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uAexwnHcT7 button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uAexwnHcT7 button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uAexwnHcT7 button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAexwnHcT7 .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uAexwnHcT7 .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uAexwnHcT7 .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uAexwnHcT7 .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5aa3e2;
}
.cid-uAexwnHcT7 .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uAexwnHcT7 .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAexwnHcT7 .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAexwnHcT7 .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uAexwnHcT7 .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uAexwnHcT7 .offcanvas.show {
  transform: translateX(0);
}
.cid-uAexwnHcT7 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uAexwnHcT7 .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uAexwnHcT7 .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uAexwnHcT7 .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uAexwnHcT7 .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uAexwnHcT7 .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uAexwnHcT7 .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uAexwnHcT7 .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uAexwnHcT7 .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uAexwnHcT7 .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uAexwnHcT7 .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uAexwnHcT7 .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uAexwnHcT7 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uAexwnHcT7 ::-webkit-scrollbar {
  width: 1em;
}
.cid-uAexwnHcT7 ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uAexwnHcT7 ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uAexwnHcT7 .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uAexwnHcT7 .social-container {
    padding-top: 40px;
  }
}
.cid-uAexwnHcT7 .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
  text-align: right;
}
.cid-uAexwnHcT7 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uAexwnHcT7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uAexwnHcT7 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uAexwnHcT7 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uAexwnHcT7 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uAexwnHcT7 .soc-item:hover:before {
  opacity: 1;
}
.cid-uAexwnHcT7 .offcanvas_btn {
  margin-top: auto;
}
.cid-uAexwnHcT7 .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uAexwnHcT7 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uA1M8q8Zzv {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/perrfil-pb-1015x1085.webp");
}
.cid-uA1M8q8Zzv .card-btn {
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  padding-top: 0.5rem;
}
.cid-uA1M8q8Zzv .card-btn .rotate {
  transform: rotate(225deg);
  margin-top: 0.2rem;
  margin-left: 0;
}
.cid-uA1M8q8Zzv .card-btn svg {
  transition: all 0.4s;
}
.cid-uA1M8q8Zzv .card-btn:hover > svg {
  transform: rotate(315deg);
}
@media (max-width: 991px) {
  .cid-uA1M8q8Zzv .card-btn {
    right: 0;
    top: 1.5rem;
  }
}
@media (max-width: 576px) {
  .cid-uA1M8q8Zzv .card-btn {
    width: 8rem;
    height: 8rem;
    right: 0;
    top: 1.5rem;
  }
  .cid-uA1M8q8Zzv .card-btn p {
    margin-bottom: 0.5rem;
  }
}
.cid-uA1M8q8Zzv .column {
  display: flex;
  flex-direction: column;
}
.cid-uA1M8q8Zzv .mbr-card-title,
.cid-uA1M8q8Zzv .mbr-text {
  color: #fafafa;
}
.cid-uA1M8q8Zzv .icon-wrap {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-uA1M8q8Zzv .icon-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.cid-uA6ZqyyUwH {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uA6ZqyyUwH .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uA6ZqyyUwH .card-title {
  margin-bottom: 26px;
  color: #0c2c68;
}
.cid-uA6ZqyyUwH .mbr-text {
  margin-bottom: 30px;
}
.cid-uA6ZqyyUwH .iconfont-wrapper {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 14px 30px 0px rgba(90, 163, 226, 0.4);
  background-image: linear-gradient(40deg, #5aa3e2 0%, #b1d3f1 100%);
}
.cid-uA6ZqyyUwH .iconfont-wrapper .mbr-iconfont {
  color: #ffffff;
  font-size: 42px;
  line-height: 80px;
}
.cid-uA6ZqyyUwH .btn_link {
  display: block;
  margin-bottom: 0;
  position: relative;
  font-weight: 700;
}
.cid-uA6ZqyyUwH .btn_link span {
  display: inline-block;
  margin-left: .25rem;
  font-size: 16px;
  vertical-align: middle;
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.cid-uA6ZqyyUwH .btn_link:hover {
  cursor: pointer;
}
.cid-uA6ZqyyUwH .btn_link:hover a {
  color: #5aa3e2 !important;
}
.cid-uA6ZqyyUwH .btn_link:hover span {
  transform: translatex(5px);
}
@media (min-width: 992px) {
  .cid-uA6ZqyyUwH .text-wrapper {
    padding-right: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uA6ZqyyUwH .text-wrapper {
    text-align: center;
  }
  .cid-uA6ZqyyUwH .image-wrapper {
    margin-bottom: 40px;
  }
  .cid-uA6ZqyyUwH .mbr-text {
    margin-bottom: 20px;
  }
  .cid-uA6ZqyyUwH .iconfont-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uA6ZqyyUwH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA6ZqyyUwH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA6ZqyyUwH .card-title,
.cid-uA6ZqyyUwH .icon_block {
  color: #22527c;
}
.cid-uA7fVw1uEK {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #e4f3ff;
}
.cid-uA7fVw1uEK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7fVw1uEK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7fVw1uEK .mbr-section-title {
  color: #22527c;
  margin-bottom: 0;
  text-align: center;
}
.cid-uA7fVw1uEK .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uA7fVw1uEK .mbr-section-subtitle {
  color: #102a23;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.cid-uA7fVw1uEK .mbr-section-btn {
  margin-top: 2rem;
}
.cid-uA7dbsm484 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e4f3ff;
}
@media (min-width: 992px) {
  .cid-uA7dbsm484 .content {
    padding: 0 20px;
  }
}
.cid-uA7dbsm484 .item-content {
  padding: 12px 0;
}
.cid-uA7dbsm484 img,
.cid-uA7dbsm484 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-uA7dbsm484 img,
  .cid-uA7dbsm484 .item-img {
    max-height: 250px;
  }
}
.cid-uA7dbsm484 .item:focus,
.cid-uA7dbsm484 span:focus {
  outline: none;
}
.cid-uA7dbsm484 .item-wrap {
  margin-bottom: 115px;
}
@media (min-width: 992px) {
  .cid-uA7dbsm484 .item-wrap {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.cid-uA7dbsm484 .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uA7dbsm484 .display-4 > .mbr-iconfont {
  font-size: 11.6px;
  margin-left: 10px;
}
.cid-uA7dbsm484 .mbr-iconfont {
  font-weight: 700;
  padding: 1rem;
  border-radius: 50%;
  transition: background 0.5s ease-in-out;
}
.cid-uA7dbsm484 .link-title:hover .mbr-iconfont {
  background: #FFFF27;
}
.cid-uA7hEZb8Ow {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uA7hEZb8Ow .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7hEZb8Ow .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7hEZb8Ow .container-fluid {
  padding: 0;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uA7hEZb8Ow .container-fluid {
    padding: 0;
  }
}
.cid-uA7hEZb8Ow .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uA7hEZb8Ow .container {
    padding: 0 20px;
  }
}
.cid-uA7hEZb8Ow .row {
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-uA7hEZb8Ow .row a {
  display: block;
  position: absolute;
  width: fit-content;
}
.cid-uA7hEZb8Ow .row a .mbr-iconfont {
  width: 102px;
  height: 102px;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ffffff;
  color: #6a6e71;
}
@media (max-width: 992px) {
  .cid-uA7hEZb8Ow .row a .mbr-iconfont {
    width: 70px;
    height: 70px;
  }
}
.cid-uA7hEZb8Ow .card {
  padding: 0;
}
.cid-uA7hEZb8Ow .card img {
  height: 240px;
  object-fit: cover;
}
.cid-uA7hEZb8Ow .line-gradient {
  background-image: linear-gradient(45deg, #5aa3e2, #0c2c68, #5aa3e2);
  height: 10px;
}
.cid-uA7hEZb8Ow .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-uA7hEZb8Ow .mbr-emoji {
  color: #ffffff;
}
.cid-uzGNyo7NpU {
  padding-top: 9rem;
  padding-bottom: 9rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uzGNyo7NpU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzGNyo7NpU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzGNyo7NpU .row {
  align-items: center;
}
.cid-uzGNyo7NpU .mbr-section-title {
  color: #5aa3e2;
}
.cid-uzGIvsYicD {
  padding-top: 4rem;
  padding-bottom: 10rem;
  background: #f6fafc;
}
.cid-uzGIvsYicD .team-card {
  margin-bottom: 2rem;
  transition: all 0.3s;
}
.cid-uzGIvsYicD .team-card:hover {
  transform: translateY(-10px);
}
.cid-uzGIvsYicD .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uzGIvsYicD .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #5aa3e2;
}
.cid-uzGIvsYicD .svg-top .st0 {
  fill: #f6fafc;
}
@media (max-width: 992px) {
  .cid-uzGIvsYicD .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-uzGIvsYicD .image-wrap {
  height: 300px;
  padding-bottom: 2rem;
}
.cid-uzGIvsYicD .image-wrap img {
  height: 130%;
  object-fit: contain;
}
@keyframes line {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@media (max-width: 991px) {
  .cid-uzGIvsYicD .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uzGIvsYicD .card-wrap .image-wrap img {
  width: 100%;
  margin-bottom: 1rem;
}
.cid-uzGIvsYicD .card-wrap:hover h5:before {
  animation: 1s ease-in-out alternate line;
}
.cid-uzGIvsYicD .card-title,
.cid-uzGIvsYicD .social-row {
  color: #1a449a;
}
.cid-uzGIvsYicD .mbr-role,
.cid-uzGIvsYicD .social-row {
  color: #1a449a;
}
.cid-uzGIvsYicD .card-text,
.cid-uzGIvsYicD .mbr-section-btn,
.cid-uzGIvsYicD .social-row {
  color: #ffffff;
  text-align: center;
}
.cid-uzGIvsYicD .mbr-section-title {
  color: #22527c;
  text-align: center;
}
.cid-uzGIvsYicD .card-title,
.cid-uzGIvsYicD .content-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uzGIvsYicD .mbr-section-subtitle {
  color: #232323;
  text-align: center;
}
.cid-uBfXLs6Wef {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f2f3f7;
}
.cid-uBfXLs6Wef .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBfXLs6Wef .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBfXLs6Wef .mbr-section-title {
  color: #232323;
  margin-bottom: 0;
  text-align: center;
}
.cid-uBfXLs6Wef .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uBfXLs6Wef .mbr-section-subtitle {
  color: #102a23;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.cid-uBfXLs6Wef .mbr-section-btn {
  margin-top: 2rem;
}
.cid-uBfWyOg03E {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f2f3f7;
}
.cid-uBfWyOg03E .col-lg-6 {
  padding: 0 2rem;
}
.cid-uBfWyOg03E .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-uBfWyOg03E .icon-wrapper {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uBfWyOg03E .card-wrapper {
  overflow: visible;
  display: flex;
  justify-content: space-between;
  padding: 2rem 3rem;
  transition: all 0.3s;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
@media (max-width: 991px) {
  .cid-uBfWyOg03E .card-wrapper {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uBfWyOg03E .card-wrapper {
    flex-direction: column;
    padding: 2rem 1rem;
  }
}
.cid-uBfWyOg03E .mbr-iconfont {
  font-size: 1.5rem;
  color: #0196e3;
  padding: 1rem;
  width: fit-content;
  transition: all 0.3s;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  margin: 0 0.5rem;
  display: block;
  margin-bottom: 1rem;
}
.cid-uBfWyOg03E .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-uBfWyOg03E .card-box {
  max-width: 340px;
}
@media (max-width: 767px) {
  .cid-uBfWyOg03E .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uBfWyOg03E .mt-5 {
    margin-top: 0.5rem!important;
  }
}
@media (max-width: 767px) {
  .cid-uBfWyOg03E .icon-wrapper {
    display: flex;
    margin-top: 2rem;
    justify-content: center;
  }
}
.cid-uBfWyOg03E .card-text {
  color: #6c758f;
}
.cid-uBfWyOg03E .card-title {
  color: #22527c;
}
.cid-uBfWyOg03E .card-phone {
  color: #0196e3;
}
.cid-uBfWyOg03E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBfWyOg03E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBfV5mK9AP {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #f2f3f7;
}
.cid-uBfV5mK9AP .col-lg-6 {
  padding: 0 2rem;
}
.cid-uBfV5mK9AP .row {
  margin: 0 -2rem;
  justify-content: center;
}
.cid-uBfV5mK9AP .icon-wrapper {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uBfV5mK9AP .card-wrapper {
  overflow: visible;
  display: flex;
  justify-content: space-between;
  padding: 2rem 3rem;
  transition: all 0.3s;
  border-radius: 3rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
}
@media (max-width: 991px) {
  .cid-uBfV5mK9AP .card-wrapper {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-uBfV5mK9AP .card-wrapper {
    flex-direction: column;
    padding: 2rem 1rem;
  }
}
.cid-uBfV5mK9AP .mbr-iconfont {
  font-size: 1.5rem;
  color: #0196e3;
  padding: 1rem;
  width: fit-content;
  transition: all 0.3s;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  margin: 0 0.5rem;
  display: block;
  margin-bottom: 1rem;
}
.cid-uBfV5mK9AP .mbr-iconfont:hover {
  background: #ffffff;
}
.cid-uBfV5mK9AP .card-box {
  max-width: 340px;
}
@media (max-width: 767px) {
  .cid-uBfV5mK9AP .card-box {
    padding-left: 0;
    text-align: center;
    padding-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uBfV5mK9AP .mt-5 {
    margin-top: 0.5rem!important;
  }
}
@media (max-width: 767px) {
  .cid-uBfV5mK9AP .icon-wrapper {
    display: flex;
    margin-top: 2rem;
    justify-content: center;
  }
}
.cid-uBfV5mK9AP .card-text {
  color: #6c758f;
}
.cid-uBfV5mK9AP .card-title {
  color: #22527c;
}
.cid-uBfV5mK9AP .card-phone {
  color: #0196e3;
}
.cid-uBfV5mK9AP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBfV5mK9AP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAee2EXxAz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4f3ff;
}
.cid-uAee2EXxAz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAee2EXxAz .wrapper {
  max-width: 350px;
}
.cid-uAee2EXxAz .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uAee2EXxAz .row {
    text-align: center;
  }
  .cid-uAee2EXxAz .social-row {
    justify-content: center;
  }
}
.cid-uAee2EXxAz .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uAee2EXxAz .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAee2EXxAz .list {
    margin-bottom: 0rem;
  }
}
.cid-uAee2EXxAz .mbr-text {
  color: #ffffff;
}
.cid-uAee2EXxAz .mbr-iconfont {
  color: black;
}
.cid-uAee2EXxAz img {
  max-width: 100px;
  height: auto;
  margin-bottom: 40px;
}
.cid-uAee2EXxAz .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uAee2EXxAz .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uAee2EXxAz .social-list .soc-item {
  margin-right: 1rem;
  background-color: #7787a5;
}
.cid-uAee2EXxAz .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uAee2EXxAz .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uAee2EXxAz .item-wrap {
  margin-bottom: 16px;
}
.cid-uAee2EXxAz .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uAee2EXxAz .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-uAee2EXxAz .text {
  margin-bottom: 36px;
  color: #1c4262;
  font-size: 16px;
}
.cid-uAee2EXxAz a {
  font-weight: 400 !important;
}
.cid-uAee2EXxAz a.text-danger:hover {
  color: #EABB80 !important;
}
@media (max-width: 768px) {
  .cid-uAee2EXxAz img {
    display: inline;
  }
  .cid-uAee2EXxAz .b:nth-child(3) {
    padding-top: 30px;
  }
  .cid-uAee2EXxAz .b:nth-child(4) {
    padding-top: 30px;
  }
}
.cid-uAee2EXxAz .text1 {
  color: #1c4568;
  font-size: 14px;
}
.cid-uAee2EXxAz .mbr-section-subtitle,
.cid-uAee2EXxAz .list,
.cid-uAee2EXxAz .item-wrap {
  color: #1c4568;
  font-size: 16px;
}
.cid-7q2ffVJG1j .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 110px;
  right: 91px;
  background-color: #22527c;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-7q2ffVJG1j .my-float {
  margin-top: 16px;
}
.cid-7q2ffVJG1j P {
  color: #232323;
}
.cid-7q2ffVJG1j DIV {
  color: #ffffff;
}
.cid-7q2ffVJG1j H10 {
  color: #767676;
}
.cid-7q2ffVJG1j .hidden {
  display: none;
}
.cid-uA7AZjHC27 {
  padding-top: 18rem;
  padding-bottom: 18rem;
  background-image: url("../../../assets/images/calha-4-2000x2000.webp");
}
.cid-uA7AZjHC27 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7AZjHC27 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uA7AZjHC27 .col-content {
    text-align: center;
  }
}
.cid-uA7AZjHC27 .label-container {
  margin-bottom: 16px;
}
.cid-uA7AZjHC27 .label-text {
  color: #24262b;
}
.cid-uA7AZjHC27 .label-text-2 {
  color: #24262b;
}
.cid-uA7AZjHC27 .mbr-section-title {
  color: #24262b;
}
.cid-uA7AZjHC27 .text-container {
  margin-top: 24px;
}
.cid-uA7AZjHC27 .mbr-section-subtitle {
  color: #24262b;
}
.cid-uA7AZjHC27 .mbr-text {
  color: #b79b6c;
}
.cid-uA7AZjHC27 .mbr-section-btn {
  margin-top: 28px;
}
.cid-uA7AZjHC27 .mbr-text,
.cid-uA7AZjHC27 .mbr-section-btn {
  color: #5aa3e2;
}
.cid-uyyz2Sdfue {
  padding-top: 0rem;
  padding-bottom: 8rem;
  background: #ffffff;
}
@media (min-width: 1400px) {
  .cid-uyyz2Sdfue .container {
    max-width: 1200px;
  }
}
.cid-uyyz2Sdfue .row {
  justify-content: space-between;
}
.cid-uyyz2Sdfue .text-wrapper {
  border-left: 4px solid #0c2c68;
  padding-left: 2rem;
}
.cid-uyyz2Sdfue .mbr-main-subtitle {
  background: #5aa3e2;
  width: fit-content;
  padding: 0.6rem 1rem;
  position: relative;
  color: #000000;
}
.cid-uyyz2Sdfue .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #5aa3e2;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uyyz2Sdfue .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uyyz2Sdfue .image-wrap {
  overflow: hidden;
}
.cid-uyyz2Sdfue .card-wrap .mbr-main-subtitle:before {
  content: none;
}
.cid-uyyz2Sdfue .card-wrap:hover img {
  transform: scale(1.05);
}
@media (max-width: 991px) {
  .cid-uyyz2Sdfue .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uyyz2Sdfue .card-wrap .image-wrap img {
  width: 100%;
  transition: all 0.3s;
  object-fit: cover;
}
.cid-uyyz2Sdfue .card-text,
.cid-uyyz2Sdfue .mbr-section-btn,
.cid-uyyz2Sdfue .social-row {
  color: #353535;
}
.cid-uyyz2Sdfue .card1-text {
  color: #353535;
}
.cid-uyyz2Sdfue .card-title,
.cid-uyyz2Sdfue .social-row {
  color: #000000;
}
.cid-uyyz2Sdfue .mbr-section-title {
  color: #878e99;
}
.cid-uAee2EXxAz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4f3ff;
}
.cid-uAee2EXxAz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAee2EXxAz .wrapper {
  max-width: 350px;
}
.cid-uAee2EXxAz .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uAee2EXxAz .row {
    text-align: center;
  }
  .cid-uAee2EXxAz .social-row {
    justify-content: center;
  }
}
.cid-uAee2EXxAz .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uAee2EXxAz .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAee2EXxAz .list {
    margin-bottom: 0rem;
  }
}
.cid-uAee2EXxAz .mbr-text {
  color: #ffffff;
}
.cid-uAee2EXxAz .mbr-iconfont {
  color: black;
}
.cid-uAee2EXxAz img {
  max-width: 100px;
  height: auto;
  margin-bottom: 40px;
}
.cid-uAee2EXxAz .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uAee2EXxAz .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uAee2EXxAz .social-list .soc-item {
  margin-right: 1rem;
  background-color: #7787a5;
}
.cid-uAee2EXxAz .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uAee2EXxAz .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uAee2EXxAz .item-wrap {
  margin-bottom: 16px;
}
.cid-uAee2EXxAz .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uAee2EXxAz .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-uAee2EXxAz .text {
  margin-bottom: 36px;
  color: #1c4262;
  font-size: 16px;
}
.cid-uAee2EXxAz a {
  font-weight: 400 !important;
}
.cid-uAee2EXxAz a.text-danger:hover {
  color: #EABB80 !important;
}
@media (max-width: 768px) {
  .cid-uAee2EXxAz img {
    display: inline;
  }
  .cid-uAee2EXxAz .b:nth-child(3) {
    padding-top: 30px;
  }
  .cid-uAee2EXxAz .b:nth-child(4) {
    padding-top: 30px;
  }
}
.cid-uAee2EXxAz .text1 {
  color: #1c4568;
  font-size: 14px;
}
.cid-uAee2EXxAz .mbr-section-subtitle,
.cid-uAee2EXxAz .list,
.cid-uAee2EXxAz .item-wrap {
  color: #1c4568;
  font-size: 16px;
}
.cid-uAexwnHcT7 {
  z-index: 1000;
  width: 100%;
}
.cid-uAexwnHcT7 .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAexwnHcT7 .dropdown-menu {
  padding: 0;
}
.cid-uAexwnHcT7 .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uAexwnHcT7 .dropdown-item {
    text-align: left !important;
  }
}
.cid-uAexwnHcT7 .dropdown-item:hover {
  background-position: right !important;
}
.cid-uAexwnHcT7 .dropdown-item:hover:after {
  color: #5aa3e2;
}
.cid-uAexwnHcT7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uAexwnHcT7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAexwnHcT7 .nav-link {
  position: relative;
}
.cid-uAexwnHcT7 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uAexwnHcT7 .dropdown-menu,
.cid-uAexwnHcT7 .navbar.opened {
  background: #212428 !important;
}
.cid-uAexwnHcT7 .nav-item:focus,
.cid-uAexwnHcT7 .nav-link:focus {
  outline: none;
}
.cid-uAexwnHcT7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAexwnHcT7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAexwnHcT7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAexwnHcT7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAexwnHcT7 .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uAexwnHcT7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uAexwnHcT7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAexwnHcT7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uAexwnHcT7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uAexwnHcT7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAexwnHcT7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAexwnHcT7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAexwnHcT7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAexwnHcT7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uAexwnHcT7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAexwnHcT7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAexwnHcT7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAexwnHcT7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAexwnHcT7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAexwnHcT7 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uAexwnHcT7 .navbar {
    min-height: 80px;
  }
}
.cid-uAexwnHcT7 .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uAexwnHcT7 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uAexwnHcT7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAexwnHcT7 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uAexwnHcT7 .navbar-brand {
    min-height: 69px;
  }
}
.cid-uAexwnHcT7 .dropdown-item.active,
.cid-uAexwnHcT7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uAexwnHcT7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAexwnHcT7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAexwnHcT7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAexwnHcT7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uAexwnHcT7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAexwnHcT7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAexwnHcT7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAexwnHcT7 button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uAexwnHcT7 button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uAexwnHcT7 button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uAexwnHcT7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5aa3e2;
}
.cid-uAexwnHcT7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uAexwnHcT7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uAexwnHcT7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uAexwnHcT7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAexwnHcT7 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAexwnHcT7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAexwnHcT7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAexwnHcT7 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAexwnHcT7 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uAexwnHcT7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAexwnHcT7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAexwnHcT7 .navbar {
    height: 70px;
  }
  .cid-uAexwnHcT7 .navbar.opened {
    height: auto;
  }
  .cid-uAexwnHcT7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAexwnHcT7 .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0);
}
@media (max-width: 575px) {
  .cid-uAexwnHcT7 .navbar-short {
    min-height: 70px;
  }
}
.cid-uAexwnHcT7 .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uAexwnHcT7 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uAexwnHcT7 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uAexwnHcT7 .container-fluid {
    padding: 0 3px;
  }
}
.cid-uAexwnHcT7 .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uAexwnHcT7 .navbar-nav {
  display: flex !important;
}
.cid-uAexwnHcT7 .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uAexwnHcT7 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uAexwnHcT7 .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uAexwnHcT7 .navbar-nav .nav-item .nav-link:hover,
.cid-uAexwnHcT7 .navbar-nav .nav-item .nav-link:focus,
.cid-uAexwnHcT7 .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uAexwnHcT7 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-uAexwnHcT7 .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uAexwnHcT7 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uAexwnHcT7 button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uAexwnHcT7 button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uAexwnHcT7 button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uAexwnHcT7 button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5aa3e2;
}
.cid-uAexwnHcT7 button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uAexwnHcT7 button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uAexwnHcT7 button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uAexwnHcT7 button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAexwnHcT7 .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uAexwnHcT7 .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uAexwnHcT7 .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uAexwnHcT7 .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5aa3e2;
}
.cid-uAexwnHcT7 .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uAexwnHcT7 .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAexwnHcT7 .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAexwnHcT7 .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uAexwnHcT7 .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uAexwnHcT7 .offcanvas.show {
  transform: translateX(0);
}
.cid-uAexwnHcT7 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uAexwnHcT7 .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uAexwnHcT7 .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uAexwnHcT7 .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uAexwnHcT7 .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uAexwnHcT7 .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uAexwnHcT7 .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uAexwnHcT7 .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uAexwnHcT7 .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uAexwnHcT7 .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uAexwnHcT7 .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uAexwnHcT7 .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uAexwnHcT7 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uAexwnHcT7 ::-webkit-scrollbar {
  width: 1em;
}
.cid-uAexwnHcT7 ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uAexwnHcT7 ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uAexwnHcT7 .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uAexwnHcT7 .social-container {
    padding-top: 40px;
  }
}
.cid-uAexwnHcT7 .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
  text-align: right;
}
.cid-uAexwnHcT7 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uAexwnHcT7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uAexwnHcT7 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uAexwnHcT7 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uAexwnHcT7 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uAexwnHcT7 .soc-item:hover:before {
  opacity: 1;
}
.cid-uAexwnHcT7 .offcanvas_btn {
  margin-top: auto;
}
.cid-uAexwnHcT7 .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uAexwnHcT7 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uA7E9CcQyO {
  padding-top: 18rem;
  padding-bottom: 18rem;
  background-image: url("../../../assets/images/calha-4-2000x2000.webp");
}
.cid-uA7E9CcQyO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7E9CcQyO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uA7E9CcQyO .col-content {
    text-align: center;
  }
}
.cid-uA7E9CcQyO .label-container {
  margin-bottom: 16px;
}
.cid-uA7E9CcQyO .label-text {
  color: #24262b;
}
.cid-uA7E9CcQyO .label-text-2 {
  color: #24262b;
}
.cid-uA7E9CcQyO .mbr-section-title {
  color: #24262b;
}
.cid-uA7E9CcQyO .text-container {
  margin-top: 24px;
}
.cid-uA7E9CcQyO .mbr-section-subtitle {
  color: #24262b;
}
.cid-uA7E9CcQyO .mbr-text {
  color: #b79b6c;
}
.cid-uA7E9CcQyO .mbr-section-btn {
  margin-top: 28px;
}
.cid-uA7E9CcQyO .mbr-text,
.cid-uA7E9CcQyO .mbr-section-btn {
  color: #5aa3e2;
}
.cid-uA7OJPa4yV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uA7OJPa4yV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7OJPa4yV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7OJPa4yV .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uA7OJPa4yV .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uA7OJPa4yV .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-uA7OJPa4yV .mbr-text,
.cid-uA7OJPa4yV .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uA7OJPa4yV .card-title,
.cid-uA7OJPa4yV .card-box {
  text-align: left;
  color: #000000;
}
.cid-uA7Q0mbeqP {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uA7Q0mbeqP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7Q0mbeqP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uA7Q0mbeqP .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uA7Q0mbeqP .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uA7Q0mbeqP .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-uA7Q0mbeqP .mbr-text,
.cid-uA7Q0mbeqP .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uA7Q0mbeqP .card-title,
.cid-uA7Q0mbeqP .card-box {
  text-align: left;
  color: #000000;
}
.cid-uA7Q0mbeqP .mbr-section-subtitle {
  color: #000000;
}
.cid-uAee2EXxAz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4f3ff;
}
.cid-uAee2EXxAz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAee2EXxAz .wrapper {
  max-width: 350px;
}
.cid-uAee2EXxAz .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uAee2EXxAz .row {
    text-align: center;
  }
  .cid-uAee2EXxAz .social-row {
    justify-content: center;
  }
}
.cid-uAee2EXxAz .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uAee2EXxAz .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAee2EXxAz .list {
    margin-bottom: 0rem;
  }
}
.cid-uAee2EXxAz .mbr-text {
  color: #ffffff;
}
.cid-uAee2EXxAz .mbr-iconfont {
  color: black;
}
.cid-uAee2EXxAz img {
  max-width: 100px;
  height: auto;
  margin-bottom: 40px;
}
.cid-uAee2EXxAz .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uAee2EXxAz .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uAee2EXxAz .social-list .soc-item {
  margin-right: 1rem;
  background-color: #7787a5;
}
.cid-uAee2EXxAz .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uAee2EXxAz .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uAee2EXxAz .item-wrap {
  margin-bottom: 16px;
}
.cid-uAee2EXxAz .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uAee2EXxAz .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-uAee2EXxAz .text {
  margin-bottom: 36px;
  color: #1c4262;
  font-size: 16px;
}
.cid-uAee2EXxAz a {
  font-weight: 400 !important;
}
.cid-uAee2EXxAz a.text-danger:hover {
  color: #EABB80 !important;
}
@media (max-width: 768px) {
  .cid-uAee2EXxAz img {
    display: inline;
  }
  .cid-uAee2EXxAz .b:nth-child(3) {
    padding-top: 30px;
  }
  .cid-uAee2EXxAz .b:nth-child(4) {
    padding-top: 30px;
  }
}
.cid-uAee2EXxAz .text1 {
  color: #1c4568;
  font-size: 14px;
}
.cid-uAee2EXxAz .mbr-section-subtitle,
.cid-uAee2EXxAz .list,
.cid-uAee2EXxAz .item-wrap {
  color: #1c4568;
  font-size: 16px;
}
.cid-uAexwnHcT7 {
  z-index: 1000;
  width: 100%;
}
.cid-uAexwnHcT7 .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAexwnHcT7 .dropdown-menu {
  padding: 0;
}
.cid-uAexwnHcT7 .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uAexwnHcT7 .dropdown-item {
    text-align: left !important;
  }
}
.cid-uAexwnHcT7 .dropdown-item:hover {
  background-position: right !important;
}
.cid-uAexwnHcT7 .dropdown-item:hover:after {
  color: #5aa3e2;
}
.cid-uAexwnHcT7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uAexwnHcT7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAexwnHcT7 .nav-link {
  position: relative;
}
.cid-uAexwnHcT7 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uAexwnHcT7 .dropdown-menu,
.cid-uAexwnHcT7 .navbar.opened {
  background: #212428 !important;
}
.cid-uAexwnHcT7 .nav-item:focus,
.cid-uAexwnHcT7 .nav-link:focus {
  outline: none;
}
.cid-uAexwnHcT7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAexwnHcT7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAexwnHcT7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAexwnHcT7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAexwnHcT7 .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uAexwnHcT7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uAexwnHcT7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAexwnHcT7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uAexwnHcT7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uAexwnHcT7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAexwnHcT7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAexwnHcT7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAexwnHcT7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAexwnHcT7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uAexwnHcT7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAexwnHcT7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAexwnHcT7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAexwnHcT7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAexwnHcT7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAexwnHcT7 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uAexwnHcT7 .navbar {
    min-height: 80px;
  }
}
.cid-uAexwnHcT7 .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uAexwnHcT7 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uAexwnHcT7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAexwnHcT7 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uAexwnHcT7 .navbar-brand {
    min-height: 69px;
  }
}
.cid-uAexwnHcT7 .dropdown-item.active,
.cid-uAexwnHcT7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uAexwnHcT7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAexwnHcT7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAexwnHcT7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAexwnHcT7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uAexwnHcT7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAexwnHcT7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAexwnHcT7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAexwnHcT7 button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uAexwnHcT7 button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uAexwnHcT7 button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uAexwnHcT7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5aa3e2;
}
.cid-uAexwnHcT7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uAexwnHcT7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uAexwnHcT7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uAexwnHcT7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAexwnHcT7 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAexwnHcT7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAexwnHcT7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAexwnHcT7 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAexwnHcT7 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uAexwnHcT7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAexwnHcT7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAexwnHcT7 .navbar {
    height: 70px;
  }
  .cid-uAexwnHcT7 .navbar.opened {
    height: auto;
  }
  .cid-uAexwnHcT7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAexwnHcT7 .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0);
}
@media (max-width: 575px) {
  .cid-uAexwnHcT7 .navbar-short {
    min-height: 70px;
  }
}
.cid-uAexwnHcT7 .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uAexwnHcT7 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uAexwnHcT7 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uAexwnHcT7 .container-fluid {
    padding: 0 3px;
  }
}
.cid-uAexwnHcT7 .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uAexwnHcT7 .navbar-nav {
  display: flex !important;
}
.cid-uAexwnHcT7 .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uAexwnHcT7 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uAexwnHcT7 .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uAexwnHcT7 .navbar-nav .nav-item .nav-link:hover,
.cid-uAexwnHcT7 .navbar-nav .nav-item .nav-link:focus,
.cid-uAexwnHcT7 .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uAexwnHcT7 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-uAexwnHcT7 .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uAexwnHcT7 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uAexwnHcT7 button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uAexwnHcT7 button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uAexwnHcT7 button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uAexwnHcT7 button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5aa3e2;
}
.cid-uAexwnHcT7 button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uAexwnHcT7 button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uAexwnHcT7 button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uAexwnHcT7 button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAexwnHcT7 .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uAexwnHcT7 .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uAexwnHcT7 .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uAexwnHcT7 .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5aa3e2;
}
.cid-uAexwnHcT7 .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uAexwnHcT7 .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAexwnHcT7 .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAexwnHcT7 .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uAexwnHcT7 .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uAexwnHcT7 .offcanvas.show {
  transform: translateX(0);
}
.cid-uAexwnHcT7 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uAexwnHcT7 .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uAexwnHcT7 .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uAexwnHcT7 .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uAexwnHcT7 .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uAexwnHcT7 .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uAexwnHcT7 .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uAexwnHcT7 .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uAexwnHcT7 .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uAexwnHcT7 .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uAexwnHcT7 .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uAexwnHcT7 .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uAexwnHcT7 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uAexwnHcT7 ::-webkit-scrollbar {
  width: 1em;
}
.cid-uAexwnHcT7 ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uAexwnHcT7 ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uAexwnHcT7 .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uAexwnHcT7 .social-container {
    padding-top: 40px;
  }
}
.cid-uAexwnHcT7 .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
  text-align: right;
}
.cid-uAexwnHcT7 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uAexwnHcT7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uAexwnHcT7 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uAexwnHcT7 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uAexwnHcT7 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uAexwnHcT7 .soc-item:hover:before {
  opacity: 1;
}
.cid-uAexwnHcT7 .offcanvas_btn {
  margin-top: auto;
}
.cid-uAexwnHcT7 .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uAexwnHcT7 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uA7EbeCZ7D {
  padding-top: 18rem;
  padding-bottom: 18rem;
  background-image: url("../../../assets/images/calha-4-2000x2000.webp");
}
.cid-uA7EbeCZ7D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7EbeCZ7D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uA7EbeCZ7D .col-content {
    text-align: center;
  }
}
.cid-uA7EbeCZ7D .label-container {
  margin-bottom: 16px;
}
.cid-uA7EbeCZ7D .label-text {
  color: #24262b;
}
.cid-uA7EbeCZ7D .label-text-2 {
  color: #24262b;
}
.cid-uA7EbeCZ7D .mbr-section-title {
  color: #24262b;
}
.cid-uA7EbeCZ7D .text-container {
  margin-top: 24px;
}
.cid-uA7EbeCZ7D .mbr-section-subtitle {
  color: #24262b;
}
.cid-uA7EbeCZ7D .mbr-text {
  color: #b79b6c;
}
.cid-uA7EbeCZ7D .mbr-section-btn {
  margin-top: 28px;
}
.cid-uA7EbeCZ7D .mbr-text,
.cid-uA7EbeCZ7D .mbr-section-btn {
  color: #5aa3e2;
}
.cid-uAau4LlWHx {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uAau4LlWHx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAau4LlWHx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAau4LlWHx .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uAau4LlWHx .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uAau4LlWHx .card-wrapper {
    padding: 2.25rem;
  }
}
.cid-uAau4LlWHx .mbr-text,
.cid-uAau4LlWHx .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uAau4LlWHx .card-title,
.cid-uAau4LlWHx .card-box {
  text-align: left;
  color: #000000;
}
.cid-uAee2EXxAz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4f3ff;
}
.cid-uAee2EXxAz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAee2EXxAz .wrapper {
  max-width: 350px;
}
.cid-uAee2EXxAz .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uAee2EXxAz .row {
    text-align: center;
  }
  .cid-uAee2EXxAz .social-row {
    justify-content: center;
  }
}
.cid-uAee2EXxAz .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uAee2EXxAz .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAee2EXxAz .list {
    margin-bottom: 0rem;
  }
}
.cid-uAee2EXxAz .mbr-text {
  color: #ffffff;
}
.cid-uAee2EXxAz .mbr-iconfont {
  color: black;
}
.cid-uAee2EXxAz img {
  max-width: 100px;
  height: auto;
  margin-bottom: 40px;
}
.cid-uAee2EXxAz .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uAee2EXxAz .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uAee2EXxAz .social-list .soc-item {
  margin-right: 1rem;
  background-color: #7787a5;
}
.cid-uAee2EXxAz .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uAee2EXxAz .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uAee2EXxAz .item-wrap {
  margin-bottom: 16px;
}
.cid-uAee2EXxAz .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uAee2EXxAz .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-uAee2EXxAz .text {
  margin-bottom: 36px;
  color: #1c4262;
  font-size: 16px;
}
.cid-uAee2EXxAz a {
  font-weight: 400 !important;
}
.cid-uAee2EXxAz a.text-danger:hover {
  color: #EABB80 !important;
}
@media (max-width: 768px) {
  .cid-uAee2EXxAz img {
    display: inline;
  }
  .cid-uAee2EXxAz .b:nth-child(3) {
    padding-top: 30px;
  }
  .cid-uAee2EXxAz .b:nth-child(4) {
    padding-top: 30px;
  }
}
.cid-uAee2EXxAz .text1 {
  color: #1c4568;
  font-size: 14px;
}
.cid-uAee2EXxAz .mbr-section-subtitle,
.cid-uAee2EXxAz .list,
.cid-uAee2EXxAz .item-wrap {
  color: #1c4568;
  font-size: 16px;
}
.cid-uAexwnHcT7 {
  z-index: 1000;
  width: 100%;
}
.cid-uAexwnHcT7 .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAexwnHcT7 .dropdown-menu {
  padding: 0;
}
.cid-uAexwnHcT7 .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uAexwnHcT7 .dropdown-item {
    text-align: left !important;
  }
}
.cid-uAexwnHcT7 .dropdown-item:hover {
  background-position: right !important;
}
.cid-uAexwnHcT7 .dropdown-item:hover:after {
  color: #5aa3e2;
}
.cid-uAexwnHcT7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uAexwnHcT7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAexwnHcT7 .nav-link {
  position: relative;
}
.cid-uAexwnHcT7 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uAexwnHcT7 .dropdown-menu,
.cid-uAexwnHcT7 .navbar.opened {
  background: #212428 !important;
}
.cid-uAexwnHcT7 .nav-item:focus,
.cid-uAexwnHcT7 .nav-link:focus {
  outline: none;
}
.cid-uAexwnHcT7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAexwnHcT7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAexwnHcT7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAexwnHcT7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAexwnHcT7 .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uAexwnHcT7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uAexwnHcT7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAexwnHcT7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uAexwnHcT7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uAexwnHcT7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAexwnHcT7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAexwnHcT7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAexwnHcT7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAexwnHcT7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uAexwnHcT7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAexwnHcT7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAexwnHcT7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAexwnHcT7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAexwnHcT7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAexwnHcT7 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uAexwnHcT7 .navbar {
    min-height: 80px;
  }
}
.cid-uAexwnHcT7 .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uAexwnHcT7 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uAexwnHcT7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAexwnHcT7 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uAexwnHcT7 .navbar-brand {
    min-height: 69px;
  }
}
.cid-uAexwnHcT7 .dropdown-item.active,
.cid-uAexwnHcT7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uAexwnHcT7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAexwnHcT7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAexwnHcT7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAexwnHcT7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uAexwnHcT7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAexwnHcT7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAexwnHcT7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAexwnHcT7 button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uAexwnHcT7 button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uAexwnHcT7 button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uAexwnHcT7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5aa3e2;
}
.cid-uAexwnHcT7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uAexwnHcT7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uAexwnHcT7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uAexwnHcT7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAexwnHcT7 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAexwnHcT7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAexwnHcT7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAexwnHcT7 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAexwnHcT7 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uAexwnHcT7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAexwnHcT7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAexwnHcT7 .navbar {
    height: 70px;
  }
  .cid-uAexwnHcT7 .navbar.opened {
    height: auto;
  }
  .cid-uAexwnHcT7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAexwnHcT7 .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0);
}
@media (max-width: 575px) {
  .cid-uAexwnHcT7 .navbar-short {
    min-height: 70px;
  }
}
.cid-uAexwnHcT7 .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uAexwnHcT7 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uAexwnHcT7 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uAexwnHcT7 .container-fluid {
    padding: 0 3px;
  }
}
.cid-uAexwnHcT7 .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uAexwnHcT7 .navbar-nav {
  display: flex !important;
}
.cid-uAexwnHcT7 .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uAexwnHcT7 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uAexwnHcT7 .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uAexwnHcT7 .navbar-nav .nav-item .nav-link:hover,
.cid-uAexwnHcT7 .navbar-nav .nav-item .nav-link:focus,
.cid-uAexwnHcT7 .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uAexwnHcT7 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-uAexwnHcT7 .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uAexwnHcT7 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uAexwnHcT7 button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uAexwnHcT7 button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uAexwnHcT7 button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uAexwnHcT7 button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5aa3e2;
}
.cid-uAexwnHcT7 button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uAexwnHcT7 button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uAexwnHcT7 button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uAexwnHcT7 button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAexwnHcT7 .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uAexwnHcT7 .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uAexwnHcT7 .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uAexwnHcT7 .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5aa3e2;
}
.cid-uAexwnHcT7 .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uAexwnHcT7 .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAexwnHcT7 .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAexwnHcT7 .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uAexwnHcT7 .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uAexwnHcT7 .offcanvas.show {
  transform: translateX(0);
}
.cid-uAexwnHcT7 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uAexwnHcT7 .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uAexwnHcT7 .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uAexwnHcT7 .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uAexwnHcT7 .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uAexwnHcT7 .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uAexwnHcT7 .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uAexwnHcT7 .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uAexwnHcT7 .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uAexwnHcT7 .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uAexwnHcT7 .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uAexwnHcT7 .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uAexwnHcT7 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uAexwnHcT7 ::-webkit-scrollbar {
  width: 1em;
}
.cid-uAexwnHcT7 ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uAexwnHcT7 ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uAexwnHcT7 .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uAexwnHcT7 .social-container {
    padding-top: 40px;
  }
}
.cid-uAexwnHcT7 .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
  text-align: right;
}
.cid-uAexwnHcT7 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uAexwnHcT7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uAexwnHcT7 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uAexwnHcT7 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uAexwnHcT7 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uAexwnHcT7 .soc-item:hover:before {
  opacity: 1;
}
.cid-uAexwnHcT7 .offcanvas_btn {
  margin-top: auto;
}
.cid-uAexwnHcT7 .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uAexwnHcT7 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
.cid-uA7DqaErLH {
  padding-top: 18rem;
  padding-bottom: 18rem;
  background-image: url("../../../assets/images/calha-4-2000x2000.webp");
}
.cid-uA7DqaErLH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uA7DqaErLH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uA7DqaErLH .col-content {
    text-align: center;
  }
}
.cid-uA7DqaErLH .label-container {
  margin-bottom: 16px;
}
.cid-uA7DqaErLH .label-text {
  color: #24262b;
}
.cid-uA7DqaErLH .label-text-2 {
  color: #24262b;
}
.cid-uA7DqaErLH .mbr-section-title {
  color: #24262b;
}
.cid-uA7DqaErLH .text-container {
  margin-top: 24px;
}
.cid-uA7DqaErLH .mbr-section-subtitle {
  color: #24262b;
}
.cid-uA7DqaErLH .mbr-text {
  color: #b79b6c;
}
.cid-uA7DqaErLH .mbr-section-btn {
  margin-top: 28px;
}
.cid-uA7DqaErLH .mbr-text,
.cid-uA7DqaErLH .mbr-section-btn {
  color: #5aa3e2;
}
.cid-uAacnv9r4d {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uAacnv9r4d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAacnv9r4d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAacnv9r4d .container {
    padding: 0 20px;
  }
}
.cid-uAacnv9r4d .row {
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-uAacnv9r4d .card {
  padding: 0;
  border-radius: 0;
}
.cid-uAacnv9r4d .card:first-child {
  border-right: 2px solid #d7d7d7;
}
.cid-uAacnv9r4d .card:first-child .title-wrapper {
  padding: 64px;
  border-bottom: 2px solid #d7d7d7;
}
@media (max-width: 992px) {
  .cid-uAacnv9r4d .card:first-child .title-wrapper {
    padding: 50px 20px;
  }
}
.cid-uAacnv9r4d .card:first-child .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uAacnv9r4d .card:first-child .image-wrap {
  height: 350px;
}
@media (max-width: 992px) {
  .cid-uAacnv9r4d .card:first-child .image-wrap {
    height: 250px;
  }
}
.cid-uAacnv9r4d .card:first-child .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 100%;
}
.cid-uAacnv9r4d .card:last-child {
  padding: 64px 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uAacnv9r4d .card:last-child {
    padding: 50px 20px;
  }
}
.cid-uAacnv9r4d .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAacnv9r4d .mbr-section-title {
  color: #1d1d1d;
  text-align: center;
}
.cid-uAacnv9r4d .mbr-text {
  color: #1d1d1d;
}
.cid-uAacnv9r4d .mbr-section-title,
.cid-uAacnv9r4d .mbr-section-btn {
  color: #22527c;
}
.cid-uAacForNAP {
  padding-top: 0rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uAacForNAP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAacForNAP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uAacForNAP .container {
    padding: 0 20px;
  }
}
.cid-uAacForNAP .row {
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-uAacForNAP .card {
  padding: 0;
}
.cid-uAacForNAP .card:first-child .image-wrap {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 2px solid #d7d7d7;
}
@media (max-width: 992px) {
  .cid-uAacForNAP .card:first-child .image-wrap {
    height: 280px;
  }
}
.cid-uAacForNAP .card:first-child .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 100%;
}
.cid-uAacForNAP .card:last-child {
  padding: 0 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uAacForNAP .card:last-child {
    padding: 50px 20px;
  }
}
.cid-uAacForNAP .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uAacForNAP .text-wrapper .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uAacForNAP .text-wrapper .mbr-text {
    margin-bottom: 50px;
  }
}
.cid-uAacForNAP .mbr-section-title {
  color: #1d1d1d;
}
.cid-uAacForNAP .mbr-text {
  color: #1d1d1d;
}
.cid-uAacForNAP .mbr-section-title,
.cid-uAacForNAP .mbr-section-btn {
  color: #22527c;
}
.cid-uAasn1UxBr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uAasn1UxBr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAasn1UxBr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAasn1UxBr .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-uAasn1UxBr .container-fluid {
    padding: 0 12px;
  }
}
.cid-uAasn1UxBr .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uAasn1UxBr .container {
    padding: 0 20px;
  }
}
.cid-uAasn1UxBr .row {
  border-top: 2px solid #d7d7d7;
  border-bottom: 2px solid #d7d7d7;
  margin-top: -2px;
}
.cid-uAasn1UxBr .card {
  padding: 0;
}
.cid-uAasn1UxBr .card:first-child .image-wrap {
  min-height: 600px;
  display: flex;
  align-items: flex-end;
  border-right: 2px solid #d7d7d7;
}
@media (max-width: 992px) {
  .cid-uAasn1UxBr .card:first-child .image-wrap {
    min-height: 250px;
  }
}
.cid-uAasn1UxBr .card:first-child .image-wrap img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-top-left-radius: 100%;
  border: 2px solid #d7d7d7;
  border-right: 0;
  border-bottom: 0;
}
.cid-uAasn1UxBr .card:nth-child(2) .image-wrap {
  height: 100%;
  border-right: 2px solid #d7d7d7;
}
.cid-uAasn1UxBr .card:nth-child(2) .image-wrap img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-bottom: 2px solid #d7d7d7;
}
.cid-uAasn1UxBr .card:last-child {
  padding: 0 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uAasn1UxBr .card:last-child {
    padding: 50px 20px;
  }
}
.cid-uAasn1UxBr .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uAasn1UxBr .text-wrapper .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uAasn1UxBr .text-wrapper .mbr-text {
    margin-bottom: 50px;
  }
}
.cid-uAasn1UxBr .mbr-section-title {
  color: #1d1d1d;
}
.cid-uAasn1UxBr .mbr-text {
  color: #1d1d1d;
}
.cid-uAasn1UxBr .mbr-section-title,
.cid-uAasn1UxBr .mbr-section-btn {
  color: #22527c;
}
.cid-uAee2EXxAz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4f3ff;
}
.cid-uAee2EXxAz .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uAee2EXxAz .wrapper {
  max-width: 350px;
}
.cid-uAee2EXxAz .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uAee2EXxAz .row {
    text-align: center;
  }
  .cid-uAee2EXxAz .social-row {
    justify-content: center;
  }
}
.cid-uAee2EXxAz .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uAee2EXxAz .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uAee2EXxAz .list {
    margin-bottom: 0rem;
  }
}
.cid-uAee2EXxAz .mbr-text {
  color: #ffffff;
}
.cid-uAee2EXxAz .mbr-iconfont {
  color: black;
}
.cid-uAee2EXxAz img {
  max-width: 100px;
  height: auto;
  margin-bottom: 40px;
}
.cid-uAee2EXxAz .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uAee2EXxAz .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: #ffffff;
  border: none;
  border-radius: 50%;
  padding: 0.6rem;
  transition: all 0.3s;
  display: block;
  cursor: pointer;
}
.cid-uAee2EXxAz .social-list .soc-item {
  margin-right: 1rem;
  background-color: #7787a5;
}
.cid-uAee2EXxAz .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (max-width: 767px) {
  .cid-uAee2EXxAz .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uAee2EXxAz .item-wrap {
  margin-bottom: 16px;
}
.cid-uAee2EXxAz .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uAee2EXxAz .mbr-section-subtitle {
  margin-bottom: 20px;
  color: #ffffff;
}
.cid-uAee2EXxAz .text {
  margin-bottom: 36px;
  color: #1c4262;
  font-size: 16px;
}
.cid-uAee2EXxAz a {
  font-weight: 400 !important;
}
.cid-uAee2EXxAz a.text-danger:hover {
  color: #EABB80 !important;
}
@media (max-width: 768px) {
  .cid-uAee2EXxAz img {
    display: inline;
  }
  .cid-uAee2EXxAz .b:nth-child(3) {
    padding-top: 30px;
  }
  .cid-uAee2EXxAz .b:nth-child(4) {
    padding-top: 30px;
  }
}
.cid-uAee2EXxAz .text1 {
  color: #1c4568;
  font-size: 14px;
}
.cid-uAee2EXxAz .mbr-section-subtitle,
.cid-uAee2EXxAz .list,
.cid-uAee2EXxAz .item-wrap {
  color: #1c4568;
  font-size: 16px;
}
.cid-uAexwnHcT7 {
  z-index: 1000;
  width: 100%;
}
.cid-uAexwnHcT7 .dropdown-item:before {
  font-family: Moririse2 !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;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAexwnHcT7 .dropdown-menu {
  padding: 0;
}
.cid-uAexwnHcT7 .dropdown-item {
  padding: 5px 0.4em 5px  0.4em !important;
  width: 100%;
  line-height: inherit !important;
  transition: background-position 0.3s ease;
}
@media (max-width: 991px) {
  .cid-uAexwnHcT7 .dropdown-item {
    text-align: left !important;
  }
}
.cid-uAexwnHcT7 .dropdown-item:hover {
  background-position: right !important;
}
.cid-uAexwnHcT7 .dropdown-item:hover:after {
  color: #5aa3e2;
}
.cid-uAexwnHcT7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uAexwnHcT7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uAexwnHcT7 .nav-link {
  position: relative;
}
.cid-uAexwnHcT7 .container {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
}
.cid-uAexwnHcT7 .dropdown-menu,
.cid-uAexwnHcT7 .navbar.opened {
  background: #212428 !important;
}
.cid-uAexwnHcT7 .nav-item:focus,
.cid-uAexwnHcT7 .nav-link:focus {
  outline: none;
}
.cid-uAexwnHcT7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAexwnHcT7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAexwnHcT7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAexwnHcT7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAexwnHcT7 .navbar {
  min-height: 122px;
  transition: all 0.3s;
  padding: 0 !important;
  box-shadow: none !important;
  background: transparent;
}
.cid-uAexwnHcT7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uAexwnHcT7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uAexwnHcT7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uAexwnHcT7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
@media (max-width: 991px) {
  .cid-uAexwnHcT7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAexwnHcT7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAexwnHcT7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAexwnHcT7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uAexwnHcT7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uAexwnHcT7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAexwnHcT7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uAexwnHcT7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uAexwnHcT7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uAexwnHcT7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAexwnHcT7 .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uAexwnHcT7 .navbar {
    min-height: 80px;
  }
}
.cid-uAexwnHcT7 .navbar:not(.navbar-short) {
  border-bottom: none;
}
.cid-uAexwnHcT7 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  padding-right: 15px;
  padding-left: 15px;
}
.cid-uAexwnHcT7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uAexwnHcT7 .navbar-brand .navbar-logo a {
  outline: none;
}
@media (max-width: 575px) {
  .cid-uAexwnHcT7 .navbar-brand {
    min-height: 69px;
  }
}
.cid-uAexwnHcT7 .dropdown-item.active,
.cid-uAexwnHcT7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uAexwnHcT7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uAexwnHcT7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAexwnHcT7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAexwnHcT7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #212428;
}
.cid-uAexwnHcT7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAexwnHcT7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAexwnHcT7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uAexwnHcT7 button.navbar-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uAexwnHcT7 button.navbar-toggler:hover {
  transform: scale(1.1);
}
.cid-uAexwnHcT7 button.navbar-toggler .hamburger {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uAexwnHcT7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5aa3e2;
}
.cid-uAexwnHcT7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uAexwnHcT7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uAexwnHcT7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uAexwnHcT7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAexwnHcT7 nav.opened .hamburger span:nth-child(1) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAexwnHcT7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAexwnHcT7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAexwnHcT7 nav.opened .hamburger span:nth-child(4) {
  top: 6px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAexwnHcT7 .navbar-dropdown {
  padding: 0;
  position: fixed;
}
.cid-uAexwnHcT7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uAexwnHcT7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAexwnHcT7 .navbar {
    height: 70px;
  }
  .cid-uAexwnHcT7 .navbar.opened {
    height: auto;
  }
  .cid-uAexwnHcT7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAexwnHcT7 .navbar-short {
  min-height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background: #212428;
  background: rgba(33, 36, 40, 0);
}
@media (max-width: 575px) {
  .cid-uAexwnHcT7 .navbar-short {
    min-height: 70px;
  }
}
.cid-uAexwnHcT7 .container-fluid {
  flex-wrap: nowrap;
  padding: 0 64px;
}
@media (max-width: 1599px) {
  .cid-uAexwnHcT7 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .cid-uAexwnHcT7 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 575px) {
  .cid-uAexwnHcT7 .container-fluid {
    padding: 0 3px;
  }
}
.cid-uAexwnHcT7 .navbar-collapse {
  padding-left: 15px;
  padding-right: 15px;
}
.cid-uAexwnHcT7 .navbar-nav {
  display: flex !important;
}
.cid-uAexwnHcT7 .navbar-nav .nav-item {
  margin: 0 !important;
  width: 100%;
  text-align: left;
}
.cid-uAexwnHcT7 .navbar-nav .nav-item .nav-link {
  margin: 0 !important;
  padding: 10px 0 !important;
  transition: 0.3s all;
  opacity: 1;
  justify-content: flex-start;
}
.cid-uAexwnHcT7 .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uAexwnHcT7 .navbar-nav .nav-item .nav-link:hover,
.cid-uAexwnHcT7 .navbar-nav .nav-item .nav-link:focus,
.cid-uAexwnHcT7 .navbar-nav .nav-item .nav-link:active {
  opacity: 1;
  color: #FFFFFF !important;
}
.cid-uAexwnHcT7 .navbar-nav .nav-item .dropdown-menu {
  position: static !important;
  background-color: #212428 !important;
}
.cid-uAexwnHcT7 .mbr-section-btn .btn {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .cid-uAexwnHcT7 .container-fluid {
    flex-wrap: nowrap;
  }
}
.cid-uAexwnHcT7 button.btn_offcanvas {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 15px;
  transition: all 0.3s;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uAexwnHcT7 button.btn_offcanvas:hover {
  transform: scale(1.1);
}
.cid-uAexwnHcT7 button.btn_offcanvas .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uAexwnHcT7 button.btn_offcanvas .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5aa3e2;
}
.cid-uAexwnHcT7 button.btn_offcanvas .hamburger-offcanvas span:nth-child(1) {
  top: 6px;
  transition: all 0.2s;
}
.cid-uAexwnHcT7 button.btn_offcanvas .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uAexwnHcT7 button.btn_offcanvas .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transition: all 0.15s;
}
.cid-uAexwnHcT7 button.btn_offcanvas .hamburger-offcanvas span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAexwnHcT7 .btn-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-left: 15px;
  transition: all 0.3s;
  opacity: 1 !important;
  background: linear-gradient(145deg, #1e2024, #23272b);
  outline: none;
  border: none;
  cursor: pointer;
  position: relative;
  align-self: center;
}
.cid-uAexwnHcT7 .btn-close:hover {
  transform: scale(1.1);
  opacity: 1 !important;
}
.cid-uAexwnHcT7 .btn-close .hamburger-offcanvas {
  position: relative;
  width: 23px;
  height: 24px;
  transition: all 0.3s;
}
.cid-uAexwnHcT7 .btn-close .hamburger-offcanvas span {
  position: absolute;
  right: 2px;
  width: 20px;
  height: 2px;
  background-color: #5aa3e2;
}
.cid-uAexwnHcT7 .btn-close .hamburger-offcanvas span:nth-child(1) {
  display: none;
}
.cid-uAexwnHcT7 .btn-close .hamburger-offcanvas span:nth-child(2) {
  top: 11px;
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAexwnHcT7 .btn-close .hamburger-offcanvas span:nth-child(3) {
  top: 11px;
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAexwnHcT7 .btn-close .hamburger-offcanvas span:nth-child(4) {
  display: none;
}
.cid-uAexwnHcT7 .offcanvas-end {
  left: 0 !important;
  transform: translateX(-100%);
}
.cid-uAexwnHcT7 .offcanvas.show {
  transform: translateX(0);
}
.cid-uAexwnHcT7 .offcanvas {
  padding: 0;
  width: 100%;
  border-left: none !important;
  background-color: transparent !important;
  transition: transform 0.5s ease-in-out;
}
.cid-uAexwnHcT7 .offcanvas_box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uAexwnHcT7 .offcanvas-body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 25px;
  width: 375px;
  margin-right: auto;
  text-align: left;
  background-color: #212428;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
}
@media (max-width: 575px) {
  .cid-uAexwnHcT7 .offcanvas-body {
    width: 260px;
    padding: 10px;
  }
}
.cid-uAexwnHcT7 .offcanvas-body .offcanvas_head {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 20px;
}
.cid-uAexwnHcT7 .offcanvas-body .offcanvas_head_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uAexwnHcT7 .offcanvas-body .navbar-brand {
  min-height: 70px;
  padding: 0 !important;
}
@media (max-width: 575px) {
  .cid-uAexwnHcT7 .offcanvas-body .navbar-brand .navbar-logo {
    margin-right: 0.5rem;
  }
}
.cid-uAexwnHcT7 .offcanvas-body .navbar-brand img {
  height: 70px !important;
}
@media (max-width: 575px) {
  .cid-uAexwnHcT7 .offcanvas-body .navbar-brand img {
    height: 60px !important;
  }
}
.cid-uAexwnHcT7 .mbr-text {
  color: #878e99;
  margin-top: 20px;
  padding-right: 7%;
}
.cid-uAexwnHcT7 .modal-backdrop.show {
  opacity: 0.8;
}
.cid-uAexwnHcT7 .offcanvas_link {
  width: 100%;
  overflow: auto;
  padding: 0;
  margin-top: 20px;
}
.cid-uAexwnHcT7 ::-webkit-scrollbar {
  width: 1em;
}
.cid-uAexwnHcT7 ::-webkit-scrollbar-track {
  background-color: #232323;
}
.cid-uAexwnHcT7 ::-webkit-scrollbar-thumb {
  background-color: #535B6D;
  border-radius: 1em;
}
.cid-uAexwnHcT7 .social-container {
  width: 100%;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uAexwnHcT7 .social-container {
    padding-top: 40px;
  }
}
.cid-uAexwnHcT7 .social-title {
  color: #C4CFDE;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 20px;
  margin-top: 50px !important;
  text-align: right;
}
.cid-uAexwnHcT7 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -7px;
}
.cid-uAexwnHcT7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 7px;
  min-width: 53px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #1e2024, #23272b);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
  transition: 0.4s all;
}
.cid-uAexwnHcT7 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uAexwnHcT7 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 20px;
  color: #c4cfde;
}
.cid-uAexwnHcT7 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uAexwnHcT7 .soc-item:hover:before {
  opacity: 1;
}
.cid-uAexwnHcT7 .offcanvas_btn {
  margin-top: auto;
}
.cid-uAexwnHcT7 .offcanvas_btn .mbr-section-btn {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.cid-uAexwnHcT7 .offcanvas_btn .mbr-section-btn .btn {
  flex-grow: 1;
}
