body {
  font-family: Nunito;
}
.display-1 {
  font-family: 'futurah';
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.36rem;
}
.display-2 {
  font-family: 'gara';
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-5 {
  font-family: 'futurah';
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-7 {
  font-family: 'gara';
  font-size: 1.25rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 20px 30px;
  border-radius: 8px;
}
.bg-primary {
  background-color: #b0b7c0 !important;
}
.bg-success {
  background-color: #171710 !important;
}
.bg-info {
  background-color: #999999 !important;
}
.bg-warning {
  background-color: #e5e8e8 !important;
}
.bg-danger {
  background-color: #fdfdfd !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b0b7c0 !important;
  border-color: #b0b7c0 !important;
  color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #85909e !important;
  border-color: #85909e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #5885af !important;
  border-color: #5885af !important;
  color: #ffffff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #3c5e7e !important;
  border-color: #3c5e7e !important;
}
.btn-info,
.btn-info:active {
  background-color: #999999 !important;
  border-color: #999999 !important;
  color: #ffffff !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #737373 !important;
  border-color: #737373 !important;
}
.btn-success,
.btn-success:active {
  background-color: #171710 !important;
  border-color: #171710 !important;
  color: #ffffff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e5e8e8 !important;
  border-color: #e5e8e8 !important;
  color: #616d6d !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #616d6d !important;
  background-color: #bcc4c4 !important;
  border-color: #bcc4c4 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fdfdfd !important;
  border-color: #fdfdfd !important;
  color: #7e7e7e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #7e7e7e !important;
  background-color: #d7d7d7 !important;
  border-color: #d7d7d7 !important;
}
.btn-white {
  color: #404040 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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.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: #b0b7c0;
  color: #b0b7c0;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #b0b7c0;
  border-color: #b0b7c0;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b0b7c0 !important;
  border-color: #b0b7c0 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #5885af;
  color: #5885af;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #5885af;
  border-color: #5885af;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #5885af !important;
  border-color: #5885af !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #999999 !important;
  border-color: #999999 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #171710;
  color: #171710;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #171710;
  border-color: #171710;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #171710 !important;
  border-color: #171710 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #e5e8e8;
  color: #e5e8e8;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #616d6d;
  background-color: #e5e8e8;
  border-color: #e5e8e8;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #616d6d !important;
  background-color: #e5e8e8 !important;
  border-color: #e5e8e8 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #fdfdfd;
  color: #fdfdfd;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7e7e7e;
  background-color: #fdfdfd;
  border-color: #fdfdfd;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #7e7e7e !important;
  background-color: #fdfdfd !important;
  border-color: #fdfdfd !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-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: #b0b7c0 !important;
}
.text-secondary {
  color: #5885af !important;
}
.text-success {
  color: #171710 !important;
}
.text-info {
  color: #999999 !important;
}
.text-warning {
  color: #e5e8e8 !important;
}
.text-danger {
  color: #fdfdfd !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #e9ebed !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #9db7d0 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #53533a !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #ffffff !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #ffffff !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #999999;
}
.alert-warning {
  background-color: #e5e8e8;
}
.alert-danger {
  background-color: #fdfdfd;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b0b7c0;
  border-color: #b0b7c0;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #b0b7c0;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f7f8f9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d0d0bc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d9d9d9;
}
.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*/
.form-control {
  font-family: 'Nunito', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.92rem;
}
blockquote {
  border-color: #b0b7c0;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b0b7c0;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #b0b7c0;
  border-bottom-color: #b0b7c0;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #b0b7c0 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #5885af !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23b0b7c0' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sCW6bMvA2f .dropdown-menu {
  padding: 12px 0;
}
.cid-sCW6bMvA2f .dropdown-item:hover,
.cid-sCW6bMvA2f .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-sCW6bMvA2f .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sCW6bMvA2f .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-sCW6bMvA2f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCW6bMvA2f .nav-link {
  position: relative;
}
.cid-sCW6bMvA2f .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-sCW6bMvA2f .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCW6bMvA2f .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-sCW6bMvA2f .dropdown-menu,
.cid-sCW6bMvA2f .navbar.opened {
  background: #1e2228 !important;
}
.cid-sCW6bMvA2f .nav-item:focus,
.cid-sCW6bMvA2f .nav-link:focus {
  outline: none;
}
.cid-sCW6bMvA2f .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-sCW6bMvA2f .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-sCW6bMvA2f .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-sCW6bMvA2f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCW6bMvA2f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sCW6bMvA2f .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-sCW6bMvA2f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCW6bMvA2f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCW6bMvA2f .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #242930;
  background: none;
}
.cid-sCW6bMvA2f .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-sCW6bMvA2f .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-sCW6bMvA2f .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-sCW6bMvA2f .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-sCW6bMvA2f .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-sCW6bMvA2f .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-sCW6bMvA2f .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-sCW6bMvA2f .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-sCW6bMvA2f .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-sCW6bMvA2f .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sCW6bMvA2f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCW6bMvA2f .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-sCW6bMvA2f .navbar.collapsed.opened {
  position: fixed;
}
.cid-sCW6bMvA2f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-sCW6bMvA2f .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sCW6bMvA2f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sCW6bMvA2f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCW6bMvA2f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCW6bMvA2f .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sCW6bMvA2f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCW6bMvA2f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCW6bMvA2f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCW6bMvA2f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCW6bMvA2f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCW6bMvA2f .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-sCW6bMvA2f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCW6bMvA2f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCW6bMvA2f .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
  }
  .cid-sCW6bMvA2f .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-sCW6bMvA2f .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sCW6bMvA2f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCW6bMvA2f .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCW6bMvA2f .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-sCW6bMvA2f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCW6bMvA2f .navbar.navbar-short {
  background: #242930 !important;
  min-height: 60px;
}
.cid-sCW6bMvA2f .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sCW6bMvA2f .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sCW6bMvA2f .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCW6bMvA2f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCW6bMvA2f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCW6bMvA2f .dropdown-item.active,
.cid-sCW6bMvA2f .dropdown-item:active {
  background-color: transparent;
}
.cid-sCW6bMvA2f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCW6bMvA2f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCW6bMvA2f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCW6bMvA2f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #242930;
}
.cid-sCW6bMvA2f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCW6bMvA2f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCW6bMvA2f ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sCW6bMvA2f .navbar-buttons {
  text-align: center;
}
.cid-sCW6bMvA2f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCW6bMvA2f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sCW6bMvA2f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCW6bMvA2f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCW6bMvA2f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCW6bMvA2f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCW6bMvA2f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCW6bMvA2f nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCW6bMvA2f nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCW6bMvA2f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCW6bMvA2f .navbar-dropdown {
  position: fixed;
}
.cid-sCW6bMvA2f a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sCW6bMvA2f .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sCW6bMvA2f .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-sCW6bMvA2f .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCW6bMvA2f .navbar {
    height: 77px;
  }
  .cid-sCW6bMvA2f .navbar.opened {
    height: auto;
  }
  .cid-sCW6bMvA2f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCUiQgNqGy {
  padding-top: 165px;
  padding-bottom: 0px;
  background-color: #595e60;
  overflow: hidden;
}
.cid-sCUiQgNqGy svg {
  fill: #5885af !important;
  pointer-events: none;
}
.cid-sCUiQgNqGy #e2_shape {
  fill: #5885af !important;
}
.cid-sCUiQgNqGy .mbr-section-title.display-1 {
  line-height: 1.24;
}
.cid-sCUiQgNqGy .mbr-text {
  font-weight: 300;
}
.cid-sCUiQgNqGy .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.416;
}
.cid-sCUiQgNqGy .btn-white {
  color: #404040 !important;
}
.cid-sCUiQgNqGy .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  padding: 21px 30px 20px;
}
.cid-sCUiQgNqGy .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .cid-sCUiQgNqGy .img-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-sCUiQgNqGy {
    padding: 30px;
  }
  .cid-sCUiQgNqGy svg {
    display: none;
  }
}
.cid-sCUiQgNqGy .mbr-section-title,
.cid-sCUiQgNqGy .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sCUiQgNqGy .mbr-text,
.cid-sCUiQgNqGy .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sCUiQgNqGy H2 {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-sCUiQgNqGy H3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-sCUiQgNqGy p {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-sCUiQgNqGy H1 {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-sCW1ntnRJK {
  padding-top: 105px;
  padding-bottom: 60px;
  background-color: #5885af;
}
.cid-sCW1ntnRJK .mbr-section-title {
  color: #404040;
}
.cid-sCW1ntnRJK .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-sCW1ntnRJK .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-sCW1ntnRJK .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sCW1ntnRJK .mbr-section-title,
.cid-sCW1ntnRJK .icon-wrap,
.cid-sCW1ntnRJK .mbr-section-btn {
  color: #ffffff;
}
.cid-sCW1ntnRJK H2 {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-sCW1ntnRJK H3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-sCW1ntnRJK p {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-sCW1ntnRJK H1 {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-u5zsTwtSE4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-u5zsTwtSE4 .container {
    max-width: 1400px;
  }
}
.cid-u5zsTwtSE4 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #b0b7c0;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-u5zsTwtSE4 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-u5zsTwtSE4 .card-wrapper {
  background-position: center;
  border-radius: 4px;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
  background-size: cover;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center;
}
.cid-u5zsTwtSE4 .card-wrapper .card-count {
  height: 100%;
  margin-right: 25px;
}
.cid-u5zsTwtSE4 .card-wrapper .card-count .icon-count {
  background-color: rgba(255, 255, 255, 0.25);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: #ffffff;
}
.cid-u5zsTwtSE4 .card-wrapper .card-box {
  height: 100%;
}
.cid-u5zsTwtSE4 .card-wrapper .card-box .card-title {
  color: #404040;
  margin-bottom: 12px;
  font-weight: 600;
}
.cid-u5zsTwtSE4 .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.3;
}
.cid-u5zsTwtSE4 .card-wrapper .card-box .mbr-text {
  color: #606060;
}
.cid-u5zsTwtSE4 .card-wrapper .card-box .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-u5zsTwtSE4 .card-wrapper .card-box .link-wrap {
  width: 100%;
}
.cid-u5zsTwtSE4 .card-wrapper .card-box .link-wrap .link {
  display: inline-block;
}
.cid-u5zsTwtSE4 .card-wrapper .card-box .link-wrap .link a {
  position: relative;
  width: fit-content;
  display: inline-block;
  padding-right: 0.6rem;
  font-weight: 600;
}
.cid-u5zsTwtSE4 .card-wrapper .card-box .link-wrap .link a:before {
  position: absolute;
  transition: all 0.3s;
  right: 0px;
  top: 55%;
  opacity: 0;
  transform: translateY(-50%);
  content: "\e909";
  font-family: "Moririse2" !important;
  color: currentColor;
  font-size: 0.6rem;
}
.cid-u5zsTwtSE4 .card-wrapper .card-box .link-wrap .link a:hover:before {
  opacity: 1;
  transform: translateX(8px) translateY(-50%);
}
.cid-u5zsTwtSE4 .mbr-section-btn {
  text-align: center;
  margin-top: 35px;
}
.cid-u5zsTwtSE4 .mbr-section-btn .btn {
  padding: 18px 26px;
  font-weight: 600;
}
.cid-u5zsTwtSE4 .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.5px;
}
.cid-u5zsTwtSE4 .mbr-section-btn .btn-secondary:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
@media (max-width: 767px) {
  .cid-u5zsTwtSE4 .card-box {
    text-align: left;
  }
  .cid-u5zsTwtSE4 .card-box .card-title {
    text-align: left;
  }
}
.cid-u5zsTwtSE4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5zsTwtSE4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5zsTwtSE4 .card .card-wrapper .card-box .mbr-text,
.cid-u5zsTwtSE4 .link-wrap {
  text-align: center;
}
.cid-u5zsTwtSE4 .card .card-wrapper .card-box .card-title,
.cid-u5zsTwtSE4 .card-box {
  text-align: center;
}
.cid-sUnVkI2Uh9 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #171710;
}
@media (min-width: 1500px) {
  .cid-sUnVkI2Uh9 .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-sUnVkI2Uh9 .copyright {
    margin-bottom: 1rem;
  }
}
.cid-sUnVkI2Uh9 p {
  color: #ffffff;
}
.cid-sUnVkI2Uh9 .mbr-text {
  color: #f9fafb;
}
.cid-sCW6bMvA2f .dropdown-menu {
  padding: 12px 0;
}
.cid-sCW6bMvA2f .dropdown-item:hover,
.cid-sCW6bMvA2f .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-sCW6bMvA2f .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sCW6bMvA2f .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-sCW6bMvA2f .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sCW6bMvA2f .nav-link {
  position: relative;
}
.cid-sCW6bMvA2f .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-sCW6bMvA2f .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sCW6bMvA2f .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-sCW6bMvA2f .dropdown-menu,
.cid-sCW6bMvA2f .navbar.opened {
  background: #1e2228 !important;
}
.cid-sCW6bMvA2f .nav-item:focus,
.cid-sCW6bMvA2f .nav-link:focus {
  outline: none;
}
.cid-sCW6bMvA2f .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-sCW6bMvA2f .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-sCW6bMvA2f .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-sCW6bMvA2f .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sCW6bMvA2f .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sCW6bMvA2f .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-sCW6bMvA2f .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCW6bMvA2f .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCW6bMvA2f .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #242930;
  background: none;
}
.cid-sCW6bMvA2f .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-sCW6bMvA2f .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-sCW6bMvA2f .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-sCW6bMvA2f .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-sCW6bMvA2f .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-sCW6bMvA2f .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-sCW6bMvA2f .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-sCW6bMvA2f .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-sCW6bMvA2f .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-sCW6bMvA2f .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sCW6bMvA2f .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCW6bMvA2f .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-sCW6bMvA2f .navbar.collapsed.opened {
  position: fixed;
}
.cid-sCW6bMvA2f .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-sCW6bMvA2f .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sCW6bMvA2f .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sCW6bMvA2f .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCW6bMvA2f .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sCW6bMvA2f .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sCW6bMvA2f .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCW6bMvA2f .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sCW6bMvA2f .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sCW6bMvA2f .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCW6bMvA2f .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCW6bMvA2f .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-sCW6bMvA2f .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCW6bMvA2f .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sCW6bMvA2f .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
  }
  .cid-sCW6bMvA2f .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-sCW6bMvA2f .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sCW6bMvA2f .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCW6bMvA2f .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sCW6bMvA2f .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-sCW6bMvA2f .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sCW6bMvA2f .navbar.navbar-short {
  background: #242930 !important;
  min-height: 60px;
}
.cid-sCW6bMvA2f .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sCW6bMvA2f .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sCW6bMvA2f .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCW6bMvA2f .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCW6bMvA2f .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCW6bMvA2f .dropdown-item.active,
.cid-sCW6bMvA2f .dropdown-item:active {
  background-color: transparent;
}
.cid-sCW6bMvA2f .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sCW6bMvA2f .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCW6bMvA2f .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCW6bMvA2f .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #242930;
}
.cid-sCW6bMvA2f .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCW6bMvA2f .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCW6bMvA2f ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sCW6bMvA2f .navbar-buttons {
  text-align: center;
}
.cid-sCW6bMvA2f button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCW6bMvA2f button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sCW6bMvA2f button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sCW6bMvA2f button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCW6bMvA2f button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sCW6bMvA2f button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sCW6bMvA2f nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCW6bMvA2f nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sCW6bMvA2f nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sCW6bMvA2f nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sCW6bMvA2f .navbar-dropdown {
  position: fixed;
}
.cid-sCW6bMvA2f a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sCW6bMvA2f .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sCW6bMvA2f .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-sCW6bMvA2f .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCW6bMvA2f .navbar {
    height: 77px;
  }
  .cid-sCW6bMvA2f .navbar.opened {
    height: auto;
  }
  .cid-sCW6bMvA2f .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sD1OBP4wuz {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #595e60;
}
.cid-sD1OBP4wuz .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-sD1OBP4wuz .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sD1OBP4wuz H2 {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-sD1OBP4wuz H3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-sD1OBP4wuz p {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-sD1OBP4wuz H1 {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-sDbR2xrLYS {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #595e60;
}
.cid-sDbR2xrLYS .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #b0b7c0;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-sDbR2xrLYS .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sDbR2xrLYS .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-sDbR2xrLYS .main-title.display-2 {
  line-height: 1.375;
}
.cid-sDbR2xrLYS .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sDbR2xrLYS .mbr-text {
  color: #606060;
}
.cid-sDbR2xrLYS .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-sDbR2xrLYS .mbr-section-btn {
  margin-top: 24px;
}
.cid-sDbR2xrLYS .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-sDbR2xrLYS .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-sDbR2xrLYS .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-sDbR2xrLYS .main-title,
.cid-sDbR2xrLYS .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-sDbR2xrLYS .mbr-section-subtitle,
.cid-sDbR2xrLYS .mbr-section-btn {
  text-align: center;
  color: #ecedee;
}
.cid-sDbR2xrLYS H2 {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-sDbR2xrLYS H3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-sDbR2xrLYS p {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-sDbR2xrLYS H1 {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-sDbPXR1FHk {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #595e60;
}
.cid-sDbPXR1FHk h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sDbPXR1FHk p {
  color: #767676;
  text-align: left;
}
.cid-sDbPXR1FHk .card-box {
  padding-top: 2rem;
}
.cid-sDbPXR1FHk .card-wrapper {
  height: 100%;
}
.cid-sDbPXR1FHk .card-title {
  text-align: center;
  color: #fdfdfd;
}
.cid-sDbPXR1FHk img {
  border-radius: 10px !important;
}
.cid-sDbPXR1FHk P {
  color: #ffffff;
  text-align: center;
}
.cid-sDbQtEYvJ3 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #595e60;
}
.cid-sDbQtEYvJ3 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sDbQtEYvJ3 p {
  color: #767676;
  text-align: left;
}
.cid-sDbQtEYvJ3 .card-box {
  padding-top: 2rem;
}
.cid-sDbQtEYvJ3 .card-wrapper {
  height: 100%;
}
.cid-sDbQtEYvJ3 .card-title {
  text-align: center;
  color: #fdfdfd;
}
.cid-sDbQtEYvJ3 img {
  border-radius: 10px !important;
}
.cid-sDbQtEYvJ3 P {
  color: #ffffff;
  text-align: center;
}
.cid-u5yLoG1zyK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #595e60;
}
.cid-u5yLoG1zyK h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-u5yLoG1zyK p {
  color: #767676;
  text-align: left;
}
.cid-u5yLoG1zyK .card-box {
  padding-top: 2rem;
}
.cid-u5yLoG1zyK .card-wrapper {
  height: 100%;
}
.cid-u5yLoG1zyK .card-title {
  text-align: center;
  color: #fdfdfd;
}
.cid-u5yLoG1zyK img {
  border-radius: 10px !important;
}
.cid-u5yLoG1zyK P {
  color: #ffffff;
  text-align: center;
}
.cid-sD1YKo8QOF {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #5885af;
}
.cid-sD1YKo8QOF .mbr-section-title {
  color: #404040;
}
.cid-sD1YKo8QOF .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-sD1YKo8QOF .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-sD1YKo8QOF .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sD1YKo8QOF .mbr-section-title,
.cid-sD1YKo8QOF .icon-wrap,
.cid-sD1YKo8QOF .mbr-section-btn {
  color: #ffffff;
}
.cid-sD1YKo8QOF H2 {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-sD1YKo8QOF H3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-sD1YKo8QOF p {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-sD1YKo8QOF H1 {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-sD1YKo8QOF .mbr-section-title,
.cid-sD1YKo8QOF .icon-wrap,
.cid-sD1YKo8QOF .mbr-section-btn DIV {
  text-align: left;
}
.cid-sD1YKo8QOF .mbr-text,
.cid-sD1YKo8QOF .mbr-section-btn {
  text-align: left;
}
.cid-sUnVkI2Uh9 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #171710;
}
@media (min-width: 1500px) {
  .cid-sUnVkI2Uh9 .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-sUnVkI2Uh9 .copyright {
    margin-bottom: 1rem;
  }
}
.cid-sUnVkI2Uh9 p {
  color: #ffffff;
}
.cid-sUnVkI2Uh9 .mbr-text {
  color: #f9fafb;
}
.cid-sD21NSZUSe .dropdown-menu {
  padding: 12px 0;
}
.cid-sD21NSZUSe .dropdown-item:hover,
.cid-sD21NSZUSe .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-sD21NSZUSe .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sD21NSZUSe .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-sD21NSZUSe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sD21NSZUSe .nav-link {
  position: relative;
}
.cid-sD21NSZUSe .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-sD21NSZUSe .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sD21NSZUSe .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-sD21NSZUSe .dropdown-menu,
.cid-sD21NSZUSe .navbar.opened {
  background: #1e2228 !important;
}
.cid-sD21NSZUSe .nav-item:focus,
.cid-sD21NSZUSe .nav-link:focus {
  outline: none;
}
.cid-sD21NSZUSe .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-sD21NSZUSe .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-sD21NSZUSe .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-sD21NSZUSe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sD21NSZUSe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sD21NSZUSe .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-sD21NSZUSe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sD21NSZUSe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sD21NSZUSe .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #242930;
  background: none;
}
.cid-sD21NSZUSe .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-sD21NSZUSe .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-sD21NSZUSe .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-sD21NSZUSe .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-sD21NSZUSe .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-sD21NSZUSe .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-sD21NSZUSe .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-sD21NSZUSe .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-sD21NSZUSe .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-sD21NSZUSe .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sD21NSZUSe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sD21NSZUSe .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-sD21NSZUSe .navbar.collapsed.opened {
  position: fixed;
}
.cid-sD21NSZUSe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-sD21NSZUSe .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sD21NSZUSe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sD21NSZUSe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sD21NSZUSe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sD21NSZUSe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sD21NSZUSe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sD21NSZUSe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sD21NSZUSe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sD21NSZUSe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sD21NSZUSe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sD21NSZUSe .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-sD21NSZUSe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sD21NSZUSe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sD21NSZUSe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
  }
  .cid-sD21NSZUSe .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-sD21NSZUSe .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sD21NSZUSe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sD21NSZUSe .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sD21NSZUSe .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-sD21NSZUSe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sD21NSZUSe .navbar.navbar-short {
  background: #242930 !important;
  min-height: 60px;
}
.cid-sD21NSZUSe .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sD21NSZUSe .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sD21NSZUSe .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sD21NSZUSe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sD21NSZUSe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sD21NSZUSe .dropdown-item.active,
.cid-sD21NSZUSe .dropdown-item:active {
  background-color: transparent;
}
.cid-sD21NSZUSe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sD21NSZUSe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sD21NSZUSe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sD21NSZUSe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #242930;
}
.cid-sD21NSZUSe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sD21NSZUSe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sD21NSZUSe ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sD21NSZUSe .navbar-buttons {
  text-align: center;
}
.cid-sD21NSZUSe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sD21NSZUSe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sD21NSZUSe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sD21NSZUSe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sD21NSZUSe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sD21NSZUSe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sD21NSZUSe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sD21NSZUSe nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sD21NSZUSe nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sD21NSZUSe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sD21NSZUSe .navbar-dropdown {
  position: fixed;
}
.cid-sD21NSZUSe a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sD21NSZUSe .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sD21NSZUSe .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-sD21NSZUSe .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sD21NSZUSe .navbar {
    height: 77px;
  }
  .cid-sD21NSZUSe .navbar.opened {
    height: auto;
  }
  .cid-sD21NSZUSe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sD21NTuPRL {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #595e60;
  overflow: hidden;
}
.cid-sD21NTuPRL svg {
  fill: #5885af !important;
  pointer-events: none;
}
.cid-sD21NTuPRL #e2_shape {
  fill: #5885af !important;
}
.cid-sD21NTuPRL .mbr-section-title.display-1 {
  line-height: 1.24;
}
.cid-sD21NTuPRL .mbr-text {
  font-weight: 300;
}
.cid-sD21NTuPRL .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.416;
}
.cid-sD21NTuPRL .btn-white {
  color: #404040 !important;
}
.cid-sD21NTuPRL .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  padding: 21px 30px 20px;
}
.cid-sD21NTuPRL .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .cid-sD21NTuPRL .img-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-sD21NTuPRL {
    padding: 30px;
  }
  .cid-sD21NTuPRL svg {
    display: none;
  }
}
.cid-sD21NTuPRL .mbr-section-title,
.cid-sD21NTuPRL .mbr-section-btn {
  color: #ffb997;
  text-align: center;
}
.cid-sD21NTuPRL .mbr-text,
.cid-sD21NTuPRL .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-sD21NTuPRL H2 {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-sD21NTuPRL H3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-sD21NTuPRL p {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-sD21NTuPRL H1 {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-sD2dq10mUx {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #5885af;
}
.cid-sD2dq10mUx img {
  border-radius: 0px;
  width: 100%;
}
.cid-sD2dq10mUx .col-12 {
  padding: 0;
}
.cid-sD2dq10mUx .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sD2dq10mUx .container-fluid {
  padding: 0;
}
.cid-sD2dq10mUx .row {
  margin: 0;
}
.cid-sD2dq10mUx .l2 {
  color: #0c5b47;
}
.cid-sD2dq10mUx .l1 {
  color: #0c5b47;
}
.cid-sD23erLToR {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #843b62;
}
.cid-sD23erLToR img {
  border-radius: 0px;
  width: 100%;
}
.cid-sD23erLToR .col-12 {
  padding: 0;
}
.cid-sD23erLToR .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sD23erLToR .container-fluid {
  padding: 0;
}
.cid-sD23erLToR .row {
  margin: 0;
}
.cid-sD23erLToR .l2 {
  color: #0c5b47;
}
.cid-sD23erLToR .l1 {
  color: #0c5b47;
}
.cid-sD23jsU2VC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #843b62;
}
.cid-sD23jsU2VC img {
  border-radius: 0px;
  width: 100%;
}
.cid-sD23jsU2VC .col-12 {
  padding: 0;
}
.cid-sD23jsU2VC .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sD23jsU2VC .container-fluid {
  padding: 0;
}
.cid-sD23jsU2VC .row {
  margin: 0;
}
.cid-sD23jsU2VC .l2 {
  color: #0c5b47;
}
.cid-sD23jsU2VC .l1 {
  color: #0c5b47;
}
.cid-sD2cuT2SWi {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #843b62;
}
.cid-sD2cuT2SWi img {
  border-radius: 0px;
  width: 100%;
}
.cid-sD2cuT2SWi .col-12 {
  padding: 0;
}
.cid-sD2cuT2SWi .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sD2cuT2SWi .container-fluid {
  padding: 0;
}
.cid-sD2cuT2SWi .row {
  margin: 0;
}
.cid-sD2cuT2SWi .l2 {
  color: #0c5b47;
}
.cid-sD2cuT2SWi .l1 {
  color: #0c5b47;
}
.cid-sD2cLVKn6o {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #843b62;
}
.cid-sD2cLVKn6o img {
  border-radius: 0px;
  width: 100%;
}
.cid-sD2cLVKn6o .col-12 {
  padding: 0;
}
.cid-sD2cLVKn6o .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sD2cLVKn6o .container-fluid {
  padding: 0;
}
.cid-sD2cLVKn6o .row {
  margin: 0;
}
.cid-sD2cLVKn6o .l2 {
  color: #0c5b47;
}
.cid-sD2cLVKn6o .l1 {
  color: #0c5b47;
}
.cid-sD2cW4Ne8X {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #843b62;
}
.cid-sD2cW4Ne8X img {
  border-radius: 0px;
  width: 100%;
}
.cid-sD2cW4Ne8X .col-12 {
  padding: 0;
}
.cid-sD2cW4Ne8X .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sD2cW4Ne8X .container-fluid {
  padding: 0;
}
.cid-sD2cW4Ne8X .row {
  margin: 0;
}
.cid-sD2cW4Ne8X .l2 {
  color: #0c5b47;
}
.cid-sD2cW4Ne8X .l1 {
  color: #0c5b47;
}
.cid-sD2d3U4g1f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #843b62;
}
.cid-sD2d3U4g1f img {
  border-radius: 0px;
  width: 100%;
}
.cid-sD2d3U4g1f .col-12 {
  padding: 0;
}
.cid-sD2d3U4g1f .item-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.cid-sD2d3U4g1f .container-fluid {
  padding: 0;
}
.cid-sD2d3U4g1f .row {
  margin: 0;
}
.cid-sD2d3U4g1f .l2 {
  color: #0c5b47;
}
.cid-sD2d3U4g1f .l1 {
  color: #0c5b47;
}
.cid-sD21NTNAEj {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #5885af;
}
.cid-sD21NTNAEj .mbr-section-title {
  color: #404040;
}
.cid-sD21NTNAEj .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-sD21NTNAEj .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-sD21NTNAEj .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sD21NTNAEj .mbr-section-title,
.cid-sD21NTNAEj .icon-wrap,
.cid-sD21NTNAEj .mbr-section-btn {
  color: #ffffff;
}
.cid-sD21NTNAEj H2 {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-sD21NTNAEj H3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-sD21NTNAEj p {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-sD21NTNAEj H1 {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-sUnVkI2Uh9 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #171710;
}
@media (min-width: 1500px) {
  .cid-sUnVkI2Uh9 .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-sUnVkI2Uh9 .copyright {
    margin-bottom: 1rem;
  }
}
.cid-sUnVkI2Uh9 p {
  color: #ffffff;
}
.cid-sUnVkI2Uh9 .mbr-text {
  color: #f9fafb;
}
.cid-sD5RBWlnhH .dropdown-menu {
  padding: 12px 0;
}
.cid-sD5RBWlnhH .dropdown-item:hover,
.cid-sD5RBWlnhH .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-sD5RBWlnhH .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sD5RBWlnhH .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-sD5RBWlnhH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sD5RBWlnhH .nav-link {
  position: relative;
}
.cid-sD5RBWlnhH .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-sD5RBWlnhH .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sD5RBWlnhH .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-sD5RBWlnhH .dropdown-menu,
.cid-sD5RBWlnhH .navbar.opened {
  background: #1e2228 !important;
}
.cid-sD5RBWlnhH .nav-item:focus,
.cid-sD5RBWlnhH .nav-link:focus {
  outline: none;
}
.cid-sD5RBWlnhH .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-sD5RBWlnhH .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-sD5RBWlnhH .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-sD5RBWlnhH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sD5RBWlnhH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sD5RBWlnhH .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-sD5RBWlnhH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sD5RBWlnhH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sD5RBWlnhH .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #242930;
  background: none;
}
.cid-sD5RBWlnhH .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-sD5RBWlnhH .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-sD5RBWlnhH .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-sD5RBWlnhH .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-sD5RBWlnhH .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-sD5RBWlnhH .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-sD5RBWlnhH .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-sD5RBWlnhH .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-sD5RBWlnhH .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-sD5RBWlnhH .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sD5RBWlnhH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sD5RBWlnhH .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-sD5RBWlnhH .navbar.collapsed.opened {
  position: fixed;
}
.cid-sD5RBWlnhH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-sD5RBWlnhH .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sD5RBWlnhH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sD5RBWlnhH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sD5RBWlnhH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sD5RBWlnhH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sD5RBWlnhH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sD5RBWlnhH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sD5RBWlnhH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sD5RBWlnhH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sD5RBWlnhH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sD5RBWlnhH .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-sD5RBWlnhH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sD5RBWlnhH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sD5RBWlnhH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
  }
  .cid-sD5RBWlnhH .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-sD5RBWlnhH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sD5RBWlnhH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sD5RBWlnhH .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sD5RBWlnhH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-sD5RBWlnhH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sD5RBWlnhH .navbar.navbar-short {
  background: #242930 !important;
  min-height: 60px;
}
.cid-sD5RBWlnhH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sD5RBWlnhH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sD5RBWlnhH .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sD5RBWlnhH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sD5RBWlnhH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sD5RBWlnhH .dropdown-item.active,
.cid-sD5RBWlnhH .dropdown-item:active {
  background-color: transparent;
}
.cid-sD5RBWlnhH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sD5RBWlnhH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sD5RBWlnhH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sD5RBWlnhH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #242930;
}
.cid-sD5RBWlnhH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sD5RBWlnhH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sD5RBWlnhH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sD5RBWlnhH .navbar-buttons {
  text-align: center;
}
.cid-sD5RBWlnhH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sD5RBWlnhH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sD5RBWlnhH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sD5RBWlnhH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sD5RBWlnhH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sD5RBWlnhH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sD5RBWlnhH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sD5RBWlnhH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sD5RBWlnhH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sD5RBWlnhH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sD5RBWlnhH .navbar-dropdown {
  position: fixed;
}
.cid-sD5RBWlnhH a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sD5RBWlnhH .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sD5RBWlnhH .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-sD5RBWlnhH .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sD5RBWlnhH .navbar {
    height: 77px;
  }
  .cid-sD5RBWlnhH .navbar.opened {
    height: auto;
  }
  .cid-sD5RBWlnhH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAz9rmK7ss {
  padding-top: 165px;
  padding-bottom: 0px;
  background-color: #595e60;
  overflow: hidden;
}
.cid-uAz9rmK7ss svg {
  fill: #5885af !important;
  pointer-events: none;
}
.cid-uAz9rmK7ss #e2_shape {
  fill: #5885af !important;
}
.cid-uAz9rmK7ss .mbr-section-title.display-1 {
  line-height: 1.24;
}
.cid-uAz9rmK7ss .mbr-text {
  font-weight: 300;
}
.cid-uAz9rmK7ss .mbr-text.display-5 {
  font-size: 24px;
  line-height: 1.416;
}
.cid-uAz9rmK7ss .btn-white {
  color: #404040 !important;
}
.cid-uAz9rmK7ss .btn.display-4 {
  font-size: 14px;
  line-height: 1;
  padding: 21px 30px 20px;
}
.cid-uAz9rmK7ss .btn.display-4 .mbr-iconfont {
  font-size: 0.9rem;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .cid-uAz9rmK7ss .img-wrap {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-uAz9rmK7ss {
    padding: 30px;
  }
  .cid-uAz9rmK7ss svg {
    display: none;
  }
}
.cid-uAz9rmK7ss .mbr-section-title,
.cid-uAz9rmK7ss .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uAz9rmK7ss .mbr-text,
.cid-uAz9rmK7ss .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uAz9rmK7ss H2 {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-uAz9rmK7ss H3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-uAz9rmK7ss p {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-uAz9rmK7ss H1 {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-sD5SkfP9Mj {
  padding-top: 60px;
  padding-bottom: 105px;
  background-color: #5885af;
}
.cid-sD5SkfP9Mj .showAlerts {
  display: block !important;
}
.cid-sD5SkfP9Mj .rowflexrev {
  display: -webkit-flex;
}
.cid-sD5SkfP9Mj .ws-form-alerts {
  margin-top: 1rem;
}
.cid-sD5SkfP9Mj .title {
  margin-bottom: 2rem;
}
.cid-sD5SkfP9Mj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sD5SkfP9Mj textarea.form-control {
  min-height: 188px;
}
.cid-sD5SkfP9Mj LABEL {
  color: #232323;
}
.cid-sD5SkfP9Mj .mbr-section-terms {
  text-align: center;
  color: #eff1f5;
  margin-bottom: 0px;
}
.cid-sD5SkfP9Mj .mbr-section-labels {
  color: #ffffff;
  padding: 0;
  margin-bottom: .357em;
  text-align: left;
}
.cid-sD5SkfP9Mj .mbr-section-autorespond {
  text-align: left;
  color: #ffffff;
  margin-bottom: 0px;
}
.cid-sD5SkfP9Mj .mbr-section-gdpr {
  text-align: left;
  color: #232323;
  margin-bottom: 0px;
}
.cid-sD5SkfP9Mj .alert {
  margin-bottom: 0;
}
.cid-sD5SkfP9Mj .alert-success {
  background-color: #70c770;
}
.cid-sD5SkfP9Mj .alert-danger {
  background-color: #ff4a52;
}
.cid-sD5SkfP9Mj .btn {
  display: inline-flex;
}
.cid-sD5SkfP9Mj .hidden {
  display: none;
}
.cid-sD5SkfP9Mj .mbr-alert-success {
  text-align: center;
  color: #ffffff;
}
.cid-sD5SkfP9Mj .mbr-alert-danger {
  text-align: center;
  color: #ffffff;
}
.cid-sD5SkfP9Mj H2 {
  color: #ffffff;
}
.cid-sD5RBXwrYE {
  padding-top: 60px;
  padding-bottom: 150px;
  background-color: #595e60;
}
.cid-sD5RBXwrYE .mbr-section-title {
  color: #404040;
}
.cid-sD5RBXwrYE .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-sD5RBXwrYE .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-sD5RBXwrYE .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sD5RBXwrYE .mbr-section-title,
.cid-sD5RBXwrYE .icon-wrap,
.cid-sD5RBXwrYE .mbr-section-btn {
  color: #ffffff;
}
.cid-sD5RBXwrYE H2 {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-sD5RBXwrYE H3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-sD5RBXwrYE p {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-sD5RBXwrYE H1 {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-sUnVkI2Uh9 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #171710;
}
@media (min-width: 1500px) {
  .cid-sUnVkI2Uh9 .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-sUnVkI2Uh9 .copyright {
    margin-bottom: 1rem;
  }
}
.cid-sUnVkI2Uh9 p {
  color: #ffffff;
}
.cid-sUnVkI2Uh9 .mbr-text {
  color: #f9fafb;
}
.cid-sD6vMdcPB2 .dropdown-menu {
  padding: 12px 0;
}
.cid-sD6vMdcPB2 .dropdown-item:hover,
.cid-sD6vMdcPB2 .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-sD6vMdcPB2 .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sD6vMdcPB2 .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-sD6vMdcPB2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sD6vMdcPB2 .nav-link {
  position: relative;
}
.cid-sD6vMdcPB2 .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-sD6vMdcPB2 .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sD6vMdcPB2 .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-sD6vMdcPB2 .dropdown-menu,
.cid-sD6vMdcPB2 .navbar.opened {
  background: #1e2228 !important;
}
.cid-sD6vMdcPB2 .nav-item:focus,
.cid-sD6vMdcPB2 .nav-link:focus {
  outline: none;
}
.cid-sD6vMdcPB2 .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-sD6vMdcPB2 .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-sD6vMdcPB2 .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-sD6vMdcPB2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sD6vMdcPB2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sD6vMdcPB2 .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-sD6vMdcPB2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sD6vMdcPB2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sD6vMdcPB2 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #242930;
  background: none;
}
.cid-sD6vMdcPB2 .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-sD6vMdcPB2 .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-sD6vMdcPB2 .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-sD6vMdcPB2 .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-sD6vMdcPB2 .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-sD6vMdcPB2 .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-sD6vMdcPB2 .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-sD6vMdcPB2 .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-sD6vMdcPB2 .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-sD6vMdcPB2 .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-sD6vMdcPB2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sD6vMdcPB2 .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-sD6vMdcPB2 .navbar.collapsed.opened {
  position: fixed;
}
.cid-sD6vMdcPB2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-sD6vMdcPB2 .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-sD6vMdcPB2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-sD6vMdcPB2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sD6vMdcPB2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sD6vMdcPB2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sD6vMdcPB2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sD6vMdcPB2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sD6vMdcPB2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sD6vMdcPB2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sD6vMdcPB2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sD6vMdcPB2 .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-sD6vMdcPB2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sD6vMdcPB2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sD6vMdcPB2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
  }
  .cid-sD6vMdcPB2 .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-sD6vMdcPB2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sD6vMdcPB2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sD6vMdcPB2 .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sD6vMdcPB2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-sD6vMdcPB2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sD6vMdcPB2 .navbar.navbar-short {
  background: #242930 !important;
  min-height: 60px;
}
.cid-sD6vMdcPB2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sD6vMdcPB2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sD6vMdcPB2 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sD6vMdcPB2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sD6vMdcPB2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sD6vMdcPB2 .dropdown-item.active,
.cid-sD6vMdcPB2 .dropdown-item:active {
  background-color: transparent;
}
.cid-sD6vMdcPB2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sD6vMdcPB2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sD6vMdcPB2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sD6vMdcPB2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #242930;
}
.cid-sD6vMdcPB2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sD6vMdcPB2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sD6vMdcPB2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sD6vMdcPB2 .navbar-buttons {
  text-align: center;
}
.cid-sD6vMdcPB2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sD6vMdcPB2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sD6vMdcPB2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sD6vMdcPB2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sD6vMdcPB2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sD6vMdcPB2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sD6vMdcPB2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sD6vMdcPB2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sD6vMdcPB2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sD6vMdcPB2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sD6vMdcPB2 .navbar-dropdown {
  position: fixed;
}
.cid-sD6vMdcPB2 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sD6vMdcPB2 .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sD6vMdcPB2 .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-sD6vMdcPB2 .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sD6vMdcPB2 .navbar {
    height: 77px;
  }
  .cid-sD6vMdcPB2 .navbar.opened {
    height: auto;
  }
  .cid-sD6vMdcPB2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sD6vMdrlZi {
  padding-top: 150px;
  padding-bottom: 105px;
  background-color: #5885af;
}
.cid-sD6vMdrlZi .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-sD6vMdrlZi .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sD6vMdrlZi H2 {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-sD6vMdrlZi H3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-sD6vMdrlZi p {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-sD6vMdrlZi H1 {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-sD6vMekDXS {
  padding-top: 0px;
  padding-bottom: 150px;
  background-color: #5885af;
}
.cid-sD6vMekDXS .mbr-section-title {
  color: #404040;
}
.cid-sD6vMekDXS .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-sD6vMekDXS .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-sD6vMekDXS .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sD6vMekDXS .mbr-section-title,
.cid-sD6vMekDXS .icon-wrap,
.cid-sD6vMekDXS .mbr-section-btn {
  color: #ffffff;
}
.cid-sD6vMekDXS H2 {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-sD6vMekDXS H3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-sD6vMekDXS p {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-sD6vMekDXS H1 {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-sUnVkI2Uh9 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #171710;
}
@media (min-width: 1500px) {
  .cid-sUnVkI2Uh9 .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-sUnVkI2Uh9 .copyright {
    margin-bottom: 1rem;
  }
}
.cid-sUnVkI2Uh9 p {
  color: #ffffff;
}
.cid-sUnVkI2Uh9 .mbr-text {
  color: #f9fafb;
}
.cid-u5z8SdCygn .dropdown-menu {
  padding: 12px 0;
}
.cid-u5z8SdCygn .dropdown-item:hover,
.cid-u5z8SdCygn .dropdown-item:focus {
  color: white;
  opacity: 0.75;
}
.cid-u5z8SdCygn .dropdown-item.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-u5z8SdCygn .nav-dropdown .link {
  padding: 40px 24px !important;
  font-weight: 600 !important;
}
.cid-u5z8SdCygn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5z8SdCygn .nav-link {
  position: relative;
}
.cid-u5z8SdCygn .container {
  display: flex;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  justify-content: center !important;
}
.cid-u5z8SdCygn .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5z8SdCygn .navbar-nav {
  justify-content: center;
  margin-left: auto;
}
.cid-u5z8SdCygn .dropdown-menu,
.cid-u5z8SdCygn .navbar.opened {
  background: #1e2228 !important;
}
.cid-u5z8SdCygn .nav-item:focus,
.cid-u5z8SdCygn .nav-link:focus {
  outline: none;
}
.cid-u5z8SdCygn .nav-item:hover .link {
  opacity: 0.75;
  transition: all 200ms ease-in-out;
}
.cid-u5z8SdCygn .nav-item .link.display-4 {
  font-size: 14px;
}
.cid-u5z8SdCygn .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-u5z8SdCygn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5z8SdCygn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-u5z8SdCygn .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-u5z8SdCygn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5z8SdCygn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5z8SdCygn .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #242930;
  background: none;
}
.cid-u5z8SdCygn .navbar.opened {
  transition: all 0.3s;
  width: 300px;
  height: 100%;
  padding: 0px 30px 10px 30px;
}
.cid-u5z8SdCygn .navbar.opened .container {
  align-self: flex-start;
  margin: 0px;
}
.cid-u5z8SdCygn .navbar.opened .container .navbar-brand {
  padding: 3rem 0 2rem;
}
.cid-u5z8SdCygn .navbar.opened .container button.navbar-toggler {
  position: absolute;
  top: 1.3rem;
  left: auto;
  right: -0.5rem;
}
.cid-u5z8SdCygn .navbar.opened .container button.navbar-toggler .hamburger span {
  width: 15px;
  height: 3px;
}
.cid-u5z8SdCygn .navbar.opened .container ul.navbar-nav li {
  margin: 0;
}
.cid-u5z8SdCygn .navbar.opened .container ul.navbar-nav li .link {
  justify-content: flex-start;
}
.cid-u5z8SdCygn .navbar.opened .container .nav-dropdown .link {
  padding: 14px 42px 14px 0 !important;
}
.cid-u5z8SdCygn .navbar .dropdown-item {
  padding: 12px 40px 12px 24px;
}
.cid-u5z8SdCygn .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-u5z8SdCygn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5z8SdCygn .navbar.collapsed .navbar-toggler {
  -webkit-flex-basis: auto;
  flex-basis: auto;
  margin-left: auto;
}
.cid-u5z8SdCygn .navbar.collapsed.opened {
  position: fixed;
}
.cid-u5z8SdCygn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
  padding-left: 20px;
}
.cid-u5z8SdCygn .navbar.collapsed.opened .dropdown-menu .dropdown-item {
  padding: 14px 45px 14px 0 !important;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u5z8SdCygn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-u5z8SdCygn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5z8SdCygn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5z8SdCygn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-u5z8SdCygn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5z8SdCygn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5z8SdCygn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5z8SdCygn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5z8SdCygn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5z8SdCygn .navbar .dropdown-menu {
    padding-left: 20px;
  }
  .cid-u5z8SdCygn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5z8SdCygn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5z8SdCygn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 41%;
  }
  .cid-u5z8SdCygn .navbar .dropdown-menu .dropdown-item {
    padding: 14px 45px 14px 0 !important;
    text-align: left;
  }
  .cid-u5z8SdCygn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-u5z8SdCygn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5z8SdCygn .navbar .navbar-brand {
    margin-right: auto;
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5z8SdCygn .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-left: auto;
  }
  .cid-u5z8SdCygn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5z8SdCygn .navbar.navbar-short {
  background: #242930 !important;
  min-height: 60px;
}
.cid-u5z8SdCygn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-u5z8SdCygn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-u5z8SdCygn .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5z8SdCygn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5z8SdCygn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5z8SdCygn .dropdown-item.active,
.cid-u5z8SdCygn .dropdown-item:active {
  background-color: transparent;
}
.cid-u5z8SdCygn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5z8SdCygn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5z8SdCygn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5z8SdCygn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #242930;
}
.cid-u5z8SdCygn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5z8SdCygn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5z8SdCygn ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-u5z8SdCygn .navbar-buttons {
  text-align: center;
}
.cid-u5z8SdCygn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-u5z8SdCygn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-u5z8SdCygn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5z8SdCygn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5z8SdCygn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5z8SdCygn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5z8SdCygn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5z8SdCygn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5z8SdCygn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5z8SdCygn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5z8SdCygn .navbar-dropdown {
  position: fixed;
}
.cid-u5z8SdCygn a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-u5z8SdCygn .icons-menu {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-u5z8SdCygn .icons-menu span {
  font-size: 22px;
  color: #ffffff;
  transition: all 200ms ease-in-out;
}
.cid-u5z8SdCygn .icons-menu span:hover {
  opacity: 0.7;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5z8SdCygn .navbar {
    height: 77px;
  }
  .cid-u5z8SdCygn .navbar.opened {
    height: auto;
  }
  .cid-u5z8SdCygn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5z8SdSV2S {
  padding-top: 150px;
  padding-bottom: 0px;
  background-color: #595e60;
}
.cid-u5z8SdSV2S .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-u5z8SdSV2S .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-u5z8SdSV2S H2 {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-u5z8SdSV2S H3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-u5z8SdSV2S p {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-u5z8SdSV2S H1 {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-u5z8Se1WW6 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #595e60;
}
.cid-u5z8Se1WW6 .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #b0b7c0;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 16px;
}
.cid-u5z8Se1WW6 .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-u5z8Se1WW6 .main-title {
  color: #404040;
  margin-bottom: 26px;
}
.cid-u5z8Se1WW6 .main-title.display-2 {
  line-height: 1.375;
}
.cid-u5z8Se1WW6 .mbr-section-subtitle {
  color: #5f86be;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-u5z8Se1WW6 .mbr-text {
  color: #606060;
}
.cid-u5z8Se1WW6 .mbr-text.display-4 {
  line-height: 1.75;
}
.cid-u5z8Se1WW6 .mbr-section-btn {
  margin-top: 24px;
}
.cid-u5z8Se1WW6 .mbr-section-btn .btn {
  margin-left: 14.1px;
  padding: 18px 26px;
}
.cid-u5z8Se1WW6 .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-u5z8Se1WW6 .mbr-section-btn .btn:hover {
  box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(60, 113, 211, 0.2) !important;
}
.cid-u5z8Se1WW6 .main-title,
.cid-u5z8Se1WW6 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-u5z8Se1WW6 .mbr-section-subtitle,
.cid-u5z8Se1WW6 .mbr-section-btn {
  text-align: center;
  color: #ecedee;
}
.cid-u5z8Se1WW6 H2 {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-u5z8Se1WW6 H3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-u5z8Se1WW6 p {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-u5z8Se1WW6 H1 {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-u5z8Se8cRr {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #595e60;
}
.cid-u5z8Se8cRr h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-u5z8Se8cRr p {
  color: #767676;
  text-align: left;
}
.cid-u5z8Se8cRr .card-box {
  padding-top: 2rem;
}
.cid-u5z8Se8cRr .card-wrapper {
  height: 100%;
}
.cid-u5z8Se8cRr .card-title {
  text-align: center;
  color: #fdfdfd;
}
.cid-u5z8Se8cRr img {
  border-radius: 10px !important;
}
.cid-u5z8SehY9m {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #595e60;
}
.cid-u5z8SehY9m h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-u5z8SehY9m p {
  color: #767676;
  text-align: left;
}
.cid-u5z8SehY9m .card-box {
  padding-top: 2rem;
}
.cid-u5z8SehY9m .card-wrapper {
  height: 100%;
}
.cid-u5z8SehY9m .card-title {
  text-align: center;
  color: #fdfdfd;
}
.cid-u5z8SehY9m img {
  border-radius: 10px !important;
}
.cid-u5z8SesBq8 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #595e60;
}
.cid-u5z8SesBq8 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-u5z8SesBq8 p {
  color: #767676;
  text-align: left;
}
.cid-u5z8SesBq8 .card-box {
  padding-top: 2rem;
}
.cid-u5z8SesBq8 .card-wrapper {
  height: 100%;
}
.cid-u5z8SesBq8 .card-title {
  text-align: center;
  color: #fdfdfd;
}
.cid-u5z8SesBq8 img {
  border-radius: 10px !important;
}
.cid-u5z8SeCx06 {
  padding-top: 75px;
  padding-bottom: 150px;
  background-color: #5885af;
}
.cid-u5z8SeCx06 .mbr-section-title {
  color: #404040;
}
.cid-u5z8SeCx06 .mbr-section-title.display-2 {
  line-height: 1.375;
}
.cid-u5z8SeCx06 .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #3c71d3;
  margin-bottom: 2rem;
}
.cid-u5z8SeCx06 .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-u5z8SeCx06 .mbr-section-title,
.cid-u5z8SeCx06 .icon-wrap,
.cid-u5z8SeCx06 .mbr-section-btn {
  color: #ffffff;
}
.cid-u5z8SeCx06 H2 {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-u5z8SeCx06 H3 {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-u5z8SeCx06 p {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-u5z8SeCx06 H1 {
  color: #ffffff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.cid-u5z8SeKaZ5 {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #171710;
}
@media (min-width: 1500px) {
  .cid-u5z8SeKaZ5 .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-u5z8SeKaZ5 .copyright {
    margin-bottom: 1rem;
  }
}
.cid-u5z8SeKaZ5 p {
  color: #ffffff;
}
.cid-u5z8SeKaZ5 .mbr-text {
  color: #f9fafb;
}
