body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 4rem;
}
.display-1 > .mbr-iconfont {
  font-size: 4rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 2rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
}
.display-4 > .mbr-iconfont {
  font-size: 0.75rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
}
.display-7 > .mbr-iconfont {
  font-size: 0.9rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.05rem + (4 - 2.05) * ((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.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.6rem;
    font-size: calc( 0.9125rem + (0.75 - 0.9125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.9125rem + (0.75 - 0.9125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 10px 15px;
  border-radius: 6px;
}
.btn-sm {
  padding: 18px 38px;
  border-radius: 6px;
}
.btn-md {
  padding: 18px 42px;
  border-radius: 6px;
}
.btn-lg {
  padding: 20px 47px;
  border-radius: 6px;
}
.bg-primary {
  background-color: #0000ac !important;
}
.bg-success {
  background-color: #fafe66 !important;
}
.bg-info {
  background-color: #5c5c5c !important;
}
.bg-warning {
  background-color: #ff292d !important;
}
.bg-danger {
  background-color: #006bdd !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #0000ac !important;
  border-color: #0000ac !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #000060 !important;
  border-color: #000060 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000060 !important;
  border-color: #000060 !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #004b00 !important;
  border-color: #004b00 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #5c5c5c !important;
  border-color: #5c5c5c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #363636 !important;
  border-color: #363636 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #363636 !important;
  border-color: #363636 !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #fafe66 !important;
  border-color: #fafe66 !important;
  color: #626401 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #626401 !important;
  background-color: #f8fe1a !important;
  border-color: #f8fe1a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #626401 !important;
  background-color: #f8fe1a !important;
  border-color: #f8fe1a !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #ff292d !important;
  border-color: #ff292d !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #dc0004 !important;
  border-color: #dc0004 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #dc0004 !important;
  border-color: #dc0004 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #006bdd !important;
  border-color: #006bdd !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #004691 !important;
  border-color: #004691 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #004691 !important;
  border-color: #004691 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #000046;
  color: #000046;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #0000ac;
  border-color: #0000ac;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0000ac !important;
  border-color: #0000ac !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #004b00;
  border-color: #004b00;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #004b00 !important;
  border-color: #004b00 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #292929;
  color: #292929;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #5c5c5c;
  border-color: #5c5c5c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #5c5c5c !important;
  border-color: #5c5c5c !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #f6fc02;
  color: #f6fc02;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #626401;
  background-color: #fafe66;
  border-color: #fafe66;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #626401 !important;
  background-color: #fafe66 !important;
  border-color: #fafe66 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #c20004;
  color: #c20004;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #ff292d;
  border-color: #ff292d;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff292d !important;
  border-color: #ff292d !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #003a77;
  color: #003a77;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #006bdd;
  border-color: #006bdd;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #006bdd !important;
  border-color: #006bdd !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  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: #0000ac !important;
}
.text-secondary {
  color: #004b00 !important;
}
.text-success {
  color: #fafe66 !important;
}
.text-info {
  color: #5c5c5c !important;
}
.text-warning {
  color: #ff292d !important;
}
.text-danger {
  color: #006bdd !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000046 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #f6fc02 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #292929 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #c20004 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #003a77 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #5c5c5c;
}
.alert-warning {
  background-color: #ff292d;
}
.alert-danger {
  background-color: #006bdd;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0000ac;
  border-color: #0000ac;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0000ac;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #2d2dff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #9c9c9c;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff5f5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #aad3ff;
}
.scrollToTop_wraper {
  display: none !important;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 0.9rem;
}
.form-control > .mbr-iconfont {
  font-size: 0.9rem;
}
blockquote {
  border-color: #0000ac;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
.btn-primary:hover {
  color: #0000ac !important;
  background: white !important;
  border-color: white !important;
}
.form-control,
.jq-number__spin {
  background-color: #ffffff;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0000ac;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0000ac;
  border-bottom-color: #0000ac;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #0000ac !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: #004b00 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%230000ac' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
.cid-tiKeQmouQM .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tiKeQmouQM .nav-item:focus,
.cid-tiKeQmouQM .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tiKeQmouQM .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-tiKeQmouQM .nav-item .nav-link {
    position: relative;
  }
  .cid-tiKeQmouQM .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #0000ac, #004b00);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tiKeQmouQM .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tiKeQmouQM .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tiKeQmouQM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-tiKeQmouQM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tiKeQmouQM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tiKeQmouQM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tiKeQmouQM .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tiKeQmouQM .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tiKeQmouQM .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tiKeQmouQM .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-tiKeQmouQM .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-tiKeQmouQM .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tiKeQmouQM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tiKeQmouQM .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tiKeQmouQM .navbar.collapsed .navbar-collapse.show,
.cid-tiKeQmouQM .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tiKeQmouQM .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tiKeQmouQM .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tiKeQmouQM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tiKeQmouQM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tiKeQmouQM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tiKeQmouQM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tiKeQmouQM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tiKeQmouQM .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tiKeQmouQM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tiKeQmouQM .navbar.collapsed .right-menu,
.cid-tiKeQmouQM .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tiKeQmouQM .navbar .navbar-collapse.show,
  .cid-tiKeQmouQM .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tiKeQmouQM .navbar .navbar-collapse.show .brand-container,
  .cid-tiKeQmouQM .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tiKeQmouQM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tiKeQmouQM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tiKeQmouQM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tiKeQmouQM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tiKeQmouQM .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tiKeQmouQM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tiKeQmouQM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tiKeQmouQM .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tiKeQmouQM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-tiKeQmouQM .navbar .right-menu,
  .cid-tiKeQmouQM .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tiKeQmouQM .navbar.navbar-short {
  min-height: 60px;
}
.cid-tiKeQmouQM .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-tiKeQmouQM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tiKeQmouQM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tiKeQmouQM .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tiKeQmouQM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tiKeQmouQM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tiKeQmouQM .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tiKeQmouQM .dropdown-item.active,
.cid-tiKeQmouQM .dropdown-item:active {
  background-color: transparent;
}
.cid-tiKeQmouQM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tiKeQmouQM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tiKeQmouQM .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tiKeQmouQM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tiKeQmouQM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tiKeQmouQM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tiKeQmouQM ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tiKeQmouQM ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tiKeQmouQM .navbar-buttons {
  margin-left: auto;
}
.cid-tiKeQmouQM button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tiKeQmouQM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tiKeQmouQM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tiKeQmouQM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tiKeQmouQM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tiKeQmouQM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tiKeQmouQM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tiKeQmouQM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-tiKeQmouQM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-tiKeQmouQM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tiKeQmouQM .navbar-dropdown {
  position: fixed;
}
.cid-tiKeQmouQM a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tiKeQmouQM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tiKeQmouQM .right-menu,
.cid-tiKeQmouQM .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tiKeQmouQM .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tiKeQmouQM .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tiKeQmouQM .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tiKeQmouQM .menu-top {
  text-align: center;
  width: 100%;
  background-color: #0000ac;
  padding: 0.5rem 0;
}
.cid-tiKeQmouQM .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tiKeQmouQM .card-wrapper {
  z-index: 3;
}
.cid-tiKeQmouQM .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tiKeQmouQM .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tiKeQmouQM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-theEIIQ7Uw {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-theEIIQ7Uw .mbr-fallback-image.disabled {
  display: none;
}
.cid-theEIIQ7Uw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-theEIIQ7Uw .col-text {
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .cid-theEIIQ7Uw .col-text {
    padding-right: 28px;
  }
}
.cid-theEIIQ7Uw .col-img {
  position: relative;
}
@media (min-width: 992px) {
  .cid-theEIIQ7Uw .col-img {
    padding-left: 28px;
  }
}
.cid-theEIIQ7Uw .card-title {
  color: #ffffff;
  margin-top: 1rem;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-theEIIQ7Uw .card-title {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
  }
}
.cid-theEIIQ7Uw .mbr-text {
  color: #ffffff;
  margin-top: 24px;
  margin-bottom: 0 !important;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-theEIIQ7Uw .mbr-text {
    padding-right: 0;
    margin-top: 1rem;
    text-align: center !important;
  }
}
.cid-theEIIQ7Uw .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .cid-theEIIQ7Uw .mbr-section-btn {
    text-align: center !important;
  }
}
@media (max-width: 575px) {
  .cid-theEIIQ7Uw .mbr-section-btn {
    width: 100%;
  }
}
.cid-theEIIQ7Uw .image-wrapper {
  display: flex;
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  height: 510px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-theEIIQ7Uw .image-wrapper {
    height: 360px;
    margin-top: 24px;
  }
}
@media (max-width: 575px) {
  .cid-theEIIQ7Uw .image-wrapper {
    height: auto;
  }
}
.cid-theEIIQ7Uw .image-wrapper img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.cid-tiKF6pVtVu {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tiKF6pVtVu .section-text {
  padding: 2rem 0;
  letter-spacing: 0.03em;
  color: #000000;
}
.cid-tiKF6pVtVu .inner-container {
  margin: 0 auto;
  position: relative;
}
.cid-tiKF6pVtVu .inner-container .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #efefef;
  opacity: .1;
}
.cid-tiKF6pVtVu .inner-container .mbr-iconfont.left-top {
  left: -1rem;
  top: -1rem;
}
.cid-tiKF6pVtVu .inner-container .mbr-iconfont.right-down {
  right: -1rem;
  bottom: -1rem;
}
.cid-tiKF6pVtVu .inner-container .section-text {
  z-index: 3;
  min-height: 10rem;
}
@media (max-width: 767px) {
  .cid-tiKF6pVtVu .inner-container {
    width: 100% !important;
  }
  .cid-tiKF6pVtVu .mbr-iconfont {
    font-size: 6rem !important;
  }
}
.cid-tiKFIenKgr {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f7f7f7;
}
.cid-tiKFIenKgr .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
}
.cid-tiKFIenKgr .ico-line {
  display: inline-block;
  width: 100%;
}
.cid-tiKFIenKgr .line-wrap {
  display: inline-block;
  width: 100%;
}
.cid-tiKFIenKgr p {
  line-height: 1.6;
}
.cid-tiKFIenKgr .rev,
.cid-tiKFIenKgr .mbr-iconfont {
  display: inline-block;
}
.cid-tiKFIenKgr .line {
  display: inline-block;
  width: 8%;
  height: 4px;
  background-color: #c1c1c1;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.cid-tiKFIenKgr .card-title {
  color: #004b00;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-tiKFIenKgr .card-box {
  padding: 1.5rem;
}
.cid-tiKFIenKgr .mbr-section-title {
  margin: 0 auto;
  color: #000000;
  text-align: center;
}
.cid-tiKFIenKgr .mbr-section-sub-title {
  text-align: center;
  color: #767676;
}
.cid-tiKFIenKgr .mbr-section-title,
.cid-tiKFIenKgr .line-wrap {
  text-align: center;
  color: #000000;
}
.cid-tiKFIenKgr .rev {
  color: #0a1c44;
}
.cid-tiKFIenKgr .card-text,
.cid-tiKFIenKgr .mbr-section-btn,
.cid-tiKFIenKgr .ico-line {
  color: #767676;
}
.cid-tiQtfectC5 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tiQtfectC5 .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-tiQtfectC5 .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-tiQtfectC5 .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-tiQtfectC5 .wrap-img {
  padding-bottom: 1rem;
}
.cid-tiQtfectC5 .wrap-img img {
  max-width: 100%;
}
.cid-tiQtfectC5 .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-tiKE0Z7HiA {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #f3fbff;
}
.cid-tiKE0Z7HiA .mbr-text {
  color: #767676;
}
.cid-tiKE0Z7HiA .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(0, 126, 0, 0.35);
}
.cid-tiKE0Z7HiA .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-tiKE0Z7HiA .card-wrapper:hover .ico2 {
  color: #0000ac !important;
}
.cid-tiKE0Z7HiA .text-info:hover {
  color: inherit!important;
}
.cid-tiKE0Z7HiA .ico2 {
  color: #ff292d !important;
  transition: all 0.6s;
}
.cid-tiKE0Z7HiA .card-box {
  padding: 0rem 1rem;
}
.cid-tiKE0Z7HiA .card-img {
  width: auto;
}
.cid-tiKE0Z7HiA .ico1 {
  font-size: 3rem !important;
}
.cid-tiKE0Z7HiA h3,
.cid-tiKE0Z7HiA h4 {
  padding: 0;
  margin: 0;
}
.cid-tiKE0Z7HiA .card-title,
.cid-tiKE0Z7HiA .card-img {
  color: #232323;
}
.cid-tiKE0Z7HiA H3 {
  color: #767676;
}
.cid-tiKE0Z7HiA H1 {
  color: #232323;
}
.cid-thkcQrcSa5 {
  background-color: #bee1e6;
}
.cid-thkcQrcSa5 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0;
}
.cid-thkcQrcSa5 .container-fluid {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}
.cid-thkcQrcSa5 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-thkcQrcSa5 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-thkcQrcSa5 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-thkcQrcSa5 .form {
  background-color: #e8eaec;
  padding-top: 7rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .cid-thkcQrcSa5 .form {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-thkcQrcSa5 .form {
    padding-left: 290px;
    padding-right: 290px;
  }
}
.cid-thkcQrcSa5 .text {
  padding-top: 7rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .cid-thkcQrcSa5 .text {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-thkcQrcSa5 .text {
    padding-left: 193px;
    padding-right: 193px;
  }
}
.cid-thkcQrcSa5 .mbr-section-title {
  text-align: left;
}
.cid-thkcQrcSa5 .mbr-section-subtitle {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-thkcQrcSa5 .display-1 {
    font-size: 65px;
  }
  .cid-thkcQrcSa5 .display-5 {
    font-size: 29px;
  }
  .cid-thkcQrcSa5 .display-7 {
    font-size: 24px;
  }
  .cid-thkcQrcSa5 .display-4 {
    font-weight: 300;
  }
}
.cid-thkcQrcSa5 .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
}
.cid-thkcQrcSa5 .btn:hover {
  background: #EeFF42 !important;
  border-color: #EeFF42 !important;
  color: #18293D !important;
}
.cid-thkcQrcSa5 .btn-primary-outline {
  color: #18293D !important;
}
.cid-thkcQrcSa5 .form-control,
.cid-thkcQrcSa5 .field-input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  border-bottom: 2px solid #253C57 !important;
  padding: 0;
  color: #18293D;
  margin: 0;
  font-weight: 300;
}
.cid-thkcQrcSa5 .form-control:hover {
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid #253C57 !important;
}
.cid-thkcQrcSa5 .form-control:focus {
  box-shadow: none;
  outline: none;
  background-color: inherit;
}
.cid-thkcQrcSa5 .form-check-input:checked {
  background-color: #0000ac;
  border-color: #0000ac;
}
.cid-thkcQrcSa5 .form-control::placeholder {
  color: #18293D;
  margin: 0;
  font-weight: 300;
}
.cid-thkcQrcSa5 .form-group {
  margin-bottom: 41px;
}
.cid-thkeUJOD8x {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #d9dade;
  background-color: #efefef;
}
.cid-thkeUJOD8x p {
  text-align: center;
}
.cid-thkeUJOD8x .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-thkeUJOD8x .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-thkeUJOD8x .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #0000ac;
}
.cid-thkeUJOD8x .logo-footer {
  line-height: normal;
}
.cid-thkeUJOD8x .copyright {
  display: flex;
  align-items: center;
}
.cid-thkeUJOD8x .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-thkeUJOD8x .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-thkeUJOD8x .icon-transition span {
  color: #5c5c5c;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #c1c2c5;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-thkeUJOD8x .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-thkeUJOD8x .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-thkeUJOD8x .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-thkeUJOD8x .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-thkeUJOD8x .logo-footer {
    text-align: center;
  }
  .cid-thkeUJOD8x .social-media {
    justify-content: center;
  }
}
.cid-thknOFUhNn {
  background-image: url("../../../assets/images/1541-960x300.jpg");
}
.cid-thknOFUhNn .mbr-fallback-image.disabled {
  display: none;
}
.cid-thknOFUhNn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thknOFUhNn .text-wrapper {
  padding: 5rem;
}
@media (max-width: 767px) {
  .cid-thknOFUhNn .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-thknOFUhNn .wrapper {
  background: #ffffff;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-thknOFUhNn .image-wrapper {
  padding: 0;
}
.cid-thknOFUhNn .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tiPFv5VE2N {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tiPFv5VE2N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tiPFv5VE2N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tiPFv5VE2N .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tiPFv5VE2N .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-thkqjiFE7D {
  overflow: visible;
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
  background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.8), #ffffff);
}
.cid-thkqjiFE7D .mbr-overlay {
  background: #ffffff;
}
.cid-thkqjiFE7D .animation {
  pointer-events: none;
}
.cid-thkqjiFE7D .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-thkqjiFE7D .mbr-section-title {
  margin-bottom: 27px;
  color: #000000;
}
.cid-thkqjiFE7D .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
.cid-thkqjiFE7D .image__block {
  margin-top: 60px;
  margin-bottom: -160px;
  position: relative;
  z-index: 5;
}
.cid-thkqjiFE7D .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-thkqjiFE7D .circle1 {
    position: absolute;
    left: 70px;
    bottom: 70px;
    width: 200px;
    height: 200px;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 13s linear infinite;
  }
  .cid-thkqjiFE7D .circle2 {
    top: 150px;
    left: 47.6%;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 11s linear infinite;
  }
  .cid-thkqjiFE7D .circle3 {
    right: 15%;
    bottom: 140px;
    width: 170px;
    height: 170px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 10s linear infinite;
  }
  .cid-thkqjiFE7D .circle4 {
    right: 3%;
    top: 190px;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 9s linear infinite;
  }
  @keyframes circleAnimation {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
    55% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1);
    }
  }
}
@media (max-width: 991px) {
  .cid-thkqjiFE7D .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-thkqjiFE7D .mbr-text {
    margin-bottom: 20px;
  }
  .cid-thkqjiFE7D .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-thkqjiFE7D .image__block {
    margin-bottom: -100px;
  }
}
.cid-thkqjiFE7D .mbr-text,
.cid-thkqjiFE7D .mbr-section-btn {
  color: #000000;
}
.cid-tiPGs40eKU {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tiPGs40eKU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tiPGs40eKU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tiPGs40eKU .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tiPGs40eKU .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-thkne2fafq {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-thkne2fafq .content {
  padding-left: 30px;
}
.cid-thkne2fafq img {
  width: 100%;
}
.cid-thkne2fafq .mbr-section-subtitle {
  color: #004b00;
}
.cid-thkne2fafq .mbr-section-title {
  text-align: left;
  color: #0000ac;
}
.cid-thkne2fafq .mbr-text {
  color: #5c5c5c;
}
.cid-thkne2fafq .left-part {
  color: #004b00;
}
.cid-thkne2fafq .left-part .number {
  color: #279e64;
  display: inline;
}
.cid-thkne2fafq .left-part .mbr-text {
  color: #0000ac;
  display: inline;
}
.cid-thkne2fafq .mbr-section-btn {
  margin-top: 40px;
}
.cid-thkne2fafq .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-thkne2fafq * {
    text-align: left;
  }
}
.cid-thkrRHkexk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-thkrRHkexk .content-wrapper {
    padding-right: 60px;
  }
}
.cid-thkrRHkexk img {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-thkrRHkexk .content-wrapper {
    padding-bottom: 1.5rem;
  }
}
.cid-thkne4L3Gt {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #d9dade;
  background-color: #efefef;
}
.cid-thkne4L3Gt p {
  text-align: center;
}
.cid-thkne4L3Gt .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-thkne4L3Gt .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-thkne4L3Gt .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #0000ac;
}
.cid-thkne4L3Gt .logo-footer {
  line-height: normal;
}
.cid-thkne4L3Gt .copyright {
  display: flex;
  align-items: center;
}
.cid-thkne4L3Gt .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-thkne4L3Gt .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-thkne4L3Gt .icon-transition span {
  color: #5c5c5c;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #c1c2c5;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-thkne4L3Gt .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-thkne4L3Gt .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-thkne4L3Gt .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-thkne4L3Gt .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-thkne4L3Gt .logo-footer {
    text-align: center;
  }
  .cid-thkne4L3Gt .social-media {
    justify-content: center;
  }
}
.cid-tiKeQmouQM .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tiKeQmouQM .nav-item:focus,
.cid-tiKeQmouQM .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tiKeQmouQM .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-tiKeQmouQM .nav-item .nav-link {
    position: relative;
  }
  .cid-tiKeQmouQM .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #0000ac, #004b00);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tiKeQmouQM .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tiKeQmouQM .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tiKeQmouQM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-tiKeQmouQM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tiKeQmouQM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tiKeQmouQM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tiKeQmouQM .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tiKeQmouQM .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tiKeQmouQM .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tiKeQmouQM .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-tiKeQmouQM .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-tiKeQmouQM .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tiKeQmouQM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tiKeQmouQM .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tiKeQmouQM .navbar.collapsed .navbar-collapse.show,
.cid-tiKeQmouQM .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tiKeQmouQM .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tiKeQmouQM .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tiKeQmouQM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tiKeQmouQM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tiKeQmouQM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tiKeQmouQM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tiKeQmouQM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tiKeQmouQM .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tiKeQmouQM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tiKeQmouQM .navbar.collapsed .right-menu,
.cid-tiKeQmouQM .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tiKeQmouQM .navbar .navbar-collapse.show,
  .cid-tiKeQmouQM .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tiKeQmouQM .navbar .navbar-collapse.show .brand-container,
  .cid-tiKeQmouQM .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tiKeQmouQM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tiKeQmouQM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tiKeQmouQM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tiKeQmouQM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tiKeQmouQM .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tiKeQmouQM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tiKeQmouQM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tiKeQmouQM .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tiKeQmouQM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-tiKeQmouQM .navbar .right-menu,
  .cid-tiKeQmouQM .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tiKeQmouQM .navbar.navbar-short {
  min-height: 60px;
}
.cid-tiKeQmouQM .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-tiKeQmouQM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tiKeQmouQM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tiKeQmouQM .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tiKeQmouQM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tiKeQmouQM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tiKeQmouQM .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tiKeQmouQM .dropdown-item.active,
.cid-tiKeQmouQM .dropdown-item:active {
  background-color: transparent;
}
.cid-tiKeQmouQM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tiKeQmouQM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tiKeQmouQM .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tiKeQmouQM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tiKeQmouQM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tiKeQmouQM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tiKeQmouQM ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tiKeQmouQM ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tiKeQmouQM .navbar-buttons {
  margin-left: auto;
}
.cid-tiKeQmouQM button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tiKeQmouQM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tiKeQmouQM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tiKeQmouQM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tiKeQmouQM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tiKeQmouQM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tiKeQmouQM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tiKeQmouQM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-tiKeQmouQM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-tiKeQmouQM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tiKeQmouQM .navbar-dropdown {
  position: fixed;
}
.cid-tiKeQmouQM a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tiKeQmouQM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tiKeQmouQM .right-menu,
.cid-tiKeQmouQM .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tiKeQmouQM .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tiKeQmouQM .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tiKeQmouQM .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tiKeQmouQM .menu-top {
  text-align: center;
  width: 100%;
  background-color: #0000ac;
  padding: 0.5rem 0;
}
.cid-tiKeQmouQM .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tiKeQmouQM .card-wrapper {
  z-index: 3;
}
.cid-tiKeQmouQM .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tiKeQmouQM .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tiKeQmouQM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thkBX23fqY .mbr-fallback-image.disabled {
  display: none;
}
.cid-thkBX23fqY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-thkBX23fqY .text-wrapper {
  padding: 5rem;
}
@media (max-width: 767px) {
  .cid-thkBX23fqY .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-thkBX23fqY .wrapper {
  background: #ffffff;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-thkBX23fqY .image-wrapper {
  padding: 0;
}
.cid-thkBX23fqY .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-thkBX2KTJ8 {
  overflow: visible;
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #eeeff2;
  background: linear-gradient(to right bottom, rgba(238, 239, 242, 0.8), #ffffff);
}
.cid-thkBX2KTJ8 .mbr-overlay {
  background: #ffffff;
}
.cid-thkBX2KTJ8 .animation {
  pointer-events: none;
}
.cid-thkBX2KTJ8 .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-thkBX2KTJ8 .mbr-section-title {
  margin-bottom: 27px;
  color: #000000;
}
.cid-thkBX2KTJ8 .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
.cid-thkBX2KTJ8 .image__block {
  margin-top: 60px;
  margin-bottom: -160px;
  position: relative;
  z-index: 5;
}
.cid-thkBX2KTJ8 .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-thkBX2KTJ8 .circle1 {
    position: absolute;
    left: 70px;
    bottom: 70px;
    width: 200px;
    height: 200px;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 13s linear infinite;
  }
  .cid-thkBX2KTJ8 .circle2 {
    top: 150px;
    left: 47.6%;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 11s linear infinite;
  }
  .cid-thkBX2KTJ8 .circle3 {
    right: 15%;
    bottom: 140px;
    width: 170px;
    height: 170px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 10s linear infinite;
  }
  .cid-thkBX2KTJ8 .circle4 {
    right: 3%;
    top: 190px;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 9s linear infinite;
  }
  @keyframes circleAnimation {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
    55% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1);
    }
  }
}
@media (max-width: 991px) {
  .cid-thkBX2KTJ8 .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-thkBX2KTJ8 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-thkBX2KTJ8 .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-thkBX2KTJ8 .image__block {
    margin-bottom: -100px;
  }
}
.cid-thkBX3pcoi {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-thkBX3pcoi .content {
  padding-left: 30px;
}
.cid-thkBX3pcoi img {
  width: 100%;
}
.cid-thkBX3pcoi .mbr-section-subtitle {
  color: #004b00;
}
.cid-thkBX3pcoi .mbr-section-title {
  text-align: left;
  color: #0000ac;
}
.cid-thkBX3pcoi .mbr-text {
  color: #5c5c5c;
}
.cid-thkBX3pcoi .left-part {
  color: #004b00;
}
.cid-thkBX3pcoi .left-part .number {
  color: #279e64;
  display: inline;
}
.cid-thkBX3pcoi .left-part .mbr-text {
  color: #0000ac;
  display: inline;
}
.cid-thkBX3pcoi .mbr-section-btn {
  margin-top: 40px;
}
.cid-thkBX3pcoi .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-thkBX3pcoi * {
    text-align: left;
  }
}
.cid-thkBX41mTC {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-thkBX41mTC .content-wrapper {
    padding-right: 60px;
  }
}
.cid-thkBX41mTC img {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-thkBX41mTC .content-wrapper {
    padding-bottom: 1.5rem;
  }
}
.cid-thkBX4BFKQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-thkBX4BFKQ img {
  width: 100%;
}
@media (min-width: 1200px) {
  .cid-thkBX4BFKQ .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-thkBX4BFKQ .content-wrapper {
    padding-top: 1.5rem;
  }
}
.cid-thkBX58QRs {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-thkBX58QRs .content-wrapper {
    padding-right: 60px;
  }
}
.cid-thkBX58QRs img {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-thkBX58QRs .content-wrapper {
    padding-bottom: 1.5rem;
  }
}
.cid-thkD3Fjq83 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-thkD3Fjq83 img {
  width: 100%;
}
@media (min-width: 1200px) {
  .cid-thkD3Fjq83 .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-thkD3Fjq83 .content-wrapper {
    padding-top: 1.5rem;
  }
}
.cid-thkDm7BdIR {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-thkDm7BdIR .content-wrapper {
    padding-right: 60px;
  }
}
.cid-thkDm7BdIR img {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-thkDm7BdIR .content-wrapper {
    padding-bottom: 1.5rem;
  }
}
.cid-thkBX5KGon {
  background-color: #bee1e6;
}
.cid-thkBX5KGon .mbr-overlay {
  background-color: #ffffff;
  opacity: 0;
}
.cid-thkBX5KGon .container-fluid {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}
.cid-thkBX5KGon form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-thkBX5KGon form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-thkBX5KGon form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-thkBX5KGon .form {
  background-color: #e8eaec;
  padding-top: 7rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .cid-thkBX5KGon .form {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-thkBX5KGon .form {
    padding-left: 290px;
    padding-right: 290px;
  }
}
.cid-thkBX5KGon .text {
  padding-top: 7rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .cid-thkBX5KGon .text {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-thkBX5KGon .text {
    padding-left: 193px;
    padding-right: 193px;
  }
}
.cid-thkBX5KGon .mbr-section-title {
  text-align: left;
}
.cid-thkBX5KGon .mbr-section-subtitle {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-thkBX5KGon .display-1 {
    font-size: 65px;
  }
  .cid-thkBX5KGon .display-5 {
    font-size: 29px;
  }
  .cid-thkBX5KGon .display-7 {
    font-size: 24px;
  }
  .cid-thkBX5KGon .display-4 {
    font-weight: 300;
  }
}
.cid-thkBX5KGon .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
}
.cid-thkBX5KGon .btn:hover {
  background: #EeFF42 !important;
  border-color: #EeFF42 !important;
  color: #18293D !important;
}
.cid-thkBX5KGon .btn-primary-outline {
  color: #18293D !important;
}
.cid-thkBX5KGon .form-control,
.cid-thkBX5KGon .field-input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  border-bottom: 2px solid #253C57 !important;
  padding: 0;
  color: #18293D;
  margin: 0;
  font-weight: 300;
}
.cid-thkBX5KGon .form-control:hover {
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid #253C57 !important;
}
.cid-thkBX5KGon .form-control:focus {
  box-shadow: none;
  outline: none;
  background-color: inherit;
}
.cid-thkBX5KGon .form-check-input:checked {
  background-color: #0000ac;
  border-color: #0000ac;
}
.cid-thkBX5KGon .form-control::placeholder {
  color: #18293D;
  margin: 0;
  font-weight: 300;
}
.cid-thkBX5KGon .form-group {
  margin-bottom: 41px;
}
.cid-thkBX6ZNNt {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #d9dade;
  background-color: #efefef;
}
.cid-thkBX6ZNNt p {
  text-align: center;
}
.cid-thkBX6ZNNt .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-thkBX6ZNNt .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-thkBX6ZNNt .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #0000ac;
}
.cid-thkBX6ZNNt .logo-footer {
  line-height: normal;
}
.cid-thkBX6ZNNt .copyright {
  display: flex;
  align-items: center;
}
.cid-thkBX6ZNNt .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-thkBX6ZNNt .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-thkBX6ZNNt .icon-transition span {
  color: #5c5c5c;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #c1c2c5;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-thkBX6ZNNt .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-thkBX6ZNNt .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-thkBX6ZNNt .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-thkBX6ZNNt .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-thkBX6ZNNt .logo-footer {
    text-align: center;
  }
  .cid-thkBX6ZNNt .social-media {
    justify-content: center;
  }
}
.cid-tiKeQmouQM .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tiKeQmouQM .nav-item:focus,
.cid-tiKeQmouQM .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tiKeQmouQM .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-tiKeQmouQM .nav-item .nav-link {
    position: relative;
  }
  .cid-tiKeQmouQM .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #0000ac, #004b00);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tiKeQmouQM .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tiKeQmouQM .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tiKeQmouQM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-tiKeQmouQM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tiKeQmouQM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tiKeQmouQM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tiKeQmouQM .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tiKeQmouQM .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tiKeQmouQM .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tiKeQmouQM .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-tiKeQmouQM .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-tiKeQmouQM .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tiKeQmouQM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tiKeQmouQM .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tiKeQmouQM .navbar.collapsed .navbar-collapse.show,
.cid-tiKeQmouQM .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tiKeQmouQM .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tiKeQmouQM .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tiKeQmouQM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tiKeQmouQM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tiKeQmouQM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tiKeQmouQM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tiKeQmouQM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tiKeQmouQM .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tiKeQmouQM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tiKeQmouQM .navbar.collapsed .right-menu,
.cid-tiKeQmouQM .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tiKeQmouQM .navbar .navbar-collapse.show,
  .cid-tiKeQmouQM .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tiKeQmouQM .navbar .navbar-collapse.show .brand-container,
  .cid-tiKeQmouQM .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tiKeQmouQM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tiKeQmouQM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tiKeQmouQM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tiKeQmouQM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tiKeQmouQM .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tiKeQmouQM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tiKeQmouQM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tiKeQmouQM .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tiKeQmouQM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-tiKeQmouQM .navbar .right-menu,
  .cid-tiKeQmouQM .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tiKeQmouQM .navbar.navbar-short {
  min-height: 60px;
}
.cid-tiKeQmouQM .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-tiKeQmouQM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tiKeQmouQM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tiKeQmouQM .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tiKeQmouQM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tiKeQmouQM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tiKeQmouQM .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tiKeQmouQM .dropdown-item.active,
.cid-tiKeQmouQM .dropdown-item:active {
  background-color: transparent;
}
.cid-tiKeQmouQM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tiKeQmouQM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tiKeQmouQM .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tiKeQmouQM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tiKeQmouQM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tiKeQmouQM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tiKeQmouQM ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tiKeQmouQM ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tiKeQmouQM .navbar-buttons {
  margin-left: auto;
}
.cid-tiKeQmouQM button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tiKeQmouQM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tiKeQmouQM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tiKeQmouQM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tiKeQmouQM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tiKeQmouQM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tiKeQmouQM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tiKeQmouQM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-tiKeQmouQM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-tiKeQmouQM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tiKeQmouQM .navbar-dropdown {
  position: fixed;
}
.cid-tiKeQmouQM a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tiKeQmouQM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tiKeQmouQM .right-menu,
.cid-tiKeQmouQM .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tiKeQmouQM .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tiKeQmouQM .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tiKeQmouQM .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tiKeQmouQM .menu-top {
  text-align: center;
  width: 100%;
  background-color: #0000ac;
  padding: 0.5rem 0;
}
.cid-tiKeQmouQM .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tiKeQmouQM .card-wrapper {
  z-index: 3;
}
.cid-tiKeQmouQM .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tiKeQmouQM .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tiKeQmouQM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thkFI33SlV .mbr-fallback-image.disabled {
  display: none;
}
.cid-thkFI33SlV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-thkFI33SlV .text-wrapper {
  padding: 5rem;
}
@media (max-width: 767px) {
  .cid-thkFI33SlV .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-thkFI33SlV .wrapper {
  background: #ffffff;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-thkFI33SlV .image-wrapper {
  padding: 0;
}
.cid-thkFI33SlV .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-thkL14Ryjs {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-thkL14Ryjs .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-thkL14Ryjs .mbr-text,
.cid-thkL14Ryjs .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-thkL14Ryjs .mbr-fallback-image.disabled {
  display: none;
}
.cid-thkL14Ryjs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tiQFnNLiLL {
  padding-top: 15px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tiQFnNLiLL .mbr-text {
  margin: 0;
}
.cid-tiQFnNLiLL .text-element {
  padding: 2rem;
  background-color: #ffffff;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-tiQFnNLiLL .row-element,
.cid-tiQFnNLiLL .image-element {
  padding: 0;
}
.cid-tiQFnNLiLL .image-element {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tiQFnNLiLL .image-element .img-wrap {
  width: 100% !important;
}
.cid-tiQFnNLiLL .image-element .img-wrap img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tiQFnNLiLL .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tiQFnNLiLL .carousel-item.active,
.cid-tiQFnNLiLL .carousel-item-next,
.cid-tiQFnNLiLL .carousel-item-prev {
  display: flex;
}
.cid-tiQFnNLiLL .carousel-indicators {
  left: 50%;
  margin: 20px auto 0;
  align-items: center;
}
.cid-tiQFnNLiLL .carousel-indicators .active {
  opacity: 1;
  border: 0;
  background-color: #0000ac;
}
.cid-tiQFnNLiLL .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  transition: opacity .5s;
  background-color: #000000;
  font-size: 2rem;
  opacity: .5;
  border-width: 0px;
}
.cid-tiQFnNLiLL .carousel-indicators li:hover {
  opacity: 1;
}
.cid-tiQFnNLiLL .carousel-controls {
  display: none;
}
@media (max-width: 991px) {
  .cid-tiQFnNLiLL .carousel-controls {
    display: block;
  }
  .cid-tiQFnNLiLL .carousel-controls a {
    transition: opacity .5s;
    font-size: 2rem;
  }
  .cid-tiQFnNLiLL .carousel-controls a span {
    padding: 10px;
    border-radius: 50%;
    color: #ffffff;
    background: #444444;
    opacity: .9;
  }
  .cid-tiQFnNLiLL .carousel-controls a:hover span {
    opacity: 1;
  }
  .cid-tiQFnNLiLL .carousel-indicators {
    display: none;
  }
}
@media (max-width: 540px) {
  .cid-tiQFnNLiLL .text-element {
    padding: 1rem;
  }
  .cid-tiQFnNLiLL .carousel-controls {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tiQFnNLiLL .image-element {
    min-width: 50%;
  }
  .cid-tiQFnNLiLL .media-container-row {
    width: 100%;
  }
}
.cid-tiQFnNLiLL .mbr-text,
.cid-tiQFnNLiLL .link {
  text-align: left;
}
.cid-thkFI9vP6V {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #d9dade;
  background-color: #efefef;
}
.cid-thkFI9vP6V p {
  text-align: center;
}
.cid-thkFI9vP6V .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-thkFI9vP6V .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-thkFI9vP6V .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #0000ac;
}
.cid-thkFI9vP6V .logo-footer {
  line-height: normal;
}
.cid-thkFI9vP6V .copyright {
  display: flex;
  align-items: center;
}
.cid-thkFI9vP6V .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-thkFI9vP6V .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-thkFI9vP6V .icon-transition span {
  color: #5c5c5c;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #c1c2c5;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-thkFI9vP6V .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-thkFI9vP6V .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-thkFI9vP6V .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-thkFI9vP6V .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-thkFI9vP6V .logo-footer {
    text-align: center;
  }
  .cid-thkFI9vP6V .social-media {
    justify-content: center;
  }
}
.cid-tiKeQmouQM .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tiKeQmouQM .nav-item:focus,
.cid-tiKeQmouQM .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tiKeQmouQM .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-tiKeQmouQM .nav-item .nav-link {
    position: relative;
  }
  .cid-tiKeQmouQM .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #0000ac, #004b00);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tiKeQmouQM .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tiKeQmouQM .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tiKeQmouQM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-tiKeQmouQM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tiKeQmouQM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tiKeQmouQM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tiKeQmouQM .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tiKeQmouQM .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tiKeQmouQM .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tiKeQmouQM .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-tiKeQmouQM .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-tiKeQmouQM .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tiKeQmouQM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tiKeQmouQM .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tiKeQmouQM .navbar.collapsed .navbar-collapse.show,
.cid-tiKeQmouQM .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tiKeQmouQM .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tiKeQmouQM .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tiKeQmouQM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tiKeQmouQM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tiKeQmouQM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tiKeQmouQM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tiKeQmouQM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tiKeQmouQM .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tiKeQmouQM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tiKeQmouQM .navbar.collapsed .right-menu,
.cid-tiKeQmouQM .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tiKeQmouQM .navbar .navbar-collapse.show,
  .cid-tiKeQmouQM .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tiKeQmouQM .navbar .navbar-collapse.show .brand-container,
  .cid-tiKeQmouQM .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tiKeQmouQM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tiKeQmouQM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tiKeQmouQM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tiKeQmouQM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tiKeQmouQM .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tiKeQmouQM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tiKeQmouQM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tiKeQmouQM .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tiKeQmouQM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-tiKeQmouQM .navbar .right-menu,
  .cid-tiKeQmouQM .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tiKeQmouQM .navbar.navbar-short {
  min-height: 60px;
}
.cid-tiKeQmouQM .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-tiKeQmouQM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tiKeQmouQM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tiKeQmouQM .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tiKeQmouQM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tiKeQmouQM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tiKeQmouQM .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tiKeQmouQM .dropdown-item.active,
.cid-tiKeQmouQM .dropdown-item:active {
  background-color: transparent;
}
.cid-tiKeQmouQM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tiKeQmouQM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tiKeQmouQM .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tiKeQmouQM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tiKeQmouQM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tiKeQmouQM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tiKeQmouQM ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tiKeQmouQM ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tiKeQmouQM .navbar-buttons {
  margin-left: auto;
}
.cid-tiKeQmouQM button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tiKeQmouQM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tiKeQmouQM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tiKeQmouQM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tiKeQmouQM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tiKeQmouQM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tiKeQmouQM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tiKeQmouQM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-tiKeQmouQM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-tiKeQmouQM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tiKeQmouQM .navbar-dropdown {
  position: fixed;
}
.cid-tiKeQmouQM a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tiKeQmouQM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tiKeQmouQM .right-menu,
.cid-tiKeQmouQM .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tiKeQmouQM .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tiKeQmouQM .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tiKeQmouQM .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tiKeQmouQM .menu-top {
  text-align: center;
  width: 100%;
  background-color: #0000ac;
  padding: 0.5rem 0;
}
.cid-tiKeQmouQM .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tiKeQmouQM .card-wrapper {
  z-index: 3;
}
.cid-tiKeQmouQM .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tiKeQmouQM .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tiKeQmouQM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thl7Siit5e {
  padding-top: 8rem;
  padding-bottom: 6rem;
}
.cid-thl7Siit5e .mbr-fallback-image.disabled {
  display: none;
}
.cid-thl7Siit5e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-thl7Siit5e .row {
  justify-content: flex-start;
}
.cid-thl7Siit5e .mbr-section-title {
  color: #ffffff;
  opacity: 0.85;
  margin-bottom: 0 !important;
}
.cid-thl7Siit5e .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
}
.cid-thl7Siit5e .mbr-section-btn {
  margin-top: 20px;
}
.cid-thlb0lu7TY {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thlb0lu7TY .row {
  flex-direction: column;
}
.cid-thlb0lu7TY .row {
  flex-direction: column-reverse;
}
.cid-thlb0lu7TY .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-thlb0lu7TY .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-thlb0lu7TY .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-thlb0lu7TY .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-thlb0lu7TY .mbr-section-tag {
  margin-bottom: 0.5rem;
}
.cid-thlb0lu7TY .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-thlb0lu7TY .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-thlb0lu7TY .mbr-fallback-image.disabled {
  display: none;
}
.cid-thlb0lu7TY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thl6LKUHLa {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-thl6LKUHLa .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-thl6LKUHLa .mbr-text,
.cid-thl6LKUHLa .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-thl6LKUHLa .mbr-fallback-image.disabled {
  display: none;
}
.cid-thl6LKUHLa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thlcTgNPJe {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #eeeff2;
  overflow: hidden;
}
.cid-thlcTgNPJe H1 {
  color: #004b00;
}
.cid-thlcTgNPJe .mbr-text,
.cid-thlcTgNPJe .mbr-section-btn {
  color: #716c80;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-thlcTgNPJe .img1 {
  width: 90%;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  border-radius: 10px;
}
.cid-thlcTgNPJe .relative {
  position: relative;
}
.cid-thlcTgNPJe .img2 {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  position: absolute;
  width: 60%;
  top: 4rem;
  left: 1rem;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 576px) {
  .cid-thlcTgNPJe .img1 {
    width: 100%;
  }
}
.cid-thlbRQnFex {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-thlbRQnFex .item-wrapper {
  width: 100%;
}
.cid-thlbRQnFex .left-side {
  text-align: left;
  padding-left: 10%;
  margin: auto;
}
.cid-thlbRQnFex .row {
  align-items: center;
}
.cid-thlbRQnFex .mbr-section-title {
  margin: 0 0 26px;
  color: #000000;
  font-weight: 700;
}
.cid-thlbRQnFex .mbr-text {
  padding: 0;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-thlbRQnFex .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-thlbRQnFex .link {
  margin-top: 29px;
  width: 100%;
}
.cid-thlbRQnFex .col-auto {
  display: inline-block;
}
.cid-thlbRQnFex .mbr-section-subtitle {
  color: #b2b2b2;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
@media (max-width: 990px) {
  .cid-thlbRQnFex .left-side {
    padding: 25px 0px;
  }
}
.cid-thlbRQnFex a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-thlbRQnFex rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-thlbRQnFex .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-thlbRQnFex svg {
  margin-left: 15px;
}
.cid-thlbRQnFex path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-thlbRQnFex .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-thlbRQnFex .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-thlbRQnFex .part {
  align-items: start;
}
.cid-thlbRQnFex .link a {
  background-image: none !important;
}
.cid-thlbRQnFex .mbr-text,
.cid-thlbRQnFex .link {
  color: #1b1a1a;
}
.cid-thl6LO0DUO {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #d9dade;
  background-color: #efefef;
}
.cid-thl6LO0DUO p {
  text-align: center;
}
.cid-thl6LO0DUO .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-thl6LO0DUO .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-thl6LO0DUO .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #0000ac;
}
.cid-thl6LO0DUO .logo-footer {
  line-height: normal;
}
.cid-thl6LO0DUO .copyright {
  display: flex;
  align-items: center;
}
.cid-thl6LO0DUO .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-thl6LO0DUO .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-thl6LO0DUO .icon-transition span {
  color: #5c5c5c;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #c1c2c5;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-thl6LO0DUO .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-thl6LO0DUO .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-thl6LO0DUO .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-thl6LO0DUO .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-thl6LO0DUO .logo-footer {
    text-align: center;
  }
  .cid-thl6LO0DUO .social-media {
    justify-content: center;
  }
}
.cid-tiKeQmouQM .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tiKeQmouQM .nav-item:focus,
.cid-tiKeQmouQM .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tiKeQmouQM .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-tiKeQmouQM .nav-item .nav-link {
    position: relative;
  }
  .cid-tiKeQmouQM .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #0000ac, #004b00);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tiKeQmouQM .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tiKeQmouQM .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tiKeQmouQM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-tiKeQmouQM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tiKeQmouQM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tiKeQmouQM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tiKeQmouQM .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tiKeQmouQM .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tiKeQmouQM .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tiKeQmouQM .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-tiKeQmouQM .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-tiKeQmouQM .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tiKeQmouQM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tiKeQmouQM .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tiKeQmouQM .navbar.collapsed .navbar-collapse.show,
.cid-tiKeQmouQM .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tiKeQmouQM .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tiKeQmouQM .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tiKeQmouQM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tiKeQmouQM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tiKeQmouQM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tiKeQmouQM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tiKeQmouQM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tiKeQmouQM .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tiKeQmouQM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tiKeQmouQM .navbar.collapsed .right-menu,
.cid-tiKeQmouQM .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tiKeQmouQM .navbar .navbar-collapse.show,
  .cid-tiKeQmouQM .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tiKeQmouQM .navbar .navbar-collapse.show .brand-container,
  .cid-tiKeQmouQM .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tiKeQmouQM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tiKeQmouQM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tiKeQmouQM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tiKeQmouQM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tiKeQmouQM .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tiKeQmouQM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tiKeQmouQM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tiKeQmouQM .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tiKeQmouQM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-tiKeQmouQM .navbar .right-menu,
  .cid-tiKeQmouQM .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tiKeQmouQM .navbar.navbar-short {
  min-height: 60px;
}
.cid-tiKeQmouQM .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-tiKeQmouQM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tiKeQmouQM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tiKeQmouQM .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tiKeQmouQM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tiKeQmouQM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tiKeQmouQM .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tiKeQmouQM .dropdown-item.active,
.cid-tiKeQmouQM .dropdown-item:active {
  background-color: transparent;
}
.cid-tiKeQmouQM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tiKeQmouQM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tiKeQmouQM .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tiKeQmouQM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tiKeQmouQM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tiKeQmouQM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tiKeQmouQM ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tiKeQmouQM ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tiKeQmouQM .navbar-buttons {
  margin-left: auto;
}
.cid-tiKeQmouQM button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tiKeQmouQM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tiKeQmouQM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tiKeQmouQM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tiKeQmouQM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tiKeQmouQM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tiKeQmouQM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tiKeQmouQM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-tiKeQmouQM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-tiKeQmouQM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tiKeQmouQM .navbar-dropdown {
  position: fixed;
}
.cid-tiKeQmouQM a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tiKeQmouQM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tiKeQmouQM .right-menu,
.cid-tiKeQmouQM .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tiKeQmouQM .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tiKeQmouQM .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tiKeQmouQM .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tiKeQmouQM .menu-top {
  text-align: center;
  width: 100%;
  background-color: #0000ac;
  padding: 0.5rem 0;
}
.cid-tiKeQmouQM .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tiKeQmouQM .card-wrapper {
  z-index: 3;
}
.cid-tiKeQmouQM .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tiKeQmouQM .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tiKeQmouQM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-thlkafiDFZ {
  padding-top: 8rem;
  padding-bottom: 6rem;
}
.cid-thlkafiDFZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-thlkafiDFZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-thlkafiDFZ .row {
  justify-content: flex-start;
}
.cid-thlkafiDFZ .mbr-section-title {
  color: #ffffff;
  opacity: 0.85;
  margin-bottom: 0 !important;
}
.cid-thlkafiDFZ .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  margin-top: 20px;
}
.cid-thlkafiDFZ .mbr-section-btn {
  margin-top: 20px;
}
.cid-thlkag1pLx {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-thlkag1pLx .row {
  flex-direction: column;
}
.cid-thlkag1pLx .row {
  flex-direction: column-reverse;
}
.cid-thlkag1pLx .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-thlkag1pLx .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-thlkag1pLx .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-thlkag1pLx .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-thlkag1pLx .mbr-section-tag {
  margin-bottom: 0.5rem;
}
.cid-thlkag1pLx .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-thlkag1pLx .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-thlkag1pLx .mbr-fallback-image.disabled {
  display: none;
}
.cid-thlkag1pLx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thlkagH1Ti {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-thlkagH1Ti .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-thlkagH1Ti .mbr-text,
.cid-thlkagH1Ti .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-thlkagH1Ti .mbr-fallback-image.disabled {
  display: none;
}
.cid-thlkagH1Ti .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-thlkahlfou {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #eeeff2;
  overflow: hidden;
}
.cid-thlkahlfou H1 {
  color: #004b00;
}
.cid-thlkahlfou .mbr-text,
.cid-thlkahlfou .mbr-section-btn {
  color: #716c80;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-thlkahlfou .img1 {
  width: 90%;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  border-radius: 10px;
}
.cid-thlkahlfou .relative {
  position: relative;
}
.cid-thlkahlfou .img2 {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  position: absolute;
  width: 60%;
  top: 4rem;
  left: 1rem;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 576px) {
  .cid-thlkahlfou .img1 {
    width: 100%;
  }
}
.cid-thlkahWoJN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-thlkahWoJN .item-wrapper {
  width: 100%;
}
.cid-thlkahWoJN .left-side {
  text-align: left;
  padding-left: 10%;
  margin: auto;
}
.cid-thlkahWoJN .row {
  align-items: center;
}
.cid-thlkahWoJN .mbr-section-title {
  margin: 0 0 26px;
  color: #000000;
  font-weight: 700;
}
.cid-thlkahWoJN .mbr-text {
  padding: 0;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-thlkahWoJN .title {
  font-weight: 700;
  color: #1d1d1f;
}
.cid-thlkahWoJN .link {
  margin-top: 29px;
  width: 100%;
}
.cid-thlkahWoJN .col-auto {
  display: inline-block;
}
.cid-thlkahWoJN .mbr-section-subtitle {
  color: #b2b2b2;
  width: 100%;
  padding-bottom: 2px;
  font-weight: 700;
}
@media (max-width: 990px) {
  .cid-thlkahWoJN .left-side {
    padding: 25px 0px;
  }
}
.cid-thlkahWoJN a {
  transition: color 0.2s ease-out, background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.cid-thlkahWoJN rect {
  transform: translateX(-13px);
  transform-origin: right;
  stroke: currentColor;
  stroke-width: .5;
}
.cid-thlkahWoJN .qodef-button-cap-fake {
  animation: qode-button-cap-fake-out 0.35s linear;
}
.cid-thlkahWoJN svg {
  margin-left: 15px;
}
.cid-thlkahWoJN path {
  animation: qode-button-cap-out 0.35s ease-in-out;
  transform: translateX(-13px);
  transform-origin: right;
  fill: currentColor;
}
.cid-thlkahWoJN .link:hover rect {
  animation: qode-button-line 0.7s ease forwards;
}
.cid-thlkahWoJN .link:hover path {
  animation: qode-button-cap 0.7s ease forwards;
}
@keyframes qode-button-cap-fake-out {
  0% {
    clip-path: inset(0 0 0 0);
  }
  49%,
  51% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes qode-button-line {
  0%,
  100% {
    transform: translateX(-13px) scaleX(1);
  }
  10% {
    transform: translateX(-13px) scaleX(1);
  }
  46%,
  55% {
    transform: translateX(0) scaleX(0.5);
  }
  99% {
    transform: translateX(-13px) scaleX(0.6);
  }
}
@keyframes qode-button-cap-out {
  0%,
  50% {
    transform: translateX(-35px) scaleX(-1);
  }
  100%,
  51% {
    transform: translateX(-13px) scaleX(1);
  }
}
@keyframes qode-button-cap {
  0% {
    -webkit-transform: translateX(-13px) scaleX(1);
    transform: translateX(-13px) scaleX(1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
  54% {
    -webkit-transform: translateX(-1px) scaleX(1);
    transform: translateX(-1px) scaleX(1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  55% {
    -webkit-transform: translateX(-20px) scaleX(-1);
    transform: translateX(-20px) scaleX(-1);
    -webkit-clip-path: inset(50% 0 50% 0);
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    -webkit-transform: translateX(-35px) scaleX(-1);
    transform: translateX(-35px) scaleX(-1);
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
.cid-thlkahWoJN .part {
  align-items: start;
}
.cid-thlkahWoJN .link a {
  background-image: none !important;
}
.cid-thlkahWoJN .mbr-text,
.cid-thlkahWoJN .link {
  color: #1b1a1a;
}
.cid-thlkajYWby {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #d9dade;
  background-color: #efefef;
}
.cid-thlkajYWby p {
  text-align: center;
}
.cid-thlkajYWby .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-thlkajYWby .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-thlkajYWby .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #0000ac;
}
.cid-thlkajYWby .logo-footer {
  line-height: normal;
}
.cid-thlkajYWby .copyright {
  display: flex;
  align-items: center;
}
.cid-thlkajYWby .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-thlkajYWby .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-thlkajYWby .icon-transition span {
  color: #5c5c5c;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #c1c2c5;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-thlkajYWby .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-thlkajYWby .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-thlkajYWby .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-thlkajYWby .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-thlkajYWby .logo-footer {
    text-align: center;
  }
  .cid-thlkajYWby .social-media {
    justify-content: center;
  }
}
.cid-tiKeQmouQM .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tiKeQmouQM .nav-item:focus,
.cid-tiKeQmouQM .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tiKeQmouQM .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-tiKeQmouQM .nav-item .nav-link {
    position: relative;
  }
  .cid-tiKeQmouQM .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #0000ac, #004b00);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tiKeQmouQM .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tiKeQmouQM .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tiKeQmouQM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-tiKeQmouQM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tiKeQmouQM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tiKeQmouQM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tiKeQmouQM .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tiKeQmouQM .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tiKeQmouQM .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tiKeQmouQM .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-tiKeQmouQM .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-tiKeQmouQM .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tiKeQmouQM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tiKeQmouQM .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tiKeQmouQM .navbar.collapsed .navbar-collapse.show,
.cid-tiKeQmouQM .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tiKeQmouQM .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tiKeQmouQM .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tiKeQmouQM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tiKeQmouQM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tiKeQmouQM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tiKeQmouQM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tiKeQmouQM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tiKeQmouQM .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tiKeQmouQM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tiKeQmouQM .navbar.collapsed .right-menu,
.cid-tiKeQmouQM .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tiKeQmouQM .navbar .navbar-collapse.show,
  .cid-tiKeQmouQM .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tiKeQmouQM .navbar .navbar-collapse.show .brand-container,
  .cid-tiKeQmouQM .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tiKeQmouQM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tiKeQmouQM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tiKeQmouQM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tiKeQmouQM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tiKeQmouQM .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tiKeQmouQM .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tiKeQmouQM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tiKeQmouQM .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tiKeQmouQM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-tiKeQmouQM .navbar .right-menu,
  .cid-tiKeQmouQM .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tiKeQmouQM .navbar.navbar-short {
  min-height: 60px;
}
.cid-tiKeQmouQM .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-tiKeQmouQM .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tiKeQmouQM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tiKeQmouQM .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tiKeQmouQM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tiKeQmouQM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tiKeQmouQM .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tiKeQmouQM .dropdown-item.active,
.cid-tiKeQmouQM .dropdown-item:active {
  background-color: transparent;
}
.cid-tiKeQmouQM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tiKeQmouQM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tiKeQmouQM .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tiKeQmouQM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tiKeQmouQM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tiKeQmouQM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tiKeQmouQM ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tiKeQmouQM ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tiKeQmouQM .navbar-buttons {
  margin-left: auto;
}
.cid-tiKeQmouQM button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tiKeQmouQM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tiKeQmouQM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tiKeQmouQM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tiKeQmouQM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tiKeQmouQM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tiKeQmouQM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tiKeQmouQM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-tiKeQmouQM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-tiKeQmouQM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tiKeQmouQM .navbar-dropdown {
  position: fixed;
}
.cid-tiKeQmouQM a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tiKeQmouQM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tiKeQmouQM .right-menu,
.cid-tiKeQmouQM .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tiKeQmouQM .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tiKeQmouQM .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tiKeQmouQM .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tiKeQmouQM .menu-top {
  text-align: center;
  width: 100%;
  background-color: #0000ac;
  padding: 0.5rem 0;
}
.cid-tiKeQmouQM .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tiKeQmouQM .card-wrapper {
  z-index: 3;
}
.cid-tiKeQmouQM .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tiKeQmouQM .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tiKeQmouQM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tiKDjNShGk .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tiKDjNShGk .nav-item:focus,
.cid-tiKDjNShGk .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tiKDjNShGk .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-tiKDjNShGk .nav-item .nav-link {
    position: relative;
  }
  .cid-tiKDjNShGk .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #0000ac, #004b00);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tiKDjNShGk .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tiKDjNShGk .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tiKDjNShGk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-tiKDjNShGk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tiKDjNShGk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tiKDjNShGk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tiKDjNShGk .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tiKDjNShGk .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tiKDjNShGk .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tiKDjNShGk .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-tiKDjNShGk .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-tiKDjNShGk .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tiKDjNShGk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tiKDjNShGk .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tiKDjNShGk .navbar.collapsed .navbar-collapse.show,
.cid-tiKDjNShGk .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tiKDjNShGk .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tiKDjNShGk .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tiKDjNShGk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tiKDjNShGk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tiKDjNShGk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tiKDjNShGk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tiKDjNShGk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tiKDjNShGk .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tiKDjNShGk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tiKDjNShGk .navbar.collapsed .right-menu,
.cid-tiKDjNShGk .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tiKDjNShGk .navbar .navbar-collapse.show,
  .cid-tiKDjNShGk .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tiKDjNShGk .navbar .navbar-collapse.show .brand-container,
  .cid-tiKDjNShGk .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tiKDjNShGk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tiKDjNShGk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tiKDjNShGk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tiKDjNShGk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tiKDjNShGk .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tiKDjNShGk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tiKDjNShGk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tiKDjNShGk .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tiKDjNShGk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-tiKDjNShGk .navbar .right-menu,
  .cid-tiKDjNShGk .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tiKDjNShGk .navbar.navbar-short {
  min-height: 60px;
}
.cid-tiKDjNShGk .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-tiKDjNShGk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tiKDjNShGk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tiKDjNShGk .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tiKDjNShGk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tiKDjNShGk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tiKDjNShGk .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tiKDjNShGk .dropdown-item.active,
.cid-tiKDjNShGk .dropdown-item:active {
  background-color: transparent;
}
.cid-tiKDjNShGk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tiKDjNShGk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tiKDjNShGk .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tiKDjNShGk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tiKDjNShGk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tiKDjNShGk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tiKDjNShGk ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tiKDjNShGk ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tiKDjNShGk .navbar-buttons {
  margin-left: auto;
}
.cid-tiKDjNShGk button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tiKDjNShGk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tiKDjNShGk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tiKDjNShGk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tiKDjNShGk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tiKDjNShGk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tiKDjNShGk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tiKDjNShGk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-tiKDjNShGk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-tiKDjNShGk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tiKDjNShGk .navbar-dropdown {
  position: fixed;
}
.cid-tiKDjNShGk a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tiKDjNShGk .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tiKDjNShGk .right-menu,
.cid-tiKDjNShGk .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tiKDjNShGk .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tiKDjNShGk .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tiKDjNShGk .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tiKDjNShGk .menu-top {
  text-align: center;
  width: 100%;
  background-color: #0000ac;
  padding: 0.5rem 0;
}
.cid-tiKDjNShGk .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tiKDjNShGk .card-wrapper {
  z-index: 3;
}
.cid-tiKDjNShGk .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tiKDjNShGk .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tiKDjNShGk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tiLhrQcvAt {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tiLhrQcvAt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tiLhrQcvAt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tiLhrQcvAt .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tiLhrQcvAt .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-tiKDjQotY2 {
  padding-top: 15px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tiKDjQotY2 .contents {
  text-align: center;
  margin-bottom: 54px;
}
.cid-tiKDjQotY2 .contents .mbr-subtitle {
  color: #004b00;
  margin-bottom: 10px;
}
.cid-tiKDjQotY2 .contents .mbr-section-title {
  margin-bottom: 20px;
  color: #0000ac;
}
.cid-tiKDjQotY2 .contents .mbr-text {
  color: #5c5c5c;
}
.cid-tiKDjQotY2 .card.accentCard .card-wrapper {
  background-color: #279e64;
}
.cid-tiKDjQotY2 .card.accentCard .card-wrapper .card-box .card-title {
  color: #ffffff;
}
.cid-tiKDjQotY2 .card.accentCard .card-wrapper .card-box .mbr-text {
  color: #ffffff;
}
.cid-tiKDjQotY2 .card.accentCard .card-wrapper .card-img {
  box-shadow: -10px -10px 0 0 #63b68f;
  background-color: #ffffff;
}
.cid-tiKDjQotY2 .card.accentCard .card-wrapper .card-img .mbr-iconfont {
  color: #004b00 !important;
}
.cid-tiKDjQotY2 .card.accentCard .card-wrapper .btn.btn-primary-outline {
  color: #ffffff;
}
.cid-tiKDjQotY2 .card-wrapper {
  height: 100%;
  border-radius: 5px;
  border: 1px solid #dcdfe2;
  padding: 50px 35px 31px;
  transition: all 0.3s;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.cid-tiKDjQotY2 .card-wrapper .card-box .card-title {
  color: #0000ac;
}
.cid-tiKDjQotY2 .card-wrapper .card-box .mbr-text {
  margin-bottom: 25px;
  color: #5c5c5c;
}
.cid-tiKDjQotY2 .card-wrapper .card-box .mbr-iconfont {
  padding-left: 0.2rem;
  display: inline-block;
}
.cid-tiKDjQotY2 .card-wrapper .card-img {
  margin-bottom: 40px;
  transition: all .3s linear 0s;
  display: inline-flex;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  padding: 13px;
  box-shadow: -10px -10px 0 0 #eeeff2;
  align-items: center;
  justify-content: center;
  background-color: #279e64;
  cursor: pointer;
  position: relative;
}
.cid-tiKDjQotY2 .card-wrapper .card-img .mbr-iconfont {
  font-size: 50px;
  color: #ffffff;
}
.cid-tiKDjQotY2 .card-wrapper .mbr-link-btn {
  transition: all 0.3s;
  margin-bottom: 20px;
}
.cid-tiKDjQotY2 .card-wrapper .mbr-link-btn .btn {
  transition: all 0.3s;
  font-weight: 700;
}
.cid-tiKDjQotY2 .card-wrapper .mbr-link-btn .btn.btn-primary-outline {
  color: #0000ac;
}
.cid-tiKDjQotY2 .card-wrapper .mbr-link-btn .btn .mbr-iconfont {
  font-weight: 700;
  padding-left: 40px !important;
  display: inline;
  transition: transform .3s linear 0s !important;
}
.cid-tiKDjQotY2 .card-wrapper .mbr-link-btn:hover .mbr-iconfont {
  transform: translateX(-10px);
}
.cid-tiKDjQotY2 .card-wrapper:hover .card-img {
  -webkit-animation: updown 0.45s ease-in-out 0.1s;
  animation: updown 0.45s ease-in-out 0.1s;
}
.cid-tiKDjQotY2 .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 !important;
  box-shadow: none !important;
}
.cid-tiKDjQotY2 .btn[class*="-outline"] span {
  order: 2;
  font-size: 0.8rem;
  transition: padding 0.3s !important;
}
.cid-tiKDjQotY2 .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-tiKDjQotY2 .btn[class*="-outline"]:hover {
  background-color: transparent !important;
  color: #0000ac !important;
  box-shadow: none !important;
}
.cid-tiKDjQotY2 .btn[class*="-outline"]:active,
.cid-tiKDjQotY2 .btn[class*="-outline"]:focus {
  background-color: transparent !important;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .cid-tiKDjQotY2 .card {
    margin-bottom: 15px;
  }
}
@-webkit-keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes updown {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
.cid-tiKDjQotY2 .card-wrapper .card-box .mbr-text {
  text-align: justify;
}
.cid-tiLjmIhObS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tiLjmIhObS h4 {
  margin-bottom: 0;
}
.cid-tiLjmIhObS p {
  color: #767676;
}
.cid-tiLjmIhObS .cardcenter {
  background-color: #ff3366;
  transition: all 0.3s;
  border-radius: 10px;
  padding: 1.5rem;
  height: fit-content;
  position: relative;
}
.cid-tiLjmIhObS .cardcenter:hover {
  background-color: #106dd2;
}
.cid-tiLjmIhObS .ico2 {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 8rem;
  opacity: 0.3;
}
.cid-tiLjmIhObS .cards {
  height: fit-content;
  margin-top: -1.5rem;
}
.cid-tiLjmIhObS .btn[class*="-outline"] {
  border: none;
  padding: 0;
  margin: 0 0.25rem!important;
  box-shadow: none!important;
}
.cid-tiLjmIhObS .btn[class*="-outline"] span {
  order: 2;
  font-size: 1.1rem;
  padding-top: 3px;
  transition: padding 0.3s!important;
}
.cid-tiLjmIhObS .btn[class*="-outline"]:hover span {
  padding-left: 10px;
}
.cid-tiLjmIhObS .btn[class*="-outline"]:hover {
  background-color: transparent!important;
  color: #0000ac !important;
  box-shadow: none!important;
}
.cid-tiLjmIhObS .btn[class*="-outline"]:active,
.cid-tiLjmIhObS .btn[class*="-outline"]:focus {
  background-color: transparent!important;
  box-shadow: none!important;
}
.cid-tiLjmIhObS .card-box {
  padding-top: 2rem;
}
.cid-tiLjmIhObS .card-wrapper {
  height: 100%;
}
.cid-tiLjmIhObS .mbr-iconfont {
  padding-left: 0.4rem;
}
.cid-tiLjmIhObS img {
  transition: all 0.3s;
  border-radius: 8px;
}
.cid-tiLjmIhObS .card-title {
  color: #149dcc;
}
.cid-tiLjmIhObS .main-title {
  color: #232323;
}
.cid-tiLjmIhObS .text {
  color: #ffffff;
  text-align: center;
}
.cid-tiLjmIhObS .card-subtitle {
  color: #767676;
}
@media (max-width: 992px) {
  .cid-tiLjmIhObS .cards {
    margin-top: 0rem;
  }
}
@media (max-width: 576px) {
  .cid-tiLjmIhObS .link {
    margin: auto;
  }
}
.cid-tiLjmIhObS .mbr-text,
.cid-tiLjmIhObS .mbr-link-btn {
  color: #000000;
}
.cid-tiKDjTC6F6 {
  background-color: #bee1e6;
}
.cid-tiKDjTC6F6 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0;
}
.cid-tiKDjTC6F6 .container-fluid {
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}
.cid-tiKDjTC6F6 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tiKDjTC6F6 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tiKDjTC6F6 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tiKDjTC6F6 .form {
  background-color: #e8eaec;
  padding-top: 7rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .cid-tiKDjTC6F6 .form {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tiKDjTC6F6 .form {
    padding-left: 290px;
    padding-right: 290px;
  }
}
.cid-tiKDjTC6F6 .text {
  padding-top: 7rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .cid-tiKDjTC6F6 .text {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1400px) {
  .cid-tiKDjTC6F6 .text {
    padding-left: 193px;
    padding-right: 193px;
  }
}
.cid-tiKDjTC6F6 .mbr-section-title {
  text-align: left;
}
.cid-tiKDjTC6F6 .mbr-section-subtitle {
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tiKDjTC6F6 .display-1 {
    font-size: 65px;
  }
  .cid-tiKDjTC6F6 .display-5 {
    font-size: 29px;
  }
  .cid-tiKDjTC6F6 .display-7 {
    font-size: 24px;
  }
  .cid-tiKDjTC6F6 .display-4 {
    font-weight: 300;
  }
}
.cid-tiKDjTC6F6 .btn {
  box-shadow: none !important;
  border-radius: 0 !important;
  font-weight: 400;
}
.cid-tiKDjTC6F6 .btn:hover {
  background: #EeFF42 !important;
  border-color: #EeFF42 !important;
  color: #18293D !important;
}
.cid-tiKDjTC6F6 .btn-primary-outline {
  color: #18293D !important;
}
.cid-tiKDjTC6F6 .form-control,
.cid-tiKDjTC6F6 .field-input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border: none !important;
  box-shadow: none;
  border-bottom: 2px solid #253C57 !important;
  padding: 0;
  color: #18293D;
  margin: 0;
  font-weight: 300;
}
.cid-tiKDjTC6F6 .form-control:hover {
  box-shadow: none;
  outline: none;
  border-bottom: 1px solid #253C57 !important;
}
.cid-tiKDjTC6F6 .form-control:focus {
  box-shadow: none;
  outline: none;
  background-color: inherit;
}
.cid-tiKDjTC6F6 .form-check-input:checked {
  background-color: #0000ac;
  border-color: #0000ac;
}
.cid-tiKDjTC6F6 .form-control::placeholder {
  color: #18293D;
  margin: 0;
  font-weight: 300;
}
.cid-tiKDjTC6F6 .form-group {
  margin-bottom: 41px;
}
.cid-tiKDjVcGDi {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #d9dade;
  background-color: #efefef;
}
.cid-tiKDjVcGDi p {
  text-align: center;
}
.cid-tiKDjVcGDi .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tiKDjVcGDi .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tiKDjVcGDi .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #0000ac;
}
.cid-tiKDjVcGDi .logo-footer {
  line-height: normal;
}
.cid-tiKDjVcGDi .copyright {
  display: flex;
  align-items: center;
}
.cid-tiKDjVcGDi .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tiKDjVcGDi .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tiKDjVcGDi .icon-transition span {
  color: #5c5c5c;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #c1c2c5;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tiKDjVcGDi .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tiKDjVcGDi .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tiKDjVcGDi .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tiKDjVcGDi .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tiKDjVcGDi .logo-footer {
    text-align: center;
  }
  .cid-tiKDjVcGDi .social-media {
    justify-content: center;
  }
}
.cid-tiPDGPdaId {
  background-image: url("../../../assets/images/lago-contaminado.webp");
}
.cid-tiPDGPdaId .mbr-fallback-image.disabled {
  display: none;
}
.cid-tiPDGPdaId .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tiPDGPdaId .text-wrapper {
  padding: 5rem;
}
@media (max-width: 767px) {
  .cid-tiPDGPdaId .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tiPDGPdaId .wrapper {
  background: #ffffff;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-tiPDGPdaId .image-wrapper {
  padding: 0;
}
.cid-tiPDGPdaId .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tiPKHFW0Cn {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tiPKHFW0Cn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tiPKHFW0Cn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tiPKHFW0Cn .mbr-section-title {
  color: #000000;
}
.cid-tiPKHFW0Cn .mbr-text,
.cid-tiPKHFW0Cn .mbr-section-btn {
  color: #000000;
}
.cid-tiPDGQdNwK {
  overflow: visible;
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
  background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.8), #ffffff);
}
.cid-tiPDGQdNwK .mbr-overlay {
  background: #ffffff;
}
.cid-tiPDGQdNwK .animation {
  pointer-events: none;
}
.cid-tiPDGQdNwK .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-tiPDGQdNwK .mbr-section-title {
  margin-bottom: 27px;
  color: #000000;
}
.cid-tiPDGQdNwK .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
.cid-tiPDGQdNwK .image__block {
  margin-top: 60px;
  margin-bottom: -160px;
  position: relative;
  z-index: 5;
}
.cid-tiPDGQdNwK .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tiPDGQdNwK .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-tiPDGQdNwK .mbr-text {
    margin-bottom: 20px;
  }
  .cid-tiPDGQdNwK .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-tiPDGQdNwK .image__block {
    margin-bottom: -100px;
  }
}
.cid-tiPDGQdNwK .mbr-text,
.cid-tiPDGQdNwK .mbr-section-btn {
  color: #000000;
}
.cid-tiPDGQOBMy {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tiPDGQOBMy .content {
  padding-left: 30px;
}
.cid-tiPDGQOBMy img {
  width: 100%;
}
.cid-tiPDGQOBMy .mbr-section-subtitle {
  color: #004b00;
}
.cid-tiPDGQOBMy .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tiPDGQOBMy .mbr-text {
  color: #000000;
}
.cid-tiPDGQOBMy .left-part {
  color: #004b00;
}
.cid-tiPDGQOBMy .left-part .number {
  color: #279e64;
  display: inline;
}
.cid-tiPDGQOBMy .left-part .mbr-text {
  color: #0000ac;
  display: inline;
}
.cid-tiPDGQOBMy .mbr-section-btn {
  margin-top: 40px;
}
.cid-tiPDGQOBMy .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-tiPDGQOBMy * {
    text-align: left;
  }
}
.cid-tiPDGRtf27 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-tiPDGRtf27 .content-wrapper {
    padding-right: 60px;
  }
}
.cid-tiPDGRtf27 img {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tiPDGRtf27 .content-wrapper {
    padding-bottom: 1.5rem;
  }
}
.cid-tiPDGRZ2FL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tiPDGRZ2FL img {
  width: 100%;
}
@media (min-width: 1200px) {
  .cid-tiPDGRZ2FL .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-tiPDGRZ2FL .content-wrapper {
    padding-top: 1.5rem;
  }
}
.cid-tDvHmr8LiQ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-tDvHmr8LiQ .content-wrapper {
    padding-right: 60px;
  }
}
.cid-tDvHmr8LiQ img {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tDvHmr8LiQ .content-wrapper {
    padding-bottom: 1.5rem;
  }
}
.cid-tDvHn1bgMS {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tDvHn1bgMS img {
  width: 100%;
}
@media (min-width: 1200px) {
  .cid-tDvHn1bgMS .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-tDvHn1bgMS .content-wrapper {
    padding-top: 1.5rem;
  }
}
.cid-tiPDGTEsWZ {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #d9dade;
  background-color: #efefef;
}
.cid-tiPDGTEsWZ p {
  text-align: center;
}
.cid-tiPDGTEsWZ .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tiPDGTEsWZ .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tiPDGTEsWZ .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #0000ac;
}
.cid-tiPDGTEsWZ .logo-footer {
  line-height: normal;
}
.cid-tiPDGTEsWZ .copyright {
  display: flex;
  align-items: center;
}
.cid-tiPDGTEsWZ .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tiPDGTEsWZ .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tiPDGTEsWZ .icon-transition span {
  color: #5c5c5c;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #c1c2c5;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tiPDGTEsWZ .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tiPDGTEsWZ .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tiPDGTEsWZ .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tiPDGTEsWZ .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tiPDGTEsWZ .logo-footer {
    text-align: center;
  }
  .cid-tiPDGTEsWZ .social-media {
    justify-content: center;
  }
}
.cid-tiPDGUfx6g .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tiPDGUfx6g .nav-item:focus,
.cid-tiPDGUfx6g .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tiPDGUfx6g .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-tiPDGUfx6g .nav-item .nav-link {
    position: relative;
  }
  .cid-tiPDGUfx6g .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #0000ac, #004b00);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tiPDGUfx6g .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tiPDGUfx6g .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tiPDGUfx6g .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-tiPDGUfx6g .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tiPDGUfx6g .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tiPDGUfx6g .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tiPDGUfx6g .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tiPDGUfx6g .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tiPDGUfx6g .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tiPDGUfx6g .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-tiPDGUfx6g .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-tiPDGUfx6g .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tiPDGUfx6g .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tiPDGUfx6g .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tiPDGUfx6g .navbar.collapsed .navbar-collapse.show,
.cid-tiPDGUfx6g .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tiPDGUfx6g .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tiPDGUfx6g .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tiPDGUfx6g .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tiPDGUfx6g .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tiPDGUfx6g .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tiPDGUfx6g .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tiPDGUfx6g .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tiPDGUfx6g .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tiPDGUfx6g .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tiPDGUfx6g .navbar.collapsed .right-menu,
.cid-tiPDGUfx6g .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tiPDGUfx6g .navbar .navbar-collapse.show,
  .cid-tiPDGUfx6g .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tiPDGUfx6g .navbar .navbar-collapse.show .brand-container,
  .cid-tiPDGUfx6g .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tiPDGUfx6g .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tiPDGUfx6g .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tiPDGUfx6g .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tiPDGUfx6g .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tiPDGUfx6g .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tiPDGUfx6g .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tiPDGUfx6g .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tiPDGUfx6g .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tiPDGUfx6g .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-tiPDGUfx6g .navbar .right-menu,
  .cid-tiPDGUfx6g .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tiPDGUfx6g .navbar.navbar-short {
  min-height: 60px;
}
.cid-tiPDGUfx6g .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-tiPDGUfx6g .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tiPDGUfx6g .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tiPDGUfx6g .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tiPDGUfx6g .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tiPDGUfx6g .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tiPDGUfx6g .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tiPDGUfx6g .dropdown-item.active,
.cid-tiPDGUfx6g .dropdown-item:active {
  background-color: transparent;
}
.cid-tiPDGUfx6g .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tiPDGUfx6g .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tiPDGUfx6g .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tiPDGUfx6g .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tiPDGUfx6g .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tiPDGUfx6g .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tiPDGUfx6g ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tiPDGUfx6g ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tiPDGUfx6g .navbar-buttons {
  margin-left: auto;
}
.cid-tiPDGUfx6g button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tiPDGUfx6g button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tiPDGUfx6g button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tiPDGUfx6g button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tiPDGUfx6g button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tiPDGUfx6g button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tiPDGUfx6g nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tiPDGUfx6g nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-tiPDGUfx6g nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-tiPDGUfx6g nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tiPDGUfx6g .navbar-dropdown {
  position: fixed;
}
.cid-tiPDGUfx6g a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tiPDGUfx6g .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tiPDGUfx6g .right-menu,
.cid-tiPDGUfx6g .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tiPDGUfx6g .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tiPDGUfx6g .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tiPDGUfx6g .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tiPDGUfx6g .menu-top {
  text-align: center;
  width: 100%;
  background-color: #0000ac;
  padding: 0.5rem 0;
}
.cid-tiPDGUfx6g .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tiPDGUfx6g .card-wrapper {
  z-index: 3;
}
.cid-tiPDGUfx6g .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tiPDGUfx6g .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tiPDGUfx6g .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tiQbIw03WB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tiQbIw03WB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tiQbIw03WB .text-wrapper {
  padding: 5rem;
}
@media (max-width: 767px) {
  .cid-tiQbIw03WB .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tiQbIw03WB .wrapper {
  background: #ffffff;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-tiQbIw03WB .image-wrapper {
  padding: 0;
}
.cid-tiQbIw03WB .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tiQbIx2xWf {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tiQbIx2xWf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tiQbIx2xWf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tiQbIx2xWf .mbr-section-title {
  color: #000000;
}
.cid-tiQbIx2xWf .mbr-text,
.cid-tiQbIx2xWf .mbr-section-btn {
  color: #000000;
}
.cid-tiQbIxIqA1 {
  overflow: visible;
  padding-top: 0rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
  background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.8), #ffffff);
}
.cid-tiQbIxIqA1 .mbr-overlay {
  background: #ffffff;
}
.cid-tiQbIxIqA1 .animation {
  pointer-events: none;
}
.cid-tiQbIxIqA1 .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-tiQbIxIqA1 .mbr-section-title {
  margin-bottom: 27px;
  color: #000000;
}
.cid-tiQbIxIqA1 .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
.cid-tiQbIxIqA1 .image__block {
  margin-top: 60px;
  margin-bottom: -160px;
  position: relative;
  z-index: 5;
}
.cid-tiQbIxIqA1 .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tiQbIxIqA1 .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-tiQbIxIqA1 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-tiQbIxIqA1 .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-tiQbIxIqA1 .image__block {
    margin-bottom: -100px;
  }
}
.cid-tiQbIxIqA1 .mbr-text,
.cid-tiQbIxIqA1 .mbr-section-btn {
  color: #000000;
}
.cid-tiQbIye4Cx {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tiQbIye4Cx .content {
  padding-left: 30px;
}
.cid-tiQbIye4Cx img {
  width: 100%;
}
.cid-tiQbIye4Cx .mbr-section-subtitle {
  color: #004b00;
}
.cid-tiQbIye4Cx .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-tiQbIye4Cx .mbr-text {
  color: #000000;
}
.cid-tiQbIye4Cx .left-part {
  color: #004b00;
}
.cid-tiQbIye4Cx .left-part .number {
  color: #279e64;
  display: inline;
}
.cid-tiQbIye4Cx .left-part .mbr-text {
  color: #0000ac;
  display: inline;
}
.cid-tiQbIye4Cx .mbr-section-btn {
  margin-top: 40px;
}
.cid-tiQbIye4Cx .mbr-section-btn .btn {
  margin-left: 0 !important;
}
@media (max-width: 768px) {
  .cid-tiQbIye4Cx * {
    text-align: left;
  }
}
.cid-tiQbIyMIZA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-tiQbIyMIZA .content-wrapper {
    padding-right: 60px;
  }
}
.cid-tiQbIyMIZA img {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tiQbIyMIZA .content-wrapper {
    padding-bottom: 1.5rem;
  }
}
.cid-tiQbIzkugc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tiQbIzkugc img {
  width: 100%;
}
@media (min-width: 1200px) {
  .cid-tiQbIzkugc .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-tiQbIzkugc .content-wrapper {
    padding-top: 1.5rem;
  }
}
.cid-tiQbIzVZNZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tiQbIzVZNZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tiQbIzVZNZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tiQbIzVZNZ .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tiQbIzVZNZ .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-tiQjFiNdwH {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tiQjFiNdwH .row {
  align-items: stretch;
  justify-content: center;
}
.cid-tiQjFiNdwH .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-tiQjFiNdwH .row .img-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
  height: 350px;
}
@media (max-height: 767px) {
  .cid-tiQjFiNdwH .row .img-item img {
    height: 250px;
  }
}
.cid-tiQkkR4C1I {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 1200px) {
  .cid-tiQkkR4C1I .content-wrapper {
    padding-right: 60px;
  }
}
.cid-tiQkkR4C1I img {
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tiQkkR4C1I .content-wrapper {
    padding-bottom: 1.5rem;
  }
}
.cid-tiQle9djHz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-tiQle9djHz img {
  width: 100%;
}
@media (min-width: 1200px) {
  .cid-tiQle9djHz .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 992px) {
  .cid-tiQle9djHz .content-wrapper {
    padding-top: 1.5rem;
  }
}
.cid-tiQmdzpgm7 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tiQmdzpgm7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tiQmdzpgm7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tiQmdzpgm7 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tiQmdzpgm7 .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-tiQq6tdgLy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tiQq6tdgLy .wrapper {
  background-color: transparent;
  box-shadow: 0px 10px 20px 0px rgba(29, 29, 27, 0.2);
}
.cid-tiQq6tdgLy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tiQq6tdgLy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tiQbIAtZyQ {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #d9dade;
  background-color: #efefef;
}
.cid-tiQbIAtZyQ p {
  text-align: center;
}
.cid-tiQbIAtZyQ .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tiQbIAtZyQ .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tiQbIAtZyQ .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #0000ac;
}
.cid-tiQbIAtZyQ .logo-footer {
  line-height: normal;
}
.cid-tiQbIAtZyQ .copyright {
  display: flex;
  align-items: center;
}
.cid-tiQbIAtZyQ .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tiQbIAtZyQ .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tiQbIAtZyQ .icon-transition span {
  color: #5c5c5c;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #c1c2c5;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tiQbIAtZyQ .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tiQbIAtZyQ .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tiQbIAtZyQ .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tiQbIAtZyQ .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tiQbIAtZyQ .logo-footer {
    text-align: center;
  }
  .cid-tiQbIAtZyQ .social-media {
    justify-content: center;
  }
}
.cid-tiQbIBcYUH .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tiQbIBcYUH .nav-item:focus,
.cid-tiQbIBcYUH .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tiQbIBcYUH .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-tiQbIBcYUH .nav-item .nav-link {
    position: relative;
  }
  .cid-tiQbIBcYUH .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #0000ac, #004b00);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tiQbIBcYUH .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tiQbIBcYUH .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tiQbIBcYUH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-tiQbIBcYUH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tiQbIBcYUH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tiQbIBcYUH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tiQbIBcYUH .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tiQbIBcYUH .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tiQbIBcYUH .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tiQbIBcYUH .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-tiQbIBcYUH .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-tiQbIBcYUH .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tiQbIBcYUH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tiQbIBcYUH .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tiQbIBcYUH .navbar.collapsed .navbar-collapse.show,
.cid-tiQbIBcYUH .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tiQbIBcYUH .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tiQbIBcYUH .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tiQbIBcYUH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tiQbIBcYUH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tiQbIBcYUH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tiQbIBcYUH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tiQbIBcYUH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tiQbIBcYUH .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tiQbIBcYUH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tiQbIBcYUH .navbar.collapsed .right-menu,
.cid-tiQbIBcYUH .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tiQbIBcYUH .navbar .navbar-collapse.show,
  .cid-tiQbIBcYUH .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tiQbIBcYUH .navbar .navbar-collapse.show .brand-container,
  .cid-tiQbIBcYUH .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tiQbIBcYUH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tiQbIBcYUH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tiQbIBcYUH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tiQbIBcYUH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tiQbIBcYUH .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tiQbIBcYUH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tiQbIBcYUH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tiQbIBcYUH .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tiQbIBcYUH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-tiQbIBcYUH .navbar .right-menu,
  .cid-tiQbIBcYUH .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tiQbIBcYUH .navbar.navbar-short {
  min-height: 60px;
}
.cid-tiQbIBcYUH .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-tiQbIBcYUH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tiQbIBcYUH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tiQbIBcYUH .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tiQbIBcYUH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tiQbIBcYUH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tiQbIBcYUH .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tiQbIBcYUH .dropdown-item.active,
.cid-tiQbIBcYUH .dropdown-item:active {
  background-color: transparent;
}
.cid-tiQbIBcYUH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tiQbIBcYUH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tiQbIBcYUH .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tiQbIBcYUH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tiQbIBcYUH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tiQbIBcYUH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tiQbIBcYUH ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tiQbIBcYUH ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tiQbIBcYUH .navbar-buttons {
  margin-left: auto;
}
.cid-tiQbIBcYUH button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tiQbIBcYUH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tiQbIBcYUH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tiQbIBcYUH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tiQbIBcYUH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tiQbIBcYUH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tiQbIBcYUH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tiQbIBcYUH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-tiQbIBcYUH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-tiQbIBcYUH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tiQbIBcYUH .navbar-dropdown {
  position: fixed;
}
.cid-tiQbIBcYUH a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tiQbIBcYUH .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tiQbIBcYUH .right-menu,
.cid-tiQbIBcYUH .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tiQbIBcYUH .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tiQbIBcYUH .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tiQbIBcYUH .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tiQbIBcYUH .menu-top {
  text-align: center;
  width: 100%;
  background-color: #0000ac;
  padding: 0.5rem 0;
}
.cid-tiQbIBcYUH .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tiQbIBcYUH .card-wrapper {
  z-index: 3;
}
.cid-tiQbIBcYUH .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tiQbIBcYUH .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tiQbIBcYUH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tiQLrqVkTD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tiQLrqVkTD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tiQLrqVkTD .text-wrapper {
  padding: 5rem;
}
@media (max-width: 767px) {
  .cid-tiQLrqVkTD .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tiQLrqVkTD .wrapper {
  background: #ffffff;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-tiQLrqVkTD .image-wrapper {
  padding: 0;
}
.cid-tiQLrqVkTD .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tiQLE9pu1a {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #232323;
}
.cid-tiQLE9pu1a .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-tiQLE9pu1a .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-tiQLE9pu1a .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-tiQLrtGixc {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #d9dade;
  background-color: #efefef;
}
.cid-tiQLrtGixc p {
  text-align: center;
}
.cid-tiQLrtGixc .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tiQLrtGixc .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tiQLrtGixc .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #0000ac;
}
.cid-tiQLrtGixc .logo-footer {
  line-height: normal;
}
.cid-tiQLrtGixc .copyright {
  display: flex;
  align-items: center;
}
.cid-tiQLrtGixc .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tiQLrtGixc .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tiQLrtGixc .icon-transition span {
  color: #5c5c5c;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #c1c2c5;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tiQLrtGixc .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tiQLrtGixc .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tiQLrtGixc .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tiQLrtGixc .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tiQLrtGixc .logo-footer {
    text-align: center;
  }
  .cid-tiQLrtGixc .social-media {
    justify-content: center;
  }
}
.cid-tiQLrukRmx .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tiQLrukRmx .nav-item:focus,
.cid-tiQLrukRmx .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tiQLrukRmx .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-tiQLrukRmx .nav-item .nav-link {
    position: relative;
  }
  .cid-tiQLrukRmx .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #0000ac, #004b00);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tiQLrukRmx .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tiQLrukRmx .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tiQLrukRmx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-tiQLrukRmx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tiQLrukRmx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tiQLrukRmx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tiQLrukRmx .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tiQLrukRmx .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tiQLrukRmx .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tiQLrukRmx .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-tiQLrukRmx .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-tiQLrukRmx .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tiQLrukRmx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tiQLrukRmx .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tiQLrukRmx .navbar.collapsed .navbar-collapse.show,
.cid-tiQLrukRmx .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tiQLrukRmx .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tiQLrukRmx .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tiQLrukRmx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tiQLrukRmx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tiQLrukRmx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tiQLrukRmx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tiQLrukRmx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tiQLrukRmx .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tiQLrukRmx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tiQLrukRmx .navbar.collapsed .right-menu,
.cid-tiQLrukRmx .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tiQLrukRmx .navbar .navbar-collapse.show,
  .cid-tiQLrukRmx .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tiQLrukRmx .navbar .navbar-collapse.show .brand-container,
  .cid-tiQLrukRmx .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tiQLrukRmx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tiQLrukRmx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tiQLrukRmx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tiQLrukRmx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tiQLrukRmx .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tiQLrukRmx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tiQLrukRmx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tiQLrukRmx .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tiQLrukRmx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-tiQLrukRmx .navbar .right-menu,
  .cid-tiQLrukRmx .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tiQLrukRmx .navbar.navbar-short {
  min-height: 60px;
}
.cid-tiQLrukRmx .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-tiQLrukRmx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tiQLrukRmx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tiQLrukRmx .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tiQLrukRmx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tiQLrukRmx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tiQLrukRmx .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tiQLrukRmx .dropdown-item.active,
.cid-tiQLrukRmx .dropdown-item:active {
  background-color: transparent;
}
.cid-tiQLrukRmx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tiQLrukRmx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tiQLrukRmx .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tiQLrukRmx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tiQLrukRmx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tiQLrukRmx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tiQLrukRmx ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tiQLrukRmx ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tiQLrukRmx .navbar-buttons {
  margin-left: auto;
}
.cid-tiQLrukRmx button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tiQLrukRmx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tiQLrukRmx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tiQLrukRmx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tiQLrukRmx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tiQLrukRmx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tiQLrukRmx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tiQLrukRmx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-tiQLrukRmx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-tiQLrukRmx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tiQLrukRmx .navbar-dropdown {
  position: fixed;
}
.cid-tiQLrukRmx a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tiQLrukRmx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tiQLrukRmx .right-menu,
.cid-tiQLrukRmx .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tiQLrukRmx .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tiQLrukRmx .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tiQLrukRmx .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tiQLrukRmx .menu-top {
  text-align: center;
  width: 100%;
  background-color: #0000ac;
  padding: 0.5rem 0;
}
.cid-tiQLrukRmx .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tiQLrukRmx .card-wrapper {
  z-index: 3;
}
.cid-tiQLrukRmx .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tiQLrukRmx .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tiQLrukRmx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tiQM3jXftv {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
.cid-tiQM3jXftv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tiQM3jXftv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-tiQM3jXftv .text-wrapper {
  padding: 5rem;
}
@media (max-width: 767px) {
  .cid-tiQM3jXftv .text-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-tiQM3jXftv .wrapper {
  background: #ffffff;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-tiQM3jXftv .image-wrapper {
  padding: 0;
}
.cid-tiQM3jXftv .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tiQM3lr8f7 {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #d9dade;
  background-color: #efefef;
}
.cid-tiQM3lr8f7 p {
  text-align: center;
}
.cid-tiQM3lr8f7 .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-tiQM3lr8f7 .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-tiQM3lr8f7 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #0000ac;
}
.cid-tiQM3lr8f7 .logo-footer {
  line-height: normal;
}
.cid-tiQM3lr8f7 .copyright {
  display: flex;
  align-items: center;
}
.cid-tiQM3lr8f7 .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tiQM3lr8f7 .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-tiQM3lr8f7 .icon-transition span {
  color: #5c5c5c;
  display: block;
  text-align: center;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 1px solid #c1c2c5;
  width: 3em;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-tiQM3lr8f7 .icon-transition span:hover {
  background-color: #279e64;
  color: #ffffff;
  -webkit-animation-name: animation-pulse;
  animation-name: animation-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: .9;
}
.cid-tiQM3lr8f7 .social-media {
  display: flex;
  justify-content: flex-end;
}
.cid-tiQM3lr8f7 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-tiQM3lr8f7 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@-webkit-keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes animation-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@media (max-width: 991px) {
  .cid-tiQM3lr8f7 .logo-footer {
    text-align: center;
  }
  .cid-tiQM3lr8f7 .social-media {
    justify-content: center;
  }
}
.cid-tiQM3maWbN .dropdown-item .mbr-iconfont {
  display: inline-block;
  width: 0;
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tiQM3maWbN .nav-item:focus,
.cid-tiQM3maWbN .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-tiQM3maWbN .dropdown-item:hover .mbr-iconfont {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    width: 32px;
  }
  .cid-tiQM3maWbN .nav-item .nav-link {
    position: relative;
  }
  .cid-tiQM3maWbN .nav-item .nav-link::before {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: -0.5rem;
    left: 50%;
    background: linear-gradient(90deg, #0000ac, #004b00);
    transition: width 200ms linear, left 200ms linear;
  }
  .cid-tiQM3maWbN .nav-item.open .nav-link::before {
    bottom: 0.2rem;
    width: 80% !important;
    left: 10% !important;
  }
  .cid-tiQM3maWbN .nav-item .nav-link:hover::before {
    width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tiQM3maWbN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5em 0.235em;
  transition: all 0.25s ease-in-out;
}
.cid-tiQM3maWbN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tiQM3maWbN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tiQM3maWbN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tiQM3maWbN .navbar {
  min-height: 77px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  display: -webkit-flex;
  -webkit-align-items: center;
  background: none;
  max-height: 100vh;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-tiQM3maWbN .navbar .mbr-overlay {
  z-index: -1;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tiQM3maWbN .navbar.opened .mbr-overlay {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tiQM3maWbN .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
  line-height: 1.6;
}
.cid-tiQM3maWbN .navbar .navbar-collapse {
  width: 100%;
  -webkit-flex-basis: auto;
  flex-basis: auto;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 1;
  padding: 0.5rem 1rem;
}
@media (max-width: 991px) {
  .cid-tiQM3maWbN .navbar .navbar-collapse {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
}
.cid-tiQM3maWbN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tiQM3maWbN .navbar.collapsed.opened .navbar-collapse {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-tiQM3maWbN .navbar.collapsed .navbar-collapse.show,
.cid-tiQM3maWbN .navbar.collapsed .navbar-collapse.collapsing {
  transition: all 0.3s linear;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tiQM3maWbN .navbar.collapsed .navbar-collapse.show .brand-container,
.cid-tiQM3maWbN .navbar.collapsed .navbar-collapse.collapsing .brand-container {
  -webkit-order: -1;
  order: -1;
}
.cid-tiQM3maWbN .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tiQM3maWbN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tiQM3maWbN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tiQM3maWbN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tiQM3maWbN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tiQM3maWbN .navbar.collapsed .navbar-buttons {
  margin: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-tiQM3maWbN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tiQM3maWbN .navbar.collapsed .right-menu,
.cid-tiQM3maWbN .navbar.collapsed .left-menu {
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
@media (max-width: 991px) {
  .cid-tiQM3maWbN .navbar .navbar-collapse.show,
  .cid-tiQM3maWbN .navbar .navbar-collapse.collapsing {
    transition: all 0.3s linear;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tiQM3maWbN .navbar .navbar-collapse.show .brand-container,
  .cid-tiQM3maWbN .navbar .navbar-collapse.collapsing .brand-container {
    -webkit-order: -1;
    order: -1;
  }
  .cid-tiQM3maWbN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tiQM3maWbN .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tiQM3maWbN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tiQM3maWbN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tiQM3maWbN .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tiQM3maWbN .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tiQM3maWbN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tiQM3maWbN .navbar .navbar-buttons {
    margin: 0;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-tiQM3maWbN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-tiQM3maWbN .navbar .right-menu,
  .cid-tiQM3maWbN .navbar .left-menu {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-tiQM3maWbN .navbar.navbar-short {
  min-height: 60px;
}
.cid-tiQM3maWbN .navbar.navbar-short .mbr-overlay {
  background: #ffffff !important;
}
.cid-tiQM3maWbN .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tiQM3maWbN .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tiQM3maWbN .navbar-brand {
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tiQM3maWbN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tiQM3maWbN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tiQM3maWbN .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-tiQM3maWbN .dropdown-item.active,
.cid-tiQM3maWbN .dropdown-item:active {
  background-color: transparent;
}
.cid-tiQM3maWbN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tiQM3maWbN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tiQM3maWbN .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tiQM3maWbN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tiQM3maWbN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tiQM3maWbN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tiQM3maWbN ul.navbar-nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .cid-tiQM3maWbN ul.navbar-nav {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.cid-tiQM3maWbN .navbar-buttons {
  margin-left: auto;
}
.cid-tiQM3maWbN button.navbar-toggler {
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  margin: 1rem;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tiQM3maWbN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tiQM3maWbN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tiQM3maWbN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tiQM3maWbN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tiQM3maWbN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tiQM3maWbN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tiQM3maWbN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
  width: 20px;
  right: -2px;
}
.cid-tiQM3maWbN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
  width: 20px;
  left: -2px;
}
.cid-tiQM3maWbN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tiQM3maWbN .navbar-dropdown {
  position: fixed;
}
.cid-tiQM3maWbN a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tiQM3maWbN .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tiQM3maWbN .right-menu,
.cid-tiQM3maWbN .left-menu {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
}
.cid-tiQM3maWbN .left-menu .navbar-nav {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tiQM3maWbN .left-menu .navbar-nav ul {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-tiQM3maWbN .brand-container {
  padding: 0 2rem;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-tiQM3maWbN .menu-top {
  text-align: center;
  width: 100%;
  background-color: #0000ac;
  padding: 0.5rem 0;
}
.cid-tiQM3maWbN .full-link {
  width: 100%;
  font-size: 0;
  z-index: 2;
}
.cid-tiQM3maWbN .card-wrapper {
  z-index: 3;
}
.cid-tiQM3maWbN .popup-btn.card-wrapper {
  z-index: 1 !important;
}
@media (max-width: 991px) {
  .cid-tiQM3maWbN .navbar-collapse {
    padding-top: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tiQM3maWbN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
