body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'Lato', sans-serif;
  font-size: 3rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Lato', sans-serif;
  font-size: 2.5rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Lato', sans-serif;
  font-size: 0.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.28rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'Lato', sans-serif;
  font-size: 1.2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.64rem;
    font-size: calc( 0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.93rem + (0.8 - 0.93) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #ff4e01 !important;
}
.bg-success {
  background-color: #ff4e01 !important;
}
.bg-info {
  background-color: #465052 !important;
}
.bg-warning {
  background-color: #cccccc !important;
}
.bg-danger {
  background-color: #c1c1c1 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff4e01 !important;
  border-color: #ff4e01 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b33600 !important;
  border-color: #b33600 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b33600 !important;
  border-color: #b33600 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f9aa28 !important;
  border-color: #f9aa28 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #cf8306 !important;
  border-color: #cf8306 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #cf8306 !important;
  border-color: #cf8306 !important;
}
.btn-info,
.btn-info:active {
  background-color: #465052 !important;
  border-color: #465052 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #232829 !important;
  border-color: #232829 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff4e01 !important;
  border-color: #ff4e01 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #b33600 !important;
  border-color: #b33600 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #b33600 !important;
  border-color: #b33600 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cccccc !important;
  border-color: #cccccc !important;
  color: #4d4d4d !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #4d4d4d !important;
  background-color: #a6a6a6 !important;
  border-color: #a6a6a6 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #9a2f00;
  color: #9a2f00;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ff4e01;
  border-color: #ff4e01;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4e01 !important;
  border-color: #ff4e01 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #b67305;
  color: #b67305;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #f9aa28;
  border-color: #f9aa28;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f9aa28 !important;
  border-color: #f9aa28 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #171a1b;
  color: #171a1b;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #465052;
  border-color: #465052;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #465052 !important;
  border-color: #465052 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #9a2f00;
  color: #9a2f00;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #ff4e01;
  border-color: #ff4e01;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff4e01 !important;
  border-color: #ff4e01 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #4d4d4d;
  background-color: #cccccc;
  border-color: #cccccc;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #4d4d4d !important;
  background-color: #cccccc !important;
  border-color: #cccccc !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #c1c1c1;
  border-color: #c1c1c1;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ff4e01 !important;
}
.text-secondary {
  color: #f9aa28 !important;
}
.text-success {
  color: #ff4e01 !important;
}
.text-info {
  color: #465052 !important;
}
.text-warning {
  color: #cccccc !important;
}
.text-danger {
  color: #c1c1c1 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #9a2f00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #b67305 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #9a2f00 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #171a1b !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #999999 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #8e8e8e !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #465052;
}
.alert-warning {
  background-color: #cccccc;
}
.alert-danger {
  background-color: #c1c1c1;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff4e01;
  border-color: #ff4e01;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff4e01;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffdccd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffdccd;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #bac2c4;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lato', sans-serif;
  font-size: 0.8rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.28rem;
  font-weight: 400;
}
blockquote {
  border-color: #ff4e01;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 6px 16px 0 #ff4e01 !important;
  -webkit-box-shadow: 0 6px 16px 0 #ff4e01 !important;
  background-color: #ff4e01 !important;
  border-color: #ff4e01 !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #f9aa28 !important;
  -webkit-box-shadow: 0 6px 16px 0 #f9aa28 !important;
  background-color: #f9aa28 !important;
  border-color: #f9aa28 !important;
}
.btn-success {
  color: white !important;
  margin: 1rem 0.5rem !important;
}
.btn-success:active {
  color: white !important;
}
.btn-success:hover,
.btn-success:focus {
  color: white !important;
  box-shadow: 0 6px 15px 0 #ff4e01 !important;
  -webkit-box-shadow: 0 6px 16px 0 #ff4e01 !important;
  background-color: #ff4e01 !important;
  border-color: #ff4e01 !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff4e01;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background-color: #f5f6ff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff4e01;
  border-bottom-color: #ff4e01;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #ff4e01 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #f9aa28 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ff4e01' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-spdzo5wPFN .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-spdzo5wPFN .collapsed {
  flex-direction: row!important;
}
.cid-spdzo5wPFN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spdzo5wPFN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-spdzo5wPFN .navbar-nav {
  margin: auto;
}
.cid-spdzo5wPFN .navbar-brand {
  min-width: 15%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spdzo5wPFN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spdzo5wPFN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spdzo5wPFN .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-spdzo5wPFN .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-spdzo5wPFN .nav-item:focus,
.cid-spdzo5wPFN .nav-link:focus {
  outline: none;
}
.cid-spdzo5wPFN .text-white:hover,
.cid-spdzo5wPFN .text-white:active,
.cid-spdzo5wPFN .text-white:focus {
  color: white!important;
}
.cid-spdzo5wPFN .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-spdzo5wPFN .dropdown-item:hover {
  color: black!important;
}
.cid-spdzo5wPFN .dropdown-menu {
  background-color: white!important;
}
.cid-spdzo5wPFN .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-spdzo5wPFN .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-spdzo5wPFN .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-spdzo5wPFN .nav-item .nav-link {
    position: relative;
  }
}
.cid-spdzo5wPFN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spdzo5wPFN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spdzo5wPFN .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-spdzo5wPFN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-spdzo5wPFN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spdzo5wPFN .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-spdzo5wPFN .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-spdzo5wPFN .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-spdzo5wPFN .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-spdzo5wPFN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-spdzo5wPFN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-spdzo5wPFN .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-spdzo5wPFN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spdzo5wPFN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spdzo5wPFN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-spdzo5wPFN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spdzo5wPFN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-spdzo5wPFN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-spdzo5wPFN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-spdzo5wPFN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spdzo5wPFN .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-spdzo5wPFN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spdzo5wPFN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spdzo5wPFN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-spdzo5wPFN .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-spdzo5wPFN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spdzo5wPFN .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-spdzo5wPFN .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-spdzo5wPFN .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-spdzo5wPFN .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-spdzo5wPFN .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-spdzo5wPFN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-spdzo5wPFN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-spdzo5wPFN .navbar-caption {
  font-weight: 600!important;
}
.cid-spdzo5wPFN .dropdown-item.active,
.cid-spdzo5wPFN .dropdown-item:active {
  background-color: transparent;
}
.cid-spdzo5wPFN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spdzo5wPFN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spdzo5wPFN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spdzo5wPFN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-spdzo5wPFN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-spdzo5wPFN ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-spdzo5wPFN .navbar-buttons {
  text-align: center;
}
.cid-spdzo5wPFN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spdzo5wPFN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spdzo5wPFN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spdzo5wPFN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spdzo5wPFN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spdzo5wPFN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spdzo5wPFN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spdzo5wPFN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spdzo5wPFN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spdzo5wPFN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spdzo5wPFN .nav-link {
  font-weight: 600!important;
}
.cid-spdzo5wPFN a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spdzo5wPFN .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-spdzo5wPFN .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-spdzo5wPFN .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-spdzo5wPFN .navbar {
    height: 77px;
  }
  .cid-spdzo5wPFN .navbar.opened {
    height: auto;
  }
  .cid-spdzo5wPFN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spGlUyuot3 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/linies-1600x900.jpg");
}
.cid-spGlUyuot3 H1 {
  color: #232323;
}
.cid-spGlUyuot3 .mbr-text,
.cid-spGlUyuot3 .mbr-section-btn {
  color: #232323;
}
.cid-spVpVnOFE9 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f7f7f7;
}
.cid-spVpVnOFE9 h5,
.cid-spVpVnOFE9 h4,
.cid-spVpVnOFE9 p {
  margin-bottom: 0;
}
.cid-spVpVnOFE9 p {
  color: #767676;
}
.cid-spVpVnOFE9 .card-img {
  padding: 0;
  width: auto;
}
.cid-spVpVnOFE9 .card-wrapper {
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-spVpVnOFE9 .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-spVpVnOFE9 .card-box {
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-spVpVnOFE9 .card-box {
    padding: 2rem 0 0;
  }
  .cid-spVpVnOFE9 .card-wrapper {
    display: block !important;
  }
}
.cid-spVpVnOFE9 .card-wrapper {
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.cid-spVpVnOFE9 .card-title,
.cid-spVpVnOFE9 .main-title {
  color: #57468b;
}
.cid-spVpVnOFE9 .card-title {
  color: #465052;
}
.cid-spVpVnOFE9 .mbr-text,
.cid-spVpVnOFE9 .mbr-section-btn {
  color: #465052;
}
.cid-spVpVnOFE9 .main-title {
  color: #465052;
}
.cid-sqfmweZV7D {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #f7f7f7;
}
.cid-sqfmweZV7D h5,
.cid-sqfmweZV7D h4,
.cid-sqfmweZV7D p {
  margin-bottom: 0;
}
.cid-sqfmweZV7D p {
  color: #767676;
}
.cid-sqfmweZV7D .card-img {
  padding: 0;
  width: auto;
}
.cid-sqfmweZV7D .card-wrapper {
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-sqfmweZV7D .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-sqfmweZV7D .card-box {
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sqfmweZV7D .card-box {
    padding: 2rem 0 0;
  }
  .cid-sqfmweZV7D .card-wrapper {
    display: block !important;
  }
}
.cid-sqfmweZV7D .card-wrapper {
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.cid-sqfmweZV7D .card-title,
.cid-sqfmweZV7D .main-title {
  color: #57468b;
}
.cid-sqfmweZV7D .card-title {
  color: #465052;
}
.cid-sqfmweZV7D .mbr-text,
.cid-sqfmweZV7D .mbr-section-btn {
  color: #465052;
}
.cid-sqfmweZV7D .main-title {
  color: #465052;
}
.cid-sqfnIY3T8B {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #f7f7f7;
}
.cid-sqfnIY3T8B h5,
.cid-sqfnIY3T8B h4,
.cid-sqfnIY3T8B p {
  margin-bottom: 0;
}
.cid-sqfnIY3T8B p {
  color: #767676;
}
.cid-sqfnIY3T8B .card-img {
  padding: 0;
  width: auto;
}
.cid-sqfnIY3T8B .card-wrapper {
  transition: all 0.3s;
  background-color: #ffffff;
}
.cid-sqfnIY3T8B .card-wrapper:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-sqfnIY3T8B .card-box {
  padding: 2rem;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-sqfnIY3T8B .card-box {
    padding: 2rem 0 0;
  }
  .cid-sqfnIY3T8B .card-wrapper {
    display: block !important;
  }
}
.cid-sqfnIY3T8B .card-wrapper {
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.cid-sqfnIY3T8B .card-title,
.cid-sqfnIY3T8B .main-title {
  color: #57468b;
}
.cid-sqfnIY3T8B .card-title {
  color: #465052;
}
.cid-sqfnIY3T8B .mbr-text,
.cid-sqfnIY3T8B .mbr-section-btn {
  color: #465052;
}
.cid-sqfnIY3T8B .main-title {
  color: #465052;
}
.cid-spWPG9QbGn {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-spWPG9QbGn H1 {
  color: #465052;
}
.cid-spWPG9QbGn .mbr-text,
.cid-spWPG9QbGn .mbr-section-btn {
  color: #465052;
  text-align: center;
}
.cid-spWPG9QbGn H3 {
  color: #465052;
}
.cid-sq25AatVtl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sq25AatVtl .card-icon {
  font-size: 56px;
  color: #5580ff;
  transition: color 0.3s;
}
.cid-sq25AatVtl .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sq25AatVtl .link-ico {
  font-size: 0.8rem;
  color: #ff4e01;
  border: 2px solid #ff4e01;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-sq25AatVtl .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #5580ff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sq25AatVtl .card {
  padding: 0!important;
}
.cid-sq25AatVtl .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-sq25AatVtl .card-wrapper:hover {
  background: #5580ff;
}
.cid-sq25AatVtl .card-wrapper:hover .card-icon {
  color: #dbe8fe;
}
.cid-sq25AatVtl .card-wrapper:hover .line {
  background: #dbe8fe;
}
.cid-sq25AatVtl .card1 {
  background: #dbe8fe;
}
.cid-sq25AatVtl .card2 {
  background: #e5eefe;
}
.cid-sq25AatVtl .card3 {
  background: #eff5ff;
}
.cid-sq25AatVtl .card4 {
  background: #f9fbff;
}
.cid-sq25AatVtl .card5 {
  background: #ffffff;
}
.cid-sq25AatVtl .card6 {
  background: #ffffff;
}
.cid-sq25AatVtl .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 767px) {
  .cid-sq25AatVtl .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-sq25AatVtl .mbr-text,
.cid-sq25AatVtl .card-link {
  color: #465052;
}
.cid-sq25AatVtl .card-title,
.cid-sq25AatVtl .card-ico,
.cid-sq25AatVtl .line-wrap {
  color: #232323;
}
.cid-spWPGV2qwi {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-spWPGV2qwi H1 {
  color: #465052;
}
.cid-spWPGV2qwi .align-left {
  margin: auto;
}
.cid-spWPGV2qwi .row {
  justify-content: space-between;
}
.cid-spWPGV2qwi .mbr-text,
.cid-spWPGV2qwi .mbr-section-btn {
  color: #716c80;
}
.cid-spWPGV2qwi .block-border {
  border-left: 2px solid #efefef;
  padding-left: 4rem;
}
.cid-spWPGV2qwi .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-spWPGV2qwi .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-spWPGV2qwi .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-spWPGV2qwi .link:hover {
  color: #ff4e01 !important;
}
.cid-spWPGV2qwi .link:hover .link-ico {
  color: #ff4e01 !important;
  padding-left: 10px;
}
.cid-spWPGV2qwi DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-spWPGV2qwi .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-spWPGV2qwi h1 {
    padding-bottom: 1rem;
  }
}
.cid-spWPGV2qwi .mbr-text,
.cid-spWPGV2qwi .media-content {
  color: #465052;
}
.cid-spLzmbPX8d {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-spLzmbPX8d section {
  position: relative;
}
.cid-spLzmbPX8d h4 {
  margin: 0;
}
.cid-spLzmbPX8d img {
  height: 100px;
  padding-right: 8px;
  width: auto;
}
.cid-spLzmbPX8d a {
  font-weight: 300;
}
.cid-spLzmbPX8d .img1 {
  color: #465052;
}
.cid-spLzmbPX8d .img2 {
  color: #465052;
}
.cid-spLzmbPX8d .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #465052;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-spLzmbPX8d .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-spLzmbPX8d .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-spLzmbPX8d .item,
.cid-spLzmbPX8d .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-spLzmbPX8d .item h4,
.cid-spLzmbPX8d .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-spLzmbPX8d .card-img {
  width: auto;
}
.cid-spLzmbPX8d .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-spLzmbPX8d .item {
    justify-content: center;
  }
}
.cid-spLzmbPX8d .item-title {
  color: #465052;
}
.cid-spLzmbPX8d .items-title,
.cid-spLzmbPX8d .items-title + .line-wrap {
  color: #ffffff;
}
.cid-spLzmbPX8d .link-title {
  color: #232323;
}
.cid-spLzmbPX8d .text1 {
  color: #465052;
}
.cid-spLzmbPX8d H4 {
  color: #465052;
}
.cid-spWx9ItjwO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f7f7f7;
}
.cid-spWx9ItjwO .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-spWx9ItjwO .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-spWx9ItjwO .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-spWx9ItjwO .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-spWx9ItjwO .logo-section img {
  width: auto;
}
.cid-spWx9ItjwO .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #66458e;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-spWx9ItjwO .icon-transition span:hover {
  background-color: #e96188;
}
.cid-spWx9ItjwO .mbr-text {
  color: #767676;
}
@media (max-width: 991px) {
  .cid-spWx9ItjwO .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-spWx9ItjwO .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-spWx9ItjwO .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-spdjCAJTjW .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-spdjCAJTjW .collapsed {
  flex-direction: row!important;
}
.cid-spdjCAJTjW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spdjCAJTjW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-spdjCAJTjW .navbar-nav {
  margin: auto;
}
.cid-spdjCAJTjW .navbar-brand {
  min-width: 15%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spdjCAJTjW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spdjCAJTjW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spdjCAJTjW .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-spdjCAJTjW .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-spdjCAJTjW .nav-item:focus,
.cid-spdjCAJTjW .nav-link:focus {
  outline: none;
}
.cid-spdjCAJTjW .text-white:hover,
.cid-spdjCAJTjW .text-white:active,
.cid-spdjCAJTjW .text-white:focus {
  color: white!important;
}
.cid-spdjCAJTjW .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-spdjCAJTjW .dropdown-item:hover {
  color: black!important;
}
.cid-spdjCAJTjW .dropdown-menu {
  background-color: white!important;
}
.cid-spdjCAJTjW .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-spdjCAJTjW .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-spdjCAJTjW .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-spdjCAJTjW .nav-item .nav-link {
    position: relative;
  }
}
.cid-spdjCAJTjW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spdjCAJTjW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spdjCAJTjW .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-spdjCAJTjW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-spdjCAJTjW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spdjCAJTjW .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-spdjCAJTjW .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-spdjCAJTjW .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-spdjCAJTjW .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-spdjCAJTjW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-spdjCAJTjW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-spdjCAJTjW .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-spdjCAJTjW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spdjCAJTjW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spdjCAJTjW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-spdjCAJTjW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spdjCAJTjW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-spdjCAJTjW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-spdjCAJTjW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-spdjCAJTjW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spdjCAJTjW .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-spdjCAJTjW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spdjCAJTjW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spdjCAJTjW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-spdjCAJTjW .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-spdjCAJTjW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spdjCAJTjW .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-spdjCAJTjW .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-spdjCAJTjW .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-spdjCAJTjW .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-spdjCAJTjW .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-spdjCAJTjW .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-spdjCAJTjW .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-spdjCAJTjW .navbar-caption {
  font-weight: 600!important;
}
.cid-spdjCAJTjW .dropdown-item.active,
.cid-spdjCAJTjW .dropdown-item:active {
  background-color: transparent;
}
.cid-spdjCAJTjW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spdjCAJTjW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spdjCAJTjW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spdjCAJTjW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-spdjCAJTjW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-spdjCAJTjW ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-spdjCAJTjW .navbar-buttons {
  text-align: center;
}
.cid-spdjCAJTjW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spdjCAJTjW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spdjCAJTjW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spdjCAJTjW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spdjCAJTjW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spdjCAJTjW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spdjCAJTjW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spdjCAJTjW nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spdjCAJTjW nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spdjCAJTjW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spdjCAJTjW .nav-link {
  font-weight: 600!important;
}
.cid-spdjCAJTjW a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spdjCAJTjW .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-spdjCAJTjW .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-spdjCAJTjW .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-spdjCAJTjW .navbar {
    height: 77px;
  }
  .cid-spdjCAJTjW .navbar.opened {
    height: auto;
  }
  .cid-spdjCAJTjW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spLvprJBRU {
  background-image: url("../../../assets/images/geoliza-data-2-1600x1200.jpg");
}
.cid-spLvprJBRU .text-content {
  padding-top: 45px;
  padding-bottom: 30px;
}
.cid-spLvprJBRU .text-content .btn-bgr {
  z-index: 0;
}
.cid-spLvprJBRU .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-spLvprJBRU H3 {
  color: #000000;
  font-weight: 300;
}
.cid-spLvprJBRU P {
  color: #767676;
}
.cid-spLvprJBRU H2 {
  color: #000000;
}
.cid-spLvprJBRU .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-spLvprJBRU .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-spLvprJBRU .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-spLvprJBRU .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-spLvprJBRU .text-content {
    width: 100%;
  }
}
.cid-spLvprJBRU .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-spLvprJBRU .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-spLvprJBRU .mbr-text {
    text-align: center;
  }
}
.cid-spLw0L81S4 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f7f7f7;
}
.cid-spLw0L81S4 .mbr-text {
  color: #465052;
}
.cid-spLw0L81S4 .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-spLw0L81S4 p {
  margin: 0;
}
.cid-spLw0L81S4 .card-img .img1 {
  background-color: #465052;
}
.cid-spLw0L81S4 .cardcolor:hover {
  background-color: #ffffff;
}
.cid-spLw0L81S4 .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1rem !important;
}
.cid-spLw0L81S4 .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-spLw0L81S4 .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1rem);
}
.cid-spLw0L81S4 .card-title,
.cid-spLw0L81S4 .card-img {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-spLw0L81S4 .card {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-spLw0L81S4 .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-spLw0L81S4 .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-spLw0L81S4 .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-spLw0L81S4 .card-img span {
    margin-right: 0rem;
  }
  .cid-spLw0L81S4 .cardcolor:hover {
    background-color: transparent;
  }
}
.cid-spLw0L81S4 .card-img {
  width: auto;
}
.cid-spLw0L81S4 .card-title {
  color: #232323;
}
.cid-spLDpkd90c {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f7f7f7;
}
.cid-spLDpkd90c .mbr-text {
  color: #465052;
}
.cid-spLDpkd90c .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-spLDpkd90c p {
  margin: 0;
}
.cid-spLDpkd90c .card-img .img1 {
  background-color: #465052;
}
.cid-spLDpkd90c .cardcolor:hover {
  background-color: #ffffff;
}
.cid-spLDpkd90c .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1rem !important;
}
.cid-spLDpkd90c .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-spLDpkd90c .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1rem);
}
.cid-spLDpkd90c .card-title,
.cid-spLDpkd90c .card-img {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-spLDpkd90c .card {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-spLDpkd90c .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-spLDpkd90c .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-spLDpkd90c .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-spLDpkd90c .card-img span {
    margin-right: 0rem;
  }
  .cid-spLDpkd90c .cardcolor:hover {
    background-color: transparent;
  }
}
.cid-spLDpkd90c .card-img {
  width: auto;
}
.cid-spLDpkd90c .card-title {
  color: #232323;
}
.cid-spWM538RHE {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-spWM538RHE H1 {
  color: #465052;
}
.cid-spWM538RHE .mbr-text,
.cid-spWM538RHE .mbr-section-btn {
  color: #465052;
  text-align: center;
}
.cid-spWM538RHE H3 {
  color: #465052;
}
.cid-sq25AatVtl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sq25AatVtl .card-icon {
  font-size: 56px;
  color: #5580ff;
  transition: color 0.3s;
}
.cid-sq25AatVtl .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sq25AatVtl .link-ico {
  font-size: 0.8rem;
  color: #ff4e01;
  border: 2px solid #ff4e01;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-sq25AatVtl .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #5580ff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sq25AatVtl .card {
  padding: 0!important;
}
.cid-sq25AatVtl .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-sq25AatVtl .card-wrapper:hover {
  background: #5580ff;
}
.cid-sq25AatVtl .card-wrapper:hover .card-icon {
  color: #dbe8fe;
}
.cid-sq25AatVtl .card-wrapper:hover .line {
  background: #dbe8fe;
}
.cid-sq25AatVtl .card1 {
  background: #dbe8fe;
}
.cid-sq25AatVtl .card2 {
  background: #e5eefe;
}
.cid-sq25AatVtl .card3 {
  background: #eff5ff;
}
.cid-sq25AatVtl .card4 {
  background: #f9fbff;
}
.cid-sq25AatVtl .card5 {
  background: #ffffff;
}
.cid-sq25AatVtl .card6 {
  background: #ffffff;
}
.cid-sq25AatVtl .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 767px) {
  .cid-sq25AatVtl .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-sq25AatVtl .mbr-text,
.cid-sq25AatVtl .card-link {
  color: #465052;
}
.cid-sq25AatVtl .card-title,
.cid-sq25AatVtl .card-ico,
.cid-sq25AatVtl .line-wrap {
  color: #232323;
}
.cid-spWOtkajGp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-spWOtkajGp H1 {
  color: #465052;
}
.cid-spWOtkajGp .align-left {
  margin: auto;
}
.cid-spWOtkajGp .row {
  justify-content: space-between;
}
.cid-spWOtkajGp .mbr-text,
.cid-spWOtkajGp .mbr-section-btn {
  color: #716c80;
}
.cid-spWOtkajGp .block-border {
  border-left: 2px solid #efefef;
  padding-left: 4rem;
}
.cid-spWOtkajGp .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-spWOtkajGp .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-spWOtkajGp .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-spWOtkajGp .link:hover {
  color: #ff4e01 !important;
}
.cid-spWOtkajGp .link:hover .link-ico {
  color: #ff4e01 !important;
  padding-left: 10px;
}
.cid-spWOtkajGp DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-spWOtkajGp .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-spWOtkajGp h1 {
    padding-bottom: 1rem;
  }
}
.cid-spWOtkajGp .mbr-text,
.cid-spWOtkajGp .media-content {
  color: #465052;
}
.cid-spLC0kEj7L {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-spLC0kEj7L section {
  position: relative;
}
.cid-spLC0kEj7L h4 {
  margin: 0;
}
.cid-spLC0kEj7L img {
  height: 100px;
  padding-right: 8px;
  width: auto;
}
.cid-spLC0kEj7L a {
  font-weight: 300;
}
.cid-spLC0kEj7L .img1 {
  color: #465052;
}
.cid-spLC0kEj7L .img2 {
  color: #465052;
}
.cid-spLC0kEj7L .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #465052;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-spLC0kEj7L .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-spLC0kEj7L .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-spLC0kEj7L .item,
.cid-spLC0kEj7L .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-spLC0kEj7L .item h4,
.cid-spLC0kEj7L .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-spLC0kEj7L .card-img {
  width: auto;
}
.cid-spLC0kEj7L .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-spLC0kEj7L .item {
    justify-content: center;
  }
}
.cid-spLC0kEj7L .item-title {
  color: #465052;
}
.cid-spLC0kEj7L .items-title,
.cid-spLC0kEj7L .items-title + .line-wrap {
  color: #ffffff;
}
.cid-spLC0kEj7L .link-title {
  color: #232323;
}
.cid-spLC0kEj7L .text1 {
  color: #465052;
}
.cid-spLC0kEj7L H4 {
  color: #465052;
}
.cid-spWx9ItjwO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f7f7f7;
}
.cid-spWx9ItjwO .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-spWx9ItjwO .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-spWx9ItjwO .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-spWx9ItjwO .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-spWx9ItjwO .logo-section img {
  width: auto;
}
.cid-spWx9ItjwO .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #66458e;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-spWx9ItjwO .icon-transition span:hover {
  background-color: #e96188;
}
.cid-spWx9ItjwO .mbr-text {
  color: #767676;
}
@media (max-width: 991px) {
  .cid-spWx9ItjwO .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-spWx9ItjwO .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-spWx9ItjwO .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-spdniMNOQ0 .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-spdniMNOQ0 .collapsed {
  flex-direction: row!important;
}
.cid-spdniMNOQ0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spdniMNOQ0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-spdniMNOQ0 .navbar-nav {
  margin: auto;
}
.cid-spdniMNOQ0 .navbar-brand {
  min-width: 15%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spdniMNOQ0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spdniMNOQ0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spdniMNOQ0 .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-spdniMNOQ0 .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-spdniMNOQ0 .nav-item:focus,
.cid-spdniMNOQ0 .nav-link:focus {
  outline: none;
}
.cid-spdniMNOQ0 .text-white:hover,
.cid-spdniMNOQ0 .text-white:active,
.cid-spdniMNOQ0 .text-white:focus {
  color: white!important;
}
.cid-spdniMNOQ0 .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-spdniMNOQ0 .dropdown-item:hover {
  color: black!important;
}
.cid-spdniMNOQ0 .dropdown-menu {
  background-color: white!important;
}
.cid-spdniMNOQ0 .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-spdniMNOQ0 .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-spdniMNOQ0 .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-spdniMNOQ0 .nav-item .nav-link {
    position: relative;
  }
}
.cid-spdniMNOQ0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spdniMNOQ0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spdniMNOQ0 .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-spdniMNOQ0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-spdniMNOQ0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spdniMNOQ0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-spdniMNOQ0 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-spdniMNOQ0 .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-spdniMNOQ0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-spdniMNOQ0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-spdniMNOQ0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-spdniMNOQ0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-spdniMNOQ0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spdniMNOQ0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spdniMNOQ0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-spdniMNOQ0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spdniMNOQ0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-spdniMNOQ0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-spdniMNOQ0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-spdniMNOQ0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spdniMNOQ0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-spdniMNOQ0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spdniMNOQ0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spdniMNOQ0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-spdniMNOQ0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-spdniMNOQ0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spdniMNOQ0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-spdniMNOQ0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-spdniMNOQ0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-spdniMNOQ0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-spdniMNOQ0 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-spdniMNOQ0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-spdniMNOQ0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-spdniMNOQ0 .navbar-caption {
  font-weight: 600!important;
}
.cid-spdniMNOQ0 .dropdown-item.active,
.cid-spdniMNOQ0 .dropdown-item:active {
  background-color: transparent;
}
.cid-spdniMNOQ0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spdniMNOQ0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spdniMNOQ0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spdniMNOQ0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-spdniMNOQ0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-spdniMNOQ0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-spdniMNOQ0 .navbar-buttons {
  text-align: center;
}
.cid-spdniMNOQ0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spdniMNOQ0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spdniMNOQ0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spdniMNOQ0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spdniMNOQ0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spdniMNOQ0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spdniMNOQ0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spdniMNOQ0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spdniMNOQ0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spdniMNOQ0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spdniMNOQ0 .nav-link {
  font-weight: 600!important;
}
.cid-spdniMNOQ0 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spdniMNOQ0 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-spdniMNOQ0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-spdniMNOQ0 .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-spdniMNOQ0 .navbar {
    height: 77px;
  }
  .cid-spdniMNOQ0 .navbar.opened {
    height: auto;
  }
  .cid-spdniMNOQ0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spLx6p50K9 {
  background-image: url("../../../assets/images/geoliza-software-1-1600x1200.jpeg");
}
.cid-spLx6p50K9 .text-content {
  padding-top: 45px;
  padding-bottom: 0px;
}
.cid-spLx6p50K9 .text-content .btn-bgr {
  z-index: 0;
}
.cid-spLx6p50K9 .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-spLx6p50K9 H3 {
  color: #000000;
  font-weight: 300;
}
.cid-spLx6p50K9 P {
  color: #767676;
}
.cid-spLx6p50K9 H2 {
  color: #000000;
}
.cid-spLx6p50K9 .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-spLx6p50K9 .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-spLx6p50K9 .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-spLx6p50K9 .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-spLx6p50K9 .text-content {
    width: 100%;
  }
}
.cid-spLx6p50K9 .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-spLx6p50K9 .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-spLx6p50K9 .mbr-text {
    text-align: center;
  }
}
.cid-spLx7Dpxlz {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f7f7f7;
}
.cid-spLx7Dpxlz .mbr-text {
  color: #465052;
}
.cid-spLx7Dpxlz .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-spLx7Dpxlz p {
  margin: 0;
}
.cid-spLx7Dpxlz .card-img .img1 {
  background-color: #465052;
}
.cid-spLx7Dpxlz .cardcolor:hover {
  background-color: #ffffff;
}
.cid-spLx7Dpxlz .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1rem !important;
}
.cid-spLx7Dpxlz .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-spLx7Dpxlz .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1rem);
}
.cid-spLx7Dpxlz .card-title,
.cid-spLx7Dpxlz .card-img {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-spLx7Dpxlz .card {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-spLx7Dpxlz .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-spLx7Dpxlz .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-spLx7Dpxlz .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-spLx7Dpxlz .card-img span {
    margin-right: 0rem;
  }
  .cid-spLx7Dpxlz .cardcolor:hover {
    background-color: transparent;
  }
}
.cid-spLx7Dpxlz .card-img {
  width: auto;
}
.cid-spLx7Dpxlz .card-title {
  color: #465052;
}
.cid-spQpSU2Bw7 {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #f7f7f7;
}
.cid-spQpSU2Bw7 .mbr-text {
  color: #465052;
}
.cid-spQpSU2Bw7 .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-spQpSU2Bw7 p {
  margin: 0;
}
.cid-spQpSU2Bw7 .card-img .img1 {
  background-color: #465052;
}
.cid-spQpSU2Bw7 .cardcolor:hover {
  background-color: #ffffff;
}
.cid-spQpSU2Bw7 .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1rem !important;
}
.cid-spQpSU2Bw7 .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-spQpSU2Bw7 .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1rem);
}
.cid-spQpSU2Bw7 .card-title,
.cid-spQpSU2Bw7 .card-img {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-spQpSU2Bw7 .card {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-spQpSU2Bw7 .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-spQpSU2Bw7 .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-spQpSU2Bw7 .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-spQpSU2Bw7 .card-img span {
    margin-right: 0rem;
  }
  .cid-spQpSU2Bw7 .cardcolor:hover {
    background-color: transparent;
  }
}
.cid-spQpSU2Bw7 .card-img {
  width: auto;
}
.cid-spQpSU2Bw7 .card-title {
  color: #232323;
}
.cid-spWOJ78ofh {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-spWOJ78ofh H1 {
  color: #465052;
}
.cid-spWOJ78ofh .mbr-text,
.cid-spWOJ78ofh .mbr-section-btn {
  color: #465052;
  text-align: center;
}
.cid-spWOJ78ofh H3 {
  color: #465052;
}
.cid-spdpM6tkwJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-spdpM6tkwJ p {
  line-height: 1.6;
}
.cid-spdpM6tkwJ .card-box {
  width: -webkit-fill-available;
}
.cid-spdpM6tkwJ .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 1rem;
  border-radius: 8px;
}
.cid-spdpM6tkwJ .card-img .img1 {
  color: #5580ff !important;
}
.cid-spdpM6tkwJ .card-img .img2 {
  color: #5580ff !important;
}
.cid-spdpM6tkwJ .card-img .img3 {
  color: #5580ff !important;
}
.cid-spdpM6tkwJ .card-img .img4 {
  color: #5580ff !important;
}
.cid-spdpM6tkwJ .card-img .img5 {
  color: #bfceff !important;
}
.cid-spdpM6tkwJ .card-img .img6 {
  color: #57468b !important;
}
.cid-spdpM6tkwJ .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-spdpM6tkwJ .card-wrapper {
  display: flex;
  flex-direction: row;
}
.cid-spdpM6tkwJ .card {
  height: 100%;
  margin: auto;
}
.cid-spdpM6tkwJ img {
  width: 100%;
  heigth: auto;
}
.cid-spdpM6tkwJ .card-title1 {
  color: #465052;
}
.cid-spdpM6tkwJ .mbr-text1 {
  color: #465052;
}
.cid-spdpM6tkwJ .card-title2 {
  color: #465052;
}
.cid-spdpM6tkwJ .mbr-text2 {
  color: #465052;
}
@media (max-width: 576px) {
  .cid-spdpM6tkwJ .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-spdpM6tkwJ .card-img {
    order: 1;
  }
  .cid-spdpM6tkwJ .card-box {
    order: 2;
  }
}
.cid-spdpM6tkwJ .card-img {
  width: auto;
}
.cid-spWM7FupSw {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-spWM7FupSw H1 {
  color: #465052;
}
.cid-spWM7FupSw .mbr-text,
.cid-spWM7FupSw .mbr-section-btn {
  color: #465052;
  text-align: center;
}
.cid-spWM7FupSw H3 {
  color: #465052;
}
.cid-sq25AatVtl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sq25AatVtl .card-icon {
  font-size: 56px;
  color: #5580ff;
  transition: color 0.3s;
}
.cid-sq25AatVtl .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sq25AatVtl .link-ico {
  font-size: 0.8rem;
  color: #ff4e01;
  border: 2px solid #ff4e01;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-sq25AatVtl .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #5580ff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sq25AatVtl .card {
  padding: 0!important;
}
.cid-sq25AatVtl .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-sq25AatVtl .card-wrapper:hover {
  background: #5580ff;
}
.cid-sq25AatVtl .card-wrapper:hover .card-icon {
  color: #dbe8fe;
}
.cid-sq25AatVtl .card-wrapper:hover .line {
  background: #dbe8fe;
}
.cid-sq25AatVtl .card1 {
  background: #dbe8fe;
}
.cid-sq25AatVtl .card2 {
  background: #e5eefe;
}
.cid-sq25AatVtl .card3 {
  background: #eff5ff;
}
.cid-sq25AatVtl .card4 {
  background: #f9fbff;
}
.cid-sq25AatVtl .card5 {
  background: #ffffff;
}
.cid-sq25AatVtl .card6 {
  background: #ffffff;
}
.cid-sq25AatVtl .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 767px) {
  .cid-sq25AatVtl .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-sq25AatVtl .mbr-text,
.cid-sq25AatVtl .card-link {
  color: #465052;
}
.cid-sq25AatVtl .card-title,
.cid-sq25AatVtl .card-ico,
.cid-sq25AatVtl .line-wrap {
  color: #232323;
}
.cid-spWNqI9y8K {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-spWNqI9y8K H1 {
  color: #465052;
}
.cid-spWNqI9y8K .align-left {
  margin: auto;
}
.cid-spWNqI9y8K .row {
  justify-content: space-between;
}
.cid-spWNqI9y8K .mbr-text,
.cid-spWNqI9y8K .mbr-section-btn {
  color: #716c80;
}
.cid-spWNqI9y8K .block-border {
  border-left: 2px solid #efefef;
  padding-left: 4rem;
}
.cid-spWNqI9y8K .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-spWNqI9y8K .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-spWNqI9y8K .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-spWNqI9y8K .link:hover {
  color: #ff4e01 !important;
}
.cid-spWNqI9y8K .link:hover .link-ico {
  color: #ff4e01 !important;
  padding-left: 10px;
}
.cid-spWNqI9y8K DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-spWNqI9y8K .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-spWNqI9y8K h1 {
    padding-bottom: 1rem;
  }
}
.cid-spWNqI9y8K .mbr-text,
.cid-spWNqI9y8K .media-content {
  color: #465052;
}
.cid-spLxTzDwyZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-spLxTzDwyZ section {
  position: relative;
}
.cid-spLxTzDwyZ h4 {
  margin: 0;
}
.cid-spLxTzDwyZ img {
  height: 100px;
  padding-right: 8px;
  width: auto;
}
.cid-spLxTzDwyZ a {
  font-weight: 300;
}
.cid-spLxTzDwyZ .img1 {
  color: #465052;
}
.cid-spLxTzDwyZ .img2 {
  color: #465052;
}
.cid-spLxTzDwyZ .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #465052;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-spLxTzDwyZ .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-spLxTzDwyZ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-spLxTzDwyZ .item,
.cid-spLxTzDwyZ .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-spLxTzDwyZ .item h4,
.cid-spLxTzDwyZ .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-spLxTzDwyZ .card-img {
  width: auto;
}
.cid-spLxTzDwyZ .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-spLxTzDwyZ .item {
    justify-content: center;
  }
}
.cid-spLxTzDwyZ .item-title {
  color: #465052;
}
.cid-spLxTzDwyZ .items-title,
.cid-spLxTzDwyZ .items-title + .line-wrap {
  color: #ffffff;
}
.cid-spLxTzDwyZ .link-title {
  color: #232323;
}
.cid-spLxTzDwyZ .text1 {
  color: #465052;
}
.cid-spLxTzDwyZ H4 {
  color: #465052;
}
.cid-spWx9ItjwO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f7f7f7;
}
.cid-spWx9ItjwO .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-spWx9ItjwO .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-spWx9ItjwO .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-spWx9ItjwO .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-spWx9ItjwO .logo-section img {
  width: auto;
}
.cid-spWx9ItjwO .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #66458e;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-spWx9ItjwO .icon-transition span:hover {
  background-color: #e96188;
}
.cid-spWx9ItjwO .mbr-text {
  color: #767676;
}
@media (max-width: 991px) {
  .cid-spWx9ItjwO .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-spWx9ItjwO .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-spWx9ItjwO .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-spdwhRaEEr .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-spdwhRaEEr .collapsed {
  flex-direction: row!important;
}
.cid-spdwhRaEEr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spdwhRaEEr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-spdwhRaEEr .navbar-nav {
  margin: auto;
}
.cid-spdwhRaEEr .navbar-brand {
  min-width: 15%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spdwhRaEEr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spdwhRaEEr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spdwhRaEEr .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-spdwhRaEEr .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-spdwhRaEEr .nav-item:focus,
.cid-spdwhRaEEr .nav-link:focus {
  outline: none;
}
.cid-spdwhRaEEr .text-white:hover,
.cid-spdwhRaEEr .text-white:active,
.cid-spdwhRaEEr .text-white:focus {
  color: white!important;
}
.cid-spdwhRaEEr .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-spdwhRaEEr .dropdown-item:hover {
  color: black!important;
}
.cid-spdwhRaEEr .dropdown-menu {
  background-color: white!important;
}
.cid-spdwhRaEEr .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-spdwhRaEEr .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-spdwhRaEEr .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-spdwhRaEEr .nav-item .nav-link {
    position: relative;
  }
}
.cid-spdwhRaEEr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spdwhRaEEr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spdwhRaEEr .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-spdwhRaEEr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-spdwhRaEEr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spdwhRaEEr .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-spdwhRaEEr .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-spdwhRaEEr .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-spdwhRaEEr .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-spdwhRaEEr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-spdwhRaEEr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-spdwhRaEEr .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-spdwhRaEEr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spdwhRaEEr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spdwhRaEEr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-spdwhRaEEr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spdwhRaEEr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-spdwhRaEEr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-spdwhRaEEr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-spdwhRaEEr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spdwhRaEEr .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-spdwhRaEEr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spdwhRaEEr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spdwhRaEEr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-spdwhRaEEr .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-spdwhRaEEr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spdwhRaEEr .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-spdwhRaEEr .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-spdwhRaEEr .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-spdwhRaEEr .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-spdwhRaEEr .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-spdwhRaEEr .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-spdwhRaEEr .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-spdwhRaEEr .navbar-caption {
  font-weight: 600!important;
}
.cid-spdwhRaEEr .dropdown-item.active,
.cid-spdwhRaEEr .dropdown-item:active {
  background-color: transparent;
}
.cid-spdwhRaEEr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spdwhRaEEr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spdwhRaEEr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spdwhRaEEr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-spdwhRaEEr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-spdwhRaEEr ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-spdwhRaEEr .navbar-buttons {
  text-align: center;
}
.cid-spdwhRaEEr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spdwhRaEEr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spdwhRaEEr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spdwhRaEEr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spdwhRaEEr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spdwhRaEEr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spdwhRaEEr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spdwhRaEEr nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spdwhRaEEr nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spdwhRaEEr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spdwhRaEEr .nav-link {
  font-weight: 600!important;
}
.cid-spdwhRaEEr a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spdwhRaEEr .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-spdwhRaEEr .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-spdwhRaEEr .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-spdwhRaEEr .navbar {
    height: 77px;
  }
  .cid-spdwhRaEEr .navbar.opened {
    height: auto;
  }
  .cid-spdwhRaEEr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spLy7VhSlX {
  background-image: url("../../../assets/images/geoliza-training-4-1600x1200.jpeg");
}
.cid-spLy7VhSlX .text-content {
  padding-top: 45px;
  padding-bottom: 75px;
}
.cid-spLy7VhSlX .text-content .btn-bgr {
  z-index: 0;
}
.cid-spLy7VhSlX .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-spLy7VhSlX H3 {
  color: #000000;
  font-weight: 300;
}
.cid-spLy7VhSlX P {
  color: #767676;
}
.cid-spLy7VhSlX H2 {
  color: #000000;
}
.cid-spLy7VhSlX .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-spLy7VhSlX .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-spLy7VhSlX .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-spLy7VhSlX .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-spLy7VhSlX .text-content {
    width: 100%;
  }
}
.cid-spLy7VhSlX .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-spLy7VhSlX .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-spLy7VhSlX .mbr-text {
    text-align: center;
  }
}
.cid-spLy8vmQt5 {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f7f7f7;
}
.cid-spLy8vmQt5 .mbr-text {
  color: #465052;
}
.cid-spLy8vmQt5 .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-spLy8vmQt5 p {
  margin: 0;
}
.cid-spLy8vmQt5 .card-img .img1 {
  background-color: #465052;
}
.cid-spLy8vmQt5 .cardcolor:hover {
  background-color: #ffffff;
}
.cid-spLy8vmQt5 .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1rem !important;
}
.cid-spLy8vmQt5 .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-spLy8vmQt5 .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1rem);
}
.cid-spLy8vmQt5 .card-title,
.cid-spLy8vmQt5 .card-img {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-spLy8vmQt5 .card {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-spLy8vmQt5 .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-spLy8vmQt5 .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-spLy8vmQt5 .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-spLy8vmQt5 .card-img span {
    margin-right: 0rem;
  }
  .cid-spLy8vmQt5 .cardcolor:hover {
    background-color: transparent;
  }
}
.cid-spLy8vmQt5 .card-img {
  width: auto;
}
.cid-spLy8vmQt5 .card-title {
  color: #232323;
}
.cid-spWMbgTVCT {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-spWMbgTVCT H1 {
  color: #465052;
}
.cid-spWMbgTVCT .mbr-text,
.cid-spWMbgTVCT .mbr-section-btn {
  color: #465052;
  text-align: center;
}
.cid-spWMbgTVCT H3 {
  color: #465052;
}
.cid-sq25AatVtl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sq25AatVtl .card-icon {
  font-size: 56px;
  color: #5580ff;
  transition: color 0.3s;
}
.cid-sq25AatVtl .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sq25AatVtl .link-ico {
  font-size: 0.8rem;
  color: #ff4e01;
  border: 2px solid #ff4e01;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-sq25AatVtl .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #5580ff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sq25AatVtl .card {
  padding: 0!important;
}
.cid-sq25AatVtl .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-sq25AatVtl .card-wrapper:hover {
  background: #5580ff;
}
.cid-sq25AatVtl .card-wrapper:hover .card-icon {
  color: #dbe8fe;
}
.cid-sq25AatVtl .card-wrapper:hover .line {
  background: #dbe8fe;
}
.cid-sq25AatVtl .card1 {
  background: #dbe8fe;
}
.cid-sq25AatVtl .card2 {
  background: #e5eefe;
}
.cid-sq25AatVtl .card3 {
  background: #eff5ff;
}
.cid-sq25AatVtl .card4 {
  background: #f9fbff;
}
.cid-sq25AatVtl .card5 {
  background: #ffffff;
}
.cid-sq25AatVtl .card6 {
  background: #ffffff;
}
.cid-sq25AatVtl .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 767px) {
  .cid-sq25AatVtl .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-sq25AatVtl .mbr-text,
.cid-sq25AatVtl .card-link {
  color: #465052;
}
.cid-sq25AatVtl .card-title,
.cid-sq25AatVtl .card-ico,
.cid-sq25AatVtl .line-wrap {
  color: #232323;
}
.cid-spWNtlcAGN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-spWNtlcAGN H1 {
  color: #465052;
}
.cid-spWNtlcAGN .align-left {
  margin: auto;
}
.cid-spWNtlcAGN .row {
  justify-content: space-between;
}
.cid-spWNtlcAGN .mbr-text,
.cid-spWNtlcAGN .mbr-section-btn {
  color: #716c80;
}
.cid-spWNtlcAGN .block-border {
  border-left: 2px solid #efefef;
  padding-left: 4rem;
}
.cid-spWNtlcAGN .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-spWNtlcAGN .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-spWNtlcAGN .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-spWNtlcAGN .link:hover {
  color: #ff4e01 !important;
}
.cid-spWNtlcAGN .link:hover .link-ico {
  color: #ff4e01 !important;
  padding-left: 10px;
}
.cid-spWNtlcAGN DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-spWNtlcAGN .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-spWNtlcAGN h1 {
    padding-bottom: 1rem;
  }
}
.cid-spWNtlcAGN .mbr-text,
.cid-spWNtlcAGN .media-content {
  color: #465052;
}
.cid-spLycRKcMf {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-spLycRKcMf section {
  position: relative;
}
.cid-spLycRKcMf h4 {
  margin: 0;
}
.cid-spLycRKcMf img {
  height: 100px;
  padding-right: 8px;
  width: auto;
}
.cid-spLycRKcMf a {
  font-weight: 300;
}
.cid-spLycRKcMf .img1 {
  color: #465052;
}
.cid-spLycRKcMf .img2 {
  color: #465052;
}
.cid-spLycRKcMf .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #465052;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-spLycRKcMf .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-spLycRKcMf .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-spLycRKcMf .item,
.cid-spLycRKcMf .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-spLycRKcMf .item h4,
.cid-spLycRKcMf .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-spLycRKcMf .card-img {
  width: auto;
}
.cid-spLycRKcMf .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-spLycRKcMf .item {
    justify-content: center;
  }
}
.cid-spLycRKcMf .item-title {
  color: #465052;
}
.cid-spLycRKcMf .items-title,
.cid-spLycRKcMf .items-title + .line-wrap {
  color: #ffffff;
}
.cid-spLycRKcMf .link-title {
  color: #232323;
}
.cid-spLycRKcMf .text1 {
  color: #465052;
}
.cid-spLycRKcMf H4 {
  color: #465052;
}
.cid-spWx9ItjwO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f7f7f7;
}
.cid-spWx9ItjwO .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-spWx9ItjwO .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-spWx9ItjwO .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-spWx9ItjwO .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-spWx9ItjwO .logo-section img {
  width: auto;
}
.cid-spWx9ItjwO .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #66458e;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-spWx9ItjwO .icon-transition span:hover {
  background-color: #e96188;
}
.cid-spWx9ItjwO .mbr-text {
  color: #767676;
}
@media (max-width: 991px) {
  .cid-spWx9ItjwO .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-spWx9ItjwO .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-spWx9ItjwO .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-spdzo5wPFN .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-spdzo5wPFN .collapsed {
  flex-direction: row!important;
}
.cid-spdzo5wPFN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spdzo5wPFN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-spdzo5wPFN .navbar-nav {
  margin: auto;
}
.cid-spdzo5wPFN .navbar-brand {
  min-width: 15%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spdzo5wPFN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spdzo5wPFN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spdzo5wPFN .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-spdzo5wPFN .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-spdzo5wPFN .nav-item:focus,
.cid-spdzo5wPFN .nav-link:focus {
  outline: none;
}
.cid-spdzo5wPFN .text-white:hover,
.cid-spdzo5wPFN .text-white:active,
.cid-spdzo5wPFN .text-white:focus {
  color: white!important;
}
.cid-spdzo5wPFN .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-spdzo5wPFN .dropdown-item:hover {
  color: black!important;
}
.cid-spdzo5wPFN .dropdown-menu {
  background-color: white!important;
}
.cid-spdzo5wPFN .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-spdzo5wPFN .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-spdzo5wPFN .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-spdzo5wPFN .nav-item .nav-link {
    position: relative;
  }
}
.cid-spdzo5wPFN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spdzo5wPFN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spdzo5wPFN .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-spdzo5wPFN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-spdzo5wPFN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spdzo5wPFN .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-spdzo5wPFN .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-spdzo5wPFN .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-spdzo5wPFN .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-spdzo5wPFN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-spdzo5wPFN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-spdzo5wPFN .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-spdzo5wPFN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spdzo5wPFN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spdzo5wPFN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-spdzo5wPFN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spdzo5wPFN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-spdzo5wPFN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-spdzo5wPFN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-spdzo5wPFN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spdzo5wPFN .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-spdzo5wPFN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spdzo5wPFN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spdzo5wPFN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-spdzo5wPFN .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-spdzo5wPFN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spdzo5wPFN .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-spdzo5wPFN .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-spdzo5wPFN .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-spdzo5wPFN .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-spdzo5wPFN .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-spdzo5wPFN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-spdzo5wPFN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-spdzo5wPFN .navbar-caption {
  font-weight: 600!important;
}
.cid-spdzo5wPFN .dropdown-item.active,
.cid-spdzo5wPFN .dropdown-item:active {
  background-color: transparent;
}
.cid-spdzo5wPFN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spdzo5wPFN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spdzo5wPFN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spdzo5wPFN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-spdzo5wPFN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-spdzo5wPFN ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-spdzo5wPFN .navbar-buttons {
  text-align: center;
}
.cid-spdzo5wPFN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spdzo5wPFN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spdzo5wPFN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spdzo5wPFN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spdzo5wPFN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spdzo5wPFN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spdzo5wPFN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spdzo5wPFN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spdzo5wPFN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spdzo5wPFN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spdzo5wPFN .nav-link {
  font-weight: 600!important;
}
.cid-spdzo5wPFN a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spdzo5wPFN .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-spdzo5wPFN .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-spdzo5wPFN .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-spdzo5wPFN .navbar {
    height: 77px;
  }
  .cid-spdzo5wPFN .navbar.opened {
    height: auto;
  }
  .cid-spdzo5wPFN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spWA2do1j2 {
  padding-top: 60px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/3-1600x1200.jpg");
}
.cid-spWA2do1j2 H1 {
  color: #232323;
}
.cid-spWA2do1j2 .mbr-text,
.cid-spWA2do1j2 .mbr-section-btn {
  color: #232323;
}
.cid-spWR4Q09Qr {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-spWR4Q09Qr H1 {
  color: #232323;
}
.cid-spWR4Q09Qr .align-left {
  margin: auto;
}
.cid-spWR4Q09Qr .row {
  justify-content: space-between;
}
.cid-spWR4Q09Qr .mbr-text,
.cid-spWR4Q09Qr .mbr-section-btn {
  color: #716c80;
}
.cid-spWR4Q09Qr .block-border {
  border-left: 2px solid #efefef;
  padding-left: 4rem;
}
.cid-spWR4Q09Qr .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-spWR4Q09Qr .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-spWR4Q09Qr .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-spWR4Q09Qr .link:hover {
  color: #ff4e01 !important;
}
.cid-spWR4Q09Qr .link:hover .link-ico {
  color: #ff4e01 !important;
  padding-left: 10px;
}
.cid-spWR4Q09Qr DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-spWR4Q09Qr .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-spWR4Q09Qr h1 {
    padding-bottom: 1rem;
  }
}
.cid-spWR4Q09Qr .mbr-text,
.cid-spWR4Q09Qr .media-content {
  color: #465052;
}
.cid-spdzBqbilu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f7f7f7;
}
.cid-spdzBqbilu .mbr-text {
  color: #465052;
  text-align: center;
}
.cid-spdzBqbilu h4 {
  text-align: center;
}
.cid-spdzBqbilu p {
  text-align: center;
}
.cid-spdzBqbilu .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-spdzBqbilu .mbr-iconfont {
  transition: all 0.3s;
  color: #5580ff !important;
  font-size: 6rem !important;
}
.cid-spdzBqbilu .card {
  transition: all 0.3s;
  padding: 2rem!important;
}
.cid-spdzBqbilu .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1.5rem);
}
.cid-spdzBqbilu .card:hover .mbr-iconfont {
  color: #5580ff !important;
}
.cid-spdzBqbilu .card-title,
.cid-spdzBqbilu .card-img {
  color: #465052;
}
.cid-spdzBqbilu .card-img {
  width: auto;
}
@media (max-width: 576px) {
  .cid-spdzBqbilu .card {
    padding: 2rem 0rem 0rem 0rem!important;
  }
  .cid-spdzBqbilu .card:hover {
    box-shadow: none;
    transform: none;
  }
}
.cid-spWPxpRERq {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-spWPxpRERq H1 {
  color: #465052;
}
.cid-spWPxpRERq .mbr-text,
.cid-spWPxpRERq .mbr-section-btn {
  color: #465052;
  text-align: center;
}
.cid-spWPxpRERq H3 {
  color: #465052;
}
.cid-sq25AatVtl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sq25AatVtl .card-icon {
  font-size: 56px;
  color: #5580ff;
  transition: color 0.3s;
}
.cid-sq25AatVtl .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sq25AatVtl .link-ico {
  font-size: 0.8rem;
  color: #ff4e01;
  border: 2px solid #ff4e01;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-sq25AatVtl .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #5580ff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sq25AatVtl .card {
  padding: 0!important;
}
.cid-sq25AatVtl .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-sq25AatVtl .card-wrapper:hover {
  background: #5580ff;
}
.cid-sq25AatVtl .card-wrapper:hover .card-icon {
  color: #dbe8fe;
}
.cid-sq25AatVtl .card-wrapper:hover .line {
  background: #dbe8fe;
}
.cid-sq25AatVtl .card1 {
  background: #dbe8fe;
}
.cid-sq25AatVtl .card2 {
  background: #e5eefe;
}
.cid-sq25AatVtl .card3 {
  background: #eff5ff;
}
.cid-sq25AatVtl .card4 {
  background: #f9fbff;
}
.cid-sq25AatVtl .card5 {
  background: #ffffff;
}
.cid-sq25AatVtl .card6 {
  background: #ffffff;
}
.cid-sq25AatVtl .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 767px) {
  .cid-sq25AatVtl .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-sq25AatVtl .mbr-text,
.cid-sq25AatVtl .card-link {
  color: #465052;
}
.cid-sq25AatVtl .card-title,
.cid-sq25AatVtl .card-ico,
.cid-sq25AatVtl .line-wrap {
  color: #232323;
}
.cid-spWNwdVy8N {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-spWNwdVy8N H1 {
  color: #465052;
}
.cid-spWNwdVy8N .align-left {
  margin: auto;
}
.cid-spWNwdVy8N .row {
  justify-content: space-between;
}
.cid-spWNwdVy8N .mbr-text,
.cid-spWNwdVy8N .mbr-section-btn {
  color: #716c80;
}
.cid-spWNwdVy8N .block-border {
  border-left: 2px solid #efefef;
  padding-left: 4rem;
}
.cid-spWNwdVy8N .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-spWNwdVy8N .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-spWNwdVy8N .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-spWNwdVy8N .link:hover {
  color: #ff4e01 !important;
}
.cid-spWNwdVy8N .link:hover .link-ico {
  color: #ff4e01 !important;
  padding-left: 10px;
}
.cid-spWNwdVy8N DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-spWNwdVy8N .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-spWNwdVy8N h1 {
    padding-bottom: 1rem;
  }
}
.cid-spWNwdVy8N .mbr-text,
.cid-spWNwdVy8N .media-content {
  color: #465052;
}
.cid-spLCadqwBC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-spLCadqwBC section {
  position: relative;
}
.cid-spLCadqwBC h4 {
  margin: 0;
}
.cid-spLCadqwBC img {
  height: 100px;
  padding-right: 8px;
  width: auto;
}
.cid-spLCadqwBC a {
  font-weight: 300;
}
.cid-spLCadqwBC .img1 {
  color: #465052;
}
.cid-spLCadqwBC .img2 {
  color: #465052;
}
.cid-spLCadqwBC .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #465052;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-spLCadqwBC .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-spLCadqwBC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-spLCadqwBC .item,
.cid-spLCadqwBC .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-spLCadqwBC .item h4,
.cid-spLCadqwBC .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-spLCadqwBC .card-img {
  width: auto;
}
.cid-spLCadqwBC .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-spLCadqwBC .item {
    justify-content: center;
  }
}
.cid-spLCadqwBC .item-title {
  color: #465052;
}
.cid-spLCadqwBC .items-title,
.cid-spLCadqwBC .items-title + .line-wrap {
  color: #ffffff;
}
.cid-spLCadqwBC .link-title {
  color: #232323;
}
.cid-spLCadqwBC .text1 {
  color: #465052;
}
.cid-spLCadqwBC H4 {
  color: #465052;
}
.cid-spWx9ItjwO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f7f7f7;
}
.cid-spWx9ItjwO .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-spWx9ItjwO .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-spWx9ItjwO .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-spWx9ItjwO .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-spWx9ItjwO .logo-section img {
  width: auto;
}
.cid-spWx9ItjwO .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #66458e;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-spWx9ItjwO .icon-transition span:hover {
  background-color: #e96188;
}
.cid-spWx9ItjwO .mbr-text {
  color: #767676;
}
@media (max-width: 991px) {
  .cid-spWx9ItjwO .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-spWx9ItjwO .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-spWx9ItjwO .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-spAHsmvPyS .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-spAHsmvPyS .collapsed {
  flex-direction: row!important;
}
.cid-spAHsmvPyS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spAHsmvPyS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-spAHsmvPyS .navbar-nav {
  margin: auto;
}
.cid-spAHsmvPyS .navbar-brand {
  min-width: 15%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spAHsmvPyS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spAHsmvPyS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spAHsmvPyS .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-spAHsmvPyS .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-spAHsmvPyS .nav-item:focus,
.cid-spAHsmvPyS .nav-link:focus {
  outline: none;
}
.cid-spAHsmvPyS .text-white:hover,
.cid-spAHsmvPyS .text-white:active,
.cid-spAHsmvPyS .text-white:focus {
  color: white!important;
}
.cid-spAHsmvPyS .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-spAHsmvPyS .dropdown-item:hover {
  color: black!important;
}
.cid-spAHsmvPyS .dropdown-menu {
  background-color: white!important;
}
.cid-spAHsmvPyS .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-spAHsmvPyS .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-spAHsmvPyS .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-spAHsmvPyS .nav-item .nav-link {
    position: relative;
  }
}
.cid-spAHsmvPyS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spAHsmvPyS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spAHsmvPyS .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-spAHsmvPyS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-spAHsmvPyS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spAHsmvPyS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-spAHsmvPyS .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-spAHsmvPyS .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-spAHsmvPyS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-spAHsmvPyS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-spAHsmvPyS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-spAHsmvPyS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-spAHsmvPyS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spAHsmvPyS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spAHsmvPyS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-spAHsmvPyS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spAHsmvPyS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-spAHsmvPyS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-spAHsmvPyS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-spAHsmvPyS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spAHsmvPyS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-spAHsmvPyS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spAHsmvPyS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spAHsmvPyS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-spAHsmvPyS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-spAHsmvPyS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spAHsmvPyS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-spAHsmvPyS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-spAHsmvPyS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-spAHsmvPyS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-spAHsmvPyS .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-spAHsmvPyS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-spAHsmvPyS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-spAHsmvPyS .navbar-caption {
  font-weight: 600!important;
}
.cid-spAHsmvPyS .dropdown-item.active,
.cid-spAHsmvPyS .dropdown-item:active {
  background-color: transparent;
}
.cid-spAHsmvPyS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spAHsmvPyS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spAHsmvPyS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spAHsmvPyS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-spAHsmvPyS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-spAHsmvPyS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-spAHsmvPyS .navbar-buttons {
  text-align: center;
}
.cid-spAHsmvPyS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spAHsmvPyS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spAHsmvPyS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spAHsmvPyS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spAHsmvPyS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spAHsmvPyS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spAHsmvPyS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spAHsmvPyS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spAHsmvPyS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spAHsmvPyS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spAHsmvPyS .nav-link {
  font-weight: 600!important;
}
.cid-spAHsmvPyS a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spAHsmvPyS .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-spAHsmvPyS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-spAHsmvPyS .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-spAHsmvPyS .navbar {
    height: 77px;
  }
  .cid-spAHsmvPyS .navbar.opened {
    height: auto;
  }
  .cid-spAHsmvPyS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spL6u6fU06 {
  background-image: url("../../../assets/images/geoliza-consulting-1600x1200.jpg");
}
.cid-spL6u6fU06 .text-content {
  padding-top: 45px;
  padding-bottom: 60px;
}
.cid-spL6u6fU06 .text-content .btn-bgr {
  z-index: 0;
}
.cid-spL6u6fU06 .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-spL6u6fU06 H3 {
  color: #000000;
  font-weight: 300;
}
.cid-spL6u6fU06 P {
  color: #767676;
}
.cid-spL6u6fU06 H2 {
  color: #000000;
}
.cid-spL6u6fU06 .media-container-row {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media (max-width: 767px) {
  .cid-spL6u6fU06 .media-container-row {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-spL6u6fU06 .text-content {
  padding-left: 1rem;
  padding-right: 1rem;
  width: 50%;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-spL6u6fU06 .text-content {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .cid-spL6u6fU06 .text-content {
    width: 100%;
  }
}
.cid-spL6u6fU06 .media-content {
  padding-right: 1.5rem;
  padding-left: 0;
}
.cid-spL6u6fU06 .mbr-section-btn {
  margin-left: -0.8rem;
}
@media (max-width: 767px) {
  .cid-spL6u6fU06 .mbr-text {
    text-align: center;
  }
}
.cid-spAHsrMNFa {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f7f7f7;
}
.cid-spAHsrMNFa .mbr-text {
  color: #465052;
}
.cid-spAHsrMNFa .card-img span {
  font-size: 96px;
  color: #149dcc;
  padding: 0.6rem;
  margin-right: 1.5rem;
  border-radius: 8px;
}
.cid-spAHsrMNFa p {
  margin: 0;
}
.cid-spAHsrMNFa .card-img .img1 {
  background-color: #465052;
}
.cid-spAHsrMNFa .cardcolor:hover {
  background-color: #ffffff;
}
.cid-spAHsrMNFa .mbr-iconfont {
  transition: all 0.3s;
  color: #ffffff !important;
  font-size: 1rem !important;
}
.cid-spAHsrMNFa .card {
  display: flex;
  flex-direction: row;
  transition: all 0.3s;
  padding: 2rem 1.5rem !important;
}
.cid-spAHsrMNFa .card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  transform: translateY(-1rem);
}
.cid-spAHsrMNFa .card-title,
.cid-spAHsrMNFa .card-img {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-spAHsrMNFa .card {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .cid-spAHsrMNFa .card {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0!important;
  }
  .cid-spAHsrMNFa .card .card-img {
    margin-bottom: 1rem;
  }
  .cid-spAHsrMNFa .card:hover {
    box-shadow: none;
    transform: none;
  }
  .cid-spAHsrMNFa .card-img span {
    margin-right: 0rem;
  }
  .cid-spAHsrMNFa .cardcolor:hover {
    background-color: transparent;
  }
}
.cid-spAHsrMNFa .card-img {
  width: auto;
}
.cid-spAHsrMNFa .card-title {
  color: #232323;
}
.cid-spWM1BcH43 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-spWM1BcH43 H1 {
  color: #465052;
}
.cid-spWM1BcH43 .mbr-text,
.cid-spWM1BcH43 .mbr-section-btn {
  color: #465052;
  text-align: center;
}
.cid-spWM1BcH43 H3 {
  color: #465052;
}
.cid-sq25AatVtl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sq25AatVtl .card-icon {
  font-size: 56px;
  color: #5580ff;
  transition: color 0.3s;
}
.cid-sq25AatVtl .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sq25AatVtl .link-ico {
  font-size: 0.8rem;
  color: #ff4e01;
  border: 2px solid #ff4e01;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-sq25AatVtl .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #5580ff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sq25AatVtl .card {
  padding: 0!important;
}
.cid-sq25AatVtl .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-sq25AatVtl .card-wrapper:hover {
  background: #5580ff;
}
.cid-sq25AatVtl .card-wrapper:hover .card-icon {
  color: #dbe8fe;
}
.cid-sq25AatVtl .card-wrapper:hover .line {
  background: #dbe8fe;
}
.cid-sq25AatVtl .card1 {
  background: #dbe8fe;
}
.cid-sq25AatVtl .card2 {
  background: #e5eefe;
}
.cid-sq25AatVtl .card3 {
  background: #eff5ff;
}
.cid-sq25AatVtl .card4 {
  background: #f9fbff;
}
.cid-sq25AatVtl .card5 {
  background: #ffffff;
}
.cid-sq25AatVtl .card6 {
  background: #ffffff;
}
.cid-sq25AatVtl .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 767px) {
  .cid-sq25AatVtl .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-sq25AatVtl .mbr-text,
.cid-sq25AatVtl .card-link {
  color: #465052;
}
.cid-sq25AatVtl .card-title,
.cid-sq25AatVtl .card-ico,
.cid-sq25AatVtl .line-wrap {
  color: #232323;
}
.cid-spWOk822nW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-spWOk822nW H1 {
  color: #465052;
}
.cid-spWOk822nW .align-left {
  margin: auto;
}
.cid-spWOk822nW .row {
  justify-content: space-between;
}
.cid-spWOk822nW .mbr-text,
.cid-spWOk822nW .mbr-section-btn {
  color: #716c80;
}
.cid-spWOk822nW .block-border {
  border-left: 2px solid #efefef;
  padding-left: 4rem;
}
.cid-spWOk822nW .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-spWOk822nW .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-spWOk822nW .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-spWOk822nW .link:hover {
  color: #ff4e01 !important;
}
.cid-spWOk822nW .link:hover .link-ico {
  color: #ff4e01 !important;
  padding-left: 10px;
}
.cid-spWOk822nW DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-spWOk822nW .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-spWOk822nW h1 {
    padding-bottom: 1rem;
  }
}
.cid-spWOk822nW .mbr-text,
.cid-spWOk822nW .media-content {
  color: #465052;
}
.cid-spLbUvuxBI {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-spLbUvuxBI section {
  position: relative;
}
.cid-spLbUvuxBI h4 {
  margin: 0;
}
.cid-spLbUvuxBI img {
  height: 100px;
  padding-right: 8px;
  width: auto;
}
.cid-spLbUvuxBI a {
  font-weight: 300;
}
.cid-spLbUvuxBI .img1 {
  color: #465052;
}
.cid-spLbUvuxBI .img2 {
  color: #465052;
}
.cid-spLbUvuxBI .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #465052;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-spLbUvuxBI .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-spLbUvuxBI .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-spLbUvuxBI .item,
.cid-spLbUvuxBI .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-spLbUvuxBI .item h4,
.cid-spLbUvuxBI .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-spLbUvuxBI .card-img {
  width: auto;
}
.cid-spLbUvuxBI .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-spLbUvuxBI .item {
    justify-content: center;
  }
}
.cid-spLbUvuxBI .item-title {
  color: #465052;
}
.cid-spLbUvuxBI .items-title,
.cid-spLbUvuxBI .items-title + .line-wrap {
  color: #ffffff;
}
.cid-spLbUvuxBI .link-title {
  color: #232323;
}
.cid-spLbUvuxBI .text1 {
  color: #465052;
}
.cid-spLbUvuxBI H4 {
  color: #465052;
}
.cid-spWx9ItjwO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f7f7f7;
}
.cid-spWx9ItjwO .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-spWx9ItjwO .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-spWx9ItjwO .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-spWx9ItjwO .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-spWx9ItjwO .logo-section img {
  width: auto;
}
.cid-spWx9ItjwO .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #66458e;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-spWx9ItjwO .icon-transition span:hover {
  background-color: #e96188;
}
.cid-spWx9ItjwO .mbr-text {
  color: #767676;
}
@media (max-width: 991px) {
  .cid-spWx9ItjwO .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-spWx9ItjwO .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-spWx9ItjwO .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-spAPiwv0Sf .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-spAPiwv0Sf .collapsed {
  flex-direction: row!important;
}
.cid-spAPiwv0Sf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spAPiwv0Sf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-spAPiwv0Sf .navbar-nav {
  margin: auto;
}
.cid-spAPiwv0Sf .navbar-brand {
  min-width: 15%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spAPiwv0Sf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spAPiwv0Sf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spAPiwv0Sf .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-spAPiwv0Sf .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-spAPiwv0Sf .nav-item:focus,
.cid-spAPiwv0Sf .nav-link:focus {
  outline: none;
}
.cid-spAPiwv0Sf .text-white:hover,
.cid-spAPiwv0Sf .text-white:active,
.cid-spAPiwv0Sf .text-white:focus {
  color: white!important;
}
.cid-spAPiwv0Sf .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-spAPiwv0Sf .dropdown-item:hover {
  color: black!important;
}
.cid-spAPiwv0Sf .dropdown-menu {
  background-color: white!important;
}
.cid-spAPiwv0Sf .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-spAPiwv0Sf .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-spAPiwv0Sf .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-spAPiwv0Sf .nav-item .nav-link {
    position: relative;
  }
}
.cid-spAPiwv0Sf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spAPiwv0Sf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spAPiwv0Sf .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-spAPiwv0Sf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-spAPiwv0Sf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spAPiwv0Sf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-spAPiwv0Sf .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-spAPiwv0Sf .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-spAPiwv0Sf .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-spAPiwv0Sf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-spAPiwv0Sf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-spAPiwv0Sf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-spAPiwv0Sf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spAPiwv0Sf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spAPiwv0Sf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-spAPiwv0Sf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spAPiwv0Sf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-spAPiwv0Sf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-spAPiwv0Sf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-spAPiwv0Sf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spAPiwv0Sf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-spAPiwv0Sf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spAPiwv0Sf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spAPiwv0Sf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-spAPiwv0Sf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-spAPiwv0Sf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spAPiwv0Sf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-spAPiwv0Sf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-spAPiwv0Sf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-spAPiwv0Sf .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-spAPiwv0Sf .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-spAPiwv0Sf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-spAPiwv0Sf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-spAPiwv0Sf .navbar-caption {
  font-weight: 600!important;
}
.cid-spAPiwv0Sf .dropdown-item.active,
.cid-spAPiwv0Sf .dropdown-item:active {
  background-color: transparent;
}
.cid-spAPiwv0Sf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spAPiwv0Sf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spAPiwv0Sf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spAPiwv0Sf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-spAPiwv0Sf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-spAPiwv0Sf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-spAPiwv0Sf .navbar-buttons {
  text-align: center;
}
.cid-spAPiwv0Sf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spAPiwv0Sf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spAPiwv0Sf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spAPiwv0Sf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spAPiwv0Sf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spAPiwv0Sf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spAPiwv0Sf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spAPiwv0Sf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spAPiwv0Sf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spAPiwv0Sf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spAPiwv0Sf .nav-link {
  font-weight: 600!important;
}
.cid-spAPiwv0Sf a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spAPiwv0Sf .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-spAPiwv0Sf .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-spAPiwv0Sf .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-spAPiwv0Sf .navbar {
    height: 77px;
  }
  .cid-spAPiwv0Sf .navbar.opened {
    height: auto;
  }
  .cid-spAPiwv0Sf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spAU5DJZdK {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-spAU5DJZdK img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-spAU5DJZdK H1 {
  color: #465052;
}
.cid-spAU5DJZdK .mbr-text,
.cid-spAU5DJZdK .mbr-section-btn {
  color: #716c80;
}
.cid-spAU5DJZdK H3 {
  color: #465052;
}
.cid-spAU5DJZdK .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-spAU5DJZdK .btn-info-outline {
  border: none;
  color: #465052 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-spAU5DJZdK .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-spAU5DJZdK .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-spAU5DJZdK .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff4e01 !important;
  box-shadow: none!important;
}
.cid-spAU5DJZdK .btn-info-outline:active,
.cid-spAU5DJZdK .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-spAU5DJZdK DIV {
  color: #57468b;
}
.cid-spAU5DJZdK .mbr-text,
.cid-spAU5DJZdK .media-content,
.cid-spAU5DJZdK .mbr-section-btn {
  color: #465052;
}
.cid-spB3IcvebU {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-spB3IcvebU img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-spB3IcvebU H1 {
  color: #465052;
}
.cid-spB3IcvebU .mbr-text,
.cid-spB3IcvebU .mbr-section-btn {
  color: #716c80;
}
.cid-spB3IcvebU H3 {
  color: #716c80;
}
.cid-spB3IcvebU .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-spB3IcvebU .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-spB3IcvebU .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-spB3IcvebU .link:hover {
  color: #ff4e01 !important;
}
.cid-spB3IcvebU .link:hover .link-ico {
  color: #ff4e01 !important;
  padding-left: 10px;
}
.cid-spB3IcvebU DIV {
  color: #57468b;
}
.cid-spB3IcvebU .mbr-text,
.cid-spB3IcvebU .media-content {
  color: #465052;
}
.cid-spB1BOwhkJ {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-spB1BOwhkJ img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-spB1BOwhkJ H1 {
  color: #465052;
}
.cid-spB1BOwhkJ .mbr-text,
.cid-spB1BOwhkJ .mbr-section-btn {
  color: #716c80;
}
.cid-spB1BOwhkJ H3 {
  color: #716c80;
}
.cid-spB1BOwhkJ .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-spB1BOwhkJ .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-spB1BOwhkJ .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-spB1BOwhkJ .link:hover {
  color: #ff4e01 !important;
}
.cid-spB1BOwhkJ .link:hover .link-ico {
  color: #ff4e01 !important;
  padding-left: 10px;
}
.cid-spB1BOwhkJ DIV {
  color: #57468b;
}
.cid-spB1BOwhkJ .mbr-text,
.cid-spB1BOwhkJ .media-content {
  color: #465052;
}
.cid-spB13xcK7s {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-spB13xcK7s img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-spB13xcK7s H1 {
  color: #465052;
}
.cid-spB13xcK7s .mbr-text,
.cid-spB13xcK7s .mbr-section-btn {
  color: #716c80;
}
.cid-spB13xcK7s H3 {
  color: #716c80;
}
.cid-spB13xcK7s .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-spB13xcK7s .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-spB13xcK7s .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-spB13xcK7s .link:hover {
  color: #ff4e01 !important;
}
.cid-spB13xcK7s .link:hover .link-ico {
  color: #ff4e01 !important;
  padding-left: 10px;
}
.cid-spB13xcK7s DIV {
  color: #57468b;
}
.cid-spB13xcK7s .mbr-text,
.cid-spB13xcK7s .media-content {
  color: #465052;
}
.cid-spB2lygUlg {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-spB2lygUlg img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-spB2lygUlg H1 {
  color: #465052;
}
.cid-spB2lygUlg .mbr-text,
.cid-spB2lygUlg .mbr-section-btn {
  color: #716c80;
}
.cid-spB2lygUlg H3 {
  color: #716c80;
}
.cid-spB2lygUlg .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-spB2lygUlg .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-spB2lygUlg .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-spB2lygUlg .link:hover {
  color: #ff4e01 !important;
}
.cid-spB2lygUlg .link:hover .link-ico {
  color: #ff4e01 !important;
  padding-left: 10px;
}
.cid-spB2lygUlg DIV {
  color: #57468b;
}
.cid-spB2lygUlg .mbr-text,
.cid-spB2lygUlg .media-content {
  color: #465052;
}
.cid-spB2BqQQIb {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-spB2BqQQIb img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-spB2BqQQIb H1 {
  color: #465052;
}
.cid-spB2BqQQIb .mbr-text,
.cid-spB2BqQQIb .mbr-section-btn {
  color: #716c80;
}
.cid-spB2BqQQIb H3 {
  color: #716c80;
}
.cid-spB2BqQQIb .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-spB2BqQQIb .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-spB2BqQQIb .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-spB2BqQQIb .link:hover {
  color: #ff4e01 !important;
}
.cid-spB2BqQQIb .link:hover .link-ico {
  color: #ff4e01 !important;
  padding-left: 10px;
}
.cid-spB2BqQQIb DIV {
  color: #57468b;
}
.cid-spB2BqQQIb .mbr-text,
.cid-spB2BqQQIb .media-content {
  color: #465052;
}
.cid-spG1T5rb53 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-spG1T5rb53 .card-box {
  padding: 0rem;
}
.cid-spG1T5rb53 .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-spG1T5rb53 .card {
  padding: 0;
  margin: auto;
}
.cid-spG1T5rb53 .card-img {
  height: 400px;
}
.cid-spG1T5rb53 .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-spG1T5rb53 .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-spG1T5rb53 .card-wrapper {
    padding: 4rem;
  }
}
.cid-spAPiFVozw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-spAPiFVozw section {
  position: relative;
}
.cid-spAPiFVozw h4 {
  margin: 0;
}
.cid-spAPiFVozw img {
  height: 100px;
  padding-right: 8px;
  width: auto;
}
.cid-spAPiFVozw a {
  font-weight: 300;
}
.cid-spAPiFVozw .img1 {
  color: #465052;
}
.cid-spAPiFVozw .img2 {
  color: #465052;
}
.cid-spAPiFVozw .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #465052;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-spAPiFVozw .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-spAPiFVozw .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-spAPiFVozw .item,
.cid-spAPiFVozw .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-spAPiFVozw .item h4,
.cid-spAPiFVozw .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-spAPiFVozw .card-img {
  width: auto;
}
.cid-spAPiFVozw .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-spAPiFVozw .item {
    justify-content: center;
  }
}
.cid-spAPiFVozw .item-title {
  color: #465052;
}
.cid-spAPiFVozw .items-title,
.cid-spAPiFVozw .items-title + .line-wrap {
  color: #ffffff;
}
.cid-spAPiFVozw .link-title {
  color: #232323;
}
.cid-spAPiFVozw .text1 {
  color: #465052;
}
.cid-spAPiFVozw H4 {
  color: #465052;
}
.cid-spWx9ItjwO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f7f7f7;
}
.cid-spWx9ItjwO .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-spWx9ItjwO .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-spWx9ItjwO .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-spWx9ItjwO .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-spWx9ItjwO .logo-section img {
  width: auto;
}
.cid-spWx9ItjwO .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #66458e;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-spWx9ItjwO .icon-transition span:hover {
  background-color: #e96188;
}
.cid-spWx9ItjwO .mbr-text {
  color: #767676;
}
@media (max-width: 991px) {
  .cid-spWx9ItjwO .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-spWx9ItjwO .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-spWx9ItjwO .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-spANXvS8Gi .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-spANXvS8Gi .collapsed {
  flex-direction: row!important;
}
.cid-spANXvS8Gi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spANXvS8Gi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-spANXvS8Gi .navbar-nav {
  margin: auto;
}
.cid-spANXvS8Gi .navbar-brand {
  min-width: 15%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spANXvS8Gi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spANXvS8Gi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spANXvS8Gi .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-spANXvS8Gi .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-spANXvS8Gi .nav-item:focus,
.cid-spANXvS8Gi .nav-link:focus {
  outline: none;
}
.cid-spANXvS8Gi .text-white:hover,
.cid-spANXvS8Gi .text-white:active,
.cid-spANXvS8Gi .text-white:focus {
  color: white!important;
}
.cid-spANXvS8Gi .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-spANXvS8Gi .dropdown-item:hover {
  color: black!important;
}
.cid-spANXvS8Gi .dropdown-menu {
  background-color: white!important;
}
.cid-spANXvS8Gi .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-spANXvS8Gi .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-spANXvS8Gi .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-spANXvS8Gi .nav-item .nav-link {
    position: relative;
  }
}
.cid-spANXvS8Gi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spANXvS8Gi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spANXvS8Gi .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-spANXvS8Gi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-spANXvS8Gi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spANXvS8Gi .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-spANXvS8Gi .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-spANXvS8Gi .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-spANXvS8Gi .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-spANXvS8Gi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-spANXvS8Gi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-spANXvS8Gi .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-spANXvS8Gi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spANXvS8Gi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spANXvS8Gi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-spANXvS8Gi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spANXvS8Gi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-spANXvS8Gi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-spANXvS8Gi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-spANXvS8Gi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spANXvS8Gi .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-spANXvS8Gi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spANXvS8Gi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spANXvS8Gi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-spANXvS8Gi .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-spANXvS8Gi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spANXvS8Gi .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-spANXvS8Gi .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-spANXvS8Gi .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-spANXvS8Gi .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-spANXvS8Gi .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-spANXvS8Gi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-spANXvS8Gi .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-spANXvS8Gi .navbar-caption {
  font-weight: 600!important;
}
.cid-spANXvS8Gi .dropdown-item.active,
.cid-spANXvS8Gi .dropdown-item:active {
  background-color: transparent;
}
.cid-spANXvS8Gi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spANXvS8Gi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spANXvS8Gi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spANXvS8Gi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-spANXvS8Gi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-spANXvS8Gi ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-spANXvS8Gi .navbar-buttons {
  text-align: center;
}
.cid-spANXvS8Gi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spANXvS8Gi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spANXvS8Gi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spANXvS8Gi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spANXvS8Gi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spANXvS8Gi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spANXvS8Gi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spANXvS8Gi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spANXvS8Gi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spANXvS8Gi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spANXvS8Gi .nav-link {
  font-weight: 600!important;
}
.cid-spANXvS8Gi a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spANXvS8Gi .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-spANXvS8Gi .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-spANXvS8Gi .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-spANXvS8Gi .navbar {
    height: 77px;
  }
  .cid-spANXvS8Gi .navbar.opened {
    height: auto;
  }
  .cid-spANXvS8Gi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spWB4AGdFx {
  padding-top: 60px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/ussama-azam-j6y4lybfvdc-unsplash-2000x1125.jpg");
}
.cid-spWB4AGdFx H1 {
  color: #232323;
}
.cid-spWB4AGdFx .mbr-text,
.cid-spWB4AGdFx .mbr-section-btn {
  color: #232323;
}
.cid-sq1UV40XIq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f7f7f7;
}
.cid-sq1UV40XIq .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-sq1UV40XIq .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-sq1UV40XIq p {
  line-height: 1.6;
}
.cid-sq1UV40XIq .rev,
.cid-sq1UV40XIq .mbr-iconfont {
  display: inline-block;
}
.cid-sq1UV40XIq .card-title {
  color: #465052;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-sq1UV40XIq .card-box {
  padding: 1.5rem;
}
.cid-sq1UV40XIq .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-sq1UV40XIq .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-sq1UV40XIq .mbr-section-title,
.cid-sq1UV40XIq .line-wrap {
  text-align: center;
  color: #465052;
}
.cid-sq1UV40XIq .rev {
  color: #465052;
}
.cid-sq1UV40XIq .card-text,
.cid-sq1UV40XIq .mbr-section-btn,
.cid-sq1UV40XIq .ico-line {
  color: #465052;
}
.cid-sHWPo1pV0Q {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f7f7f7;
}
.cid-sHWPo1pV0Q .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-sHWPo1pV0Q .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-sHWPo1pV0Q p {
  line-height: 1.6;
}
.cid-sHWPo1pV0Q .rev,
.cid-sHWPo1pV0Q .mbr-iconfont {
  display: inline-block;
}
.cid-sHWPo1pV0Q .card-title {
  color: #465052;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-sHWPo1pV0Q .card-box {
  padding: 1.5rem;
}
.cid-sHWPo1pV0Q .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-sHWPo1pV0Q .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-sHWPo1pV0Q .mbr-section-title,
.cid-sHWPo1pV0Q .line-wrap {
  text-align: center;
  color: #465052;
}
.cid-sHWPo1pV0Q .rev {
  color: #465052;
}
.cid-sHWPo1pV0Q .card-text,
.cid-sHWPo1pV0Q .mbr-section-btn,
.cid-sHWPo1pV0Q .ico-line {
  color: #465052;
}
.cid-spWNDFn7uA {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-spWNDFn7uA H1 {
  color: #465052;
}
.cid-spWNDFn7uA .mbr-text,
.cid-spWNDFn7uA .mbr-section-btn {
  color: #465052;
  text-align: center;
}
.cid-spWNDFn7uA H3 {
  color: #465052;
}
.cid-sq25AatVtl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sq25AatVtl .card-icon {
  font-size: 56px;
  color: #5580ff;
  transition: color 0.3s;
}
.cid-sq25AatVtl .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sq25AatVtl .link-ico {
  font-size: 0.8rem;
  color: #ff4e01;
  border: 2px solid #ff4e01;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-sq25AatVtl .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #5580ff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sq25AatVtl .card {
  padding: 0!important;
}
.cid-sq25AatVtl .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-sq25AatVtl .card-wrapper:hover {
  background: #5580ff;
}
.cid-sq25AatVtl .card-wrapper:hover .card-icon {
  color: #dbe8fe;
}
.cid-sq25AatVtl .card-wrapper:hover .line {
  background: #dbe8fe;
}
.cid-sq25AatVtl .card1 {
  background: #dbe8fe;
}
.cid-sq25AatVtl .card2 {
  background: #e5eefe;
}
.cid-sq25AatVtl .card3 {
  background: #eff5ff;
}
.cid-sq25AatVtl .card4 {
  background: #f9fbff;
}
.cid-sq25AatVtl .card5 {
  background: #ffffff;
}
.cid-sq25AatVtl .card6 {
  background: #ffffff;
}
.cid-sq25AatVtl .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 767px) {
  .cid-sq25AatVtl .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-sq25AatVtl .mbr-text,
.cid-sq25AatVtl .card-link {
  color: #465052;
}
.cid-sq25AatVtl .card-title,
.cid-sq25AatVtl .card-ico,
.cid-sq25AatVtl .line-wrap {
  color: #232323;
}
.cid-spWNCBFMyd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-spWNCBFMyd H1 {
  color: #465052;
}
.cid-spWNCBFMyd .align-left {
  margin: auto;
}
.cid-spWNCBFMyd .row {
  justify-content: space-between;
}
.cid-spWNCBFMyd .mbr-text,
.cid-spWNCBFMyd .mbr-section-btn {
  color: #716c80;
}
.cid-spWNCBFMyd .block-border {
  border-left: 2px solid #efefef;
  padding-left: 4rem;
}
.cid-spWNCBFMyd .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-spWNCBFMyd .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-spWNCBFMyd .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-spWNCBFMyd .link:hover {
  color: #ff4e01 !important;
}
.cid-spWNCBFMyd .link:hover .link-ico {
  color: #ff4e01 !important;
  padding-left: 10px;
}
.cid-spWNCBFMyd DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-spWNCBFMyd .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-spWNCBFMyd h1 {
    padding-bottom: 1rem;
  }
}
.cid-spWNCBFMyd .mbr-text,
.cid-spWNCBFMyd .media-content {
  color: #465052;
}
.cid-spLCnTpube {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-spLCnTpube section {
  position: relative;
}
.cid-spLCnTpube h4 {
  margin: 0;
}
.cid-spLCnTpube img {
  height: 100px;
  padding-right: 8px;
  width: auto;
}
.cid-spLCnTpube a {
  font-weight: 300;
}
.cid-spLCnTpube .img1 {
  color: #465052;
}
.cid-spLCnTpube .img2 {
  color: #465052;
}
.cid-spLCnTpube .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #465052;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-spLCnTpube .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-spLCnTpube .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-spLCnTpube .item,
.cid-spLCnTpube .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-spLCnTpube .item h4,
.cid-spLCnTpube .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-spLCnTpube .card-img {
  width: auto;
}
.cid-spLCnTpube .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-spLCnTpube .item {
    justify-content: center;
  }
}
.cid-spLCnTpube .item-title {
  color: #465052;
}
.cid-spLCnTpube .items-title,
.cid-spLCnTpube .items-title + .line-wrap {
  color: #ffffff;
}
.cid-spLCnTpube .link-title {
  color: #232323;
}
.cid-spLCnTpube .text1 {
  color: #465052;
}
.cid-spLCnTpube H4 {
  color: #465052;
}
.cid-spWx9ItjwO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f7f7f7;
}
.cid-spWx9ItjwO .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-spWx9ItjwO .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-spWx9ItjwO .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-spWx9ItjwO .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-spWx9ItjwO .logo-section img {
  width: auto;
}
.cid-spWx9ItjwO .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #66458e;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-spWx9ItjwO .icon-transition span:hover {
  background-color: #e96188;
}
.cid-spWx9ItjwO .mbr-text {
  color: #767676;
}
@media (max-width: 991px) {
  .cid-spWx9ItjwO .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-spWx9ItjwO .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-spWx9ItjwO .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-spArqlUPFc .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-spArqlUPFc .collapsed {
  flex-direction: row!important;
}
.cid-spArqlUPFc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spArqlUPFc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-spArqlUPFc .navbar-nav {
  margin: auto;
}
.cid-spArqlUPFc .navbar-brand {
  min-width: 15%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spArqlUPFc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spArqlUPFc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spArqlUPFc .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-spArqlUPFc .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-spArqlUPFc .nav-item:focus,
.cid-spArqlUPFc .nav-link:focus {
  outline: none;
}
.cid-spArqlUPFc .text-white:hover,
.cid-spArqlUPFc .text-white:active,
.cid-spArqlUPFc .text-white:focus {
  color: white!important;
}
.cid-spArqlUPFc .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-spArqlUPFc .dropdown-item:hover {
  color: black!important;
}
.cid-spArqlUPFc .dropdown-menu {
  background-color: white!important;
}
.cid-spArqlUPFc .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-spArqlUPFc .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-spArqlUPFc .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-spArqlUPFc .nav-item .nav-link {
    position: relative;
  }
}
.cid-spArqlUPFc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spArqlUPFc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spArqlUPFc .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-spArqlUPFc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-spArqlUPFc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spArqlUPFc .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-spArqlUPFc .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-spArqlUPFc .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-spArqlUPFc .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-spArqlUPFc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-spArqlUPFc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-spArqlUPFc .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-spArqlUPFc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spArqlUPFc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spArqlUPFc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-spArqlUPFc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spArqlUPFc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-spArqlUPFc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-spArqlUPFc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-spArqlUPFc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spArqlUPFc .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-spArqlUPFc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spArqlUPFc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spArqlUPFc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-spArqlUPFc .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-spArqlUPFc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spArqlUPFc .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-spArqlUPFc .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-spArqlUPFc .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-spArqlUPFc .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-spArqlUPFc .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-spArqlUPFc .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-spArqlUPFc .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-spArqlUPFc .navbar-caption {
  font-weight: 600!important;
}
.cid-spArqlUPFc .dropdown-item.active,
.cid-spArqlUPFc .dropdown-item:active {
  background-color: transparent;
}
.cid-spArqlUPFc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spArqlUPFc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spArqlUPFc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spArqlUPFc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-spArqlUPFc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-spArqlUPFc ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-spArqlUPFc .navbar-buttons {
  text-align: center;
}
.cid-spArqlUPFc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spArqlUPFc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spArqlUPFc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spArqlUPFc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spArqlUPFc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spArqlUPFc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spArqlUPFc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spArqlUPFc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spArqlUPFc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spArqlUPFc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spArqlUPFc .nav-link {
  font-weight: 600!important;
}
.cid-spArqlUPFc a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spArqlUPFc .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-spArqlUPFc .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-spArqlUPFc .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-spArqlUPFc .navbar {
    height: 77px;
  }
  .cid-spArqlUPFc .navbar.opened {
    height: auto;
  }
  .cid-spArqlUPFc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spWCsAYKiA {
  padding-top: 60px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/linies-1600x900.jpg");
}
.cid-spWCsAYKiA H1 {
  color: #232323;
}
.cid-spWCsAYKiA .mbr-text,
.cid-spWCsAYKiA .mbr-section-btn {
  color: #232323;
}
.cid-spWCsAYKiA H3 {
  color: #232323;
}
.cid-spLyU2L35D {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-spLyU2L35D .google-map {
  height: 25rem;
  position: relative;
}
.cid-spLyU2L35D .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-spLyU2L35D .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-spLyU2L35D .google-map[data-state] {
  background: #e9e5dc;
}
.cid-spLyU2L35D .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-spLyU2L35D .wrapper {
  margin-top: -10rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-spLyU2L35D .form-container {
  padding: 3rem;
}
.cid-spLyU2L35D .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-spLyU2L35D .content-panel {
  padding: 2rem;
  background: linear-gradient(45deg, #7497d3, #7497d3);
  height: 100%;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  overflow: hidden;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-spLyU2L35D .mbr-text {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-spLyU2L35D .form-group,
  .cid-spLyU2L35D .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-spLyU2L35D .form-control {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
  padding: .5rem 1rem;
  background-color: #ffffff;
  border: 1px solid #efefef;
  color: #565656;
  border-radius: .25rem;
  font-size: 1rem;
  line-height: 1.43;
}
.cid-spLyU2L35D .form-control:focus,
.cid-spLyU2L35D .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.cid-spLyU2L35D textarea.form-control {
  min-height: 170px;
}
.cid-spLyU2L35D .form-group {
  margin-bottom: 1rem;
}
.cid-spLyU2L35D input::-webkit-input-placeholder,
.cid-spLyU2L35D textarea::-webkit-input-placeholder {
  color: #565656;
}
.cid-spLyU2L35D input:-moz-placeholder,
.cid-spLyU2L35D textarea:-moz-placeholder {
  color: #565656;
}
.cid-spLyU2L35D .jq-selectbox li,
.cid-spLyU2L35D .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-spLyU2L35D .jq-selectbox li:hover,
.cid-spLyU2L35D .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-spLyU2L35D .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-spLyU2L35D .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-spLyU2L35D .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-spLyU2L35D .text-block {
    margin-bottom: 2rem;
  }
  .cid-spLyU2L35D .wrapper {
    margin-top: 0;
  }
}
.cid-spLyU2L35D .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-spLyU2L35D .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-spLyU2L35D .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-spLyU2L35D .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-spLyU2L35D .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-spLyU2L35D .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-spLyU2L35D .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-spLyU2L35D .mbr-title {
  color: #ffffff;
}
.cid-spWNMOLGPD {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-spWNMOLGPD H1 {
  color: #465052;
}
.cid-spWNMOLGPD .mbr-text,
.cid-spWNMOLGPD .mbr-section-btn {
  color: #465052;
  text-align: center;
}
.cid-spWNMOLGPD H3 {
  color: #465052;
}
.cid-sq25AatVtl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sq25AatVtl .card-icon {
  font-size: 56px;
  color: #5580ff;
  transition: color 0.3s;
}
.cid-sq25AatVtl .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sq25AatVtl .link-ico {
  font-size: 0.8rem;
  color: #ff4e01;
  border: 2px solid #ff4e01;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-sq25AatVtl .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #5580ff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sq25AatVtl .card {
  padding: 0!important;
}
.cid-sq25AatVtl .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-sq25AatVtl .card-wrapper:hover {
  background: #5580ff;
}
.cid-sq25AatVtl .card-wrapper:hover .card-icon {
  color: #dbe8fe;
}
.cid-sq25AatVtl .card-wrapper:hover .line {
  background: #dbe8fe;
}
.cid-sq25AatVtl .card1 {
  background: #dbe8fe;
}
.cid-sq25AatVtl .card2 {
  background: #e5eefe;
}
.cid-sq25AatVtl .card3 {
  background: #eff5ff;
}
.cid-sq25AatVtl .card4 {
  background: #f9fbff;
}
.cid-sq25AatVtl .card5 {
  background: #ffffff;
}
.cid-sq25AatVtl .card6 {
  background: #ffffff;
}
.cid-sq25AatVtl .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 767px) {
  .cid-sq25AatVtl .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-sq25AatVtl .mbr-text,
.cid-sq25AatVtl .card-link {
  color: #465052;
}
.cid-sq25AatVtl .card-title,
.cid-sq25AatVtl .card-ico,
.cid-sq25AatVtl .line-wrap {
  color: #232323;
}
.cid-spWNMiolxc {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-spWNMiolxc H1 {
  color: #465052;
}
.cid-spWNMiolxc .align-left {
  margin: auto;
}
.cid-spWNMiolxc .row {
  justify-content: space-between;
}
.cid-spWNMiolxc .mbr-text,
.cid-spWNMiolxc .mbr-section-btn {
  color: #716c80;
}
.cid-spWNMiolxc .block-border {
  border-left: 2px solid #efefef;
  padding-left: 4rem;
}
.cid-spWNMiolxc .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-spWNMiolxc .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-spWNMiolxc .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-spWNMiolxc .link:hover {
  color: #ff4e01 !important;
}
.cid-spWNMiolxc .link:hover .link-ico {
  color: #ff4e01 !important;
  padding-left: 10px;
}
.cid-spWNMiolxc DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-spWNMiolxc .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-spWNMiolxc h1 {
    padding-bottom: 1rem;
  }
}
.cid-spWNMiolxc .mbr-text,
.cid-spWNMiolxc .media-content {
  color: #465052;
}
.cid-spLz8dqXiQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-spLz8dqXiQ section {
  position: relative;
}
.cid-spLz8dqXiQ h4 {
  margin: 0;
}
.cid-spLz8dqXiQ img {
  height: 100px;
  padding-right: 8px;
  width: auto;
}
.cid-spLz8dqXiQ a {
  font-weight: 300;
}
.cid-spLz8dqXiQ .img1 {
  color: #465052;
}
.cid-spLz8dqXiQ .img2 {
  color: #465052;
}
.cid-spLz8dqXiQ .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #465052;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-spLz8dqXiQ .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-spLz8dqXiQ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-spLz8dqXiQ .item,
.cid-spLz8dqXiQ .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-spLz8dqXiQ .item h4,
.cid-spLz8dqXiQ .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-spLz8dqXiQ .card-img {
  width: auto;
}
.cid-spLz8dqXiQ .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-spLz8dqXiQ .item {
    justify-content: center;
  }
}
.cid-spLz8dqXiQ .item-title {
  color: #465052;
}
.cid-spLz8dqXiQ .items-title,
.cid-spLz8dqXiQ .items-title + .line-wrap {
  color: #ffffff;
}
.cid-spLz8dqXiQ .link-title {
  color: #232323;
}
.cid-spLz8dqXiQ .text1 {
  color: #465052;
}
.cid-spLz8dqXiQ H4 {
  color: #465052;
}
.cid-spWx9ItjwO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f7f7f7;
}
.cid-spWx9ItjwO .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-spWx9ItjwO .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-spWx9ItjwO .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-spWx9ItjwO .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-spWx9ItjwO .logo-section img {
  width: auto;
}
.cid-spWx9ItjwO .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #66458e;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-spWx9ItjwO .icon-transition span:hover {
  background-color: #e96188;
}
.cid-spWx9ItjwO .mbr-text {
  color: #767676;
}
@media (max-width: 991px) {
  .cid-spWx9ItjwO .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-spWx9ItjwO .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-spWx9ItjwO .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-spG70X5zaE .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-spG70X5zaE .collapsed {
  flex-direction: row!important;
}
.cid-spG70X5zaE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spG70X5zaE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-spG70X5zaE .navbar-nav {
  margin: auto;
}
.cid-spG70X5zaE .navbar-brand {
  min-width: 15%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spG70X5zaE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spG70X5zaE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spG70X5zaE .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-spG70X5zaE .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-spG70X5zaE .nav-item:focus,
.cid-spG70X5zaE .nav-link:focus {
  outline: none;
}
.cid-spG70X5zaE .text-white:hover,
.cid-spG70X5zaE .text-white:active,
.cid-spG70X5zaE .text-white:focus {
  color: white!important;
}
.cid-spG70X5zaE .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-spG70X5zaE .dropdown-item:hover {
  color: black!important;
}
.cid-spG70X5zaE .dropdown-menu {
  background-color: white!important;
}
.cid-spG70X5zaE .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-spG70X5zaE .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-spG70X5zaE .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-spG70X5zaE .nav-item .nav-link {
    position: relative;
  }
}
.cid-spG70X5zaE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spG70X5zaE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spG70X5zaE .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-spG70X5zaE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-spG70X5zaE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spG70X5zaE .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-spG70X5zaE .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-spG70X5zaE .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-spG70X5zaE .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-spG70X5zaE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-spG70X5zaE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-spG70X5zaE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-spG70X5zaE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spG70X5zaE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spG70X5zaE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-spG70X5zaE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spG70X5zaE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-spG70X5zaE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-spG70X5zaE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-spG70X5zaE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spG70X5zaE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-spG70X5zaE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spG70X5zaE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spG70X5zaE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-spG70X5zaE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-spG70X5zaE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spG70X5zaE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-spG70X5zaE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-spG70X5zaE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-spG70X5zaE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-spG70X5zaE .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-spG70X5zaE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-spG70X5zaE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-spG70X5zaE .navbar-caption {
  font-weight: 600!important;
}
.cid-spG70X5zaE .dropdown-item.active,
.cid-spG70X5zaE .dropdown-item:active {
  background-color: transparent;
}
.cid-spG70X5zaE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spG70X5zaE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spG70X5zaE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spG70X5zaE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-spG70X5zaE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-spG70X5zaE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-spG70X5zaE .navbar-buttons {
  text-align: center;
}
.cid-spG70X5zaE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spG70X5zaE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spG70X5zaE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spG70X5zaE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spG70X5zaE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spG70X5zaE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spG70X5zaE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spG70X5zaE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spG70X5zaE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spG70X5zaE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spG70X5zaE .nav-link {
  font-weight: 600!important;
}
.cid-spG70X5zaE a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spG70X5zaE .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-spG70X5zaE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-spG70X5zaE .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-spG70X5zaE .navbar {
    height: 77px;
  }
  .cid-spG70X5zaE .navbar.opened {
    height: auto;
  }
  .cid-spG70X5zaE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spG70Yx3PG {
  padding-top: 45px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/mapa-1600x900.jpg");
}
.cid-spG70Yx3PG H3 {
  color: #232323;
  text-align: left;
}
.cid-spG70Yx3PG H1 {
  color: #232323;
}
.cid-spVwbTMOU2 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-spVwbTMOU2 H1 {
  color: #465052;
  text-align: center;
}
.cid-spVwbTMOU2 .mbr-text,
.cid-spVwbTMOU2 .mbr-section-btn {
  color: #716c80;
}
.cid-spVwbTMOU2 H3 {
  color: #716c80;
}
.cid-spVvuqFl3q {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-spVvuqFl3q img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-spVvuqFl3q H1 {
  color: #465052;
}
.cid-spVvuqFl3q .mbr-text,
.cid-spVvuqFl3q .mbr-section-btn {
  color: #716c80;
}
.cid-spVvuqFl3q H3 {
  color: #716c80;
}
.cid-spVvuqFl3q .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-spVvuqFl3q .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-spVvuqFl3q .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-spVvuqFl3q .link:hover {
  color: #ff4e01 !important;
}
.cid-spVvuqFl3q .link:hover .link-ico {
  color: #ff4e01 !important;
  padding-left: 10px;
}
.cid-spVvuqFl3q DIV {
  color: #57468b;
}
.cid-spVvuqFl3q .mbr-text,
.cid-spVvuqFl3q .media-content {
  color: #465052;
}
.cid-spWPW7g9Mq {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-spWPW7g9Mq H1 {
  color: #465052;
}
.cid-spWPW7g9Mq .mbr-text,
.cid-spWPW7g9Mq .mbr-section-btn {
  color: #465052;
  text-align: center;
}
.cid-spWPW7g9Mq H3 {
  color: #465052;
}
.cid-spGuvfXtDa {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f7f7f7;
}
.cid-spGuvfXtDa .mbr-iconfont {
  font-size: 34px;
  width: 5.125rem;
  transition: color .3s;
  padding: 1.5rem;
  position: absolute;
  top: 0;
  color: #fff;
  margin-top: -2.5rem;
  border-radius: 50%;
}
.cid-spGuvfXtDa .mbr-section-title {
  margin: 0;
}
.cid-spGuvfXtDa .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-spGuvfXtDa .card-img {
  text-align: inherit;
}
.cid-spGuvfXtDa .card-img span {
  background: linear-gradient(90deg, #5580ff, #5580ff);
}
.cid-spGuvfXtDa .mbr-text {
  color: #465052;
}
.cid-spGuvfXtDa .wrapper {
  border-radius: .25rem;
  padding: 2rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 991px) {
  .cid-spGuvfXtDa .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-spGuvfXtDa .mbr-card-title {
  color: #465052;
}
.cid-spGuysCrMS {
  padding-top: 0px;
  padding-bottom: 90px;
  background-color: #f7f7f7;
}
.cid-spGuysCrMS .mbr-iconfont {
  font-size: 34px;
  width: 5.125rem;
  transition: color .3s;
  padding: 1.5rem;
  position: absolute;
  top: 0;
  color: #fff;
  margin-top: -2.5rem;
  border-radius: 50%;
}
.cid-spGuysCrMS .mbr-section-title {
  margin: 0;
}
.cid-spGuysCrMS .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-spGuysCrMS .card-img {
  text-align: inherit;
}
.cid-spGuysCrMS .card-img span {
  background: linear-gradient(90deg, #5580ff, #5580ff);
}
.cid-spGuysCrMS .mbr-text {
  color: #465052;
}
.cid-spGuysCrMS .wrapper {
  border-radius: .25rem;
  padding: 2rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
@media (max-width: 991px) {
  .cid-spGuysCrMS .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-spLzEUksZ5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-spLzEUksZ5 section {
  position: relative;
}
.cid-spLzEUksZ5 h4 {
  margin: 0;
}
.cid-spLzEUksZ5 img {
  height: 100px;
  padding-right: 8px;
  width: auto;
}
.cid-spLzEUksZ5 a {
  font-weight: 300;
}
.cid-spLzEUksZ5 .img1 {
  color: #465052;
}
.cid-spLzEUksZ5 .img2 {
  color: #465052;
}
.cid-spLzEUksZ5 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #465052;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-spLzEUksZ5 .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-spLzEUksZ5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-spLzEUksZ5 .item,
.cid-spLzEUksZ5 .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-spLzEUksZ5 .item h4,
.cid-spLzEUksZ5 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-spLzEUksZ5 .card-img {
  width: auto;
}
.cid-spLzEUksZ5 .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-spLzEUksZ5 .item {
    justify-content: center;
  }
}
.cid-spLzEUksZ5 .item-title {
  color: #465052;
}
.cid-spLzEUksZ5 .items-title,
.cid-spLzEUksZ5 .items-title + .line-wrap {
  color: #ffffff;
}
.cid-spLzEUksZ5 .link-title {
  color: #232323;
}
.cid-spLzEUksZ5 .text1 {
  color: #465052;
}
.cid-spLzEUksZ5 H4 {
  color: #465052;
}
.cid-spWx9ItjwO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f7f7f7;
}
.cid-spWx9ItjwO .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-spWx9ItjwO .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-spWx9ItjwO .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-spWx9ItjwO .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-spWx9ItjwO .logo-section img {
  width: auto;
}
.cid-spWx9ItjwO .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #66458e;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-spWx9ItjwO .icon-transition span:hover {
  background-color: #e96188;
}
.cid-spWx9ItjwO .mbr-text {
  color: #767676;
}
@media (max-width: 991px) {
  .cid-spWx9ItjwO .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-spWx9ItjwO .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-spWx9ItjwO .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-spcN6HLOKE .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-spcN6HLOKE .collapsed {
  flex-direction: row!important;
}
.cid-spcN6HLOKE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-spcN6HLOKE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-spcN6HLOKE .navbar-nav {
  margin: auto;
}
.cid-spcN6HLOKE .navbar-brand {
  min-width: 15%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-spcN6HLOKE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-spcN6HLOKE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-spcN6HLOKE .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-spcN6HLOKE .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-spcN6HLOKE .nav-item:focus,
.cid-spcN6HLOKE .nav-link:focus {
  outline: none;
}
.cid-spcN6HLOKE .text-white:hover,
.cid-spcN6HLOKE .text-white:active,
.cid-spcN6HLOKE .text-white:focus {
  color: white!important;
}
.cid-spcN6HLOKE .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-spcN6HLOKE .dropdown-item:hover {
  color: black!important;
}
.cid-spcN6HLOKE .dropdown-menu {
  background-color: white!important;
}
.cid-spcN6HLOKE .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-spcN6HLOKE .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-spcN6HLOKE .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-spcN6HLOKE .nav-item .nav-link {
    position: relative;
  }
}
.cid-spcN6HLOKE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spcN6HLOKE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-spcN6HLOKE .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-spcN6HLOKE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-spcN6HLOKE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-spcN6HLOKE .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-spcN6HLOKE .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-spcN6HLOKE .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-spcN6HLOKE .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-spcN6HLOKE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-spcN6HLOKE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-spcN6HLOKE .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-spcN6HLOKE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-spcN6HLOKE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-spcN6HLOKE .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-spcN6HLOKE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-spcN6HLOKE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-spcN6HLOKE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-spcN6HLOKE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-spcN6HLOKE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-spcN6HLOKE .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-spcN6HLOKE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-spcN6HLOKE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-spcN6HLOKE .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-spcN6HLOKE .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-spcN6HLOKE .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-spcN6HLOKE .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-spcN6HLOKE .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-spcN6HLOKE .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-spcN6HLOKE .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-spcN6HLOKE .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-spcN6HLOKE .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-spcN6HLOKE .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-spcN6HLOKE .navbar-caption {
  font-weight: 600!important;
}
.cid-spcN6HLOKE .dropdown-item.active,
.cid-spcN6HLOKE .dropdown-item:active {
  background-color: transparent;
}
.cid-spcN6HLOKE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-spcN6HLOKE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-spcN6HLOKE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-spcN6HLOKE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-spcN6HLOKE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-spcN6HLOKE ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-spcN6HLOKE .navbar-buttons {
  text-align: center;
}
.cid-spcN6HLOKE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-spcN6HLOKE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-spcN6HLOKE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-spcN6HLOKE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-spcN6HLOKE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-spcN6HLOKE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-spcN6HLOKE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spcN6HLOKE nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-spcN6HLOKE nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-spcN6HLOKE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-spcN6HLOKE .nav-link {
  font-weight: 600!important;
}
.cid-spcN6HLOKE a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-spcN6HLOKE .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-spcN6HLOKE .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-spcN6HLOKE .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-spcN6HLOKE .navbar {
    height: 77px;
  }
  .cid-spcN6HLOKE .navbar.opened {
    height: auto;
  }
  .cid-spcN6HLOKE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rleMsGxdOA {
  padding-top: 300px;
  padding-bottom: 195px;
  background-image: url("../../../assets/images/tim-trad-r2nbj6gajzw-unsplash-1800x1013.jpg");
}
.cid-rleMsGxdOA H1 {
  text-align: center;
  color: #232323;
}
.cid-rleMsGxdOA .mbr-text,
.cid-rleMsGxdOA .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-rleMsGxdOA H3 {
  color: #232323;
  text-align: center;
}
.cid-spcLmfKjNC {
  padding-top: 75px;
  padding-bottom: 90px;
  background-color: #f7f7f7;
  position: relative;
  overflow: hidden;
}
.cid-spcLmfKjNC svg {
  position: absolute;
  bottom: -9.5rem;
  left: 50%;
  transform: translate(-50%) scaleX(-2) rotate(-12deg);
  filter: fliph;
  animation: wave2 5s ease-in-out infinite;
}
@keyframes wave2 {
  from {
    transform: translate(-50%) scaleX(-2) rotate(-10deg);
  }
  50% {
    transform: translate(-50%) scaleX(-2.2) scaleY(1.1) rotate(-13deg);
  }
  to {
    transform: translate(-50%) scaleX(-2) rotate(-10deg);
  }
}
.cid-spcLmfKjNC #e12_areaS3 {
  fill: #f7f7f7 !important;
}
.cid-spcLmfKjNC #e19_areaS3 {
  fill: #f7f7f7 !important;
}
.cid-spcLmfKjNC .carousel-control {
  background: #000;
  opacity: 0.2;
}
.cid-spcLmfKjNC .carousel {
  width: 80%;
  margin: auto;
}
.cid-spcLmfKjNC .mbr-section-subtitle {
  color: #716c80;
}
.cid-spcLmfKjNC .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spcLmfKjNC .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-spcLmfKjNC .carousel-item .wrap-img {
  text-align: center;
}
.cid-spcLmfKjNC .carousel-item .wrap-img img {
  transition: all 0.3s;
  max-height: 150px;
  width: auto;
  max-width: 100%;
}
.cid-spcLmfKjNC .carousel-controls {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-spcLmfKjNC .carousel-controls .carousel-control {
  background: #000;
  border-radius: 50%;
  position: static;
  width: 40px;
  height: 40px;
  margin-top: 2rem;
  border-width: 1px;
}
.cid-spcLmfKjNC .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-spcLmfKjNC .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-spcLmfKjNC .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 1rem;
}
.cid-spcLmfKjNC .cloneditem-1,
.cid-spcLmfKjNC .cloneditem-2,
.cid-spcLmfKjNC .cloneditem-3,
.cid-spcLmfKjNC .cloneditem-4,
.cid-spcLmfKjNC .cloneditem-5 {
  display: none;
}
.cid-spcLmfKjNC .col-lg-15 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-spcLmfKjNC .col-lg-15 {
    -ms-flex: 0 0 20%;
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-spcLmfKjNC .carousel-inner {
    opacity: 0.8;
  }
  .cid-spcLmfKjNC .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-spcLmfKjNC .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  .cid-spcLmfKjNC .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-spcLmfKjNC .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .cid-spcLmfKjNC .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-spcLmfKjNC .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-spcLmfKjNC .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-spcLmfKjNC .carousel-inner.slides2 .cloneditem-1,
  .cid-spcLmfKjNC .carousel-inner.slides2 .cloneditem-2,
  .cid-spcLmfKjNC .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-spcLmfKjNC .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-spcLmfKjNC .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(33.333333%, 0, 0);
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-spcLmfKjNC .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-spcLmfKjNC .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-33.333333%, 0, 0);
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-spcLmfKjNC .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-spcLmfKjNC .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-spcLmfKjNC .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-spcLmfKjNC .carousel-inner.slides3 .cloneditem-1,
  .cid-spcLmfKjNC .carousel-inner.slides3 .cloneditem-2,
  .cid-spcLmfKjNC .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
  .cid-spcLmfKjNC .carousel-inner.slides4 > .carousel-item.active.carousel-item-right,
  .cid-spcLmfKjNC .carousel-inner.slides4 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(25%, 0, 0);
    transform: translate3d(25%, 0, 0);
  }
  .cid-spcLmfKjNC .carousel-inner.slides4 > .carousel-item.active.carousel-item-left,
  .cid-spcLmfKjNC .carousel-inner.slides4 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(-25%, 0, 0);
  }
  .cid-spcLmfKjNC .carousel-inner.slides4 > .carousel-item.carousel-item-left,
  .cid-spcLmfKjNC .carousel-inner.slides4 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-spcLmfKjNC .carousel-inner.slides4 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-spcLmfKjNC .carousel-inner.slides4 .cloneditem-1,
  .cid-spcLmfKjNC .carousel-inner.slides4 .cloneditem-2,
  .cid-spcLmfKjNC .carousel-inner.slides4 .cloneditem-3 {
    display: block;
  }
  .cid-spcLmfKjNC .carousel-inner.slides5 > .carousel-item.active.carousel-item-right,
  .cid-spcLmfKjNC .carousel-inner.slides5 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .cid-spcLmfKjNC .carousel-inner.slides5 > .carousel-item.active.carousel-item-left,
  .cid-spcLmfKjNC .carousel-inner.slides5 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .cid-spcLmfKjNC .carousel-inner.slides5 > .carousel-item.carousel-item-left,
  .cid-spcLmfKjNC .carousel-inner.slides5 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-spcLmfKjNC .carousel-inner.slides5 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-spcLmfKjNC .carousel-inner.slides5 .cloneditem-1,
  .cid-spcLmfKjNC .carousel-inner.slides5 .cloneditem-2,
  .cid-spcLmfKjNC .carousel-inner.slides5 .cloneditem-3,
  .cid-spcLmfKjNC .carousel-inner.slides5 .cloneditem-4 {
    display: block;
  }
  .cid-spcLmfKjNC .carousel-inner.slides6 > .carousel-item.active.carousel-item-right,
  .cid-spcLmfKjNC .carousel-inner.slides6 > .carousel-item.carousel-item-next {
    left: 0;
    -webkit-transform: translate3d(16.666667%, 0, 0);
    transform: translate3d(16.666667%, 0, 0);
  }
  .cid-spcLmfKjNC .carousel-inner.slides6 > .carousel-item.active.carousel-item-left,
  .cid-spcLmfKjNC .carousel-inner.slides6 > .carousel-item.carousel-item-prev {
    left: 0;
    -webkit-transform: translate3d(-16.666667%, 0, 0);
    transform: translate3d(-16.666667%, 0, 0);
  }
  .cid-spcLmfKjNC .carousel-inner.slides6 > .carousel-item.carousel-item-left,
  .cid-spcLmfKjNC .carousel-inner.slides6 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-spcLmfKjNC .carousel-inner.slides6 > .carousel-item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .cid-spcLmfKjNC .carousel-inner.slides6 .cloneditem-1,
  .cid-spcLmfKjNC .carousel-inner.slides6 .cloneditem-2,
  .cid-spcLmfKjNC .carousel-inner.slides6 .cloneditem-3,
  .cid-spcLmfKjNC .carousel-inner.slides6 .cloneditem-4,
  .cid-spcLmfKjNC .carousel-inner.slides6 .cloneditem-5 {
    display: block;
  }
}
.cid-spcLmfKjNC H2 {
  color: #465052;
}
.cid-spcLmfKjNC .carousel-control-prev {
  position: absolute!important;
  left: -50px !important;
}
.cid-spcLmfKjNC .carousel-control-next {
  position: absolute!important;
  right: -50px !important;
}
@media (max-width: 576px) {
  .cid-spcLmfKjNC .carousel-control-prev {
    left: -10px !important;
  }
  .cid-spcLmfKjNC .carousel-control-next {
    right: -10px !important;
  }
}
.cid-spWO6gTHNO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-spWO6gTHNO H1 {
  color: #465052;
}
.cid-spWO6gTHNO .align-left {
  margin: auto;
}
.cid-spWO6gTHNO .row {
  justify-content: space-between;
}
.cid-spWO6gTHNO .mbr-text,
.cid-spWO6gTHNO .mbr-section-btn {
  color: #716c80;
}
.cid-spWO6gTHNO .block-border {
  border-left: 2px solid #efefef;
  padding-left: 4rem;
}
.cid-spWO6gTHNO .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-spWO6gTHNO .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-spWO6gTHNO .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-spWO6gTHNO .link:hover {
  color: #ff4e01 !important;
}
.cid-spWO6gTHNO .link:hover .link-ico {
  color: #ff4e01 !important;
  padding-left: 10px;
}
.cid-spWO6gTHNO DIV {
  color: #57468b;
}
@media (max-width: 992px) {
  .cid-spWO6gTHNO .block-border {
    border: none;
    padding-left: 1rem;
  }
  .cid-spWO6gTHNO h1 {
    padding-bottom: 1rem;
  }
}
.cid-spWO6gTHNO .mbr-text,
.cid-spWO6gTHNO .media-content {
  color: #465052;
  text-align: left;
}
.cid-sq23KV1gqO {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sq23KV1gqO .card-icon {
  font-size: 56px;
  color: #5580ff;
  transition: color 0.3s;
}
.cid-sq23KV1gqO .card-title {
  font-weight: 600;
  letter-spacing: 1px;
}
.cid-sq23KV1gqO .link-ico {
  font-size: 0.8rem;
  color: #ff4e01;
  border: 2px solid #ff4e01;
  border-radius: 100%;
  padding: 0.5rem 0;
  font-weight: 900;
  padding-left: 9px;
  padding-right: 7px;
}
.cid-sq23KV1gqO .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #5580ff;
  margin-bottom: 1.5rem;
  transition: background 0.3s;
}
.cid-sq23KV1gqO .card {
  padding: 0!important;
}
.cid-sq23KV1gqO .card-wrapper {
  padding: 4rem;
  transition: background 0.3s;
}
.cid-sq23KV1gqO .card-wrapper:hover {
  background: #5580ff;
}
.cid-sq23KV1gqO .card-wrapper:hover .card-icon {
  color: #dbe8fe;
}
.cid-sq23KV1gqO .card-wrapper:hover .line {
  background: #dbe8fe;
}
.cid-sq23KV1gqO .card1 {
  background: #dbe8fe;
}
.cid-sq23KV1gqO .card2 {
  background: #e5eefe;
}
.cid-sq23KV1gqO .card3 {
  background: #eff5ff;
}
.cid-sq23KV1gqO .card4 {
  background: #f9fbff;
}
.cid-sq23KV1gqO .card5 {
  background: #ffffff;
}
.cid-sq23KV1gqO .card6 {
  background: #ffffff;
}
.cid-sq23KV1gqO .col-lg-x {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (max-width: 767px) {
  .cid-sq23KV1gqO .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-sq23KV1gqO .mbr-text,
.cid-sq23KV1gqO .card-link {
  color: #465052;
}
.cid-sq23KV1gqO .card-title,
.cid-sq23KV1gqO .card-ico,
.cid-sq23KV1gqO .line-wrap {
  color: #232323;
}
.cid-spcxB7KTUb {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/linies-1600x900.jpg");
}
.cid-spcxB7KTUb H1 {
  color: #232323;
}
.cid-spcxB7KTUb .mbr-text,
.cid-spcxB7KTUb .mbr-section-btn {
  color: #232323;
}
.cid-spcxB7KTUb H2 {
  color: #232323;
}
.cid-spe1vJgABh {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f7f7f7;
}
.cid-spe1vJgABh .mbr-section-title {
  letter-spacing: 0.1em;
  color: #465052;
}
.cid-spe1vJgABh .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-spe1vJgABh .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-spe1vJgABh .wrap-img {
  padding-bottom: 1rem;
}
.cid-spe1vJgABh .wrap-img img {
  max-width: 100%;
}
.cid-spe1vJgABh .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-spdWh9HV2R {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-spdWh9HV2R .card-box {
  padding: 0rem;
}
.cid-spdWh9HV2R .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-spdWh9HV2R .card {
  padding: 0;
  margin: auto;
}
.cid-spdWh9HV2R .card-img {
  height: 400px;
}
.cid-spdWh9HV2R .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-spdWh9HV2R .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-spdWh9HV2R .card-wrapper {
    padding: 4rem;
  }
}
.cid-spdWh9HV2R .card-title {
  color: #465052;
}
.cid-spd1M7TQ9F {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f7f7f7;
}
.cid-spd1M7TQ9F .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-spd1M7TQ9F .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-spd1M7TQ9F .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-spd1M7TQ9F p {
  line-height: 1.6;
}
.cid-spd1M7TQ9F .rev,
.cid-spd1M7TQ9F .mbr-iconfont {
  display: inline-block;
}
.cid-spd1M7TQ9F .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #465052;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-spd1M7TQ9F .card-title {
  color: #465052;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-spd1M7TQ9F .card-box {
  padding: 1.5rem;
}
.cid-spd1M7TQ9F .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-spd1M7TQ9F .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-spd1M7TQ9F .mbr-section-title,
.cid-spd1M7TQ9F .line-wrap {
  text-align: center;
  color: #465052;
}
.cid-spd1M7TQ9F .rev {
  color: #465052;
}
.cid-spd1M7TQ9F .card-text,
.cid-spd1M7TQ9F .mbr-section-btn,
.cid-spd1M7TQ9F .ico-line {
  color: #465052;
}
.cid-spGhhZiJUs {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-spGhhZiJUs section {
  position: relative;
}
.cid-spGhhZiJUs h4 {
  margin: 0;
}
.cid-spGhhZiJUs img {
  height: 100px;
  padding-right: 8px;
  width: auto;
}
.cid-spGhhZiJUs a {
  font-weight: 300;
}
.cid-spGhhZiJUs .img1 {
  color: #465052;
}
.cid-spGhhZiJUs .img2 {
  color: #465052;
}
.cid-spGhhZiJUs .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #465052;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-spGhhZiJUs .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-spGhhZiJUs .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-spGhhZiJUs .item,
.cid-spGhhZiJUs .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-spGhhZiJUs .item h4,
.cid-spGhhZiJUs .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-spGhhZiJUs .card-img {
  width: auto;
}
.cid-spGhhZiJUs .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-spGhhZiJUs .item {
    justify-content: center;
  }
}
.cid-spGhhZiJUs .item-title {
  color: #465052;
}
.cid-spGhhZiJUs .items-title,
.cid-spGhhZiJUs .items-title + .line-wrap {
  color: #ffffff;
}
.cid-spGhhZiJUs .link-title {
  color: #232323;
}
.cid-spGhhZiJUs .text1 {
  color: #465052;
}
.cid-spGhhZiJUs H4 {
  color: #465052;
}
.cid-spWx9ItjwO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f7f7f7;
}
.cid-spWx9ItjwO .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-spWx9ItjwO .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-spWx9ItjwO .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-spWx9ItjwO .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-spWx9ItjwO .logo-section img {
  width: auto;
}
.cid-spWx9ItjwO .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #66458e;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-spWx9ItjwO .icon-transition span:hover {
  background-color: #e96188;
}
.cid-spWx9ItjwO .mbr-text {
  color: #767676;
}
@media (max-width: 991px) {
  .cid-spWx9ItjwO .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-spWx9ItjwO .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-spWx9ItjwO .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-sq1XxlB20A .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-sq1XxlB20A .collapsed {
  flex-direction: row!important;
}
.cid-sq1XxlB20A .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sq1XxlB20A .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sq1XxlB20A .navbar-nav {
  margin: auto;
}
.cid-sq1XxlB20A .navbar-brand {
  min-width: 15%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sq1XxlB20A .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sq1XxlB20A .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sq1XxlB20A .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sq1XxlB20A .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-sq1XxlB20A .nav-item:focus,
.cid-sq1XxlB20A .nav-link:focus {
  outline: none;
}
.cid-sq1XxlB20A .text-white:hover,
.cid-sq1XxlB20A .text-white:active,
.cid-sq1XxlB20A .text-white:focus {
  color: white!important;
}
.cid-sq1XxlB20A .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-sq1XxlB20A .dropdown-item:hover {
  color: black!important;
}
.cid-sq1XxlB20A .dropdown-menu {
  background-color: white!important;
}
.cid-sq1XxlB20A .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-sq1XxlB20A .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sq1XxlB20A .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-sq1XxlB20A .nav-item .nav-link {
    position: relative;
  }
}
.cid-sq1XxlB20A .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sq1XxlB20A .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sq1XxlB20A .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sq1XxlB20A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sq1XxlB20A .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sq1XxlB20A .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sq1XxlB20A .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sq1XxlB20A .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sq1XxlB20A .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sq1XxlB20A .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sq1XxlB20A .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sq1XxlB20A .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sq1XxlB20A .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sq1XxlB20A .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sq1XxlB20A .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sq1XxlB20A .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sq1XxlB20A .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sq1XxlB20A .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sq1XxlB20A .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sq1XxlB20A .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sq1XxlB20A .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sq1XxlB20A .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sq1XxlB20A .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sq1XxlB20A .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sq1XxlB20A .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sq1XxlB20A .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sq1XxlB20A .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sq1XxlB20A .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sq1XxlB20A .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sq1XxlB20A .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sq1XxlB20A .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sq1XxlB20A .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sq1XxlB20A .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sq1XxlB20A .navbar-caption {
  font-weight: 600!important;
}
.cid-sq1XxlB20A .dropdown-item.active,
.cid-sq1XxlB20A .dropdown-item:active {
  background-color: transparent;
}
.cid-sq1XxlB20A .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sq1XxlB20A .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sq1XxlB20A .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sq1XxlB20A .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sq1XxlB20A .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sq1XxlB20A ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sq1XxlB20A .navbar-buttons {
  text-align: center;
}
.cid-sq1XxlB20A button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sq1XxlB20A button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sq1XxlB20A button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sq1XxlB20A button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sq1XxlB20A button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sq1XxlB20A button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sq1XxlB20A nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sq1XxlB20A nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sq1XxlB20A nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sq1XxlB20A nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sq1XxlB20A .nav-link {
  font-weight: 600!important;
}
.cid-sq1XxlB20A a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sq1XxlB20A .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sq1XxlB20A .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sq1XxlB20A .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sq1XxlB20A .navbar {
    height: 77px;
  }
  .cid-sq1XxlB20A .navbar.opened {
    height: auto;
  }
  .cid-sq1XxlB20A .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sq1YhaZp2C {
  padding-top: 60px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/lse-library-mn9ogqewra-unsplash-1800x1012.jpg");
}
.cid-sq1YhaZp2C H1 {
  color: #232323;
}
.cid-sq1YhaZp2C .mbr-text,
.cid-sq1YhaZp2C .mbr-section-btn {
  color: #232323;
}
.cid-sq1Xxn28ho {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sq1Xxn28ho img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sq1Xxn28ho H1 {
  color: #465052;
}
.cid-sq1Xxn28ho .mbr-text,
.cid-sq1Xxn28ho .mbr-section-btn {
  color: #716c80;
}
.cid-sq1Xxn28ho H3 {
  color: #716c80;
}
.cid-sq1Xxn28ho .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sq1Xxn28ho .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-sq1Xxn28ho .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-sq1Xxn28ho .link:hover {
  color: #ff4e01 !important;
}
.cid-sq1Xxn28ho .link:hover .link-ico {
  color: #ff4e01 !important;
  padding-left: 10px;
}
.cid-sq1Xxn28ho DIV {
  color: #57468b;
}
.cid-sq1Xxn28ho .mbr-text,
.cid-sq1Xxn28ho .media-content {
  color: #465052;
}
.cid-sq1Xxpq26C {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sq1Xxpq26C section {
  position: relative;
}
.cid-sq1Xxpq26C h4 {
  margin: 0;
}
.cid-sq1Xxpq26C img {
  height: 100px;
  padding-right: 8px;
  width: auto;
}
.cid-sq1Xxpq26C a {
  font-weight: 300;
}
.cid-sq1Xxpq26C .img1 {
  color: #465052;
}
.cid-sq1Xxpq26C .img2 {
  color: #465052;
}
.cid-sq1Xxpq26C .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #465052;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sq1Xxpq26C .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-sq1Xxpq26C .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sq1Xxpq26C .item,
.cid-sq1Xxpq26C .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sq1Xxpq26C .item h4,
.cid-sq1Xxpq26C .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sq1Xxpq26C .card-img {
  width: auto;
}
.cid-sq1Xxpq26C .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-sq1Xxpq26C .item {
    justify-content: center;
  }
}
.cid-sq1Xxpq26C .item-title {
  color: #465052;
}
.cid-sq1Xxpq26C .items-title,
.cid-sq1Xxpq26C .items-title + .line-wrap {
  color: #ffffff;
}
.cid-sq1Xxpq26C .link-title {
  color: #232323;
}
.cid-sq1Xxpq26C .text1 {
  color: #465052;
}
.cid-sq1Xxpq26C H4 {
  color: #465052;
}
.cid-sq1Xxq4r9R {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f7f7f7;
}
.cid-sq1Xxq4r9R .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-sq1Xxq4r9R .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sq1Xxq4r9R .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sq1Xxq4r9R .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-sq1Xxq4r9R .logo-section img {
  width: auto;
}
.cid-sq1Xxq4r9R .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #66458e;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-sq1Xxq4r9R .icon-transition span:hover {
  background-color: #e96188;
}
.cid-sq1Xxq4r9R .mbr-text {
  color: #767676;
}
@media (max-width: 991px) {
  .cid-sq1Xxq4r9R .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-sq1Xxq4r9R .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-sq1Xxq4r9R .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-sq1Zrstq8t .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-sq1Zrstq8t .collapsed {
  flex-direction: row!important;
}
.cid-sq1Zrstq8t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sq1Zrstq8t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sq1Zrstq8t .navbar-nav {
  margin: auto;
}
.cid-sq1Zrstq8t .navbar-brand {
  min-width: 15%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sq1Zrstq8t .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sq1Zrstq8t .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sq1Zrstq8t .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sq1Zrstq8t .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-sq1Zrstq8t .nav-item:focus,
.cid-sq1Zrstq8t .nav-link:focus {
  outline: none;
}
.cid-sq1Zrstq8t .text-white:hover,
.cid-sq1Zrstq8t .text-white:active,
.cid-sq1Zrstq8t .text-white:focus {
  color: white!important;
}
.cid-sq1Zrstq8t .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-sq1Zrstq8t .dropdown-item:hover {
  color: black!important;
}
.cid-sq1Zrstq8t .dropdown-menu {
  background-color: white!important;
}
.cid-sq1Zrstq8t .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-sq1Zrstq8t .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sq1Zrstq8t .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-sq1Zrstq8t .nav-item .nav-link {
    position: relative;
  }
}
.cid-sq1Zrstq8t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sq1Zrstq8t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sq1Zrstq8t .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sq1Zrstq8t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sq1Zrstq8t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sq1Zrstq8t .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sq1Zrstq8t .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sq1Zrstq8t .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sq1Zrstq8t .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sq1Zrstq8t .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sq1Zrstq8t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sq1Zrstq8t .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sq1Zrstq8t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sq1Zrstq8t .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sq1Zrstq8t .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sq1Zrstq8t .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sq1Zrstq8t .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sq1Zrstq8t .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sq1Zrstq8t .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sq1Zrstq8t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sq1Zrstq8t .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sq1Zrstq8t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sq1Zrstq8t .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sq1Zrstq8t .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sq1Zrstq8t .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sq1Zrstq8t .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sq1Zrstq8t .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sq1Zrstq8t .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sq1Zrstq8t .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sq1Zrstq8t .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sq1Zrstq8t .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sq1Zrstq8t .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sq1Zrstq8t .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sq1Zrstq8t .navbar-caption {
  font-weight: 600!important;
}
.cid-sq1Zrstq8t .dropdown-item.active,
.cid-sq1Zrstq8t .dropdown-item:active {
  background-color: transparent;
}
.cid-sq1Zrstq8t .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sq1Zrstq8t .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sq1Zrstq8t .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sq1Zrstq8t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sq1Zrstq8t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sq1Zrstq8t ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sq1Zrstq8t .navbar-buttons {
  text-align: center;
}
.cid-sq1Zrstq8t button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sq1Zrstq8t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sq1Zrstq8t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sq1Zrstq8t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sq1Zrstq8t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sq1Zrstq8t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sq1Zrstq8t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sq1Zrstq8t nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sq1Zrstq8t nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sq1Zrstq8t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sq1Zrstq8t .nav-link {
  font-weight: 600!important;
}
.cid-sq1Zrstq8t a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sq1Zrstq8t .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sq1Zrstq8t .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sq1Zrstq8t .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sq1Zrstq8t .navbar {
    height: 77px;
  }
  .cid-sq1Zrstq8t .navbar.opened {
    height: auto;
  }
  .cid-sq1Zrstq8t .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sq1ZrtkoqO {
  padding-top: 60px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/usgs-3a5vbzldvge-unsplash-1800x1013.jpg");
}
.cid-sq1ZrtkoqO H1 {
  color: #232323;
}
.cid-sq1ZrtkoqO .mbr-text,
.cid-sq1ZrtkoqO .mbr-section-btn {
  color: #232323;
}
.cid-sq1ZrtU4OY {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sq1ZrtU4OY img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sq1ZrtU4OY H1 {
  color: #465052;
}
.cid-sq1ZrtU4OY .mbr-text,
.cid-sq1ZrtU4OY .mbr-section-btn {
  color: #716c80;
}
.cid-sq1ZrtU4OY H3 {
  color: #716c80;
}
.cid-sq1ZrtU4OY .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sq1ZrtU4OY .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-sq1ZrtU4OY .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-sq1ZrtU4OY .link:hover {
  color: #ff4e01 !important;
}
.cid-sq1ZrtU4OY .link:hover .link-ico {
  color: #ff4e01 !important;
  padding-left: 10px;
}
.cid-sq1ZrtU4OY DIV {
  color: #57468b;
}
.cid-sq1ZrtU4OY .mbr-text,
.cid-sq1ZrtU4OY .media-content {
  color: #465052;
}
.cid-sq1ZTvIgyv {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sq1ZTvIgyv img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sq1ZTvIgyv H1 {
  color: #465052;
}
.cid-sq1ZTvIgyv .mbr-text,
.cid-sq1ZTvIgyv .mbr-section-btn {
  color: #716c80;
}
.cid-sq1ZTvIgyv H3 {
  color: #716c80;
}
.cid-sq1ZTvIgyv .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sq1ZTvIgyv .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-sq1ZTvIgyv .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-sq1ZTvIgyv .link:hover {
  color: #ff4e01 !important;
}
.cid-sq1ZTvIgyv .link:hover .link-ico {
  color: #ff4e01 !important;
  padding-left: 10px;
}
.cid-sq1ZTvIgyv DIV {
  color: #57468b;
}
.cid-sq1ZTvIgyv .mbr-text,
.cid-sq1ZTvIgyv .media-content {
  color: #465052;
}
.cid-sq1ZrurbNB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sq1ZrurbNB section {
  position: relative;
}
.cid-sq1ZrurbNB h4 {
  margin: 0;
}
.cid-sq1ZrurbNB img {
  height: 100px;
  padding-right: 8px;
  width: auto;
}
.cid-sq1ZrurbNB a {
  font-weight: 300;
}
.cid-sq1ZrurbNB .img1 {
  color: #465052;
}
.cid-sq1ZrurbNB .img2 {
  color: #465052;
}
.cid-sq1ZrurbNB .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #465052;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sq1ZrurbNB .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-sq1ZrurbNB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sq1ZrurbNB .item,
.cid-sq1ZrurbNB .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sq1ZrurbNB .item h4,
.cid-sq1ZrurbNB .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sq1ZrurbNB .card-img {
  width: auto;
}
.cid-sq1ZrurbNB .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-sq1ZrurbNB .item {
    justify-content: center;
  }
}
.cid-sq1ZrurbNB .item-title {
  color: #465052;
}
.cid-sq1ZrurbNB .items-title,
.cid-sq1ZrurbNB .items-title + .line-wrap {
  color: #ffffff;
}
.cid-sq1ZrurbNB .link-title {
  color: #232323;
}
.cid-sq1ZrurbNB .text1 {
  color: #465052;
}
.cid-sq1ZrurbNB H4 {
  color: #465052;
}
.cid-sq1Zrv7wTz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f7f7f7;
}
.cid-sq1Zrv7wTz .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-sq1Zrv7wTz .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sq1Zrv7wTz .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sq1Zrv7wTz .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-sq1Zrv7wTz .logo-section img {
  width: auto;
}
.cid-sq1Zrv7wTz .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #66458e;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-sq1Zrv7wTz .icon-transition span:hover {
  background-color: #e96188;
}
.cid-sq1Zrv7wTz .mbr-text {
  color: #767676;
}
@media (max-width: 991px) {
  .cid-sq1Zrv7wTz .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-sq1Zrv7wTz .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-sq1Zrv7wTz .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-sqfRyBYvut .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-sqfRyBYvut .collapsed {
  flex-direction: row!important;
}
.cid-sqfRyBYvut .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqfRyBYvut .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqfRyBYvut .navbar-nav {
  margin: auto;
}
.cid-sqfRyBYvut .navbar-brand {
  min-width: 15%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqfRyBYvut .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqfRyBYvut .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqfRyBYvut .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sqfRyBYvut .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-sqfRyBYvut .nav-item:focus,
.cid-sqfRyBYvut .nav-link:focus {
  outline: none;
}
.cid-sqfRyBYvut .text-white:hover,
.cid-sqfRyBYvut .text-white:active,
.cid-sqfRyBYvut .text-white:focus {
  color: white!important;
}
.cid-sqfRyBYvut .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-sqfRyBYvut .dropdown-item:hover {
  color: black!important;
}
.cid-sqfRyBYvut .dropdown-menu {
  background-color: white!important;
}
.cid-sqfRyBYvut .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-sqfRyBYvut .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sqfRyBYvut .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-sqfRyBYvut .nav-item .nav-link {
    position: relative;
  }
}
.cid-sqfRyBYvut .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sqfRyBYvut .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqfRyBYvut .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sqfRyBYvut .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqfRyBYvut .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sqfRyBYvut .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sqfRyBYvut .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sqfRyBYvut .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sqfRyBYvut .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sqfRyBYvut .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sqfRyBYvut .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sqfRyBYvut .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sqfRyBYvut .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqfRyBYvut .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqfRyBYvut .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sqfRyBYvut .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqfRyBYvut .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sqfRyBYvut .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sqfRyBYvut .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqfRyBYvut .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqfRyBYvut .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sqfRyBYvut .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqfRyBYvut .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqfRyBYvut .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sqfRyBYvut .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sqfRyBYvut .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqfRyBYvut .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sqfRyBYvut .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sqfRyBYvut .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sqfRyBYvut .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sqfRyBYvut .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sqfRyBYvut .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sqfRyBYvut .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sqfRyBYvut .navbar-caption {
  font-weight: 600!important;
}
.cid-sqfRyBYvut .dropdown-item.active,
.cid-sqfRyBYvut .dropdown-item:active {
  background-color: transparent;
}
.cid-sqfRyBYvut .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqfRyBYvut .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqfRyBYvut .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqfRyBYvut .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sqfRyBYvut .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqfRyBYvut ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sqfRyBYvut .navbar-buttons {
  text-align: center;
}
.cid-sqfRyBYvut button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqfRyBYvut button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sqfRyBYvut button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sqfRyBYvut button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sqfRyBYvut button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sqfRyBYvut button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sqfRyBYvut nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sqfRyBYvut nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sqfRyBYvut nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sqfRyBYvut nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sqfRyBYvut .nav-link {
  font-weight: 600!important;
}
.cid-sqfRyBYvut a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqfRyBYvut .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sqfRyBYvut .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sqfRyBYvut .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqfRyBYvut .navbar {
    height: 77px;
  }
  .cid-sqfRyBYvut .navbar.opened {
    height: auto;
  }
  .cid-sqfRyBYvut .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqfRyEHmHB {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sqfRyEHmHB img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sqfRyEHmHB H1 {
  color: #465052;
}
.cid-sqfRyEHmHB .mbr-text,
.cid-sqfRyEHmHB .mbr-section-btn {
  color: #716c80;
}
.cid-sqfRyEHmHB H3 {
  color: #465052;
}
.cid-sqfRyEHmHB .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sqfRyEHmHB .btn-info-outline {
  border: none;
  color: #465052 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-sqfRyEHmHB .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sqfRyEHmHB .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-sqfRyEHmHB .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff4e01 !important;
  box-shadow: none!important;
}
.cid-sqfRyEHmHB .btn-info-outline:active,
.cid-sqfRyEHmHB .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sqfRyEHmHB DIV {
  color: #57468b;
}
.cid-sqfRyEHmHB .mbr-text,
.cid-sqfRyEHmHB .media-content,
.cid-sqfRyEHmHB .mbr-section-btn {
  color: #465052;
}
.cid-sqlHVvikiG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sqlHVvikiG img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sqlHVvikiG H1 {
  color: #465052;
}
.cid-sqlHVvikiG .mbr-text,
.cid-sqlHVvikiG .mbr-section-btn {
  color: #716c80;
}
.cid-sqlHVvikiG H3 {
  color: #465052;
}
.cid-sqlHVvikiG .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sqlHVvikiG .btn-info-outline {
  border: none;
  color: #465052 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-sqlHVvikiG .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sqlHVvikiG .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-sqlHVvikiG .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff4e01 !important;
  box-shadow: none!important;
}
.cid-sqlHVvikiG .btn-info-outline:active,
.cid-sqlHVvikiG .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sqlHVvikiG DIV {
  color: #57468b;
}
.cid-sqlHVvikiG .mbr-text,
.cid-sqlHVvikiG .media-content,
.cid-sqlHVvikiG .mbr-section-btn {
  color: #465052;
}
.cid-sxTc3TP4fu {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sxTc3TP4fu img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sxTc3TP4fu H1 {
  color: #465052;
}
.cid-sxTc3TP4fu .mbr-text,
.cid-sxTc3TP4fu .mbr-section-btn {
  color: #716c80;
}
.cid-sxTc3TP4fu H3 {
  color: #716c80;
}
.cid-sxTc3TP4fu .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sxTc3TP4fu .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-sxTc3TP4fu .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-sxTc3TP4fu .link:hover {
  color: #ff4e01 !important;
}
.cid-sxTc3TP4fu .link:hover .link-ico {
  color: #ff4e01 !important;
  padding-left: 10px;
}
.cid-sxTc3TP4fu DIV {
  color: #57468b;
}
.cid-sxTc3TP4fu .mbr-text,
.cid-sxTc3TP4fu .media-content {
  color: #465052;
}
.cid-sxTc3TP4fu H2 {
  color: #232323;
}
.cid-sqfRyNM7cG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sqfRyNM7cG .card-box {
  padding: 0rem;
}
.cid-sqfRyNM7cG .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-sqfRyNM7cG .card {
  padding: 0;
  margin: auto;
}
.cid-sqfRyNM7cG .card-img {
  height: 400px;
}
.cid-sqfRyNM7cG .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sqfRyNM7cG .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-sqfRyNM7cG .card-wrapper {
    padding: 4rem;
  }
}
.cid-sqfRyPf7iz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sqfRyPf7iz section {
  position: relative;
}
.cid-sqfRyPf7iz h4 {
  margin: 0;
}
.cid-sqfRyPf7iz img {
  height: 100px;
  padding-right: 8px;
  width: auto;
}
.cid-sqfRyPf7iz a {
  font-weight: 300;
}
.cid-sqfRyPf7iz .img1 {
  color: #465052;
}
.cid-sqfRyPf7iz .img2 {
  color: #465052;
}
.cid-sqfRyPf7iz .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #465052;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sqfRyPf7iz .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-sqfRyPf7iz .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sqfRyPf7iz .item,
.cid-sqfRyPf7iz .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sqfRyPf7iz .item h4,
.cid-sqfRyPf7iz .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sqfRyPf7iz .card-img {
  width: auto;
}
.cid-sqfRyPf7iz .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-sqfRyPf7iz .item {
    justify-content: center;
  }
}
.cid-sqfRyPf7iz .item-title {
  color: #465052;
}
.cid-sqfRyPf7iz .items-title,
.cid-sqfRyPf7iz .items-title + .line-wrap {
  color: #ffffff;
}
.cid-sqfRyPf7iz .link-title {
  color: #232323;
}
.cid-sqfRyPf7iz .text1 {
  color: #465052;
}
.cid-sqfRyPf7iz H4 {
  color: #465052;
}
.cid-sqfRyRQSpF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f7f7f7;
}
.cid-sqfRyRQSpF .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-sqfRyRQSpF .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sqfRyRQSpF .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sqfRyRQSpF .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-sqfRyRQSpF .logo-section img {
  width: auto;
}
.cid-sqfRyRQSpF .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #66458e;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-sqfRyRQSpF .icon-transition span:hover {
  background-color: #e96188;
}
.cid-sqfRyRQSpF .mbr-text {
  color: #767676;
}
@media (max-width: 991px) {
  .cid-sqfRyRQSpF .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-sqfRyRQSpF .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-sqfRyRQSpF .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-sqfWBgr0FL .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-sqfWBgr0FL .collapsed {
  flex-direction: row!important;
}
.cid-sqfWBgr0FL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sqfWBgr0FL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sqfWBgr0FL .navbar-nav {
  margin: auto;
}
.cid-sqfWBgr0FL .navbar-brand {
  min-width: 15%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sqfWBgr0FL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sqfWBgr0FL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sqfWBgr0FL .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sqfWBgr0FL .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-sqfWBgr0FL .nav-item:focus,
.cid-sqfWBgr0FL .nav-link:focus {
  outline: none;
}
.cid-sqfWBgr0FL .text-white:hover,
.cid-sqfWBgr0FL .text-white:active,
.cid-sqfWBgr0FL .text-white:focus {
  color: white!important;
}
.cid-sqfWBgr0FL .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-sqfWBgr0FL .dropdown-item:hover {
  color: black!important;
}
.cid-sqfWBgr0FL .dropdown-menu {
  background-color: white!important;
}
.cid-sqfWBgr0FL .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-sqfWBgr0FL .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sqfWBgr0FL .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-sqfWBgr0FL .nav-item .nav-link {
    position: relative;
  }
}
.cid-sqfWBgr0FL .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sqfWBgr0FL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sqfWBgr0FL .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sqfWBgr0FL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sqfWBgr0FL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sqfWBgr0FL .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sqfWBgr0FL .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sqfWBgr0FL .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sqfWBgr0FL .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sqfWBgr0FL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sqfWBgr0FL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sqfWBgr0FL .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sqfWBgr0FL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sqfWBgr0FL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sqfWBgr0FL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sqfWBgr0FL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sqfWBgr0FL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sqfWBgr0FL .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sqfWBgr0FL .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sqfWBgr0FL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sqfWBgr0FL .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sqfWBgr0FL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sqfWBgr0FL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sqfWBgr0FL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sqfWBgr0FL .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sqfWBgr0FL .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sqfWBgr0FL .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sqfWBgr0FL .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sqfWBgr0FL .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sqfWBgr0FL .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sqfWBgr0FL .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sqfWBgr0FL .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sqfWBgr0FL .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sqfWBgr0FL .navbar-caption {
  font-weight: 600!important;
}
.cid-sqfWBgr0FL .dropdown-item.active,
.cid-sqfWBgr0FL .dropdown-item:active {
  background-color: transparent;
}
.cid-sqfWBgr0FL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sqfWBgr0FL .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sqfWBgr0FL .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sqfWBgr0FL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sqfWBgr0FL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sqfWBgr0FL ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sqfWBgr0FL .navbar-buttons {
  text-align: center;
}
.cid-sqfWBgr0FL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sqfWBgr0FL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sqfWBgr0FL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sqfWBgr0FL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sqfWBgr0FL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sqfWBgr0FL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sqfWBgr0FL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sqfWBgr0FL nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sqfWBgr0FL nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sqfWBgr0FL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sqfWBgr0FL .nav-link {
  font-weight: 600!important;
}
.cid-sqfWBgr0FL a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sqfWBgr0FL .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sqfWBgr0FL .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sqfWBgr0FL .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sqfWBgr0FL .navbar {
    height: 77px;
  }
  .cid-sqfWBgr0FL .navbar.opened {
    height: auto;
  }
  .cid-sqfWBgr0FL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqfWBjlmOX {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sqfWBjlmOX img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sqfWBjlmOX H1 {
  color: #465052;
}
.cid-sqfWBjlmOX .mbr-text,
.cid-sqfWBjlmOX .mbr-section-btn {
  color: #716c80;
}
.cid-sqfWBjlmOX H3 {
  color: #465052;
}
.cid-sqfWBjlmOX .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sqfWBjlmOX .btn-info-outline {
  border: none;
  color: #465052 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-sqfWBjlmOX .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sqfWBjlmOX .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-sqfWBjlmOX .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff4e01 !important;
  box-shadow: none!important;
}
.cid-sqfWBjlmOX .btn-info-outline:active,
.cid-sqfWBjlmOX .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sqfWBjlmOX DIV {
  color: #57468b;
}
.cid-sqfWBjlmOX .mbr-text,
.cid-sqfWBjlmOX .media-content,
.cid-sqfWBjlmOX .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-sqfWBlVMSh {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sqfWBlVMSh img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sqfWBlVMSh H1 {
  color: #465052;
}
.cid-sqfWBlVMSh .mbr-text,
.cid-sqfWBlVMSh .mbr-section-btn {
  color: #716c80;
}
.cid-sqfWBlVMSh H3 {
  color: #716c80;
}
.cid-sqfWBlVMSh .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sqfWBlVMSh .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-sqfWBlVMSh .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-sqfWBlVMSh .link:hover {
  color: #ff4e01 !important;
}
.cid-sqfWBlVMSh .link:hover .link-ico {
  color: #ff4e01 !important;
  padding-left: 10px;
}
.cid-sqfWBlVMSh DIV {
  color: #57468b;
}
.cid-sqfWBlVMSh .mbr-text,
.cid-sqfWBlVMSh .media-content {
  color: #465052;
  text-align: left;
}
.cid-sqfWBlVMSh H2 {
  color: #232323;
}
.cid-sqfWBut0nz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sqfWBut0nz .card-box {
  padding: 0rem;
}
.cid-sqfWBut0nz .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-sqfWBut0nz .card {
  padding: 0;
  margin: auto;
}
.cid-sqfWBut0nz .card-img {
  height: 400px;
}
.cid-sqfWBut0nz .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sqfWBut0nz .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-sqfWBut0nz .card-wrapper {
    padding: 4rem;
  }
}
.cid-sqfWBvRG2B {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sqfWBvRG2B section {
  position: relative;
}
.cid-sqfWBvRG2B h4 {
  margin: 0;
}
.cid-sqfWBvRG2B img {
  height: 100px;
  padding-right: 8px;
  width: auto;
}
.cid-sqfWBvRG2B a {
  font-weight: 300;
}
.cid-sqfWBvRG2B .img1 {
  color: #465052;
}
.cid-sqfWBvRG2B .img2 {
  color: #465052;
}
.cid-sqfWBvRG2B .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #465052;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sqfWBvRG2B .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-sqfWBvRG2B .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sqfWBvRG2B .item,
.cid-sqfWBvRG2B .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sqfWBvRG2B .item h4,
.cid-sqfWBvRG2B .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sqfWBvRG2B .card-img {
  width: auto;
}
.cid-sqfWBvRG2B .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-sqfWBvRG2B .item {
    justify-content: center;
  }
}
.cid-sqfWBvRG2B .item-title {
  color: #465052;
}
.cid-sqfWBvRG2B .items-title,
.cid-sqfWBvRG2B .items-title + .line-wrap {
  color: #ffffff;
}
.cid-sqfWBvRG2B .link-title {
  color: #232323;
}
.cid-sqfWBvRG2B .text1 {
  color: #465052;
}
.cid-sqfWBvRG2B H4 {
  color: #465052;
}
.cid-sqfWByr1ru {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f7f7f7;
}
.cid-sqfWByr1ru .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-sqfWByr1ru .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sqfWByr1ru .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sqfWByr1ru .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-sqfWByr1ru .logo-section img {
  width: auto;
}
.cid-sqfWByr1ru .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #66458e;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-sqfWByr1ru .icon-transition span:hover {
  background-color: #e96188;
}
.cid-sqfWByr1ru .mbr-text {
  color: #767676;
}
@media (max-width: 991px) {
  .cid-sqfWByr1ru .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-sqfWByr1ru .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-sqfWByr1ru .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-sChdtLeBdq .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-sChdtLeBdq .collapsed {
  flex-direction: row!important;
}
.cid-sChdtLeBdq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sChdtLeBdq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sChdtLeBdq .navbar-nav {
  margin: auto;
}
.cid-sChdtLeBdq .navbar-brand {
  min-width: 15%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sChdtLeBdq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sChdtLeBdq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sChdtLeBdq .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sChdtLeBdq .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-sChdtLeBdq .nav-item:focus,
.cid-sChdtLeBdq .nav-link:focus {
  outline: none;
}
.cid-sChdtLeBdq .text-white:hover,
.cid-sChdtLeBdq .text-white:active,
.cid-sChdtLeBdq .text-white:focus {
  color: white!important;
}
.cid-sChdtLeBdq .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-sChdtLeBdq .dropdown-item:hover {
  color: black!important;
}
.cid-sChdtLeBdq .dropdown-menu {
  background-color: white!important;
}
.cid-sChdtLeBdq .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-sChdtLeBdq .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sChdtLeBdq .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-sChdtLeBdq .nav-item .nav-link {
    position: relative;
  }
}
.cid-sChdtLeBdq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sChdtLeBdq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sChdtLeBdq .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sChdtLeBdq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sChdtLeBdq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sChdtLeBdq .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sChdtLeBdq .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sChdtLeBdq .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sChdtLeBdq .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sChdtLeBdq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sChdtLeBdq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sChdtLeBdq .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sChdtLeBdq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sChdtLeBdq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sChdtLeBdq .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sChdtLeBdq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sChdtLeBdq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sChdtLeBdq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sChdtLeBdq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sChdtLeBdq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sChdtLeBdq .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sChdtLeBdq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sChdtLeBdq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sChdtLeBdq .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sChdtLeBdq .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sChdtLeBdq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sChdtLeBdq .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sChdtLeBdq .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sChdtLeBdq .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sChdtLeBdq .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sChdtLeBdq .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sChdtLeBdq .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sChdtLeBdq .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sChdtLeBdq .navbar-caption {
  font-weight: 600!important;
}
.cid-sChdtLeBdq .dropdown-item.active,
.cid-sChdtLeBdq .dropdown-item:active {
  background-color: transparent;
}
.cid-sChdtLeBdq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sChdtLeBdq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sChdtLeBdq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sChdtLeBdq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sChdtLeBdq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sChdtLeBdq ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sChdtLeBdq .navbar-buttons {
  text-align: center;
}
.cid-sChdtLeBdq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sChdtLeBdq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sChdtLeBdq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sChdtLeBdq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sChdtLeBdq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sChdtLeBdq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sChdtLeBdq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sChdtLeBdq nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sChdtLeBdq nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sChdtLeBdq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sChdtLeBdq .nav-link {
  font-weight: 600!important;
}
.cid-sChdtLeBdq a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sChdtLeBdq .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sChdtLeBdq .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sChdtLeBdq .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sChdtLeBdq .navbar {
    height: 77px;
  }
  .cid-sChdtLeBdq .navbar.opened {
    height: auto;
  }
  .cid-sChdtLeBdq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sChdtLLb7j {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sChdtLLb7j img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sChdtLLb7j H1 {
  color: #465052;
}
.cid-sChdtLLb7j .mbr-text,
.cid-sChdtLLb7j .mbr-section-btn {
  color: #716c80;
}
.cid-sChdtLLb7j H3 {
  color: #465052;
}
.cid-sChdtLLb7j .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sChdtLLb7j .btn-info-outline {
  border: none;
  color: #465052 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-sChdtLLb7j .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sChdtLLb7j .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-sChdtLLb7j .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff4e01 !important;
  box-shadow: none!important;
}
.cid-sChdtLLb7j .btn-info-outline:active,
.cid-sChdtLLb7j .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sChdtLLb7j DIV {
  color: #57468b;
}
.cid-sChdtLLb7j .mbr-text,
.cid-sChdtLLb7j .media-content,
.cid-sChdtLLb7j .mbr-section-btn {
  color: #465052;
}
.cid-sChdtMo3cr {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sChdtMo3cr img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sChdtMo3cr H1 {
  color: #465052;
}
.cid-sChdtMo3cr .mbr-text,
.cid-sChdtMo3cr .mbr-section-btn {
  color: #716c80;
}
.cid-sChdtMo3cr H3 {
  color: #716c80;
}
.cid-sChdtMo3cr .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sChdtMo3cr .link {
  display: flex;
  width: fit-content;
  transition: all 0.3s;
  align-items: center;
}
.cid-sChdtMo3cr .link .link-ico {
  padding-top: 2px;
  transition: padding 0.3s;
}
.cid-sChdtMo3cr .link:hover {
  color: #ff4e01 !important;
}
.cid-sChdtMo3cr .link:hover .link-ico {
  color: #ff4e01 !important;
  padding-left: 10px;
}
.cid-sChdtMo3cr DIV {
  color: #57468b;
}
.cid-sChdtMo3cr .mbr-text,
.cid-sChdtMo3cr .media-content {
  color: #465052;
}
.cid-sChdtMo3cr H2 {
  color: #232323;
}
.cid-sChdtMRByH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sChdtMRByH .card-box {
  padding: 0rem;
}
.cid-sChdtMRByH .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-sChdtMRByH .card {
  padding: 0;
  margin: auto;
}
.cid-sChdtMRByH .card-img {
  height: 400px;
}
.cid-sChdtMRByH .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sChdtMRByH .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-sChdtMRByH .card-wrapper {
    padding: 4rem;
  }
}
.cid-sChdtN6JSC {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sChdtN6JSC section {
  position: relative;
}
.cid-sChdtN6JSC h4 {
  margin: 0;
}
.cid-sChdtN6JSC img {
  height: 100px;
  padding-right: 8px;
  width: auto;
}
.cid-sChdtN6JSC a {
  font-weight: 300;
}
.cid-sChdtN6JSC .img1 {
  color: #465052;
}
.cid-sChdtN6JSC .img2 {
  color: #465052;
}
.cid-sChdtN6JSC .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #465052;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sChdtN6JSC .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-sChdtN6JSC .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sChdtN6JSC .item,
.cid-sChdtN6JSC .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sChdtN6JSC .item h4,
.cid-sChdtN6JSC .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sChdtN6JSC .card-img {
  width: auto;
}
.cid-sChdtN6JSC .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-sChdtN6JSC .item {
    justify-content: center;
  }
}
.cid-sChdtN6JSC .item-title {
  color: #465052;
}
.cid-sChdtN6JSC .items-title,
.cid-sChdtN6JSC .items-title + .line-wrap {
  color: #ffffff;
}
.cid-sChdtN6JSC .link-title {
  color: #232323;
}
.cid-sChdtN6JSC .text1 {
  color: #465052;
}
.cid-sChdtN6JSC H4 {
  color: #465052;
}
.cid-sChdtNE5Kq {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f7f7f7;
}
.cid-sChdtNE5Kq .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-sChdtNE5Kq .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sChdtNE5Kq .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sChdtNE5Kq .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-sChdtNE5Kq .logo-section img {
  width: auto;
}
.cid-sChdtNE5Kq .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #66458e;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-sChdtNE5Kq .icon-transition span:hover {
  background-color: #e96188;
}
.cid-sChdtNE5Kq .mbr-text {
  color: #767676;
}
@media (max-width: 991px) {
  .cid-sChdtNE5Kq .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-sChdtNE5Kq .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-sChdtNE5Kq .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-sHWFtPnSSR .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-sHWFtPnSSR .collapsed {
  flex-direction: row!important;
}
.cid-sHWFtPnSSR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHWFtPnSSR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sHWFtPnSSR .navbar-nav {
  margin: auto;
}
.cid-sHWFtPnSSR .navbar-brand {
  min-width: 15%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHWFtPnSSR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHWFtPnSSR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHWFtPnSSR .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sHWFtPnSSR .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-sHWFtPnSSR .nav-item:focus,
.cid-sHWFtPnSSR .nav-link:focus {
  outline: none;
}
.cid-sHWFtPnSSR .text-white:hover,
.cid-sHWFtPnSSR .text-white:active,
.cid-sHWFtPnSSR .text-white:focus {
  color: white!important;
}
.cid-sHWFtPnSSR .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-sHWFtPnSSR .dropdown-item:hover {
  color: black!important;
}
.cid-sHWFtPnSSR .dropdown-menu {
  background-color: white!important;
}
.cid-sHWFtPnSSR .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-sHWFtPnSSR .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-sHWFtPnSSR .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-sHWFtPnSSR .nav-item .nav-link {
    position: relative;
  }
}
.cid-sHWFtPnSSR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHWFtPnSSR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHWFtPnSSR .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-sHWFtPnSSR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sHWFtPnSSR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sHWFtPnSSR .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sHWFtPnSSR .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sHWFtPnSSR .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-sHWFtPnSSR .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sHWFtPnSSR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHWFtPnSSR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-sHWFtPnSSR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sHWFtPnSSR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHWFtPnSSR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHWFtPnSSR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sHWFtPnSSR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHWFtPnSSR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sHWFtPnSSR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sHWFtPnSSR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHWFtPnSSR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHWFtPnSSR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sHWFtPnSSR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHWFtPnSSR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHWFtPnSSR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sHWFtPnSSR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sHWFtPnSSR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHWFtPnSSR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sHWFtPnSSR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sHWFtPnSSR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sHWFtPnSSR .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sHWFtPnSSR .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sHWFtPnSSR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sHWFtPnSSR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sHWFtPnSSR .navbar-caption {
  font-weight: 600!important;
}
.cid-sHWFtPnSSR .dropdown-item.active,
.cid-sHWFtPnSSR .dropdown-item:active {
  background-color: transparent;
}
.cid-sHWFtPnSSR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHWFtPnSSR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHWFtPnSSR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHWFtPnSSR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sHWFtPnSSR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHWFtPnSSR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sHWFtPnSSR .navbar-buttons {
  text-align: center;
}
.cid-sHWFtPnSSR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sHWFtPnSSR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sHWFtPnSSR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sHWFtPnSSR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sHWFtPnSSR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sHWFtPnSSR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sHWFtPnSSR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHWFtPnSSR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sHWFtPnSSR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sHWFtPnSSR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sHWFtPnSSR .nav-link {
  font-weight: 600!important;
}
.cid-sHWFtPnSSR a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sHWFtPnSSR .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sHWFtPnSSR .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-sHWFtPnSSR .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHWFtPnSSR .navbar {
    height: 77px;
  }
  .cid-sHWFtPnSSR .navbar.opened {
    height: auto;
  }
  .cid-sHWFtPnSSR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHWFtQJ3Sd {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f7f7f7;
}
.cid-sHWFtQJ3Sd .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-sHWFtQJ3Sd .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sHWFtQJ3Sd .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sHWFtQJ3Sd .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-sHWFtQJ3Sd .logo-section img {
  width: auto;
}
.cid-sHWFtQJ3Sd .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #66458e;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-sHWFtQJ3Sd .icon-transition span:hover {
  background-color: #e96188;
}
.cid-sHWFtQJ3Sd .mbr-text {
  color: #767676;
}
@media (max-width: 991px) {
  .cid-sHWFtQJ3Sd .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-sHWFtQJ3Sd .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-sHWFtQJ3Sd .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-sHWFtPG5Ve {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHWFtPG5Ve img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sHWFtPG5Ve H1 {
  color: #465052;
}
.cid-sHWFtPG5Ve .mbr-text,
.cid-sHWFtPG5Ve .mbr-section-btn {
  color: #716c80;
}
.cid-sHWFtPG5Ve H3 {
  color: #465052;
}
.cid-sHWFtPG5Ve .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sHWFtPG5Ve .btn-info-outline {
  border: none;
  color: #465052 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-sHWFtPG5Ve .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sHWFtPG5Ve .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-sHWFtPG5Ve .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff4e01 !important;
  box-shadow: none!important;
}
.cid-sHWFtPG5Ve .btn-info-outline:active,
.cid-sHWFtPG5Ve .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sHWFtPG5Ve DIV {
  color: #57468b;
}
.cid-sHWFtPG5Ve .mbr-text,
.cid-sHWFtPG5Ve .media-content,
.cid-sHWFtPG5Ve .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-sHWJUwUTmw {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sHWJUwUTmw img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-sHWJUwUTmw H1 {
  color: #57468b;
}
.cid-sHWJUwUTmw .mbr-text,
.cid-sHWJUwUTmw .mbr-section-btn {
  color: #716c80;
}
.cid-sHWJUwUTmw H3 {
  color: #716c80;
}
.cid-sHWJUwUTmw .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-sHWJUwUTmw .btn-info-outline {
  border: none;
  color: #465052 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-sHWJUwUTmw .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-sHWJUwUTmw .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-sHWJUwUTmw .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff4e01 !important;
  box-shadow: none!important;
}
.cid-sHWJUwUTmw .btn-info-outline:active,
.cid-sHWJUwUTmw .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-sHWJUwUTmw DIV {
  color: #57468b;
}
.cid-sHWFtQ7T0q {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sHWFtQ7T0q .card-box {
  padding: 0rem;
}
.cid-sHWFtQ7T0q .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-sHWFtQ7T0q .card {
  padding: 0;
  margin: auto;
}
.cid-sHWFtQ7T0q .card-img {
  height: 400px;
}
.cid-sHWFtQ7T0q .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sHWFtQ7T0q .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-sHWFtQ7T0q .card-wrapper {
    padding: 4rem;
  }
}
.cid-sHWFtQkXM5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sHWFtQkXM5 section {
  position: relative;
}
.cid-sHWFtQkXM5 h4 {
  margin: 0;
}
.cid-sHWFtQkXM5 img {
  height: 100px;
  padding-right: 8px;
  width: auto;
}
.cid-sHWFtQkXM5 a {
  font-weight: 300;
}
.cid-sHWFtQkXM5 .img1 {
  color: #465052;
}
.cid-sHWFtQkXM5 .img2 {
  color: #465052;
}
.cid-sHWFtQkXM5 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #465052;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-sHWFtQkXM5 .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-sHWFtQkXM5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-sHWFtQkXM5 .item,
.cid-sHWFtQkXM5 .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-sHWFtQkXM5 .item h4,
.cid-sHWFtQkXM5 .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-sHWFtQkXM5 .card-img {
  width: auto;
}
.cid-sHWFtQkXM5 .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-sHWFtQkXM5 .item {
    justify-content: center;
  }
}
.cid-sHWFtQkXM5 .item-title {
  color: #465052;
}
.cid-sHWFtQkXM5 .items-title,
.cid-sHWFtQkXM5 .items-title + .line-wrap {
  color: #ffffff;
}
.cid-sHWFtQkXM5 .link-title {
  color: #232323;
}
.cid-sHWFtQkXM5 .text1 {
  color: #465052;
}
.cid-sHWFtQkXM5 H4 {
  color: #465052;
}
.cid-t8OGb104tp .navbar-dropdown {
  position: relative!important;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
}
.cid-t8OGb104tp .collapsed {
  flex-direction: row!important;
}
.cid-t8OGb104tp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-t8OGb104tp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-t8OGb104tp .navbar-nav {
  margin: auto;
}
.cid-t8OGb104tp .navbar-brand {
  min-width: 15%;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-t8OGb104tp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-t8OGb104tp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-t8OGb104tp .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-t8OGb104tp .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-t8OGb104tp .nav-item:focus,
.cid-t8OGb104tp .nav-link:focus {
  outline: none;
}
.cid-t8OGb104tp .text-white:hover,
.cid-t8OGb104tp .text-white:active,
.cid-t8OGb104tp .text-white:focus {
  color: white!important;
}
.cid-t8OGb104tp .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-t8OGb104tp .dropdown-item:hover {
  color: black!important;
}
.cid-t8OGb104tp .dropdown-menu {
  background-color: white!important;
}
.cid-t8OGb104tp .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-t8OGb104tp .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-t8OGb104tp .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-t8OGb104tp .nav-item .nav-link {
    position: relative;
  }
}
.cid-t8OGb104tp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t8OGb104tp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t8OGb104tp .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-t8OGb104tp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-t8OGb104tp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-t8OGb104tp .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-t8OGb104tp .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-t8OGb104tp .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-t8OGb104tp .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-t8OGb104tp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-t8OGb104tp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-t8OGb104tp .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-t8OGb104tp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-t8OGb104tp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-t8OGb104tp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-t8OGb104tp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-t8OGb104tp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-t8OGb104tp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-t8OGb104tp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-t8OGb104tp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-t8OGb104tp .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-t8OGb104tp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-t8OGb104tp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-t8OGb104tp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-t8OGb104tp .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-t8OGb104tp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-t8OGb104tp .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-t8OGb104tp .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-t8OGb104tp .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-t8OGb104tp .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-t8OGb104tp .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-t8OGb104tp .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-t8OGb104tp .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-t8OGb104tp .navbar-caption {
  font-weight: 600!important;
}
.cid-t8OGb104tp .dropdown-item.active,
.cid-t8OGb104tp .dropdown-item:active {
  background-color: transparent;
}
.cid-t8OGb104tp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-t8OGb104tp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-t8OGb104tp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-t8OGb104tp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-t8OGb104tp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-t8OGb104tp ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-t8OGb104tp .navbar-buttons {
  text-align: center;
}
.cid-t8OGb104tp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-t8OGb104tp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t8OGb104tp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t8OGb104tp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t8OGb104tp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t8OGb104tp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t8OGb104tp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t8OGb104tp nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t8OGb104tp nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t8OGb104tp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t8OGb104tp .nav-link {
  font-weight: 600!important;
}
.cid-t8OGb104tp a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t8OGb104tp .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-t8OGb104tp .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-t8OGb104tp .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-t8OGb104tp .navbar {
    height: 77px;
  }
  .cid-t8OGb104tp .navbar.opened {
    height: auto;
  }
  .cid-t8OGb104tp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t8OGb1lR9N {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f7f7f7;
}
.cid-t8OGb1lR9N .social-media {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 4rem;
}
.cid-t8OGb1lR9N .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-t8OGb1lR9N .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-t8OGb1lR9N .logo-section {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 4rem;
}
.cid-t8OGb1lR9N .logo-section img {
  width: auto;
}
.cid-t8OGb1lR9N .icon-transition span {
  color: #ffffff;
  display: block;
  padding: 0.1rem 0.8rem;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  background-color: #66458e;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 13px;
}
.cid-t8OGb1lR9N .icon-transition span:hover {
  background-color: #e96188;
}
.cid-t8OGb1lR9N .mbr-text {
  color: #767676;
}
@media (max-width: 991px) {
  .cid-t8OGb1lR9N .social-media {
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 15px;
  }
  .cid-t8OGb1lR9N .logo-section {
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 15px;
    margin-bottom: 1.5rem;
  }
  .cid-t8OGb1lR9N .mbr-text {
    margin-bottom: 1.5rem;
  }
}
.cid-t8OGb1MchJ {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t8OGb1MchJ img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-t8OGb1MchJ H1 {
  color: #465052;
}
.cid-t8OGb1MchJ .mbr-text,
.cid-t8OGb1MchJ .mbr-section-btn {
  color: #716c80;
}
.cid-t8OGb1MchJ H3 {
  color: #465052;
}
.cid-t8OGb1MchJ .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-t8OGb1MchJ .btn-info-outline {
  border: none;
  color: #465052 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-t8OGb1MchJ .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-t8OGb1MchJ .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-t8OGb1MchJ .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff4e01 !important;
  box-shadow: none!important;
}
.cid-t8OGb1MchJ .btn-info-outline:active,
.cid-t8OGb1MchJ .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-t8OGb1MchJ DIV {
  color: #57468b;
}
.cid-t8OGb1MchJ .mbr-text,
.cid-t8OGb1MchJ .media-content,
.cid-t8OGb1MchJ .mbr-section-btn {
  color: #465052;
  text-align: left;
}
.cid-t8OGb20881 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t8OGb20881 img {
  height: 100%;
  margin: 0 auto;
  padding-bottom: 2rem;
}
.cid-t8OGb20881 H1 {
  color: #57468b;
}
.cid-t8OGb20881 .mbr-text,
.cid-t8OGb20881 .mbr-section-btn {
  color: #716c80;
}
.cid-t8OGb20881 H3 {
  color: #716c80;
}
.cid-t8OGb20881 .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-t8OGb20881 .btn-info-outline {
  border: none;
  color: #465052 !important;
  padding: 0;
  margin: 0 0.25rem!important;
}
.cid-t8OGb20881 .btn-info-outline span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-t8OGb20881 .btn-info-outline:hover span {
  padding-left: 10px;
}
.cid-t8OGb20881 .btn-info-outline:hover {
  background-color: transparent!important;
  color: #ff4e01 !important;
  box-shadow: none!important;
}
.cid-t8OGb20881 .btn-info-outline:active,
.cid-t8OGb20881 .btn-info-outline:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-t8OGb20881 DIV {
  color: #57468b;
}
.cid-t8OGb2jzRd {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-t8OGb2jzRd .card-box {
  padding: 0rem;
}
.cid-t8OGb2jzRd .mbr-section-btn {
  margin-top: 1.8rem;
}
.cid-t8OGb2jzRd .card {
  padding: 0;
  margin: auto;
}
.cid-t8OGb2jzRd .card-img {
  height: 400px;
}
.cid-t8OGb2jzRd .card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t8OGb2jzRd .card-wrapper {
  padding: 2rem;
  width: 100%;
}
@media (min-width: 1400px) {
  .cid-t8OGb2jzRd .card-wrapper {
    padding: 4rem;
  }
}
.cid-t8OGb2wL3w {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-t8OGb2wL3w section {
  position: relative;
}
.cid-t8OGb2wL3w h4 {
  margin: 0;
}
.cid-t8OGb2wL3w img {
  height: 100px;
  padding-right: 8px;
  width: auto;
}
.cid-t8OGb2wL3w a {
  font-weight: 300;
}
.cid-t8OGb2wL3w .img1 {
  color: #465052;
}
.cid-t8OGb2wL3w .img2 {
  color: #465052;
}
.cid-t8OGb2wL3w .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #465052;
  transition: background 0.3s;
  margin-bottom: 2rem;
}
.cid-t8OGb2wL3w .media-wrap {
  display: flex;
  margin-bottom: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-t8OGb2wL3w .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-t8OGb2wL3w .item,
.cid-t8OGb2wL3w .link {
  display: flex;
  align-items: center;
  padding-bottom: 0.5rem;
  margin-bottom: 0.6rem;
}
.cid-t8OGb2wL3w .item h4,
.cid-t8OGb2wL3w .link h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-t8OGb2wL3w .card-img {
  width: auto;
}
.cid-t8OGb2wL3w .link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  .cid-t8OGb2wL3w .item {
    justify-content: center;
  }
}
.cid-t8OGb2wL3w .item-title {
  color: #465052;
}
.cid-t8OGb2wL3w .items-title,
.cid-t8OGb2wL3w .items-title + .line-wrap {
  color: #ffffff;
}
.cid-t8OGb2wL3w .link-title {
  color: #232323;
}
.cid-t8OGb2wL3w .text1 {
  color: #465052;
}
.cid-t8OGb2wL3w H4 {
  color: #465052;
}
